<?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:img rdf:resource="/profile_photos/l/s/k/lskyles/35327_large.jpg"/>
    <foaf:name>Skyles L.</foaf:name>
    <foaf:nick>lskyles</foaf:nick>
    <foaf:knows>
      <foaf:Person>
        <foaf:img rdf:resource="/profile_photos/t/h/o/thoughtsparks/34620_large.jpg"/>
        <foaf:name>Phil S.</foaf:name>
        <foaf:dateOfBirth>1968-9-23</foaf:dateOfBirth>
        <foaf:nick>thoughtsparks</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/thoughtsparks/foaf/"/>
        <foaf:firstName>Phil</foaf:firstName>
      </foaf:Person>
    </foaf:knows>
    <foaf:firstName>Skyles</foaf:firstName>
  </foaf:Person>
</rdf:RDF>