<?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>1985-5-20</foaf:dateOfBirth>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/f/e/t/fettx/144328_large.jpg"/>
    <foaf:name>Sally D.</foaf:name>
    <foaf:nick>fettx</foaf:nick>
    <foaf:knows>
      <foaf:Person>
        <rdfs:seeAlso rdf:resource="http://pownce.com/reemixx/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/r/e/e/reemixx/130166_large.jpg"/>
        <foaf:name>Rhiannon F.</foaf:name>
        <foaf:nick>reemixx</foaf:nick>
        <foaf:firstName>Rhiannon</foaf:firstName>
      </foaf:Person>
    </foaf:knows>
    <foaf:firstName>Sally</foaf:firstName>
  </foaf:Person>
</rdf:RDF>