[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 ad9dd327f5be63e2b384b34781c04d24f2918a78
Author: Jakob Voss <voss at gbv.de>
Date:   Wed Sep 5 09:34:58 2012 +0200

    update to 20120905

diff --git a/Changes b/Changes
index 255276d..3693d0e 100644
--- a/Changes
+++ b/Changes
@@ -1,39 +1,56 @@
+20120905 (837 prefixes)
+  added: flow,osmsemnet,wfprov
+
+  new subclass RDF::NS::URIS to get URI objects
+
 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,
            npgx,open,pav,pkmn,pml,poder,pol,r4ta,rda,rdagr1,rssynd,sdgp,set,sgv,
            spif,tcga
   changed: acm,crm,prism,prv,s4ac
+
   new methods PREFIX,PREFIXES, and REVERSE
+
 20120521 (791 prefixes)
   added:   d2r,efo,enhancer,fcm,fise,fl,fls,oboe,pccz,rdrel,rec54
+
 20120426 (780 prefixes)
   added:   aerols,carfo,cerif,cheminf,cts2,example,func,geom,gldp,goef,hg,ipad,
            isbd,kupkb,lexvo,lr,lv,marcrel,metalex,mohammad,npg,nsogi,oac,ogorg,
            omv,onssprel,ospost,pay,pf,pne,prism21,pro,prviv,ql,r2rml,rating,
            recipe,scufl2,ssn,vapour,vsws,wbc,wbp,wkd,wp,wscaim,xkos
   changed: linkedct,nfo,pc,prov,xhtml
+
 20120124 (733 prefixes)
   added:   arecipe,calli,cis,datafaqs,db,dwc,ends,eunis,georss,identity,italy,
            jita,moby,np,ocd,places,pna,protegedc,swpatho,transit,voidp,vsr,
            wfdesc,wikipedia
   changed: daiaserv,media,nfo
+
 20111208 (716 prefixes)
   added:   calli,dwc,eunis,georss,pna,swpatho,voidp
+
   introduced blank nodes in RDF::NS::Trine
   extended command line tool to expand QNames
+
 20111124 (709 prefixes)
   added:   gnd,grs,htir,infosys,muto,omapi,prf,webbox
   changed: commerce
   removed: uri
+
   modified command line tool option syntax
+
 20111102 (702 prefixes) 
   new command line tool 'rdfns'
   added:   vsw
+
 20111031 (701 prefixes)
   first release at CPAN
   added:   daiaserv,vvo
+
 20111028
   first full-featured version
diff --git a/README b/README
index 266b3fe..b854f18 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('20120829')
+    RDF::NS->new('20120905')
 
 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 a5ed040..2d5c1ce 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,6 +1,6 @@
 name             = RDF-NS
 license          = Perl_5
-version          = 20120829
+version          = 20120905
 copyright_year   = 2012
 author           = Jakob Voss
 copyright_holder = Jakob Voss
diff --git a/lib/RDF/NS.pm b/lib/RDF/NS.pm
index d3e1c22..7d2826d 100644
--- a/lib/RDF/NS.pm
+++ b/lib/RDF/NS.pm
@@ -221,8 +221,8 @@ sub UPDATE {
 
 =head1 SYNOPSIS
 
-  use RDF::NS '20120829';              # check at compile time
-  my $ns = RDF::NS->new('20120829');   # check at runtime
+  use RDF::NS '20120905';              # check at compile time
+  my $ns = RDF::NS->new('20120905');   # 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 c87a642..42712ec 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('20120829');
+  use constant NS => RDF::NS::Trine->new('20120905');
 
   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 d5f7d07..49c78c8 100644
--- a/share/prefix.cc
+++ b/share/prefix.cc
@@ -846,3 +846,6 @@ 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
+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

-- 
librdf-ns-perl Debian packaging



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