<?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>1961-11-24</foaf:dateOfBirth>
    <foaf:name>david f.</foaf:name>
    <foaf:knows>
      <foaf:Person>
        <foaf:dateOfBirth>1966-11-21</foaf:dateOfBirth>
        <foaf:name>Don S.</foaf:name>
        <foaf:firstName>Don</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/d/o/n/donsmith/15305_large.jpg"/>
        <foaf:nick>donsmith</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/donsmith/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:dateOfBirth>1986-8-7</foaf:dateOfBirth>
        <foaf:name>amber a.</foaf:name>
        <foaf:firstName>amber</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/j/a/d/jademaid/116586_large.jpg"/>
        <foaf:nick>jademaid</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/jademaid/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:firstName>david</foaf:firstName>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/f/l/a/flathman/93377_large.jpg"/>
    <foaf:nick>flathman</foaf:nick>
  </foaf:Person>
</rdf:RDF>