<?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>Gustavo</foaf:firstName>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/g/r/e/greyes/180969_large.png"/>
    <foaf:nick>greyes</foaf:nick>
    <foaf:dateOfBirth>1981-5-19</foaf:dateOfBirth>
    <foaf:name>Gustavo R.</foaf:name>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Luis</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/l/p/e/lpenados/90622_large.jpg"/>
        <foaf:nick>lpenados</foaf:nick>
        <foaf:dateOfBirth>1979-12-29</foaf:dateOfBirth>
        <foaf:name>Luis P.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/lpenados/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Manuel </foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/t/a/l/talishte/163206_large.png"/>
        <foaf:nick>talishte</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/talishte/foaf/"/>
        <foaf:name>Manuel  P.</foaf:name>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Carlos</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/c/a/r/carloscrc/53014_large.jpg"/>
        <foaf:nick>carloscrc</foaf:nick>
        <foaf:dateOfBirth>1984-11-1</foaf:dateOfBirth>
        <foaf:name>Carlos C.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/carloscrc/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Oscar</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/m/a/n/mangandini/1772_large.png"/>
        <foaf:nick>mangandini</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/mangandini/foaf/"/>
        <foaf:name>Oscar M.</foaf:name>
      </foaf:Person>
    </foaf:knows>
  </foaf:Person>
</rdf:RDF>