RDF Data Model

RDF graph of Person record

The RDF view of the Person record:

 
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<foaf:Person rdf:about="http://www.w3.org/People/all#eric"
             foaf:first="Eric"
             foaf:surname="Prud'hommeaux"
             xmlns:foaf="http://xmlns.com/foaf/0.1/"
             xmlns:pim="http://www.w3.org/2000/10/swap/pim/email#">
  <pim:mbox rdf:resource="mailto:eric+talk@w3.org"/>
</foaf:Person>
</rdf:RDF>