<?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:name>Bogdan B.</foaf:name>
    <foaf:knows>
      <foaf:Person>
        <rdfs:seeAlso rdf:resource="http://pownce.com/kitsched/foaf/"/>
        <foaf:name>Janos R.</foaf:name>
        <foaf:nick>kitsched</foaf:nick>
        <foaf:dateOfBirth>1979-4-17</foaf:dateOfBirth>
        <foaf:img rdf:resource="/profile_photos/k/i/t/kitsched/68982_large.jpg"/>
        <foaf:firstName>Janos</foaf:firstName>
      </foaf:Person>
    </foaf:knows>
    <foaf:img rdf:resource="/profile_photos/b/o/G/boGGdy/105230_large.jpg"/>
    <foaf:firstName>Bogdan</foaf:firstName>
    <foaf:nick>boGGdy</foaf:nick>
  </foaf:Person>
</rdf:RDF>