@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix rel: <http://purl.org/vocab/relationship/> .
@prefix wot: <http://xmlns.com/wot/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix cert:  <http://www.w3.org/ns/auth/cert#> .
@prefix pingback: <http://purl.org/net/pingback/> .

<#me>
    a foaf:Person ;
    foaf:name "Olivier Berger" ;
    foaf:title "Mr" ;
    foaf:givenname "Olivier" ;
    foaf:family_name "Berger" ;
    foaf:nick "obergix" ;
    foaf:mbox "mailto:oberger@ouvaton.org" ;
    foaf:mbox_sha1sum "f346a21b12a98f4a30a1d9861e16deaaebb17263" ;
    # ancienne adresse
    # foaf:mbox_sha1sum "9d7ee631318f28bacbec23617b662f5487f92fd2" ;
    # adresse assoce    
    # foaf:mbox_sha1sum "75371afc6b8acb93744fbf18b044993d2f0fc5b0" ;
    wot:hasKey [
        a wot:PubKey ;
        wot:fingerprint "ACE46EBD89F6656D6642660BE941DEDA7C5BB6A5" ;
        wot:hex_id "E941DEDA7C5BB6A5" ;
        wot:length "4096" ;
        wot:pubkeyAddress <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE941DEDA7C5BB6A5>
    ] ;
    foaf:homepage <http://www.olivierberger.org/> ;
    foaf:img <Berger.png> ;
    rdfs:seeAlso <http://www-public.telecom-sudparis.eu/~berger_o/foaf.ttl> ;
    owl:sameAs <http://www-public.it-sudparis.eu/~berger_o/foaf.rdf#me> ;
    owl:sameAs <http://www-public.telecom-sudparis.eu/~berger_o/foaf.rdf#me> ;
    owl:sameAs <http://www-public.telecom-sudparis.eu/~berger_o/foaf.ttl#me> ;
    rdfs:seeAlso <http://people.debian.org/~obergix/foaf.ttl> ;
    owl:sameAs <http://people.debian.org/~obergix/foaf.ttl#me> ;
    foaf:weblog <http://www.olivierberger.com/weblog/> ;
    foaf:based_near [
        a geo:Point ;
        geo:lat "48.8696" ;
        geo:long "2.8165"
    ] ;
    pingback:to <https://my-profile.eu/pingback.php> .

<#mecert>
    a cert:RSAPublicKey ;
    cert:exponent "65537"^^<xsd:int> ;
    cert:identity <http://www.olivierberger.org/foaf.ttl#me> ;
    cert:modulus """C4F21DE13D32E25D3C16B417657E2283DE7AC9B54FDA826E68387EA017FD3EEEA22A76EDB5EE5AC04B959DBDB3449D266915A3EDD6B33D54E3892589E870B879A919035C84105FE9552465BE23C3BBE9DBBEBC2781F5B603142EA5DA10FD1579CBE904AC07F5B977C9036F80A594F4C80F71D96E3E956AE9E2A0AA54AFEF3DC9B40FB028860E3042083DDE95920A6D1CBC47C5E598E0A6D8DA1BB46E935C9A0C2565DD80C80A02CE3F6B28612C7A640CA4020F4175276518C0F5B62770B8ACDA1CA45A346C1BEBC248C346F9518C27490EA6CB726059A50E6D158EB051BEF8ED6E8546F5B67205CA9A915D20D2424099E46B519DA50FDCC49944613321496815"""^^<xsd:hexBinary> .

<>
    a foaf:PersonalProfileDocument ;
    foaf:maker <#me> ;
    foaf:primaryTopic <#me> ;
    wot:assurance <http://www.olivierberger.org/foaf.ttl.asc> .

