|
ArgotPerson
An argot for describing a person.
IntroductionThe argot for describing a person makes use of terms from the FOAF vocabulary. DetailsTypeIdentifier: foaf:Person The type is always foaf:Person. NameIdentifier: foaf:name The name of the person. Example: David Fletcher Email addressIdentifier: foaf:mbox The email address of the person. Example: david.fletcher@ofgem.gov.uk EmployerA person's employer is indicated by making them a member of an ArgotOrganisation. Identifier: foaf:member Full example<span typeof="foaf:Person">
<span property="foaf:name">David Fletcher</span>
<span property="foaf:mbox">david.fletcher@ofgem.gov.uk</span>
<span rev="foaf:member">
<span property="foaf:name">Ofgem</span>
</span>
</span>
|