<?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:img rdf:resource="/profile_photos/c/e/d/cedricparent/166016_large.gif"/>
    <foaf:firstName>Cédric</foaf:firstName>
    <foaf:nick>cedricparent</foaf:nick>
    <foaf:knows>
      <foaf:Person>
        <foaf:img rdf:resource="/profile_photos/v/i/n/vincentcallut/137996_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/vincentcallut/foaf/"/>
        <foaf:firstName>Vincent</foaf:firstName>
        <foaf:nick>vincentcallut</foaf:nick>
        <foaf:dateOfBirth>1976-6-1</foaf:dateOfBirth>
        <foaf:name>Vincent C.</foaf:name>
      </foaf:Person>
    </foaf:knows>
    <foaf:dateOfBirth>1971-2-24</foaf:dateOfBirth>
    <foaf:name>Cédric P.</foaf:name>
  </foaf:Person>
</rdf:RDF>