<?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>Kristofer J.</foaf:name>
    <foaf:firstName>Kristofer</foaf:firstName>
    <foaf:img rdf:resource="/profile_photos/K/r/i/Kristoferockinstuffs/49470_large.jpg"/>
    <foaf:dateOfBirth>1976-2-27</foaf:dateOfBirth>
    <foaf:nick>Kristoferockinstuffs</foaf:nick>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>benjamin b.</foaf:name>
        <foaf:firstName>benjamin</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/belsky/foaf/"/>
        <foaf:img rdf:resource="/img/user-l.gif"/>
        <foaf:nick>belsky</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Michael C.</foaf:name>
        <foaf:firstName>Michael</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/mchristoff/foaf/"/>
        <foaf:img rdf:resource="/img/user-l.gif"/>
        <foaf:nick>mchristoff</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>karen n.</foaf:name>
        <foaf:firstName>karen</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/karen/foaf/"/>
        <foaf:img rdf:resource="/profile_photos/k/a/r/karen/4478_large.jpg"/>
        <foaf:nick>karen</foaf:nick>
      </foaf:Person>
    </foaf:knows>
  </foaf:Person>
</rdf:RDF>