<?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>Noura Rivière</foaf:name>
<foaf:homepage rdf:resource="http://per.sonn.es/Noura+Rivière"/>
<foaf:occupation>Photographe</foaf:occupation>
<foaf:plan>Pour votre gouverne, je vous signale qu’un grand nombre de sociologues et de psychologues postulent qu’un magasin est un espace qui n’est ni public, ni privé, mais intermédiaire car combinant des éléments de l’un et de l’autre. Ainsi, un étalage dans une vitrine peut être considéré comme une image mentale projetée sur la conscience collective, permettant de promouvoir une conformité qui ne participe pourtant que du domaine censément privé constitué par les goûts personnels des clients…</foaf:plan>
<foaf:gender>female</foaf:gender>

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

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

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