<?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:knows>
      <foaf:Person>
        <foaf:firstName>Chris</foaf:firstName>
        <rdfs:seeAlso rdf:resource="http://pownce.com/C_Seahorn/foaf/"/>
        <foaf:name>Chris S.</foaf:name>
        <foaf:img rdf:resource="/profile_photos/C/_/S/C_Seahorn/40862_large.jpg"/>
        <foaf:nick>C_Seahorn</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:firstName>Laurence</foaf:firstName>
    <foaf:name>Laurence H.</foaf:name>
    <foaf:img rdf:resource="/profile_photos/S/t/o/StokeLaurie/87150_large.gif"/>
    <foaf:nick>StokeLaurie</foaf:nick>
  </foaf:Person>
</rdf:RDF>