<?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>Anne-Lise Breton</foaf:name>
<foaf:homepage rdf:resource="http://per.sonn.es/Anne-Lise+Breton"/>
<foaf:occupation>Attaché temporaire d’enseignement et de recherche</foaf:occupation>
<foaf:gender>female</foaf:gender>

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

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

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