<?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>joe10</foaf:nick>
    <foaf:firstName>Joe</foaf:firstName>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>cgerrish</foaf:nick>
        <foaf:firstName>Cliff</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/cgerrish/foaf/"/>
        <foaf:name>Cliff G.</foaf:name>
        <foaf:img rdf:resource="/profile_photos/c/g/e/cgerrish/132377_large.jpg"/>
        <foaf:dateOfBirth>1958-9-9</foaf:dateOfBirth>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>peternies</foaf:nick>
        <foaf:firstName>peter</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/peternies/foaf/"/>
        <foaf:name>peter n.</foaf:name>
        <foaf:img rdf:resource="/img/user-l.gif"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>tastybit</foaf:nick>
        <foaf:firstName>Clay</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/tastybit/foaf/"/>
        <foaf:name>Clay N.</foaf:name>
        <foaf:img rdf:resource="/profile_photos/t/a/s/tastybit/139034_large.jpg"/>
        <foaf:dateOfBirth>1974-1-20</foaf:dateOfBirth>
      </foaf:Person>
    </foaf:knows>
    <foaf:name>Joe T.</foaf:name>
    <foaf:img rdf:resource="/profile_photos/j/o/e/joe10/132938_large.jpg"/>
    <foaf:dateOfBirth>1899-7-14</foaf:dateOfBirth>
  </foaf:Person>
</rdf:RDF>