[unique] [doap] Add GNOME extensions



commit aa420d2102344848db98c8c7619c97afa3483e13
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Apr 16 19:55:47 2009 +0100

    [doap] Add GNOME extensions
    
    The GNOME project provides an extension to DOAP that allows the
    description of the maintainer/author of a project to specify the
    GNOME userid.
---
 unique.doap |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/unique.doap b/unique.doap
index a87cc09..d90dbed 100644
--- a/unique.doap
+++ b/unique.doap
@@ -2,6 +2,7 @@
 <Project 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:gnome="http://api.gnome.org/doap-extensions#";
          xmlns="http://usefulinc.com/ns/doap#";>
   <name>Unique</name>
   <shortname>libunique</shortname>
@@ -18,6 +19,7 @@
     <foaf:Person>
       <foaf:name>Emmanuele Bassi</foaf:name>
       <foaf:mbox rdf:resource="mailto:ebassi gnome org"/>
+      <gnome:userid>ebassi</gnome:userid>
     </foaf:Person>
   </maintainer>
 
@@ -25,6 +27,7 @@
     <foaf:Person>
       <foaf:name>Emmanuele Bassi</foaf:name>
       <foaf:mbox rdf:resource="mailto:ebassi gnome org"/>
+      <gnome:userid>ebassi</gnome:userid>
     </foaf:Person>
   </author>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]