Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OpenSocial2 vocabulary"

(Attributes Not Used)
(Attributes Used)
Line 24: Line 24:
 
Domain = Person
 
Domain = Person
  
* aboutMe ..1  
+
* 0..1 aboutMe
* activities ..N  
+
* 0..N activities 
* books ..N  
+
* 0..N books
* cars ..N  
+
* 0..N cars
* drinker ..1  
+
* 0..1 drinker
* ethnicity ..1  
+
* 0..1 ethnicity 
* fashion ..1  
+
* 0..1 fashion - Person's thoughts on fashion, specified as a string.
* food ..N  
+
* 0..N food - Person's favorite food
* happiestWhen ..1  
+
* 0..1 happiestWhen
* heroes ..N  
+
* 0..N heroes
* humor ..1  
+
* 0..1 humor
* jobInterests ..N  
+
* 0..N jobInterests
* languagesSpoken ..N - values are ISO 639-1 codes (e.g. "en" for English)
+
* 0..N languagesSpoken - values are ISO 639-1 codes (e.g. "en" for English)
* livingArrangement ..1  
+
* 0..1 livingArrangement
* lookingFor ..1  
+
* 0..1 lookingFor
* networkPresence ..1  
+
* 0..1 networkPresence
* pets ..N  
+
* 0..N pets
* politicalViews ..1  
+
* 0..1 politicalViews
* quotes ..N  
+
* 0..N quotes
* relationshipStatus ..1  
+
* 0..1 relationshipStatus
* religion ..1  
+
* 0..1 religion
* romance ..1  
+
* 0..1 romance
* scaredOf ..1  
+
* 0..1 scaredOf
* sexualOrientation ..1  
+
* 0..1 sexualOrientation
* smoker ..1  
+
* 0..1 smoker
* sports ..N  
+
* 0..N sports
* status ..1  
+
* 0..1 status
* tags ..N  
+
* 0..N tags
* timeZone ..1  
+
* 0..1 timeZone
* turnOffs ..N  
+
* 0..N turnOffs
* turnOns ..N
+
* 0..N turnOns
  
 
Domain = BodyType
 
Domain = BodyType
  
* build ..1  
+
* 0..1 build
* eyeColor ..1  
+
* 0..1 eyeColor 
* hairColor ..1  
+
* 0..1 hairColor 
* height ..1  
+
* 0..1 height
* weight ..1
+
* 0..1 weight
  
 
Domain = Organization  
 
Domain = Organization  
  
* name ..1  
+
* 0..1 name
* title ..1  
+
* 0..1 title
* description ..1  
+
* 0..1 description 
* field ..1  
+
* 0..1 field 
* subField ..1  
+
* 0..1 subField
* salary ..1  
+
* 0..1 webPage
* webPage ..1
+
  
 
== Attributes Not Used ==
 
== Attributes Not Used ==

Revision as of 22:47, 30 August 2011

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
Higgins logo 76Wx100H.jpg

osoc-overlay.owl imports OpenSocial and adds more precision to it. Imported by Persona vocabulary.

Files

SVN source: osoc-overlay.owl

UML Overview

Osoc 2.0.102b.png

Classes Used

  • Organization
  • Email
  • BodyType

Classes Not Used

  • Person - use p:Person

Attributes Used

Domain = Person

  • 0..1 aboutMe
  • 0..N activities
  • 0..N books
  • 0..N cars
  • 0..1 drinker
  • 0..1 ethnicity
  • 0..1 fashion - Person's thoughts on fashion, specified as a string.
  • 0..N food - Person's favorite food
  • 0..1 happiestWhen
  • 0..N heroes
  • 0..1 humor
  • 0..N jobInterests
  • 0..N languagesSpoken - values are ISO 639-1 codes (e.g. "en" for English)
  • 0..1 livingArrangement
  • 0..1 lookingFor
  • 0..1 networkPresence
  • 0..N pets
  • 0..1 politicalViews
  • 0..N quotes
  • 0..1 relationshipStatus
  • 0..1 religion
  • 0..1 romance
  • 0..1 scaredOf
  • 0..1 sexualOrientation
  • 0..1 smoker
  • 0..N sports
  • 0..1 status
  • 0..N tags
  • 0..1 timeZone
  • 0..N turnOffs
  • 0..N turnOns

Domain = BodyType

  • 0..1 build
  • 0..1 eyeColor
  • 0..1 hairColor
  • 0..1 height
  • 0..1 weight

Domain = Organization

  • 0..1 name
  • 0..1 title
  • 0..1 description
  • 0..1 field
  • 0..1 subField
  • 0..1 webPage

Attributes Not Used

  • 0..N interests - use online-behavior:interest
  • age - compute/use vcard:bday or use fp:age
  • addresses - use vcard:adr
  • children (single string) - use p:child ??
  • currentAddress - use vcard:Pref
  • dateOfBirth - use vcard:bday
  • gender - use foaf:gender
  • hasApp - n/a
  • id - n/a
  • latitude - use fp:latitude
  • longitude - use fp:longitude
  • movies - use media:TBD
  • name - use vcard:full-name
  • nickname - use card:nickname
  • phoneNumbers - use vcard:tel
  • profileSong - use media:TBD
  • profileUrl - use media:TBD
  • profileVideo - use media:TBD
  • relationshipStatus - use p:relationshipStatus instead
  • thumbnailUrl - use foaf:thumbnail
  • address - use vcard:adr
  • startDate - use h:start
  • endDate - use h:end

Links

Back to the top