<?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>Katie D.</foaf:name>
    <foaf:firstName>Katie</foaf:firstName>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>phil g.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/philmang/foaf/"/>
        <foaf:dateOfBirth>1974-7-11</foaf:dateOfBirth>
        <foaf:firstName>phil</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/p/h/i/philmang/6050_large.jpg"/>
        <foaf:nick>philmang</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Aki S.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/akispicer/foaf/"/>
        <foaf:firstName>Aki</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/a/k/i/akispicer/24408_large.png"/>
        <foaf:nick>akispicer</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/k/a/t/katiedreke/75429_large.jpg"/>
    <foaf:nick>katiedreke</foaf:nick>
  </foaf:Person>
</rdf:RDF>