My favorites | Sign in
Project Logo
             
Search
for
Updated Nov 03, 2008 by mark.bir...@webBackplane.com
Labels: Component-ArgotPerson
ArgotPerson  
An argot for describing a person.

Introduction

The argot for describing a person makes use of terms from the FOAF vocabulary.

Details

Type

Identifier: foaf:Person

The type is always foaf:Person.

Name

Identifier: foaf:name

The name of the person.

Example: David Fletcher

Email address

Identifier: foaf:mbox

The email address of the person.

Example: david.fletcher@ofgem.gov.uk

Employer

A 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>
Hosted by Google Code