<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
  xmlns:foaf='http://xmlns.com/foaf/0.1/'
  xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
  xmlns:rdfs='http://www.w3.org/2000/01/rdf-schema#'
>
  <foaf:Person>
    <foaf:name>Bruno H.</foaf:name>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/D/e/l/Delapouite/150033_large.jpg"/>
    <foaf:nick>Delapouite</foaf:nick>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Michaël V.</foaf:name>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/m/i/c/michaelvillar/142901_large.png"/>
        <foaf:nick>michaelvillar</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/michaelvillar/foaf/"/>
        <foaf:dateOfBirth>1988-8-19</foaf:dateOfBirth>
        <foaf:firstName>Michaël</foaf:firstName>
      </foaf:Person>
    </foaf:knows>
    <foaf:dateOfBirth>1983-9-17</foaf:dateOfBirth>
    <foaf:firstName>Bruno</foaf:firstName>
  </foaf:Person>
</rdf:RDF>