[SCM] librdf-ns-perl Debian packaging branch, master, updated. debian/20130208-1-22-g47de138

Jakob Voss voss at gbv.de
Fri Apr 19 13:28:45 UTC 2013


The following commit has been merged in the master branch:
commit 725f90633e27a4adaad59ea42c3b0258ed4d585b
Author: Jakob Voss <voss at gbv.de>
Date:   Mon Sep 17 08:14:21 2012 +0200

    update to 20120917

diff --git a/Changes b/Changes
index 3693d0e..b73a568 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+20120917 (840 prefixes)
+  added: category,ero,interval
 20120905 (837 prefixes)
   added: flow,osmsemnet,wfprov
 
diff --git a/README b/README
index b854f18..851eadd 100644
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ for easy reuse without having to download them in every application.
 
 In short, you can get a full prefix-to-namespace mapping as blessed hash with
 
-    RDF::NS->new('20120905')
+    RDF::NS->new('20120917')
 
 The only argument to the constructor is the version number, that is equivalent
 to the date of a particular snapshot. The changelog in the file Changes lists
diff --git a/dist.ini b/dist.ini
index a359025..3787d4f 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,8 +1,9 @@
 name             = RDF-NS
 license          = Perl_5
-version          = 20120905
+version          = 20120917
 copyright_year   = 2012
-author           = Jakob Voß
+author           = Jakob Voss
+copyright_holder = Jakob Voss
 
 [GatherDir]
 [PruneCruft]
diff --git a/lib/RDF/NS.pm b/lib/RDF/NS.pm
index 7d2826d..0636545 100644
--- a/lib/RDF/NS.pm
+++ b/lib/RDF/NS.pm
@@ -221,8 +221,8 @@ sub UPDATE {
 
 =head1 SYNOPSIS
 
-  use RDF::NS '20120905';              # check at compile time
-  my $ns = RDF::NS->new('20120905');   # check at runtime
+  use RDF::NS '20120917';              # check at compile time
+  my $ns = RDF::NS->new('20120917');   # check at runtime
 
   $ns->foaf;               # http://xmlns.com/foaf/0.1/
   $ns->foaf_Person;        # http://xmlns.com/foaf/0.1/Person
diff --git a/lib/RDF/NS/Trine.pm b/lib/RDF/NS/Trine.pm
index 42712ec..7a390d0 100644
--- a/lib/RDF/NS/Trine.pm
+++ b/lib/RDF/NS/Trine.pm
@@ -21,7 +21,7 @@ sub BLANK {
 =head1 SYNOPSIS
 
   use RDF::NS::Trine;
-  use constant NS => RDF::NS::Trine->new('20120905');
+  use constant NS => RDF::NS::Trine->new('20120917');
 
   NS->foaf_Person;        # iri('http://xmlns.com/foaf/0.1/Person')
   NS->uri('foaf:Person);  #  same RDF::Trine::Node::Resource
diff --git a/share/prefix.cc b/share/prefix.cc
index 49c78c8..116b6fc 100644
--- a/share/prefix.cc
+++ b/share/prefix.cc
@@ -849,3 +849,6 @@ okg	http://openknowledgegraph.org/ontology/	20120829
 flow	http://www.w3.org/2005/01/wf/flow#	20120905
 osmsemnet	http://spatial.ucd.ie/2012/08/osmsemnet/	20120905
 wfprov	http://purl.org/wf4ever/wfprov#	20120905
+category	http://dbpedia.org/resource/Category:	20120917
+ero	http://purl.obolibrary.org/obo/	20120917
+interval	http://reference.data.gov.uk/def/intervals/	20120917

-- 
librdf-ns-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list