Difference between revisions of "FOAF vocabulary usage"
(→UML Overview) |
(→Attributes Not Used) |
||
Line 51: | Line 51: | ||
== Attributes Not Used == | == Attributes Not Used == | ||
− | *foaf:phone - use vcard:Tel instead | + | * foaf:age - use fp:age (as a presentation value computed from vcard:bday raw data) |
− | *foaf:holdsAccount - archaic: use foaf:account instead | + | * foaf:phone - use vcard:Tel instead |
− | *foaf:img - use vcard:logo instead | + | * foaf:holdsAccount - archaic: use foaf:account instead |
+ | * foaf:img - use vcard:logo instead | ||
== Links == | == Links == | ||
* [[Persona Data Model 2.0]] | * [[Persona Data Model 2.0]] |
Revision as of 21:33, 30 August 2011
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}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:
Classes Used
- foaf:OnlineAccount
- foaf:OnlineEcommerceAccount
- foaf:OnlineGamingAccount
- foaf:OnlineChatAccount
- foaf:Document
- foaf:PersonalProfileDocument
- foaf:Image
Attributes Used
- foaf:account
- foaf:accountName
- foaf:accountServiceHomepage
- foaf:status
- foaf:myersBriggs
- foaf:geekcode
- foaf:geekcode
- foaf:aimChatID
- foaf:skypeId
- foaf icqChatID
- foaf:yahooID
- foaf:msnChatID
- foaf:made
- foaf:maker
- foaf:mbox
- foaf:mbox_sha1sum
- foaf:depicts
- foaf:depiction
- foaf:knows
- foaf:gender
- foaf:thumbnail
- foaf:page
- foaf:homepage
- foaf:weblog
- foaf:openid
- foaf:tipjar
- foaf:schoolHomepage
- foaf:workplaceHomepage
- foaf:workInfoHomepage
Attributes Not Used
- foaf:age - use fp:age (as a presentation value computed from vcard:bday raw data)
- foaf:phone - use vcard:Tel instead
- foaf:holdsAccount - archaic: use foaf:account instead
- foaf:img - use vcard:logo instead