Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "FOAF vocabulary usage"

(Attributes Used)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} [[Image:Higgins logo 76Wx100H.jpg|right]]
+
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}  
 
The [[Persona vocabulary]] imports [http://xmlns.com/foaf/0.1 FOAF] and uses some of the classes and attributes it defines.  
 
The [[Persona vocabulary]] imports [http://xmlns.com/foaf/0.1 FOAF] and uses some of the classes and attributes it defines.  
  
 
== UML Overview  ==
 
== UML Overview  ==
  
We show below the aspect of PDM that builds on the FOAF ontology:  
+
Classes and attributes from FOAF:
  
[[Image:Foaf 2.0.117D.png|center]]
+
[[Image:Foaf 2.0.120.png|center]]
  
== Classes Used ==
+
== Classes ==
  
* OnlineAccount
+
Used:
* OnlineEcommerceAccount
+
* OnlineGamingAccount
+
* OnlineChatAccount
+
 
* Document  
 
* Document  
 
* PersonalProfileDocument  
 
* PersonalProfileDocument  
 
* Image
 
* Image
 +
 +
Not used:
 +
* OnlineAccount
 +
* OnlineEcommerceAccount
 +
* OnlineGamingAccount
 +
* OnlineChatAccount
  
 
== Attributes Used ==
 
== Attributes Used ==
Line 22: Line 25:
 
* status  
 
* status  
 
* myersBriggs  
 
* myersBriggs  
* geekcode
 
 
* geekcode  
 
* geekcode  
 
* aimChatID  
 
* aimChatID  
 
* skypeId  
 
* skypeId  
 
* icqChatID  
 
* icqChatID  
 +
* img
 
* yahooID  
 
* yahooID  
 
* msnChatID  
 
* msnChatID  
 
* made  
 
* made  
 
* maker  
 
* maker  
* mbox_sha1sum
 
 
* depicts  
 
* depicts  
 
* depiction  
 
* depiction  
 
* knows  
 
* knows  
* gender
 
* thumbnail
 
 
* page  
 
* page  
 
* homepage  
 
* homepage  
 
* weblog  
 
* weblog  
 
* openid  
 
* openid  
 +
* thumbnail
 
* tipjar  
 
* tipjar  
 
* schoolHomepage  
 
* schoolHomepage  
Line 51: Line 52:
 
* accountServiceHomepage  
 
* accountServiceHomepage  
 
* age - use fp:age (as a presentation value computed from vcard:bday raw data)
 
* age - use fp:age (as a presentation value computed from vcard:bday raw data)
* phone - use vcard:tel instead
+
* birthday - use p:birthday
* holdsAccount - archaic: use (foaf:) account instead
+
* gender - use p:gender
* img - use vcard:logo instead
+
* mbox - use vcard:email
 +
* mbox_sha1
 +
* phone - use vcard:tel  
 +
* holdsAccount - archaic: use (foaf:) account
  
 
== Links ==
 
== Links ==
 
* [[Persona Data Model 2.0]]
 
* [[Persona Data Model 2.0]]

Latest revision as of 15:36, 13 April 2012

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} The Persona vocabulary imports FOAF and uses some of the classes and attributes it defines.

UML Overview

Classes and attributes from FOAF:

Foaf 2.0.120.png

Classes

Used:

  • Document
  • PersonalProfileDocument
  • Image

Not used:

  • OnlineAccount
  • OnlineEcommerceAccount
  • OnlineGamingAccount
  • OnlineChatAccount

Attributes Used

  • status
  • myersBriggs
  • geekcode
  • aimChatID
  • skypeId
  • icqChatID
  • img
  • yahooID
  • msnChatID
  • made
  • maker
  • depicts
  • depiction
  • knows
  • page
  • homepage
  • weblog
  • openid
  • thumbnail
  • tipjar
  • schoolHomepage
  • workplaceHomepage
  • workInfoHomepage

Attributes Not Used

  • account
  • accountName
  • accountServiceHomepage
  • age - use fp:age (as a presentation value computed from vcard:bday raw data)
  • birthday - use p:birthday
  • gender - use p:gender
  • mbox - use vcard:email
  • mbox_sha1
  • phone - use vcard:tel
  • holdsAccount - archaic: use (foaf:) account

Links

Back to the top