<?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>Mauricette Couturier</foaf:name>
<foaf:homepage rdf:resource="http://per.sonn.es/Mauricette+Couturier"/>
<foaf:occupation>Agent technique forestier</foaf:occupation>
<foaf:plan>Albert Einstein (1879-1955) : Il est hélas devenu évident aujourd’hui que notre technologie a dépassé notre humanité.</foaf:plan>
<foaf:gender>female</foaf:gender>

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

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

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