<?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>Lionel Prévost</foaf:name>
<foaf:homepage rdf:resource="http://per.sonn.es/Lionel+Prévost"/>
<foaf:occupation>Astronome</foaf:occupation>
<foaf:plan>Ce qui est taillé en sens contraire s’assemble ; de ce qui diffère naît la plus belle harmonie ; tout devient par discorde.</foaf:plan>
<foaf:gender>male</foaf:gender>

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

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