<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://dossy.org/foaf.xsl"?>

<rdf:RDF
    xml:lang="en"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:yadis="http://danga.com/yadis/vocab/1.0/#">
    <foaf:Person rdf:nodeID="me">
        <yadis:identityServer>http://dossy.org/</yadis:identityServer>
        <foaf:name>Dossy Shiobara</foaf:name>
        <foaf:nick>Dossy</foaf:nick>
        <foaf:mbox rdf:resource="mailto:dossy@panoptic.com"/>
        <foaf:homepage rdf:resource="http://dossy.org/"/>
    </foaf:Person>
</rdf:RDF>

