<?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>aroths1</foaf:nick>
    <foaf:name>Adam R.</foaf:name>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/a/r/o/aroths1/132198_large.jpg"/>
    <foaf:dateOfBirth>1972-2-1</foaf:dateOfBirth>
    <foaf:firstName>Adam</foaf:firstName>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>texburgher</foaf:nick>
        <foaf:name>Geoffrey B.</foaf:name>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/t/e/x/texburgher/56775_large.jpg"/>
        <foaf:dateOfBirth>1972-6-14</foaf:dateOfBirth>
        <foaf:firstName>Geoffrey</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/texburgher/foaf/"/>
      </foaf:Person>
    </foaf:knows>
  </foaf:Person>
</rdf:RDF>