<?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:firstName>Ashraf</foaf:firstName>
    <foaf:nick>ChicKeno15</foaf:nick>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>rafi</foaf:firstName>
        <foaf:dateOfBirth>1984-5-19</foaf:dateOfBirth>
        <foaf:nick>flashy</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/flashy/foaf/"/>
        <foaf:name>rafi b.</foaf:name>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/f/l/a/flashy/179733_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Jodi</foaf:firstName>
        <foaf:dateOfBirth>1977-5-19</foaf:dateOfBirth>
        <foaf:nick>tinythoughts</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/tinythoughts/foaf/"/>
        <foaf:name>Jodi C.</foaf:name>
        <foaf:img rdf:resource="http://pownce.com/profile_photos/t/i/n/tinythoughts/64792_large.jpg"/>
      </foaf:Person>
    </foaf:knows>
    <foaf:name>Ashraf A.</foaf:name>
    <foaf:img rdf:resource="http://pownce.com/profile_photos/C/h/i/ChicKeno15/185888_large.jpg"/>
  </foaf:Person>
</rdf:RDF>