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


The following commit has been merged in the master branch:
commit accf955a9071118104fdd57a2fb44d68daa475f5
Author: Jakob Voss <voss at gbv.de>
Date:   Tue Apr 2 09:33:48 2013 +0200

    update to 20130402

diff --git a/Changes b/Changes
index 47de102..5a650b4 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+20130402 (1033 prefixes)
+  added: dcm,gnvc,occult,pizza,role
+  changed: w3po
+
+  fixed bug in PREFIXES, caused by returning from an each-loop
+
 20130327 (1028 prefixes)
   added: agls,agrelon,aigp,aos,api,being,bf,bif,biotop,biro,cb,cgov,city,cold,coll,comm,coun,cpa,crsw,csp,ctorg,dbtont,dcite,dcndl,deo,dl,doco,dqm,dr,drm,ds,dso,ecos,edgar,elec,emp,ep,fcp,fowl,gadm,gastro,geod,geosp,gnm,graffle,graves,gso,infor,inno,iol,itsmo,lcy,lh,lingvo,lmm1,lmm2,lsc,mads,mds,meb,mil,mime,moac,mrel,msr,mvco,ntag,nyt,obsm,odapp,odpart,odv,oecc,ontopic,opl,opmo,oprovo,ordf,osadm,osgeom,osp,osr,osspr,ostop,part,passim,prvt,pso,ptop,pwo,quty,raul,rdafrbr,rdag1,rdag3,rdarel,semio,seq,situ,snarm,spt,swpo,tao,te,tis,trait,turismo,tvc,vocab,vrank,wlo,wsl,xmp,zoomaterms
   changed: acm,br,crm,disco,dita,food,idemo,lib,ps,s2s,sc,sec
diff --git a/README b/README
index d8e3987..f12ba20 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('20130327')
+    RDF::NS->new('20130402')
 
 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 a65fc48..3777254 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,6 +1,6 @@
 name             = RDF-NS
 license          = Perl_5
-version          = 20130327
+version          = 20130402
 copyright_year   = 2013
 author           = Jakob Voss
 copyright_holder = Jakob Voss
diff --git a/lib/RDF/NS.pm b/lib/RDF/NS.pm
index 8e53223..089d84e 100644
--- a/lib/RDF/NS.pm
+++ b/lib/RDF/NS.pm
@@ -221,8 +221,8 @@ sub UPDATE {
 
 =head1 SYNOPSIS
 
-  use RDF::NS '20130327';              # check at compile time
-  my $ns = RDF::NS->new('20130327');   # check at runtime
+  use RDF::NS '20130402';              # check at compile time
+  my $ns = RDF::NS->new('20130402');   # 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 92f4526..7cebd16 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('20130327');
+  use constant NS => RDF::NS::Trine->new('20130402');
 
   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 1645bad..20bbc36 100644
--- a/share/prefix.cc
+++ b/share/prefix.cc
@@ -1059,3 +1059,9 @@ wlo	http://purl.org/ontology/wo/	20130327
 wsl	http://www.wsmo.org/ns/wsmo-lite#	20130327
 xmp	http://ns.adobe.com/xap/1.0/	20130327
 zoomaterms	http://rdf.ebi.ac.uk/vocabulary/zooma/	20130327
+dcm	http://dcm.com/	20130402
+gnvc	http://purl.org/gc/	20130402
+occult	http://data.totl.net/occult/	20130402
+pizza	http://www.co-ode.org/ontologies/pizza/pizza.owl#	20130402
+role	http://purl.org/vocab/participation/schema#	20130402
+w3po	http://purl.org/provenance/w3p/w3po#	20130402

-- 
librdf-ns-perl Debian packaging



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