<?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>
        <foaf:name>Antonio O.</foaf:name>
        <foaf:dateOfBirth>1976-12-3</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/gnrfan/foaf/"/>
        <foaf:nick>gnrfan</foaf:nick>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/g/n/r/gnrfan/31938_large.jpg"/>
        <foaf:firstName>Antonio</foaf:firstName>
      </foaf:Person>
    </foaf:knows>
    <foaf:name>Jose G.</foaf:name>
    <foaf:nick>jgonzalesc</foaf:nick>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/j/g/o/jgonzalesc/93088_large.jpg"/>
    <foaf:firstName>Jose</foaf:firstName>
  </foaf:Person>
</rdf:RDF>