<?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>Max</foaf:firstName>
    <foaf:nick>mfilenko</foaf:nick>
    <foaf:img rdf:resource="/profile_photos/m/f/i/mfilenko/141879_large.jpg"/>
    <foaf:knows>
      <foaf:Person>
        <foaf:firstName>Anton</foaf:firstName>
        <foaf:dateOfBirth>1987-9-13</foaf:dateOfBirth>
        <foaf:nick>AntoshGO</foaf:nick>
        <rdfs:seeAlso rdf:resource="http://pownce.com/AntoshGO/foaf/"/>
        <foaf:img rdf:resource="/profile_photos/A/n/t/AntoshGO/142475_large.jpg"/>
        <foaf:name>Anton R.</foaf:name>
      </foaf:Person>
    </foaf:knows>
    <foaf:name>Max F.</foaf:name>
  </foaf:Person>
</rdf:RDF>