<?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:img rdf:resource="http://pownce.com/profile_photos/d/r/o/drowpaladin/141691_large.jpg"/>
    <foaf:name>S W.</foaf:name>
    <foaf:firstName>S</foaf:firstName>
    <foaf:nick>drowpaladin</foaf:nick>
    <foaf:knows>
      <foaf:Person>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/a/c/e/acedtect/88_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/acedtect/foaf/"/>
        <foaf:name>Tom M.</foaf:name>
        <foaf:dateOfBirth>1970-6-28</foaf:dateOfBirth>
        <foaf:firstName>Tom</foaf:firstName>
        <foaf:nick>acedtect</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/c/a/s/caseyflorig/44397_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/caseyflorig/foaf/"/>
        <foaf:name>Casey F.</foaf:name>
        <foaf:dateOfBirth>1977-1-29</foaf:dateOfBirth>
        <foaf:firstName>Casey</foaf:firstName>
        <foaf:nick>caseyflorig</foaf:nick>
      </foaf:Person>
    </foaf:knows>
  </foaf:Person>
</rdf:RDF>