<?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:img rdf:resource="http://pownce.com/profile_photos/i/n/t/intuitiongirl/171217_large.jpg"/>
    <foaf:firstName>Joan Marie</foaf:firstName>
    <foaf:name>Joan Marie W.</foaf:name>
    <foaf:knows>
      <foaf:Person>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/c/o/s/cosmicsurfer/170257_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/cosmicsurfer/foaf/"/>
        <foaf:firstName>Greg</foaf:firstName>
        <foaf:name>Greg L.</foaf:name>
        <foaf:dateOfBirth>1953-9-19</foaf:dateOfBirth>
        <foaf:nick>cosmicsurfer</foaf:nick>
      </foaf:Person>
    </foaf:knows>
    <foaf:nick>intuitiongirl</foaf:nick>
  </foaf:Person>
</rdf:RDF>