<?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:dateOfBirth>1990-2-4</foaf:dateOfBirth>
    <foaf:name>Andrew S.</foaf:name>
    <foaf:nick>ashrewdmint</foaf:nick>
    <foaf:knows>
      <foaf:Person>
        <rdfs:seeAlso rdf:resource="http://pownce.com/kyleslattery/foaf/"/>
        <foaf:dateOfBirth>1988-3-28</foaf:dateOfBirth>
        <foaf:name>Kyle S.</foaf:name>
        <foaf:nick>kyleslattery</foaf:nick>
        <foaf:img rdf:resource="/profile_photos/k/y/l/kyleslattery/171134_large.jpg"/>
        <foaf:firstName>Kyle</foaf:firstName>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <rdfs:seeAlso rdf:resource="http://pownce.com/cdevroe/foaf/"/>
        <foaf:dateOfBirth>1980-9-30</foaf:dateOfBirth>
        <foaf:name>Colin D.</foaf:name>
        <foaf:nick>cdevroe</foaf:nick>
        <foaf:img rdf:resource="/profile_photos/c/d/e/cdevroe/6566_large.jpg"/>
        <foaf:firstName>Colin</foaf:firstName>
      </foaf:Person>
    </foaf:knows>
    <foaf:img rdf:resource="/profile_photos/a/s/h/ashrewdmint/183296_large.jpg"/>
    <foaf:firstName>Andrew</foaf:firstName>
  </foaf:Person>
</rdf:RDF>