You are here: Resources > FIDIS Deliverables > Identity of Identity > D2.3: Models > 

D2.3: Models

Social information with FOAF, XFN, FTML  D2.3 Models
FOAF (FRIEND OF A FRIEND)
 XFN (Xhtml Friends Network)

 

FOAF (friend of a friend)

FOAF allows the expression of personal information and relationships, and is a useful building block for creating Information Systems that support online communities.  

FOAF is an RDF format intended to provide "a way of representing information about people in a way that is easily processed, merged and aggregated" and is primarily concerned with allowing an author to provide a detailed personal description, as well as provide machine-readable links to, and information about, other people. 

Example:

The following listing represents an example of the description of the Edd Dumbill person, as well as the establishment of the acquaintance of people Edd Dumbill with Simon St.Laurent, using the foaf:knows property. 

 

 

<foaf:Person> 

      <foaf:name>Edd Dumbill</foaf:name>

      <foaf:mbox             rdf:resource="mailto:edd@xml.com" />

      <foaf:nick >edd</foaf:nick>

      <foaf:workplacehomepage     rdf:resource="http://xml.com/" />

      <foaf:depiction            rdf:resource="http://heddley.com/edd/images/edd-shoulders.jpg" />

        …

      <foaf:knows>

           <foaf:Person>

rdf:resource="mailto:simon@xmlhack.com" />

                <foaf:name>Simon St.Laurent</foaf:name>

           </foaf:Person>

      </foaf:knows>

</foaf:Person> 

 

Note: the relationship between Edd and Simon is done via Simons mailbox address. 

Reference:

http://www.foaf-project.org/

 

 

Social information with FOAF, XFN, FTML  fidis-wp2-del2.3.models_04.sxw  XFN (Xhtml Friends Network)
49 / 53