<?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>Phil</foaf:firstName>
    <foaf:name>Phil R.</foaf:name>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>si</foaf:firstName>
        <foaf:name>si e.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/hesh/foaf/"/>
        <foaf:nick>hesh</foaf:nick>
        <foaf:img rdf:resource="/img/user-l.gif"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Jake</foaf:firstName>
        <foaf:name>Jake M.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/jakemarsh/foaf/"/>
        <foaf:nick>jakemarsh</foaf:nick>
        <foaf:dateOfBirth>1986-2-15</foaf:dateOfBirth>
        <foaf:img rdf:resource="/profile_photos/j/a/k/jakemarsh/1600_large.png"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName> 	 robert</foaf:firstName>
        <foaf:name> 	 robert  .</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/rob/foaf/"/>
        <foaf:nick>rob</foaf:nick>
        <foaf:dateOfBirth>1982-10-31</foaf:dateOfBirth>
        <foaf:img rdf:resource="/profile_photos/r/o/b/rob/144_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Gareth</foaf:firstName>
        <foaf:name>Gareth R.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/Gareth82/foaf/"/>
        <foaf:nick>Gareth82</foaf:nick>
        <foaf:dateOfBirth>1982-5-5</foaf:dateOfBirth>
        <foaf:img rdf:resource="/profile_photos/G/a/r/Gareth82/181456_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:nick>PhilLloyd</foaf:nick>
    <foaf:dateOfBirth>1979-6-15</foaf:dateOfBirth>
    <foaf:img rdf:resource="/profile_photos/P/h/i/PhilLloyd/147130_large.jpg"/>
  </foaf:Person>
</rdf:RDF>