<?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>Andreas</foaf:firstName>
    <foaf:nick>avg</foaf:nick>
    <foaf:img rdf:resource="/img/user-l.gif"/>
    <foaf:name>Andreas V.</foaf:name>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Michael</foaf:firstName>
        <foaf:nick>gisiger</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/gisiger/foaf/"/>
        <foaf:img rdf:resource="/profile_photos/g/i/s/gisiger/11546_large.jpg"/>
        <foaf:name>Michael G.</foaf:name>
        <foaf:dateOfBirth>1975-7-4</foaf:dateOfBirth>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Marcello</foaf:firstName>
        <foaf:nick>Marcellodelbono</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/Marcellodelbono/foaf/"/>
        <foaf:img rdf:resource="/profile_photos/M/a/r/Marcellodelbono/191042_large.jpg"/>
        <foaf:name>Marcello d.</foaf:name>
      </foaf:Person>
    </foaf:knows>
  </foaf:Person>
</rdf:RDF>