<?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:firstName>Bertram</foaf:firstName>
    <foaf:img rdf:resource="/profile_photos/b/e/r/bertramrothe/83473_large.gif"/>
    <foaf:nick>bertramrothe</foaf:nick>
    <foaf:dateOfBirth>1966-7-8</foaf:dateOfBirth>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Astrid</foaf:firstName>
        <foaf:img rdf:resource="/profile_photos/a/s/t/astrolabo/43305_large.png"/>
        <foaf:nick>astrolabo</foaf:nick>
        <foaf:dateOfBirth>1979-9-29</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/astrolabo/foaf/"/>
        <foaf:name>Astrid L.</foaf:name>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Marc</foaf:firstName>
        <foaf:img rdf:resource="/profile_photos/M/a/r/MarcElectron/41183_large.jpg"/>
        <foaf:nick>MarcElectron</foaf:nick>
        <foaf:dateOfBirth>1972-4-27</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/MarcElectron/foaf/"/>
        <foaf:name>Marc G.</foaf:name>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Louiza</foaf:firstName>
        <foaf:img rdf:resource="/profile_photos/L/o/u/Louiza/9015_large.jpg"/>
        <foaf:nick>Louiza</foaf:nick>
        <foaf:dateOfBirth>1987-11-10</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/Louiza/foaf/"/>
        <foaf:name>Louiza B.</foaf:name>
      </foaf:Person>
    </foaf:knows>
    <foaf:name>Bertram R.</foaf:name>
  </foaf:Person>
</rdf:RDF>