<?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>jnorberg</foaf:nick>
    <foaf:firstName>Jeremy</foaf:firstName>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>mazerstar</foaf:nick>
        <foaf:firstName>Matt</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/mazerstar/foaf/"/>
        <foaf:img rdf:resource="/profile_photos/m/a/z/mazerstar/995_large.jpg"/>
        <foaf:dateOfBirth>1984-4-25</foaf:dateOfBirth>
        <foaf:name>Matt V.</foaf:name>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:nick>nativegeek</foaf:nick>
        <foaf:firstName>Chuck</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/nativegeek/foaf/"/>
        <foaf:img rdf:resource="/profile_photos/n/a/t/nativegeek/24269_large.gif"/>
        <foaf:dateOfBirth>1982-9-9</foaf:dateOfBirth>
        <foaf:name>Chuck W.</foaf:name>
      </foaf:Person>
    </foaf:knows>
    <foaf:img rdf:resource="/img/user-l.gif"/>
    <foaf:name>Jeremy N.</foaf:name>
  </foaf:Person>
</rdf:RDF>