<?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>Ilyes Vasseur</foaf:name>
<foaf:homepage rdf:resource="http://per.sonn.es/Ilyes+Vasseur"/>
<foaf:occupation>Épicier</foaf:occupation>
<foaf:plan>quand il y a des rumeurs potentielles de cessions d’un titre, ce n’est pas forcément bon pour l’avenir du titre</foaf:plan>
<foaf:gender>male</foaf:gender>

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

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

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