<?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:dateOfBirth>1984-4-25</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/mazerstar/foaf/"/>
        <foaf:firstName>Matt</foaf:firstName>
        <foaf:name>Matt V.</foaf:name>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/m/a/z/mazerstar/995_large.jpg"/>
        <foaf:nick>mazerstar</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:dateOfBirth>1986-10-8</foaf:dateOfBirth>
    <foaf:firstName>Jason</foaf:firstName>
    <foaf:name>Jason K.</foaf:name>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/k/o/l/kole1900/115296_large.jpg"/>
    <foaf:nick>kole1900</foaf:nick>
  </foaf:Person>
</rdf:RDF>