<?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>1960-1-1</foaf:dateOfBirth>
        <rdfs:seeAlso rdf:resource="http://pownce.com/lancerlord/foaf/"/>
        <foaf:firstName>lancerlord</foaf:firstName>
        <foaf:name>lancerlord l.</foaf:name>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/l/a/n/lancerlord/35280_large.jpg"/>
        <foaf:nick>lancerlord</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:firstName>Lisa Y</foaf:firstName>
    <foaf:name>Lisa Y L.</foaf:name>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/b/o/h/bohemian/177787_large.jpg"/>
    <foaf:nick>bohemian</foaf:nick>
  </foaf:Person>
</rdf:RDF>