<?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:name>Aaron J.</foaf:name>
    <foaf:nick>TheMentalSyzygy</foaf:nick>
    <foaf:dateOfBirth>1985-9-23</foaf:dateOfBirth>
    <foaf:img rdf:resource="/profile_photos/T/h/e/TheMentalSyzygy/32761_large.jpg"/>
    <foaf:firstName>Aaron</foaf:firstName>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Dark P.</foaf:name>
        <foaf:nick>darkphone</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/darkphone/foaf/"/>
        <foaf:img rdf:resource="/profile_photos/d/a/r/darkphone/4791_large.png"/>
        <foaf:firstName>Dark</foaf:firstName>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>mustard empire ..</foaf:name>
        <foaf:nick>mustard</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/mustard/foaf/"/>
        <foaf:dateOfBirth>1900-1-1</foaf:dateOfBirth>
        <foaf:img rdf:resource="/profile_photos/m/u/s/mustard/17401_large.jpg"/>
        <foaf:firstName>mustard empire</foaf:firstName>
      </foaf:Person>
    </foaf:knows>
  </foaf:Person>
</rdf:RDF>