<?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>amanda</foaf:firstName>
    <foaf:dateOfBirth>1972-5-5</foaf:dateOfBirth>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/g/i/r/girlyracer/16142_large.jpg"/>
    <foaf:nick>girlyracer</foaf:nick>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Si</foaf:firstName>
        <foaf:dateOfBirth>1980-7-5</foaf:dateOfBirth>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/s/i/j/sijobling/14993_large.jpg"/>
        <foaf:nick>sijobling</foaf:nick>
        <foaf:name>Si J.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/sijobling/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:name>amanda b.</foaf:name>
  </foaf:Person>
</rdf:RDF>