<?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:firstName>Geof</foaf:firstName>
    <foaf:nick>geofharries</foaf:nick>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/g/e/o/geofharries/88600_large.jpg"/>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Suhail</foaf:firstName>
        <foaf:nick>Mixpanel</foaf:nick>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/M/i/x/Mixpanel/38148_large.gif"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/Mixpanel/foaf/"/>
        <foaf:name>Suhail D.</foaf:name>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Shane</foaf:firstName>
        <foaf:nick>Ramapaa</foaf:nick>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/R/a/m/Ramapaa/53417_large.jpg"/>
        <foaf:dateOfBirth>1980-8-11</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/Ramapaa/foaf/"/>
        <foaf:name>Shane G.</foaf:name>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Matt</foaf:firstName>
        <foaf:nick>mattbrett</foaf:nick>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/m/a/t/mattbrett/5296_large.jpg"/>
        <foaf:dateOfBirth>1980-5-1</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/mattbrett/foaf/"/>
        <foaf:name>Matt B.</foaf:name>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Dan</foaf:firstName>
        <foaf:nick>dandiemer</foaf:nick>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/d/a/n/dandiemer/19221_large.jpg"/>
        <foaf:dateOfBirth>1984-4-2</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/dandiemer/foaf/"/>
        <foaf:name>Dan D.</foaf:name>
      </foaf:Person>
    </foaf:knows>
    <foaf:name>Geof H.</foaf:name>
  </foaf:Person>
</rdf:RDF>