<?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>Joe H.</foaf:name>
    <foaf:firstName>Joe</foaf:firstName>
    <foaf:dateOfBirth>1971-10-12</foaf:dateOfBirth>
    <foaf:img rdf:resource="/profile_photos/j/o/e/joedonh/35983_large.jpg"/>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Christopher F.</foaf:name>
        <foaf:firstName>Christopher</foaf:firstName>
        <foaf:dateOfBirth>1984-2-17</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/cfinke/foaf/"/>
        <foaf:img rdf:resource="/profile_photos/c/f/i/cfinke/12179_large.png"/>
        <foaf:nick>cfinke</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Otto R.</foaf:name>
        <foaf:firstName>Otto</foaf:firstName>
        <foaf:dateOfBirth>1969-9-28</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/ottoradke/foaf/"/>
        <foaf:img rdf:resource="/img/user-l.gif"/>
        <foaf:nick>ottoradke</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Jamie M.</foaf:name>
        <foaf:firstName>Jamie</foaf:firstName>
        <foaf:dateOfBirth>1985-7-17</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/livejamie/foaf/"/>
        <foaf:img rdf:resource="/profile_photos/l/i/v/livejamie/6328_large.jpg"/>
        <foaf:nick>livejamie</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Leo L.</foaf:name>
        <foaf:firstName>Leo</foaf:firstName>
        <foaf:dateOfBirth>1956-11-29</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/leolaporte/foaf/"/>
        <foaf:img rdf:resource="/profile_photos/l/e/o/leolaporte/224_large.jpg"/>
        <foaf:nick>leolaporte</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:nick>joedonh</foaf:nick>
  </foaf:Person>
</rdf:RDF>