<?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>Josselin Lecomte</foaf:name>
<foaf:homepage rdf:resource="http://per.sonn.es/Josselin+Lecomte"/>
<foaf:occupation>Juge d’instance</foaf:occupation>
<foaf:plan>Lorsque nous attachons notre ceinture de sécurité, la voiture se met en mouvement peu après et la probabilité d’avoir un accident augmente soudainement. La ceinture de sécurité est donc dangereuse ! Enlevons notre ceinture de sécurité !</foaf:plan>
<foaf:gender>male</foaf:gender>

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

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

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

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

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