<?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>Andrea V.</foaf:name>
    <foaf:nick>Crimsoneer</foaf:nick>
    <foaf:img rdf:resource="/profile_photos/C/r/i/Crimsoneer/2114_large.jpg"/>
    <foaf:dateOfBirth>1989-1-28</foaf:dateOfBirth>
    <foaf:firstName>Andrea</foaf:firstName>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>James R.</foaf:name>
        <foaf:nick>jruskell</foaf:nick>
        <foaf:img rdf:resource="/profile_photos/j/r/u/jruskell/7254_large.jpg"/>
        <foaf:dateOfBirth>1985-2-14</foaf:dateOfBirth>
        <foaf:firstName>James</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/jruskell/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Michael P.</foaf:name>
        <foaf:nick>michaelkpate</foaf:nick>
        <foaf:img rdf:resource="/profile_photos/m/i/c/michaelkpate/1914_large.jpg"/>
        <foaf:dateOfBirth>1966-6-9</foaf:dateOfBirth>
        <foaf:firstName>Michael</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/michaelkpate/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>d b.</foaf:name>
        <foaf:nick>dancerts</foaf:nick>
        <foaf:img rdf:resource="/profile_photos/d/a/n/dancerts/7243_large.jpg"/>
        <foaf:firstName>d</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/dancerts/foaf/"/>
      </foaf:Person>
    </foaf:knows>
  </foaf:Person>
</rdf:RDF>