<?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:name>Jamie D.</foaf:name>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Shane R.</foaf:name>
        <foaf:dateOfBirth>1974-6-30</foaf:dateOfBirth>
        <foaf:firstName>Shane</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/img/user-l.gif"/>
        <foaf:nick>shanerichmond</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/shanerichmond/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Richard C.</foaf:name>
        <foaf:dateOfBirth>1985-7-29</foaf:dateOfBirth>
        <foaf:firstName>Richard</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/l/e/t/lethal_rich/165800_large.jpg"/>
        <foaf:nick>lethal_rich</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/lethal_rich/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Stephen S.</foaf:name>
        <foaf:dateOfBirth>1986-3-6</foaf:dateOfBirth>
        <foaf:firstName>Stephen</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/img/user-l.gif"/>
        <foaf:nick>st3ph3ns</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/st3ph3ns/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:firstName>Jamie</foaf:firstName>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/j/a/m/jamesdickson/149896_large.jpg"/>
    <foaf:nick>jamesdickson</foaf:nick>
  </foaf:Person>
</rdf:RDF>