<?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:dateOfBirth>1980-3-6</foaf:dateOfBirth>
    <foaf:name>Mitchell C.</foaf:name>
    <foaf:firstName>Mitchell</foaf:firstName>
    <foaf:knows>
      <foaf:Person>
        <foaf:dateOfBirth>1979-2-18</foaf:dateOfBirth>
        <foaf:name>Steven T.</foaf:name>
        <foaf:firstName>Steven</foaf:firstName>
        <foaf:img rdf:resource="/profile_photos/s/t/e/steventrotter/16061_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/steventrotter/foaf/"/>
        <foaf:nick>steventrotter</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>kristin g.</foaf:name>
        <foaf:firstName>kristin</foaf:firstName>
        <foaf:img rdf:resource="/img/user-l.gif"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/Kglenn/foaf/"/>
        <foaf:nick>Kglenn</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:dateOfBirth>1979-2-24</foaf:dateOfBirth>
        <foaf:name>Jennifer L.</foaf:name>
        <foaf:firstName>Jennifer</foaf:firstName>
        <foaf:img rdf:resource="/profile_photos/g/e/e/geeksmakemehot/8016_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/geeksmakemehot/foaf/"/>
        <foaf:nick>geeksmakemehot</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:dateOfBirth>1979-10-2</foaf:dateOfBirth>
        <foaf:name>Nancy J.</foaf:name>
        <foaf:firstName>Nancy</foaf:firstName>
        <foaf:img rdf:resource="/profile_photos/j/o/h/johnsonsgirl/126935_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/johnsonsgirl/foaf/"/>
        <foaf:nick>johnsonsgirl</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:img rdf:resource="/profile_photos/m/i/t/mitchellclay/30303_large.jpg"/>
    <foaf:nick>mitchellclay</foaf:nick>
  </foaf:Person>
</rdf:RDF>