<?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>Tom</foaf:firstName>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/t/p/a/tparish/9304_large.jpg"/>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Brian</foaf:firstName>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/b/m/a/bmagierski/7401_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/bmagierski/foaf/"/>
        <foaf:name>Brian M.</foaf:name>
        <foaf:nick>bmagierski</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Susan</foaf:firstName>
        <foaf:dateOfBirth>1959-3-10</foaf:dateOfBirth>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/I/T/S/ITSinsider/1923_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/ITSinsider/foaf/"/>
        <foaf:name>Susan S.</foaf:name>
        <foaf:nick>ITSinsider</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Geoffrey</foaf:firstName>
        <foaf:dateOfBirth>1972-6-14</foaf:dateOfBirth>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/t/e/x/texburgher/56775_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/texburgher/foaf/"/>
        <foaf:name>Geoffrey B.</foaf:name>
        <foaf:nick>texburgher</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>cream</foaf:firstName>
        <foaf:dateOfBirth>1985-7-2</foaf:dateOfBirth>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/c/r/e/cream/114569_large.gif"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/cream/foaf/"/>
        <foaf:name>cream o.</foaf:name>
        <foaf:nick>cream</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:name>Tom P.</foaf:name>
    <foaf:nick>tparish</foaf:nick>
  </foaf:Person>
</rdf:RDF>