<?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:dateOfBirth>1977-4-5</foaf:dateOfBirth>
    <foaf:knows>
      <foaf:Person>
        <foaf:dateOfBirth>1975-11-17</foaf:dateOfBirth>
        <foaf:name>Alan B.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/arcterex/foaf/"/>
        <foaf:firstName>Alan</foaf:firstName>
        <foaf:img rdf:resource="/profile_photos/a/r/c/arcterex/81280_large.jpg"/>
        <foaf:nick>arcterex</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:name>Nathan Y.</foaf:name>
    <foaf:firstName>Nathan</foaf:firstName>
    <foaf:img rdf:resource="/profile_photos/n/a/t/nathany/132466_large.jpg"/>
    <foaf:nick>nathany</foaf:nick>
  </foaf:Person>
</rdf:RDF>