<?xml version="1.0"?>
<rdf:RDF
 xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
 xmlns:rdfs='http://www.w3.org/2000/01/rdf-schema#'
 xmlns:foaf='http://xmlns.com/foaf/0.1/'
>
<foaf:Person>
<foaf:name>Delphine Lemaître</foaf:name>
<foaf:homepage rdf:resource="http://per.sonn.es/Delphine+Lemaître"/>
<foaf:occupation>Trader</foaf:occupation>
<foaf:plan>Il faudrait, dans le Code Civil, ajouter partout « du plus fort » au mot loi (Alfred Jarry)</foaf:plan>
<foaf:gender>female</foaf:gender>

<!-- friend -->
<foaf:knows>
<foaf:Person>
<foaf:name>Joseph Noël.rdf</foaf:name>
<foaf:homepage rdf:resource="http://per.sonn.es/Joseph+Noël.rdf"/>
<rdfs:seeAlso rdf:resource="http://per.sonn.es/Joseph+Noël.rdf.rdf" />
</foaf:Person>
</foaf:knows>

<!-- friend -->
<foaf:knows>
<foaf:Person>
<foaf:name>Sabrina Bailly</foaf:name>
<foaf:homepage rdf:resource="http://per.sonn.es/Sabrina+Bailly"/>
<rdfs:seeAlso rdf:resource="http://per.sonn.es/Sabrina+Bailly.rdf" />
</foaf:Person>
</foaf:knows>

</foaf:Person>
</rdf:RDF>
