<?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:nick>jeremymitchell</foaf:nick>
    <foaf:firstName>Jeremy</foaf:firstName>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>dwgill01</foaf:nick>
        <foaf:firstName>dallas</foaf:firstName>
        <foaf:name>dallas g.</foaf:name>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/d/w/g/dwgill01/117025_large.png"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/dwgill01/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:name>Jeremy M.</foaf:name>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/j/e/r/jeremymitchell/112954_large.jpg"/>
    <foaf:dateOfBirth>1978-8-8</foaf:dateOfBirth>
  </foaf:Person>
</rdf:RDF>