<?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>1983-7-7</foaf:dateOfBirth>
    <foaf:knows>
      <foaf:Person>
        <foaf:dateOfBirth>1971-5-18</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/soldierbeetle/foaf/"/>
        <foaf:nick>soldierbeetle</foaf:nick>
        <foaf:img rdf:resource="/profile_photos/s/o/l/soldierbeetle/11148_large.jpg"/>
        <foaf:name>Richard P.</foaf:name>
        <foaf:firstName>Richard</foaf:firstName>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <rdfs:seeAlso rdf:resource="http://pownce.com/Phuser/foaf/"/>
        <foaf:nick>Phuser</foaf:nick>
        <foaf:img rdf:resource="/profile_photos/P/h/u/Phuser/10266_large.gif"/>
        <foaf:name>Mr P.</foaf:name>
        <foaf:firstName>Mr</foaf:firstName>
      </foaf:Person>
    </foaf:knows>
    <foaf:nick>alessandra</foaf:nick>
    <foaf:img rdf:resource="/img/user-l.gif"/>
    <foaf:name>Alessandra B.</foaf:name>
    <foaf:firstName>Alessandra</foaf:firstName>
  </foaf:Person>
</rdf:RDF>