<?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>Eddie</foaf:firstName>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Jeff</foaf:firstName>
        <foaf:name>Jeff M.</foaf:name>
        <foaf:dateOfBirth>1973-10-3</foaf:dateOfBirth>
        <foaf:nick>Jeff</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/Jeff/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/J/e/f/Jeff/210_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Greg</foaf:firstName>
        <foaf:name>Greg G.</foaf:name>
        <foaf:nick>gregory</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/gregory/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/g/r/e/gregory/18759_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Thomas</foaf:firstName>
        <foaf:name>Thomas H.</foaf:name>
        <foaf:dateOfBirth>1968-3-3</foaf:dateOfBirth>
        <foaf:nick>thomashawk</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/thomashawk/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/t/h/o/thomashawk/12479_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>John</foaf:firstName>
        <foaf:name>John C.</foaf:name>
        <foaf:dateOfBirth>1979-7-29</foaf:dateOfBirth>
        <foaf:nick>CarmanAvenue</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/CarmanAvenue/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/C/a/r/CarmanAvenue/25301_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Dave</foaf:firstName>
        <foaf:name>Dave W.</foaf:name>
        <foaf:dateOfBirth>1955-5-2</foaf:dateOfBirth>
        <foaf:nick>davew</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/davew/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/d/a/v/davew/236_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:name>Eddie L.</foaf:name>
    <foaf:nick>efliv</foaf:nick>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/e/f/l/efliv/15780_large.jpg"/>
  </foaf:Person>
</rdf:RDF>