<?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>steven_eks</foaf:nick>
    <foaf:dateOfBirth>1976-11-11</foaf:dateOfBirth>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>caseyflorig</foaf:nick>
        <foaf:dateOfBirth>1977-1-29</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/caseyflorig/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/c/a/s/caseyflorig/44397_large.jpg"/>
        <foaf:name>Casey F.</foaf:name>
        <foaf:firstName>Casey</foaf:firstName>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>sneezypb</foaf:nick>
        <foaf:dateOfBirth>1976-10-15</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/sneezypb/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/s/n/e/sneezypb/144394_large.jpg"/>
        <foaf:name>Ezra F.</foaf:name>
        <foaf:firstName>Ezra</foaf:firstName>
      </foaf:Person>
    </foaf:knows>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/s/t/e/steven_eks/70546_large.jpg"/>
    <foaf:name>Steven E.</foaf:name>
    <foaf:firstName>Steven</foaf:firstName>
  </foaf:Person>
</rdf:RDF>