[Debwebid-discuss] Reference debian project members WebID profiles generated with Django-webid-provider - Was:Re: About userdir-ldap rewrite (again)

Olivier Berger olivier.berger at telecom-sudparis.eu
Wed Nov 6 13:40:54 UTC 2013


Hi.

FYI, I've posted a more user-friendly version at :
http://www-public.telecom-sudparis.eu/~berger_o/weblog/2013/11/06/generating-webid-profiles-for-debian-project-members/

Best regards,

Olivier Berger <olivier.berger at telecom-sudparis.eu> writes:

> Hi.
>
> I hope I'm not bothering you with details of my experiment.
>
> FYI, here's an example of the kind of output I get by querying LDAP,
> with the code at [4] (which reuses a custom branch of
> django-webid-provider I'm working on, at [5]), abbreviated, in Turtle format :
>
> $ curl -s -v -k -H 'Accept: text/turtle' http://localhost:8000/olivier#me 
> < HTTP/1.0 200 OK
> < Date: Wed, 06 Nov 2013 12:30:42 GMT
> < Server: WSGIServer/0.1 Python/2.7.5+
> < Vary: Accept
> < Content-Type: text/turtle
> < 
> @prefix cert: <http://www.w3.org/ns/auth/cert#> .
> @prefix foaf: <http://xmlns.com/foaf/0.1/> .
> @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
> @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
> @prefix wot: <http://xmlns.com/wot/0.1/> .
> @prefix xml: <http://www.w3.org/XML/1998/namespace> .
> @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
>
> <> a foaf:PersonalProfileDocument ;
>     foaf:primaryTopic <http://db.debian.org/olivier#me> .
>
> <#gpgkey> a wot:Pubkey ;
>     wot:fingerprint "ACE46EBD89F6656D6642660BE941DEDA7C5BB6A5" ;
>     wot:pubkeyAddress <https://db.debian.org/fetchkey.cgi?fingerprint=ACE46EBD89F6656D6642660BE941DEDA7C5BB6A5> .
>
> <http://db.debian.org/olivier#me> a foaf:Person ;
>     cert:key [ a cert:RSAPublicKey ;
>             rdfs:label "key made on [...] on my laptop" ;
>             cert:exponent 65537 ;
>             cert:modulus "b078[...]b84cff97"^^xsd:hexBinary ],
>         [ a cert:RSAPublicKey ;
>             rdfs:label "key made on [...] on my laptop" ;
>             cert:exponent 65537 ;
>             cert:modulus "bb7d[...]dd8f65"^^xsd:hexBinary ] ;
>     foaf:homepage <http://www.olivierberger.org/> ;
>     foaf:mbox "mailto:obergix at debian.org" ;
>     foaf:name "Olivier Berger" ;
>     foaf:nick "obergix" ;
>     wot:hasKey <#gpgkey> .
>

-- 
Olivier BERGER 
http://www-public.telecom-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingenieur Recherche - Dept INF
Institut Mines-Telecom, Telecom SudParis, Evry (France)



More information about the Debwebid-discuss mailing list