Hi.

FYI, after upgrade of Alioth.debian.org to fusionforge 5.1 (rc), several
new features appeared, such as the RDFa generation of users and projects
descriptions.

You may see these with any RDFa [0] aware tools.

For instance with rapper (raptor-utils package), one may format the RDF
description of a user as such :
        
        $ rapper -o turtle -i rdfa http://alioth.debian.org/users/obergix
        @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
        @prefix dc: <http://purl.org/dc/elements/1.1/> .
        @prefix doap: <http://usefulinc.com/ns/doap#> .
        @prefix foaf: <http://xmlns.com/foaf/0.1/> .
        @prefix planetforge: <http://coclico-project.org/ontology/planetforge#> 
.
        @prefix sioc: <http://rdfs.org/sioc/ns#> .
        
        <http://alioth.debian.org/users/obergix>
            sioc:email_sha1 "20405e51683655b67655e50b2e46fb0f43fd5b5f"@en ;
            sioc:member_of 
<https://alioth.debian.org/projects/pkg-cas/members/>, 
<https://alioth.debian.org/projects/pkg-php/members/> ;
            sioc:name "obergix"@en ;
            a sioc:UserAccount ;
        
        <http://alioth.debian.org/users/obergix#me>
            doap:developer <https://alioth.debian.org/projects/pkg-php/> ;
            doap:maintainer <https://alioth.debian.org/projects/pkg-cas/> ;
            a foaf:Person ;
            foaf:account <http://alioth.debian.org/users/obergix> ;
            foaf:name "Olivier Berger"@en .
        
        <https://alioth.debian.org/projects/pkg-cas/>
            sioc:has_function "Admin"@en ;
            a sioc:Space .
        
        <https://alioth.debian.org/projects/pkg-cas/members/>
            sioc:usergroup_of <https://alioth.debian.org/projects/pkg-cas/> ;
            a sioc:UserGroup .
        
        <https://alioth.debian.org/projects/pkg-php/>
            sioc:has_function "Developer"@en ;
            a sioc:Space .
        
        <https://alioth.debian.org/projects/pkg-php/members/>
            sioc:usergroup_of <https://alioth.debian.org/projects/pkg-php/> ;
            a sioc:UserGroup .
        
        rapper: Parsing returned 29 triples
        
This basically states that I'm a member of the cas and php packaging
projects hosted there, in a semantic Web standard format.

See also for instance the description of pkg-php project, with :
$ rapper -o json -i rdfa http://alioth.debian.org/projects/pkg-php/

Welcome to the Linked Data [1] world :-)

[0] http://en.wikipedia.org/wiki/RDFa
[1] http://en.wikipedia.org/wiki/Linked_data

Best regards,
-- 
Olivier BERGER <olivier.ber...@it-sudparis.eu>
http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingénieur Recherche - Dept INF
Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)


--
To UNSUBSCRIBE, email to debian-project-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1307101968.7967.17.ca...@inf-8657.int-evry.fr

Reply via email to