<?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>John B.</foaf:name>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>William K.</foaf:name>
        <foaf:nick>WildBill</foaf:nick>
        <foaf:dateOfBirth>1974-7-15</foaf:dateOfBirth>
        <foaf:firstName>William</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/W/i/l/WildBill/58835_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/WildBill/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Justin H.</foaf:name>
        <foaf:nick>rightontheright</foaf:nick>
        <foaf:firstName>Justin</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/r/i/g/rightontheright/66936_large.gif"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/rightontheright/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Brian R.</foaf:name>
        <foaf:nick>Morbid_Noodle</foaf:nick>
        <foaf:dateOfBirth>1983-5-15</foaf:dateOfBirth>
        <foaf:firstName>Brian</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/M/o/r/Morbid_Noodle/95278_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/Morbid_Noodle/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:nick>jbamb</foaf:nick>
    <foaf:dateOfBirth>1977-5-31</foaf:dateOfBirth>
    <foaf:firstName>John</foaf:firstName>
    <foaf:img rdf:resource="http://pownce.com/img/user-l.gif"/>
  </foaf:Person>
</rdf:RDF>