[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:44 UTC 2013


The following commit has been merged in the master branch:
commit 563295ecb7f28e4167e3a6508280f2bb3863fc12
Author: Jakob Voss <voss at gbv.de>
Date:   Wed Aug 29 13:58:41 2012 +0200

    update to 20120829

diff --git a/Changes b/Changes
index 1f62ca9..255276d 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+20120829 (834 prefixes)
+  added: mpeg7,myprefix,ngeoi,okg
 20120827 (830 prefixes)
   added:   acco,admssw,aers,arg,br,cao,cogs,dive,dpl,eprints,eumida,germplasm,
            intervals,lctr,lemon,library,life,marl,muni,ncbitaxon,no,npgd,npgg,
diff --git a/README b/README
index d6798bd..266b3fe 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('20120827')
+    RDF::NS->new('20120829')
 
 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 8dfb9f9..a5ed040 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,6 +1,6 @@
 name             = RDF-NS
 license          = Perl_5
-version          = 20120827
+version          = 20120829
 copyright_year   = 2012
 author           = Jakob Voss
 copyright_holder = Jakob Voss
diff --git a/lib/RDF/NS.pm b/lib/RDF/NS.pm
index 1f09339..da114de 100644
--- a/lib/RDF/NS.pm
+++ b/lib/RDF/NS.pm
@@ -219,8 +219,8 @@ sub UPDATE {
 
 =head1 SYNOPSIS
 
-  use RDF::NS '20120827';              # check at compile time
-  my $ns = RDF::NS->new('20120827');   # check at runtime
+  use RDF::NS '20120829';              # check at compile time
+  my $ns = RDF::NS->new('20120829');   # check at runtime
 
   $ns->foaf;               # http://xmlns.com/foaf/0.1/
   $ns->foaf_Person;        # http://xmlns.com/foaf/0.1/Person
@@ -237,7 +237,7 @@ sub UPDATE {
 
   # get RDF::Trine::Node::Resource instead of strings
   use RDF::NS::Trine;      # requires RDF::Trine
-  $ns = RDF::NS::Trine->new('20120827');
+  $ns = RDF::NS::Trine->new('20120829');
   $ns->foaf_Person;        # iri('http://xmlns.com/foaf/0.1/Person')
 
   # load your own mapping from a file
diff --git a/lib/RDF/NS/Trine.pm b/lib/RDF/NS/Trine.pm
index 16bb980..b40eb38 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('20120827');
+  use constant NS => RDF::NS::Trine->new('20120829');
 
   NS->foaf_Person;        # a RDF::Trine::Node::Resource
   NS->URI('foaf:Person);  # same
diff --git a/share/prefix.cc b/share/prefix.cc
index e682813..d5f7d07 100644
--- a/share/prefix.cc
+++ b/share/prefix.cc
@@ -842,3 +842,7 @@ set	http://www.w3.org/2000/10/swap/set#	20120827
 sgv	http://www.w3.org/TR/SVG/	20120827
 spif	http://spinrdf.org/spif#	20120827
 tcga	http://purl.org/tcga/core#	20120827
+mpeg7	http://rhizomik.net/ontologies/2005/03/Mpeg7-2001.owl#	20120829
+myprefix	http://myprefix.org/	20120829
+ngeoi	http://vocab.lenka.no/geo-deling#	20120829
+okg	http://openknowledgegraph.org/ontology/	20120829

-- 
librdf-ns-perl Debian packaging



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