<?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>Matt L.</foaf:name>
    <foaf:firstName>Matt</foaf:firstName>
    <foaf:knows>
      <foaf:Person>
        <rdfs:seeAlso rdf:resource="http://pownce.com/Kolgate/foaf/"/>
        <foaf:name>Sean C.</foaf:name>
        <foaf:firstName>Sean</foaf:firstName>
        <foaf:nick>Kolgate</foaf:nick>
        <foaf:dateOfBirth>1977-9-13</foaf:dateOfBirth>
        <foaf:img rdf:resource="/profile_photos/K/o/l/Kolgate/36481_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <rdfs:seeAlso rdf:resource="http://pownce.com/Goddimus/foaf/"/>
        <foaf:name>Jeff N.</foaf:name>
        <foaf:firstName>Jeff</foaf:firstName>
        <foaf:nick>Goddimus</foaf:nick>
        <foaf:dateOfBirth>1979-8-3</foaf:dateOfBirth>
        <foaf:img rdf:resource="/profile_photos/G/o/d/Goddimus/30537_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:nick>Woodman</foaf:nick>
    <foaf:dateOfBirth>1975-7-6</foaf:dateOfBirth>
    <foaf:img rdf:resource="/profile_photos/W/o/o/Woodman/36440_large.png"/>
  </foaf:Person>
</rdf:RDF>