<?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:firstName>Abner</foaf:firstName>
    <foaf:img rdf:resource="/profile_photos/a/b/t/abtruji/170680_large.jpg"/>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Leonel</foaf:firstName>
        <foaf:img rdf:resource="/profile_photos/s/i/r/sirgt/89949_large.png"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/sirgt/foaf/"/>
        <foaf:dateOfBirth>1979-5-16</foaf:dateOfBirth>
        <foaf:nick>sirgt</foaf:nick>
        <foaf:name>Leonel R.</foaf:name>
      </foaf:Person>
    </foaf:knows>
    <foaf:nick>abtruji</foaf:nick>
    <foaf:name>Abner T.</foaf:name>
  </foaf:Person>
</rdf:RDF>