<?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:nick>christianwilson</foaf:nick>
        <foaf:firstName>Christian</foaf:firstName>
        <foaf:img rdf:resource="/profile_photos/c/h/r/christianwilson/10450_large.jpg"/>
        <foaf:name>Christian W.</foaf:name>
        <rdfs:seeAlso rdf:resource="http://pownce.com/christianwilson/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:nick>rainglo524</foaf:nick>
    <foaf:firstName>Ashley</foaf:firstName>
    <foaf:img rdf:resource="/img/user-l.gif"/>
    <foaf:name>Ashley W.</foaf:name>
  </foaf:Person>
</rdf:RDF>