<?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-4-22</foaf:dateOfBirth>
    <foaf:knows>
      <foaf:Person>
        <foaf:dateOfBirth>1978-10-17</foaf:dateOfBirth>
        <foaf:firstName>Ben</foaf:firstName>
        <foaf:nick>bbonnet18</foaf:nick>
        <foaf:img rdf:resource="http://pownce.com/img/user-l.gif"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/bbonnet18/foaf/"/>
        <foaf:name>Ben B.</foaf:name>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:dateOfBirth>1980-1-26</foaf:dateOfBirth>
        <foaf:firstName>Matthew</foaf:firstName>
        <foaf:nick>mattrod</foaf:nick>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/m/a/t/mattrod/97504_large.png"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/mattrod/foaf/"/>
        <foaf:name>Matthew R.</foaf:name>
      </foaf:Person>
    </foaf:knows>
    <foaf:firstName>Clay</foaf:firstName>
    <foaf:nick>thealaskan</foaf:nick>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/t/h/e/thealaskan/99648_large.jpg"/>
    <foaf:name>Clay M.</foaf:name>
  </foaf:Person>
</rdf:RDF>