<?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>1980-3-26</foaf:dateOfBirth>
    <foaf:name>Justin M.</foaf:name>
    <foaf:firstName>Justin</foaf:firstName>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Justin B.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/justinbaum/foaf/"/>
        <foaf:firstName>Justin</foaf:firstName>
        <foaf:nick>justinbaum</foaf:nick>
        <foaf:img rdf:resource="/profile_photos/j/u/s/justinbaum/22521_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>David T.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/mister_tea/foaf/"/>
        <foaf:firstName>David</foaf:firstName>
        <foaf:nick>mister_tea</foaf:nick>
        <foaf:img rdf:resource="/profile_photos/m/i/s/mister_tea/104383_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:nick>Universe326</foaf:nick>
    <foaf:img rdf:resource="/profile_photos/U/n/i/Universe326/113588_large.jpg"/>
  </foaf:Person>
</rdf:RDF>