<?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>samherz</foaf:nick>
    <foaf:name>Sam H.</foaf:name>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>developertom</foaf:nick>
        <foaf:name>Thomas K.</foaf:name>
        <foaf:dateOfBirth>1984-5-25</foaf:dateOfBirth>
        <foaf:firstName>Thomas</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/d/e/v/developertom/30304_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/developertom/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>mazerstar</foaf:nick>
        <foaf:name>Matt V.</foaf:name>
        <foaf:dateOfBirth>1984-4-25</foaf:dateOfBirth>
        <foaf:firstName>Matt</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/m/a/z/mazerstar/995_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/mazerstar/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>zachhale</foaf:nick>
        <foaf:name>Zach H.</foaf:name>
        <foaf:dateOfBirth>1986-10-30</foaf:dateOfBirth>
        <foaf:firstName>Zach</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/z/a/c/zachhale/19130_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/zachhale/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:firstName>Sam</foaf:firstName>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/s/a/m/samherz/30376_large.jpg"/>
  </foaf:Person>
</rdf:RDF>