<?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>José M</foaf:firstName>
    <foaf:dateOfBirth>1983-8-19</foaf:dateOfBirth>
    <foaf:nick>durbon</foaf:nick>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Carlos</foaf:firstName>
        <foaf:nick>mantero</foaf:nick>
        <foaf:name>Carlos M.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/mantero/foaf/"/>
        <foaf:img rdf:resource="/profile_photos/m/a/n/mantero/57927_large.png"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Antonio</foaf:firstName>
        <foaf:dateOfBirth>1977-5-20</foaf:dateOfBirth>
        <foaf:nick>AntonioOrtiz</foaf:nick>
        <foaf:name>Antonio O.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/AntonioOrtiz/foaf/"/>
        <foaf:img rdf:resource="/profile_photos/A/n/t/AntonioOrtiz/9498_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Andrés</foaf:firstName>
        <foaf:dateOfBirth>1987-11-13</foaf:dateOfBirth>
        <foaf:nick>andresmilleiro</foaf:nick>
        <foaf:name>Andrés M.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/andresmilleiro/foaf/"/>
        <foaf:img rdf:resource="/profile_photos/a/n/d/andresmilleiro/24866_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:name>José M R.</foaf:name>
    <foaf:img rdf:resource="/profile_photos/d/u/r/durbon/156192_large.jpg"/>
  </foaf:Person>
</rdf:RDF>