<?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>Sarah</foaf:firstName>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/l/o/l/lola/10027_large.jpg"/>
    <foaf:name>Sarah R.</foaf:name>
    <foaf:dateOfBirth>1949-5-22</foaf:dateOfBirth>
    <foaf:nick>lola</foaf:nick>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Bruce</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/b/r/e/breyeschow/8266_large.jpg"/>
        <foaf:name>Bruce R.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/breyeschow/foaf/"/>
        <foaf:dateOfBirth>1969-5-3</foaf:dateOfBirth>
        <foaf:nick>breyeschow</foaf:nick>
      </foaf:Person>
    </foaf:knows>
  </foaf:Person>
</rdf:RDF>