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)
(Attributes Not Used)
Line 53: Line 53:
 
* 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)
* mbox - use vcard:email instead
+
* mbox - use vcard:email  
* phone - use vcard:tel instead
+
* phone - use vcard:tel  
* holdsAccount - archaic: use (foaf:) account instead
+
* holdsAccount - archaic: use (foaf:) account  
* img - use vcard:logo instead
+
* img  
 +
* thumbnail - use vcard:photo
  
 
== Links ==
 
== Links ==
 
* [[Persona Data Model 2.0]]
 
* [[Persona Data Model 2.0]]

Revision as of 16:04, 21 October 2011

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

The Persona vocabulary imports FOAF and uses some of the classes and attributes it defines.

UML Overview

We show below the aspect of PDM that builds on the FOAF ontology:

Foaf 2.0.117D.png

Classes

Used:

  • Document
  • PersonalProfileDocument
  • Image

Not used:

  • OnlineAccount
  • OnlineEcommerceAccount
  • OnlineGamingAccount
  • OnlineChatAccount

Attributes Used

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

Attributes Not Used

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

Links

Back to the top