<?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>Tyson</foaf:firstName>
    <foaf:nick>TysonB</foaf:nick>
    <foaf:name>Tyson B.</foaf:name>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Brad</foaf:firstName>
        <foaf:nick>intendant</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/intendant/foaf/"/>
        <foaf:name>Brad W.</foaf:name>
        <foaf:dateOfBirth>1980-10-5</foaf:dateOfBirth>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/i/n/t/intendant/117005_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Leo</foaf:firstName>
        <foaf:nick>leolaporte</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/leolaporte/foaf/"/>
        <foaf:name>Leo L.</foaf:name>
        <foaf:dateOfBirth>1956-11-29</foaf:dateOfBirth>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/l/e/o/leolaporte/224_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Jake</foaf:firstName>
        <foaf:nick>jakemarsh</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/jakemarsh/foaf/"/>
        <foaf:name>Jake M.</foaf:name>
        <foaf:dateOfBirth>1986-2-15</foaf:dateOfBirth>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/j/a/k/jakemarsh/1600_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Matt</foaf:firstName>
        <foaf:nick>malaclypse</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/malaclypse/foaf/"/>
        <foaf:name>Matt H.</foaf:name>
        <foaf:dateOfBirth>1979-5-4</foaf:dateOfBirth>
        <foaf:img rdf:resource="http://pownce.com/img/user-l.gif"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Veronica</foaf:firstName>
        <foaf:nick>veronica</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/veronica/foaf/"/>
        <foaf:name>Veronica B.</foaf:name>
        <foaf:dateOfBirth>1982-7-21</foaf:dateOfBirth>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/v/e/r/veronica/52_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Kat</foaf:firstName>
        <foaf:nick>katpoison</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/katpoison/foaf/"/>
        <foaf:name>Kat H.</foaf:name>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/k/a/t/katpoison/118140_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:dateOfBirth>1976-6-27</foaf:dateOfBirth>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/T/y/s/TysonB/116995_large.jpg"/>
  </foaf:Person>
</rdf:RDF>