<?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>1992-10-31</foaf:dateOfBirth>
    <foaf:firstName>John</foaf:firstName>
    <foaf:name>John C.</foaf:name>
    <foaf:img rdf:resource="/profile_photos/j/o/h/johnnyboyc/3505_large.jpg"/>
    <foaf:nick>johnnyboyc</foaf:nick>
    <foaf:knows>
      <foaf:Person>
        <foaf:dateOfBirth>1993-7-18</foaf:dateOfBirth>
        <foaf:firstName>Alex</foaf:firstName>
        <foaf:name>Alex L.</foaf:name>
        <foaf:img rdf:resource="/profile_photos/a/l/e/alexlafreniere/3517_large.jpg"/>
        <foaf:nick>alexlafreniere</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/alexlafreniere/foaf/"/>
      </foaf:Person>
    </foaf:knows>
  </foaf:Person>
</rdf:RDF>