<?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>Joe W.</foaf:name>
    <foaf:firstName>Joe</foaf:firstName>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/j/o/e/joewang/23575_large.jpg"/>
    <foaf:knows>
      <foaf:Person>
        <rdfs:seeAlso rdf:resource="http://pownce.com/rogerchang/foaf/"/>
        <foaf:dateOfBirth>1974-11-22</foaf:dateOfBirth>
        <foaf:name>Roger  C.</foaf:name>
        <foaf:firstName>Roger </foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/r/o/g/rogerchang/29945_large.jpg"/>
        <foaf:nick>rogerchang</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <rdfs:seeAlso rdf:resource="http://pownce.com/Jeff/foaf/"/>
        <foaf:dateOfBirth>1973-10-3</foaf:dateOfBirth>
        <foaf:name>Jeff M.</foaf:name>
        <foaf:firstName>Jeff</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/J/e/f/Jeff/210_large.jpg"/>
        <foaf:nick>Jeff</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <rdfs:seeAlso rdf:resource="http://pownce.com/patricknorton/foaf/"/>
        <foaf:name>Patrick N.</foaf:name>
        <foaf:firstName>Patrick</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/p/a/t/patricknorton/42436_large.jpg"/>
        <foaf:nick>patricknorton</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:nick>joewang</foaf:nick>
  </foaf:Person>
</rdf:RDF>