<?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>Tamara Traoré</foaf:name>
<foaf:homepage rdf:resource="http://per.sonn.es/Tamara+Traoré"/>
<foaf:occupation>Auteur</foaf:occupation>
<foaf:plan>quand je le sens bien c’est le bon moment je bosse à fond et super concentré pendant 1 ou 2 minutes sans m’arrêter</foaf:plan>
<foaf:gender>female</foaf:gender>

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

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

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

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