<?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>Barney</foaf:firstName>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Wil</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/WilHarris/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/W/i/l/WilHarris/87192_large.jpg"/>
        <foaf:dateOfBirth>1982-9-20</foaf:dateOfBirth>
        <foaf:name>Wil H.</foaf:name>
        <foaf:nick>WilHarris</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>jim</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/mactotoro/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/m/a/c/mactotoro/64920_large.jpg"/>
        <foaf:dateOfBirth>1971-11-12</foaf:dateOfBirth>
        <foaf:name>jim c.</foaf:name>
        <foaf:nick>mactotoro</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Sofabum</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/sofabum/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/s/o/f/sofabum/72583_large.jpg"/>
        <foaf:name>Sofabum  .</foaf:name>
        <foaf:nick>sofabum</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/b/a/r/barnski/68223_large.png"/>
    <foaf:name>Barney G.</foaf:name>
    <foaf:nick>barnski</foaf:nick>
  </foaf:Person>
</rdf:RDF>