<?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>
        <rdfs:seeAlso rdf:resource="http://pownce.com/santheo/foaf/"/>
        <foaf:name>Sandor W.</foaf:name>
        <foaf:dateOfBirth>1976-11-13</foaf:dateOfBirth>
        <foaf:img rdf:resource="/profile_photos/s/a/n/santheo/6290_large.jpg"/>
        <foaf:firstName>Sandor</foaf:firstName>
        <foaf:nick>santheo</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:name>Greg S.</foaf:name>
    <foaf:dateOfBirth>1975-12-4</foaf:dateOfBirth>
    <foaf:img rdf:resource="/profile_photos/s/c/h/schmegs/93870_large.png"/>
    <foaf:firstName>Greg</foaf:firstName>
    <foaf:nick>schmegs</foaf:nick>
  </foaf:Person>
</rdf:RDF>