<?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>perfect_little_mess</foaf:nick>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/p/e/r/perfect_little_mess/182502_large.jpg"/>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>otakuchick</foaf:nick>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/o/t/a/otakuchick/507_large.jpg"/>
        <foaf:firstName>Natalie</foaf:firstName>
        <foaf:dateOfBirth>1978-10-22</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/otakuchick/foaf/"/>
        <foaf:name>Natalie G.</foaf:name>
      </foaf:Person>
    </foaf:knows>
    <foaf:firstName>Rachel</foaf:firstName>
    <foaf:dateOfBirth>1985-2-7</foaf:dateOfBirth>
    <foaf:name>Rachel M.</foaf:name>
  </foaf:Person>
</rdf:RDF>