<?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>1988-4-7</foaf:dateOfBirth>
    <foaf:name>Cherrelle S.</foaf:name>
    <foaf:nick>GirlFawkes</foaf:nick>
    <foaf:firstName>Cherrelle</foaf:firstName>
    <foaf:img rdf:resource="/img/user-l.gif"/>
    <foaf:knows>
      <foaf:Person>
        <foaf:dateOfBirth>1980-4-3</foaf:dateOfBirth>
        <foaf:name>Mark B.</foaf:name>
        <foaf:nick>amorliber</foaf:nick>
        <foaf:firstName>Mark</foaf:firstName>
        <foaf:img rdf:resource="/profile_photos/a/m/o/amorliber/168140_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/amorliber/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Krasav4eg P.</foaf:name>
        <foaf:nick>taster</foaf:nick>
        <foaf:firstName>Krasav4eg</foaf:firstName>
        <foaf:img rdf:resource="/profile_photos/t/a/s/taster/165865_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/taster/foaf/"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:name>Christine Y.</foaf:name>
        <foaf:nick>christiney</foaf:nick>
        <foaf:firstName>Christine</foaf:firstName>
        <foaf:img rdf:resource="/profile_photos/c/h/r/christiney/52355_large.jpg"/>
        <rdfs:seeAlso rdf:resource="http://pownce.com/christiney/foaf/"/>
      </foaf:Person>
    </foaf:knows>
  </foaf:Person>
</rdf:RDF>