<?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>Noel K.</foaf:name>
    <foaf:dateOfBirth>1984-12-9</foaf:dateOfBirth>
    <foaf:knows>
      <foaf:Person>
        <rdfs:seeAlso rdf:resource="http://pownce.com/rob/foaf/"/>
        <foaf:name> 	 robert  .</foaf:name>
        <foaf:dateOfBirth>1982-10-31</foaf:dateOfBirth>
        <foaf:firstName> 	 robert</foaf:firstName>
        <foaf:nick>rob</foaf:nick>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/r/o/b/rob/144_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <rdfs:seeAlso rdf:resource="http://pownce.com/dandiemer/foaf/"/>
        <foaf:name>Dan D.</foaf:name>
        <foaf:dateOfBirth>1984-4-2</foaf:dateOfBirth>
        <foaf:firstName>Dan</foaf:firstName>
        <foaf:nick>dandiemer</foaf:nick>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/d/a/n/dandiemer/19221_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <rdfs:seeAlso rdf:resource="http://pownce.com/zwysket/foaf/"/>
        <foaf:name>Danielle L.</foaf:name>
        <foaf:dateOfBirth>1981-1-13</foaf:dateOfBirth>
        <foaf:firstName>Danielle</foaf:firstName>
        <foaf:nick>zwysket</foaf:nick>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/z/w/y/zwysket/140198_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <rdfs:seeAlso rdf:resource="http://pownce.com/OreoFairy/foaf/"/>
        <foaf:name>Oreo F.</foaf:name>
        <foaf:dateOfBirth>1982-12-17</foaf:dateOfBirth>
        <foaf:firstName>Oreo</foaf:firstName>
        <foaf:nick>OreoFairy</foaf:nick>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/O/r/e/OreoFairy/19299_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:firstName>Noel</foaf:firstName>
    <foaf:nick>thedode</foaf:nick>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/t/h/e/thedode/174686_large.jpg"/>
  </foaf:Person>
</rdf:RDF>