<?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>1977-3-8</foaf:dateOfBirth>
    <foaf:firstName>Judd</foaf:firstName>
    <foaf:name>Judd S.</foaf:name>
    <foaf:nick>jsires77</foaf:nick>
    <foaf:knows>
      <foaf:Person>
        <foaf:dateOfBirth>1978-2-9</foaf:dateOfBirth>
        <foaf:firstName>Matthew</foaf:firstName>
        <foaf:name>Matthew S.</foaf:name>
        <foaf:nick>senatorturer</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/senatorturer/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/s/e/n/senatorturer/16001_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:dateOfBirth>1976-9-17</foaf:dateOfBirth>
        <foaf:firstName>Dennis</foaf:firstName>
        <foaf:name>Dennis S.</foaf:name>
        <foaf:nick>dennis_schilling</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/dennis_schilling/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/d/e/n/dennis_schilling/75554_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/j/s/i/jsires77/36837_large.jpg"/>
  </foaf:Person>
</rdf:RDF>