@base <http://sirireiter.dk/foaf.rdf> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix admin: <http://webns.net/mvcb/> .
@prefix rel: <http://www.perceive.net/schemas/relationship/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix lang: <http://purl.org/net/inkel/rdf/schemas/lang/1.1#> .
@prefix bio: <http://vocab.org/bio/0.1/> .
@prefix wp: <http://en.wikipedia.org/wiki/> .
@prefix wot: <http://xmlns.com/wot/0.1/> .

<>
    dc:description "Friend-of-a-Friend description of Siri Reiter" ;
    dcterms:modified "2010-06-16T00:08:05+02:00" ;
    admin:errorReportsTo <mailto:siri@jones.dk> ;
    a foaf:PersonalProfileDocument ;
    foaf:maker <#me> ;
    foaf:primaryTopic <#me> ;
    foaf:topic <#me> ;
    wot:assurance <foaf.rdf.asc> .
<#jonas>
    a foaf:Person ;
    rdfs:seeAlso <http://dr.jones.dk/foaf.rdf#me> ;
    foaf:homepage <http://dr.jones.dk/> ;
    foaf:mbox <mailto:dr@jones.dk> ;
    foaf:mbox_sha1sum "146924a30ef1d780fa3d2b349db1a89b19546577" ;
    foaf:name "Jonas Smedegaard" ;
    foaf:nick "dr. Jones" .

<#me>
    lang:masters "danish", "english", "german" ;
    lang:reads "french", "norwegian", "swedish" ;
    lang:speaks "french" ;
    lang:writes "french" ;
    bio:event [
        bio:date "1968-05-03" ;
        bio:place "Århus fødeanstalt, Århus, Denmark" ;
        a bio:Birth
    ] ;
    rel:collaboratesWith <#jonas> ;
    rel:lifePartnerOf <#jonas> ;
    rel:livesWith <#jonas> ;
    rel:worksWith <#jonas> ;
    a foaf:Person ;
    foaf:based_near [
        geo:lat "55.647647" ;
        geo:long "11.503514"
    ] ;
    foaf:birthday "05-03" ;
    foaf:family_name "Reiter" ;
    foaf:gender "female" ;
    foaf:givenname "Siri Snell" ;
    foaf:homepage <.> ;
    foaf:knows <#jonas> ;
    foaf:mbox <mailto:siri@jones.dk> ;
    foaf:mbox_sha1sum "bf62f0e279fdf15881944a6070fa3c7c78932216" ;
    foaf:myersBriggs "INFJ" ;
    foaf:name "Siri Snell Reiter" ;
    foaf:openid <.> ;
    foaf:phone <tel:+45.27145428> ;
    foaf:workplaceHomepage <.> ;
    foaf:depiction </siri.jpg> ;
    foaf:interest wp:Graphic_design .

wp:Graphic_design
    dc:title "Graphic_design" ;
    dc:description "Typography, book design, logo design" .

<foaf.rdf.asc>
    a wot:Endorsement ;
    wot:endorser <#pubkey> .

[]
    a wot:Pubkey ;
    wot:pubkeyAddress <foaf.rdf.asc> .