<?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>
        <rdfs:seeAlso rdf:resource="http://pownce.com/kamthorn/foaf/"/>
        <foaf:dateOfBirth>1974-5-1</foaf:dateOfBirth>
        <foaf:name>Kamthorn K.</foaf:name>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/k/a/m/kamthorn/132372_large.png"/>
        <foaf:nick>kamthorn</foaf:nick>
        <foaf:firstName>Kamthorn</foaf:firstName>
      </foaf:Person>
    </foaf:knows>
    <foaf:dateOfBirth>1976-4-14</foaf:dateOfBirth>
    <foaf:name>Pattara K.</foaf:name>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/c/a/l/callmeott/132459_large.jpg"/>
    <foaf:nick>callmeott</foaf:nick>
    <foaf:firstName>Pattara</foaf:firstName>
  </foaf:Person>
</rdf:RDF>