[librdf-ns-perl] 01/08: update to 20170111

Jonas Smedegaard dr at jones.dk
Thu Jan 12 11:32:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository librdf-ns-perl.

commit 7743c91849cddfdac8336b9f309a8610f0643182
Author: Jakob Voss <voss at gbv.de>
Date:   Wed Jan 11 16:46:53 2017 +0100

    update to 20170111
---
 Changes             |  18 +++++++
 META.json           |   4 +-
 README.md           |   4 +-
 lib/App/rdfns.pm    |   2 +-
 lib/RDF/NS.pm       |   6 +--
 lib/RDF/NS/Trine.pm |   4 +-
 lib/RDF/NS/URIS.pm  |   4 +-
 lib/RDF/SN.pm       |   4 +-
 share/prefix.cc     | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 182 insertions(+), 14 deletions(-)

diff --git a/Changes b/Changes
index 901dba4..330f189 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,22 @@
 {{$NEXT}}
+ - 1922 prefixes
+ - added:   apf art asawoo bb bblfish biml bioc cdt clinic cpack crime
+            crowd dash datex dbfo dcap dcatapit dcodata dpn driver duv eame
+            eccpubsub ecoll efrbroo ensembl eol esproc fno fo frgeo html
+            iana ifc ioto ipsv isidore ispra jpost kees latitude ldq ldqm
+            leak leaks literal llr lsq lyon markus mdi meat merge meshv mls
+            mmm mmoon mod ncbigene ndnp neotec neotecbib obeu ondc ontolex
+            ontology ontop or organ pcdm pdf planet pm pmd pmo pmofn pmonb
+            pmopb pmovn ppr prohow rdaad rdaar rdabs rdacarx rdacdt rdacpc
+            rdaft rdagen rdaill rdalay rdapf rdapm rdaspc rdaterm rdavf
+            rdfp rdfsharp ruian sdm sdmxc sdmxcode sdmxm semiot sg sgfn sgg
+            sgiter soch solid sorg spv studiop sx system tarql tgm tissue
+            undata vam vogd voidex vplan wab wdv webac ws year yso
+ - changed: cdm content dbpediaowl dul fn gen ic jolux ludo media mm nuts
+            ogc res role san seas units verb wikipedia wp
+
+
+{{$NEXT}}
 
 20160409  2016-04-09 14:03:22 CEST
  - 1793 prefixes
diff --git a/META.json b/META.json
index af7e5f8..b8365f6 100644
--- a/META.json
+++ b/META.json
@@ -10,7 +10,7 @@
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
+      "version" : 2
    },
    "name" : "RDF-NS",
    "no_index" : {
@@ -54,7 +54,7 @@
          "web" : "https://github.com/nichtich/RDF-NS"
       }
    },
-   "version" : "20160409",
+   "version" : "20170111",
    "x_contributors" : [
       "Andreas Koenig <andk at cpan.org>",
       "Jakob Voss <jakob at nichtich.de>",
diff --git a/README.md b/README.md
index 98f17b3..0533eac 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,8 @@ RDF::NS - Just use popular RDF namespace prefixes from prefix.cc
 
 # SYNOPSIS
 
-    use RDF::NS '20160409';              # check at compile time
-    my $ns = RDF::NS->new('20160409');   # check at runtime
+    use RDF::NS '20170111';              # check at compile time
+    my $ns = RDF::NS->new('20170111');   # 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/App/rdfns.pm b/lib/App/rdfns.pm
index 981068a..38fda80 100755
--- a/lib/App/rdfns.pm
+++ b/lib/App/rdfns.pm
@@ -5,7 +5,7 @@ use warnings;
 
 use RDF::NS;
 
-our $VERSION = '20160409';
+our $VERSION = '20170111';
 
 sub new {
     bless {}, shift;
diff --git a/lib/RDF/NS.pm b/lib/RDF/NS.pm
index 8bb059d..7ce7342 100644
--- a/lib/RDF/NS.pm
+++ b/lib/RDF/NS.pm
@@ -3,7 +3,7 @@ use v5.10;
 use strict;
 use warnings;
 
-our $VERSION = '20160409';
+our $VERSION = '20170111';
 
 use Scalar::Util qw(blessed reftype);
 use File::ShareDir;
@@ -263,8 +263,8 @@ RDF::NS - Just use popular RDF namespace prefixes from prefix.cc
 
 =head1 SYNOPSIS
 
-  use RDF::NS '20160409';              # check at compile time
-  my $ns = RDF::NS->new('20160409');   # check at runtime
+  use RDF::NS '20170111';              # check at compile time
+  my $ns = RDF::NS->new('20170111');   # 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 ef34d57..ef7a6ca 100644
--- a/lib/RDF/NS/Trine.pm
+++ b/lib/RDF/NS/Trine.pm
@@ -3,7 +3,7 @@ use v5.10;
 use strict;
 use warnings;
 
-our $VERSION = '20160409';
+our $VERSION = '20170111';
 
 use RDF::Trine::Node::Resource;
 use RDF::Trine::Node::Blank;
@@ -29,7 +29,7 @@ RDF::NS::Trine - Popular RDF namespace prefixes from prefix.cc as RDF::Trine nod
 =head1 SYNOPSIS
 
   use RDF::NS::Trine;
-  use constant NS => RDF::NS::Trine->new('20160409');
+  use constant NS => RDF::NS::Trine->new('20170111');
 
   NS->foaf_Person;        # iri('http://xmlns.com/foaf/0.1/Person')
   NS->uri('foaf:Person);  #  same RDF::Trine::Node::Resource
diff --git a/lib/RDF/NS/URIS.pm b/lib/RDF/NS/URIS.pm
index e8b9827..9d4bd8f 100644
--- a/lib/RDF/NS/URIS.pm
+++ b/lib/RDF/NS/URIS.pm
@@ -3,7 +3,7 @@ use v5.10;
 use strict;
 use warnings;
 
-our $VERSION = '20160409';
+our $VERSION = '20170111';
 
 use URI;
 use base 'RDF::NS';
@@ -22,7 +22,7 @@ RDF::NS::URIS - Popular RDF namespace prefixes from prefix.cc as URI objects
 =head1 SYNOPSIS
 
   use RDF::NS::URIS;
-  use constant NS => RDF::NS::URIS->new('20160409');
+  use constant NS => RDF::NS::URIS->new('20170111');
 
   NS->foaf_Person;             # an URI object
   NS->uri('foaf:Person);       # same
diff --git a/lib/RDF/SN.pm b/lib/RDF/SN.pm
index f59efd8..a5da837 100644
--- a/lib/RDF/SN.pm
+++ b/lib/RDF/SN.pm
@@ -3,7 +3,7 @@ use v5.10;
 use strict;
 use warnings;
 
-our $VERSION = '20160409';
+our $VERSION = '20170111';
 
 use RDF::NS;
 use Scalar::Util qw(blessed);
@@ -71,7 +71,7 @@ RDF::SN - Short names for URIs with prefixes from prefix.cc
 =head1 SYNOPSIS
 
   use RDF::SN;
-  $abbrev = RDF::SN->new('20160409');
+  $abbrev = RDF::SN->new('20170111');
   $abbrev->qname('http://www.w3.org/2000/01/rdf-schema#type'); # rdfs:type
 
 =head1 DESCRIPTION
diff --git a/share/prefix.cc b/share/prefix.cc
index 39d4d53..193cd3b 100644
--- a/share/prefix.cc
+++ b/share/prefix.cc
@@ -1904,3 +1904,153 @@ xkos	http://rdf-vocabulary.ddialliance.org/xkos#	20160408
 yd	https://yodata.io/	20160408
 dwciri	http://rs.tdwg.org/dwc/iri/	20160409
 sdterms	http://statisticaldata.linkedwidgets.org/terms/	20160409
+apf	http://jena.apache.org/ARQ/property#	20170111
+art	http://w3id.org/art/terms/1.0/	20170111
+asawoo	http://liris.cnrs.fr/asawoo/	20170111
+bb	http://www.snik.eu/ontology/bb/	20170111
+bblfish	http://bblfish.net/people/henry/card#	20170111
+biml	http://schemas.varigence.com/biml.xsd#	20170111
+bioc	http://deductions.github.io/biological-collections.owl.ttl#	20170111
+cdm	http://publications.europa.eu/ontology/cdm#	20170111
+cdt	http://w3id.org/lindt/custom_datatypes#	20170111
+clinic	http://example.com/clinic#	20170111
+content	http://yousuck.ca/	20170111
+cpack	http://cliopatria.swi-prolog.org/schema/cpack#	20170111
+crime	http://purl.org/vocab/reloc/	20170111
+crowd	http://purl.org/crowd/	20170111
+dash	http://datashapes.org/dash#	20170111
+datex	http://vocab.datex.org/terms#	20170111
+dbfo	http://dbpedia.org/facts/ontology#	20170111
+dbpediaowl	http://dbpedia.org/ontology/	20170111
+dcap	http://purl.org/ws-mmi-dc/terms/	20170111
+dcatapit	http://dati.gov.it/onto/dcatapit#	20170111
+dcodata	http://info.deepcarbon.net/data/schema#	20170111
+dpn	http://purl.org/dpn#	20170111
+driver	http://deductions.github.io/drivers.owl.ttl#	20170111
+dul	http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#	20170111
+duv	http://www.w3.org/ns/duv#	20170111
+eame	http://www.semanticweb.org/ontologia_EA#	20170111
+eccpubsub	https://vocab.eccenca.com/pubsub/	20170111
+ecoll	http://purl.org/ceu/eco/1.0#	20170111
+efrbroo	http://erlangen-crm.org/efrbroo/	20170111
+ensembl	http://rdf.ebi.ac.uk/resource/ensembl/	20170111
+eol	http://purl.org/biodiversity/eol/	20170111
+esproc	http://vocab.linkeddata.es/datosabiertos/def/sector-publico/procedimientos#	20170111
+fn	http://www.w3.org/2005/xpath-functions#	20170111
+fno	http://w3id.org/function/ontology#	20170111
+fo	http://www.w3.org/1999/XSL/Format#	20170111
+frgeo	http://rdf.insee.fr/geo/	20170111
+gen	http://purl.org/gen/0.1#	20170111
+html	http://izmus.cz/#	20170111
+iana	http://www.iana.org/assignments/relation/	20170111
+ic	http://imi.go.jp/ns/core/rdf#	20170111
+ifc	http://ifcowl.openbimstandards.org/IFC2X3_Final#	20170111
+ioto	http://www.irit.fr/recherches/MELODI/ontologies/IoT-O#	20170111
+ipsv	http://id.esd.org.uk/list/	20170111
+isidore	http://www.rechercheisidore.fr/class/	20170111
+ispra	http://dati.isprambiente.it/ontology/core#	20170111
+jolux	http://data.legilux.public.lu/resource/ontology/jolux#	20170111
+jpost	http://jpostdb.org/ontology/jpost.owl#	20170111
+kees	http://linkeddata.center/kees/v1#	20170111
+latitude	https://www.w3.org/2006/vcard/ns#latitude#	20170111
+ldq	http://www.linkeddata.es/ontology/ldq#	20170111
+ldqm	http://linkeddata.es/resource/ldqm/	20170111
+leak	http://data.ontotext.com/resource/leak/	20170111
+leaks	http://data.ontotext.com/resource/leak/	20170111
+literal	http://www.essepuntato.it/2010/06/literalreification/	20170111
+llr	http://lodlaundromat.org/resource/	20170111
+lsq	http://lsq.aksw.org/vocab#	20170111
+ludo	http://ns.inria.fr/ludo/v1#	20170111
+lyon	http://dbpedia.org/resource/Lyon/	20170111
+markus	http://www.markus.com/	20170111
+mdi	http://w3id.org/multidimensional-interface/ontology#	20170111
+meat	http://example.com/	20170111
+media	http://search.yahoo.com/searchmonkey/media/	20170111
+merge	http://jazz.net/ns/lqe/merge/	20170111
+meshv	http://id.nlm.nih.gov/mesh/vocab#	20170111
+mls	http://www.w3.org/ns/mls#	20170111
+mm	http://linkedmultimedia.org/sparql-mm/ns/2.0.0/function#	20170111
+mmm	http://www.mico-project.eu/ns/mmm/2.0/schema#	20170111
+mmoon	http://mmoon.org/mmoon/	20170111
+mod	http://www.isibang.ac.in/ns/mod#	20170111
+ncbigene	http://identifiers.org/ncbigene/	20170111
+ndnp	http://chroniclingamerica.loc.gov/terms#	20170111
+neotec	http://neotec.rc.unesp.br/resource/Neotectonics/	20170111
+neotecbib	http://neotec.rc.unesp.br/resource/NeotectonicsBibliography/	20170111
+nuts	http://dd.eionet.europa.eu/vocabulary/common/nuts/	20170111
+obeu	http://data.openbudgets.eu/ontology/	20170111
+ogc	http://www.opengis.net/def/	20170111
+ondc	http://www.semanticweb.org/ontologies/2012/1/Ontology1329913965202.owl#	20170111
+ontolex	http://www.w3.org/ns/lemon/ontolex#	20170111
+ontology	http://dbpedia.org/ontology/	20170111
+ontop	https://w3id.org/ontop/	20170111
+or	http://openresearch.org/vocab/	20170111
+organ	http://www.univalle.edu.co/ontologies/Organ#	20170111
+pcdm	http://pcdm.org/models#	20170111
+pdf	http://ns.adobe.com/pdf/1.3/	20170111
+planet	http://dbpedia.org/	20170111
+pm	http://premon.fbk.eu/resource/	20170111
+pmd	http://publishmydata.com/def/dataset#	20170111
+pmo	http://premon.fbk.eu/ontology/core#	20170111
+pmofn	http://premon.fbk.eu/ontology/fn#	20170111
+pmonb	http://premon.fbk.eu/ontology/nb#	20170111
+pmopb	http://premon.fbk.eu/ontology/pb#	20170111
+pmovn	http://premon.fbk.eu/ontology/vn#	20170111
+ppr	http://purl.org/datanode/ppr/ns/	20170111
+prohow	https://w3id.org/prohow#	20170111
+rdaad	http://rdaregistry.info/Elements/a/datatype/	20170111
+rdaar	http://rdaregistry.info/termList/AspectRatio/	20170111
+rdabs	http://rdaregistry.info/termList/broadcastStand/	20170111
+rdacarx	http://rdaregistry.info/termList/RDACarrierEU/	20170111
+rdacdt	http://rdaregistry.info/termList/RDACartoDT/	20170111
+rdacpc	http://rdaregistry.info/termList/configPlayback/	20170111
+rdaft	http://rdaregistry.info/termList/fileType/	20170111
+rdagen	http://rdaregistry.info/termList/RDAGeneration/	20170111
+rdaill	http://rdaregistry.info/termList/IllusContent/	20170111
+rdalay	http://rdaregistry.info/termList/layout/	20170111
+rdapf	http://rdaregistry.info/termList/presFormat/	20170111
+rdapm	http://rdaregistry.info/termList/RDAproductionMethod/	20170111
+rdaspc	http://rdaregistry.info/termList/specPlayback/	20170111
+rdaterm	http://rdaregistry.info/termList/RDATerms/	20170111
+rdavf	http://rdaregistry.info/termList/videoFormat/	20170111
+rdfp	https://w3id.org/rdfp/	20170111
+rdfsharp	https://rdfsharp.codeplex.com/	20170111
+res	http://dbpedia.org/resource/	20170111
+role	https://w3id.org/role/	20170111
+ruian	https://data.cssz.cz/ontology/ruian/	20170111
+san	http://www.irit.fr/recherches/MELODI/ontologies/SAN#	20170111
+sdm	http://standard.k-history.kr/resource/	20170111
+sdmxc	http://purl.org/linked-data/sdmx/2009/concept#	20170111
+sdmxcode	http://purl.org/linked-data/sdmx/2009/code#	20170111
+sdmxm	http://purl.org/linked-data/sdmx/2009/measure#	20170111
+seas	https://w3id.org/seas/	20170111
+semiot	http://w3id.org/semiot/ontologies/semiot#	20170111
+sg	http://name.scigraph.com/ontologies/core/	20170111
+sgfn	http://w3id.org/sparql-generate/fn/	20170111
+sgg	http://name.scigraph.com/core/graphs/	20170111
+sgiter	http://w3id.org/sparql-generate/iter/	20170111
+soch	http://kulturarvsdata.se/ksamsok#	20170111
+solid	http://www.w3.org/ns/solid/terms#	20170111
+sorg	http://schema.org/	20170111
+spv	http://completeness.inf.unibz.it/sp-vocab#	20170111
+studiop	http://purl.org/resource/pilatesstudio/	20170111
+sx	http://shex.io/ns/shex#	20170111
+system	http://www.univalle.edu.co/ontologies/System#	20170111
+tarql	http://tarql.github.io/tarql#	20170111
+tgm	http://id.loc.gov/vocabulary/graphicMaterials/	20170111
+tissue	http://www.univalle.edu.co/ontologies/Tissue#	20170111
+undata	http://citydata.wu.ac.at/Linked-UNData/data/	20170111
+units	http://eulersharp.sourceforge.net/2003/03swap/units#	20170111
+vam	http://www.metmuseum.org/	20170111
+verb	https://w3id.org/verb/	20170111
+vogd	http://ogd.ifs.tuwien.ac.at/vienna/geo/	20170111
+voidex	http://www.swi-prolog.org/rdf/library/	20170111
+vplan	http://www.ifs.tuwien.ac.at/~miksa/ontologies/VPlan.owl#	20170111
+wab	http://wab.uib.no/cost-a32_philospace/wittgenstein.owl#	20170111
+wdv	http://www.wikidata.org/value/	20170111
+webac	http://fedora.info/definitions/v4/webac#	20170111
+wikipedia	http://wikipedia.no/rdf/	20170111
+wp	http://vocabularies.wikipathways.org/wp#	20170111
+ws	http://www.w3.org/ns/pim/space#	20170111
+year	http://www.w3.org/year/	20170111
+yso	http://www.yso.fi/onto/yso/	20170111

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-ns-perl.git



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