<?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:nick>CFerrier716</foaf:nick>
    <foaf:firstName>Casey</foaf:firstName>
    <foaf:dateOfBirth>1984-5-1</foaf:dateOfBirth>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>pcmeissner</foaf:nick>
        <foaf:firstName>Philip</foaf:firstName>
        <foaf:dateOfBirth>1976-5-19</foaf:dateOfBirth>
        <foaf:name>Philip M.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/pcmeissner/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/img/user-l.gif"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>ijustine</foaf:nick>
        <foaf:firstName>Justine</foaf:firstName>
        <foaf:dateOfBirth>1984-3-20</foaf:dateOfBirth>
        <foaf:name>Justine E.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/ijustine/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/i/j/u/ijustine/141_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>leolaporte</foaf:nick>
        <foaf:firstName>Leo</foaf:firstName>
        <foaf:dateOfBirth>1956-11-29</foaf:dateOfBirth>
        <foaf:name>Leo L.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/leolaporte/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/l/e/o/leolaporte/224_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:name>Casey F.</foaf:name>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/C/F/e/CFerrier716/134403_large.jpg"/>
  </foaf:Person>
</rdf:RDF>