<?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:nick>efredgr</foaf:nick>
    <foaf:name>Fredrik G.</foaf:name>
    <foaf:img rdf:resource="http://pownce.com/img/user-l.gif"/>
    <foaf:firstName>Fredrik</foaf:firstName>
    <foaf:dateOfBirth>1972-3-17</foaf:dateOfBirth>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>dangli</foaf:nick>
        <foaf:name>Daniel G.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/dangli/foaf/"/>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/d/a/n/dangli/2971_large.jpg"/>
        <foaf:firstName>Daniel</foaf:firstName>
        <foaf:dateOfBirth>1971-4-2</foaf:dateOfBirth>
      </foaf:Person>
    </foaf:knows>
  </foaf:Person>
</rdf:RDF>