<?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:knows>
      <foaf:Person>
        <foaf:firstName>cream</foaf:firstName>
        <foaf:img rdf:resource="/profile_photos/c/r/e/cream/114569_large.gif"/>
        <foaf:dateOfBirth>1985-7-2</foaf:dateOfBirth>
        <foaf:nick>cream</foaf:nick>
        <foaf:name>cream o.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/cream/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Jeremy</foaf:firstName>
        <foaf:img rdf:resource="/profile_photos/j/b/o/jbotter/28630_large.jpg"/>
        <foaf:dateOfBirth>1977-11-5</foaf:dateOfBirth>
        <foaf:nick>jbotter</foaf:nick>
        <foaf:name>Jeremy B.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/jbotter/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:firstName>Bryan</foaf:firstName>
    <foaf:img rdf:resource="/profile_photos/b/f/o/bford/87877_large.jpg"/>
    <foaf:nick>bford</foaf:nick>
    <foaf:name>Bryan F.</foaf:name>
  </foaf:Person>
</rdf:RDF>