<?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:img rdf:resource="http://pownce.com/profile_photos/J/v/s/Jvstin/102476_large.jpg"/>
    <foaf:dateOfBirth>1989-11-8</foaf:dateOfBirth>
    <foaf:knows>
      <foaf:Person>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/y/i/c/yichi/90049_large.jpg"/>
        <foaf:dateOfBirth>1977-5-23</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/yichi/foaf/"/>
        <foaf:name>Yichi Z.</foaf:name>
        <foaf:firstName>Yichi</foaf:firstName>
        <foaf:nick>yichi</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:name>Jvstin C.</foaf:name>
    <foaf:firstName>Jvstin</foaf:firstName>
    <foaf:nick>Jvstin</foaf:nick>
  </foaf:Person>
</rdf:RDF>