<?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>beverly b.</foaf:name>
    <foaf:nick>brongersma</foaf:nick>
    <foaf:firstName>beverly</foaf:firstName>
    <foaf:dateOfBirth>1981-6-4</foaf:dateOfBirth>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Alfred T.</foaf:name>
        <foaf:nick>WordPress</foaf:nick>
        <foaf:firstName>Alfred</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/WordPress/foaf/"/>
        <foaf:img rdf:resource="/profile_photos/W/o/r/WordPress/146299_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Jake M.</foaf:name>
        <foaf:nick>jakemarsh</foaf:nick>
        <foaf:firstName>Jake</foaf:firstName>
        <foaf:dateOfBirth>1986-2-15</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/jakemarsh/foaf/"/>
        <foaf:img rdf:resource="/profile_photos/j/a/k/jakemarsh/1600_large.png"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Morgan B.</foaf:name>
        <foaf:nick>morganb</foaf:nick>
        <foaf:firstName>Morgan</foaf:firstName>
        <foaf:dateOfBirth>1976-1-25</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/morganb/foaf/"/>
        <foaf:img rdf:resource="/profile_photos/m/o/r/morganb/38064_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:img rdf:resource="/profile_photos/b/r/o/brongersma/185009_large.jpg"/>
  </foaf:Person>
</rdf:RDF>