<?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>1970-12-9</foaf:dateOfBirth>
    <foaf:name>Greg T.</foaf:name>
    <foaf:firstName>Greg</foaf:firstName>
    <foaf:nick>beloit08</foaf:nick>
    <foaf:img rdf:resource="/profile_photos/b/e/l/beloit08/188442_large.jpg"/>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Greg H.</foaf:name>
        <foaf:firstName>Greg</foaf:firstName>
        <foaf:nick>greghickman</foaf:nick>
        <foaf:img rdf:resource="/profile_photos/g/r/e/greghickman/78859_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/greghickman/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:dateOfBirth>1979-11-13</foaf:dateOfBirth>
        <foaf:name>Jon F.</foaf:name>
        <foaf:firstName>Jon</foaf:firstName>
        <foaf:nick>jonfisher</foaf:nick>
        <foaf:img rdf:resource="/profile_photos/j/o/n/jonfisher/83027_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/jonfisher/foaf/"/>
      </foaf:Person>
    </foaf:knows>
  </foaf:Person>
</rdf:RDF>