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"

(Classes Used)
(Attributes Used)
Line 20: Line 20:
 
== Attributes Used ==
 
== Attributes Used ==
  
*foaf:account
+
* account
*foaf:accountName  
+
* accountName  
*foaf:accountServiceHomepage  
+
* accountServiceHomepage  
*foaf:status  
+
* status  
*foaf:myersBriggs  
+
* myersBriggs  
*foaf:geekcode  
+
* geekcode  
*foaf:geekcode  
+
* geekcode  
*foaf:aimChatID  
+
* aimChatID  
*foaf:skypeId  
+
* skypeId  
*foaf icqChatID  
+
* icqChatID  
*foaf:yahooID  
+
* yahooID  
*foaf:msnChatID  
+
* msnChatID  
*foaf:made  
+
* made  
*foaf:maker  
+
* maker  
*foaf:mbox
+
* mbox
*foaf:mbox_sha1sum  
+
* mbox_sha1sum  
*foaf:depicts  
+
* depicts  
*foaf:depiction  
+
* depiction  
*foaf:knows  
+
* knows  
*foaf:gender  
+
* gender  
*foaf:thumbnail  
+
* thumbnail  
*foaf:page  
+
* page  
*foaf:homepage  
+
* homepage  
*foaf:weblog  
+
* weblog  
*foaf:openid  
+
* openid  
*foaf:tipjar  
+
* tipjar  
*foaf:schoolHomepage  
+
* schoolHomepage  
*foaf:workplaceHomepage  
+
* workplaceHomepage  
*foaf:workInfoHomepage
+
* workInfoHomepage
  
 
== Attributes Not Used ==
 
== Attributes Not Used ==

Revision as of 15:03, 31 August 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.117.png

Classes Used

  • OnlineAccount
  • OnlineEcommerceAccount
  • OnlineGamingAccount
  • OnlineChatAccount
  • Document
  • PersonalProfileDocument
  • Image

Attributes Used

  • account
  • accountName
  • accountServiceHomepage
  • status
  • myersBriggs
  • geekcode
  • geekcode
  • aimChatID
  • skypeId
  • icqChatID
  • yahooID
  • msnChatID
  • made
  • maker
  • mbox
  • mbox_sha1sum
  • depicts
  • depiction
  • knows
  • gender
  • thumbnail
  • page
  • homepage
  • weblog
  • openid
  • tipjar
  • schoolHomepage
  • workplaceHomepage
  • 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

Links

Back to the top