<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<foaf:Person>
<foaf:name>Nicolas James</foaf:name>
<foaf:mbox rdf:resource="mailto:nicolas.james@gmail.com" />
<foaf:homepage rdf:resource="http://njames.trevize.net/" />
<foaf:nick></foaf:nick>
<foaf:depiction rdf:resource="http://njames.trevize.net/gfx/photo_identity.jpg" />
<foaf:interest>
<rdf:Description rdf:about="http://www.wikimedia.org" rdfs:label="Wikipedia" />
</foaf:interest>
<foaf:knows>
<foaf:Person>
<foaf:name></foaf:name>
</foaf:Person>
</foaf:knows>
</foaf:Person>
</rdf:RDF>