RDF-NS-20150725/0000775000175000017500000000000012554764313011104 5ustar vojvojRDF-NS-20150725/README0000644000175000017500000001524712554764313011773 0ustar vojvojNAME RDF::NS - Just use popular RDF namespace prefixes from prefix.cc SYNOPSIS use RDF::NS '20150725'; # check at compile time my $ns = RDF::NS->new('20150725'); # check at runtime $ns->foaf; # http://xmlns.com/foaf/0.1/ $ns->foaf_Person; # http://xmlns.com/foaf/0.1/Person $ns->foaf('Person'); # http://xmlns.com/foaf/0.1/Person $ns->uri('foaf:Person'); # http://xmlns.com/foaf/0.1/Person use RDF::NS; # get rid if typing '$' by defining a constant use constant NS => RDF::NS->new('20111208'); NS->foaf_Person; # http://xmlns.com/foaf/0.1/Person $ns->SPAQRL('foaf'); # PREFIX foaf: $ns->TTL('foaf'); # @prefix foaf: . $ns->XMLNS('foaf'); # xmlns:foaf="http://xmlns.com/foaf/0.1/" # load your own mapping from a file $ns = RDF::NS->new("mapping.txt"); # select particular mappings %map = $ns->SELECT('rdf,dc,foaf'); $uri = $ns->SELECT('foo|bar|doz'); # returns first existing namespace # instances of RDF::NS are just blessed hash references $ns->{'foaf'}; # http://xmlns.com/foaf/0.1/ bless { foaf => 'http://xmlns.com/foaf/0.1/' }, 'RDF::NS'; print (scalar keys %$ns) . "prefixes\n"; $ns->COUNT; # also returns the number of prefixes DESCRIPTION Hardcoding URI namespaces and prefixes for RDF applications is neither fun nor maintainable. In the end we all use more or less the same prefix definitions, as collected at http://prefix.cc. This module includes all these prefixes as defined at specific snapshots in time. These snapshots correspond to version numbers of this module. By selecting particular versions, you make sure that changes at prefix.cc won't affect your programs. The command line client rdfns is installed automatically with this module: $ rdfns rdf,foaf.ttl @prefix foaf: . @prefix rdf: . This module does not require RDF::Trine, which is recommended nevertheless. (at least version 0.140). If you prefer RDF::NS to return instances of RDF::Trine::Node::Resource instead of plain strings, use RDF::NS::Trine. RDF::NS::URIS is a similar module that returns instances of URI. The code repository of this module contains an update script to download the current prefix-namespace mappings from http://prefix.cc. GENERAL METHODS In most cases you only need the following lowercase methods. new ( [ $file_or_date ] [ %options ] ) Create a new namespace mapping from a selected file, date, or hash reference. The special string "any" or the value 1 can be used to get the newest mapping, but you should better select a specific version, as mappings can change, violating backwards compatibility. Supported options include warn to enable warnings and at to specify a date. "prefix" Returns the namespace for prefix if namespace prefix is defined. For instance $ns->foaf returns http://xmlns.com/foaf/0.1/. "prefix_name" Returns the namespace plus local name, if namespace prefix is defined. For instance $ns->foaf_Person returns http://xmlns.com/foaf/0.1/Person. uri ( $short | "<$URI>" ) Expand a prefixed URI, such as foaf:Person or foaf_Person. Alternatively you can expand prefixed URIs with method calls, such as $ns->foaf_Person. If you pass an URI wrapped in < and >, it will not be expanded but returned as given. SERIALIZATION METHODS TTL ( prefix[es] ) Returns a Turtle/Notation3 @prefix definition or a list of such definitions in list context. Prefixes can be passed as single arguments or separated by commas, vertical bars, and spaces. SPARQL ( prefix[es] ) Returns a SPARQL PREFIX definition or a list of such definitions in list context. Prefixes can be passed as single arguments or separated by commas, vertical bars, and spaces. XMLNS ( prefix[es] ) Returns an XML namespace declaration or a list of such declarations in list context. Prefixes can be passed as single arguments or separated by commas, vertical bars, and spaces. TXT ( prefix[es] ) Returns a list of tabular-separated prefix-namespace-mappings. BEACON ( prefix[es] ) Returns a list of BEACON format prefix definitions (not including prefixes). LOOKUP METHODS PREFIX ( $uri ) Get a prefix of a namespace URI, if it is defined. This method does a reverse lookup which is less performant than the other direction. If multiple prefixes are defined, it is not determinstic which one is returned! If you need to call this method frequently and with deterministic response, better create a reverse hash (method REVERSE). PREFIXES ( $uri ) Get all known prefixes of a namespace URI. REVERSE Calling $ns->REVERSE is equal to RDF::SN->new($ns). See RDF::SN for details. SELECT ( prefix[es] ) In list context, returns a sorted list of prefix-namespace pairs, which can be used to assign to a hash. In scalar context, returns the namespace of the first prefix that was found. Prefixes can be passed as single arguments or separated by commas, vertical bars, and spaces. INTERNAL METHODS SET ( $prefix => $namespaces [, $warn ] ) Set or add a namespace mapping. Errors are ignored unless enabled as warnings with the third argument. Returns true if the mapping was successfully added. MAP ( $code [, prefix[es] ] ) Internally used to map particular or all prefixes. Prefixes can be selected as single arguments or separated by commas, vertical bars, and spaces. In scalar context, $_ is set to the first existing prefix (if found) and $code is called. In list context, found prefixes are sorted at mapped with $code. GET ( $uri ) This method is used internally to create URIs as return value of the URI method and all lowercase shortcut methods, such as foaf_Person. By default it just returns $uri unmodified. SEE ALSO There are several other CPAN modules to deal with IRI namespaces, for instance RDF::Trine::Namespace, RDF::Trine::NamespaceMap, URI::NamespaceMap, RDF::Prefixes, RDF::Simple::NS, RDF::RDFa::Parser::Profile::PrefixCC, Class::RDF::NS, XML::Namespace, XML::CommonNS etc. COPYRIGHT AND LICENSE This software is copyright (c) 2013- by Jakob Voß. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. RDF-NS-20150725/cpanfile0000644000175000017500000000007712554764313012612 0ustar vojvojrequires 'perl', '5.10.0'; requires 'File::ShareDir', '1.00'; RDF-NS-20150725/share/0000775000175000017500000000000012554764313012206 5ustar vojvojRDF-NS-20150725/share/prefix.cc0000644000175000017500000026204012554764313014014 0ustar vojvojaair http://xmlns.notu.be/aair# 20111028 aapi http://rdf.alchemyapi.com/rdf/v1/s/aapi-schema# 20111028 abc http://www.metadata.net/harmony/ABCSchemaV5Commented.rdf# 20111028 ac http://umbel.org/umbel/ac/ 20111028 acc http://purl.org/NET/acc# 20111028 acl http://www.w3.org/ns/auth/acl# 20111028 acm http://www.rkbexplorer.com/ontologies/acm# 20111028 act http://www.w3.org/2007/rif-builtin-action# 20111028 ad http://schemas.talis.com/2005/address/schema# 20111028 address http://schemas.talis.com/2005/address/schema# 20111028 admin http://webns.net/mvcb/ 20111028 admingeo http://data.ordnancesurvey.co.uk/ontology/admingeo/ 20111028 af http://purl.org/ontology/af/ 20111028 affy http://www.affymetrix.com/community/publications/affymetrix/tmsplice# 20111028 afn http://jena.hpl.hp.com/ARQ/function# 20111028 agent http://eulersharp.sourceforge.net/2003/03swap/agent# 20111028 agents http://eulersharp.sourceforge.net/2003/03swap/agent# 20111028 agetec http://www.agetec.org/ 20111028 aifb http://www.aifb.kit.edu/id/ 20111028 aiiso http://purl.org/vocab/aiiso/schema# 20111028 aims http://aims.fao.org/aos/common/ 20111028 air http://dig.csail.mit.edu/TAMI/2007/amord/air# 20111028 airport http://www.daml.org/2001/10/html/airport-ont# 20111028 akt http://www.aktors.org/ontology/portal# 20111028 akts http://www.aktors.org/ontology/support# 20111028 am http://vocab.deri.ie/am# 20111028 anca http://users.utcluj.ro/~raluca/rdf_ontologies_ralu/ralu_modified_ontology_pizzas2_0# 20111028 aneo http://akonadi-project.org/ontologies/aneo# 20111028 ann http://www.w3.org/2000/10/annotation-ns# 20111028 ao http://purl.org/ontology/ao/core# 20111028 arch http://purl.org/archival/vocab/arch# 20111028 artstor http://simile.mit.edu/2003/10/ontologies/artstor# 20111028 ass http://uptheasset.org/ontology# 20111028 atom http://www.w3.org/2005/Atom/ 20111028 atomix http://buzzword.org.uk/rdf/atomix# 20111028 atomowl http://bblfish.net/work/atom-owl/2006-06-06/# 20111028 audio http://purl.org/media/audio# 20111028 awol http://bblfish.net/work/atom-owl/2006-06-06/# 20111028 b2rpubchem http://bio2rdf.org/ns/ns/ns/pubchem# 20111028 bcnbio http://datos.bcn.cl/ontologies/bcn-biographies# 20111028 bcncon http://datos.bcn.cl/ontologies/bcn-congress# 20111028 bcngeo http://datos.bcn.cl/ontologies/bcn-geographics# 20111028 bcnnorms http://datos.bcn.cl/ontologies/bcn-norms# 20111028 bib http://zeitkunst.org/bibtex/0.1/bibtex.owl# 20111028 biblio http://purl.org/net/biblio# 20111028 bibo http://purl.org/ontology/bibo/ 20111028 bibtex http://purl.oclc.org/NET/nknouf/ns/bibtex# 20111028 bill http://www.rdfabout.com/rdf/schema/usbill/ 20111028 bio http://purl.org/vocab/bio/0.1/ 20111028 bio2rdf http://bio2rdf.org/ 20111028 biocore http://bio2rdf.org/core: 20111028 biol http://purl.org/NET/biol/ns# 20111028 biordf http://purl.org/net/biordfmicroarray/ns# 20111028 bioskos http://eulersharp.sourceforge.net/2003/03swap/bioSKOSSchemes# 20111028 blt http://data.bl.uk/schema/bibliographic# 20111028 book http://purl.org/NET/book/vocab# 20111028 bookmark http://www.w3.org/2002/01/bookmark# 20111028 botany http://purl.org/NET/biol/botany# 20111028 bsbm http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/ 20111028 c4dm http://purl.org/NET/c4dm/event.owl# 20111028 c4n http://vocab.deri.ie/c4n# 20111028 c4o http://purl.org/spar/c4o/ 20111028 cal http://www.w3.org/2002/12/cal/ical# 20111028 campsite http://www.openlinksw.com/campsites/schema# 20111028 card http://www.ashutosh.com/test/ 20111028 care http://eulersharp.sourceforge.net/2003/03swap/care# 20111028 cbase http://ontologycentral.com/2010/05/cb/vocab# 20111028 cc http://creativecommons.org/ns# 20111028 ccard http://purl.org/commerce/creditcard# 20111028 cco http://purl.org/ontology/cco/core# 20111028 ccom http://purl.org/ontology/cco/mappings# 20111028 cdm http://purl.org/twc/ontology/cdm.owl# 20111028 ceo http://www.ebusiness-unibw.org/ontologies/consumerelectronics/v1# 20111028 cert http://www.w3.org/ns/auth/cert# 20111028 cfp http://sw.deri.org/2005/08/conf/cfp.owl# 20111028 chebi http://bio2rdf.org/chebi: 20111028 chord http://purl.org/ontology/chord/ 20111028 cito http://purl.org/net/cito/ 20111028 cld http://purl.org/cld/terms/ 20111028 climb http://climb.dataincubator.org/vocabs/climb/ 20111028 clineva http://www.agfa.com/w3c/2009/clinicalEvaluation# 20111028 clinproc http://www.agfa.com/w3c/2009/clinicalProcedure# 20111028 cmo http://purl.org/twc/ontologies/cmo.owl# 20111028 cmp http://www.ontologydesignpatterns.org/cp/owl/componency.owl# 20111028 cnt http://www.w3.org/2008/content# 20111028 co http://purl.org/ontology/co/core# 20111028 code http://telegraphis.net/ontology/measurement/code# 20111028 coeus http://bioinformatics.ua.pt/coeus/ 20111028 coin http://purl.org/court/def/2009/coin# 20111028 com http://purl.org/commerce# 20111028 commerce http://purl.org/commerce# 20111028 common http://www.w3.org/2007/uwa/context/common.owl# 20111028 commons http://commons.psi.enakting.org/def/ 20111028 compass http://purl.org/net/compass# 20111028 con http://www.w3.org/2000/10/swap/pim/contact# 20111028 conserv http://conserv.deri.ie/ontology# 20111028 contact http://www.w3.org/2000/10/swap/pim/contact# 20111028 content http://purl.org/rss/1.0/modules/content/ 20111028 conv http://purl.org/twc/vocab/conversion/ 20111028 conversion http://purl.org/twc/vocab/conversion/ 20111028 coo http://purl.org/coo/ns# 20111028 copyright http://rhizomik.net/ontologies/2008/05/copyrightonto.owl# 20111028 cordis http://www4.wiwiss.fu-berlin.de/cordis/resource/cordis/ 20111028 core http://vivoweb.org/ontology/core# 20111028 coref http://www.rkbexplorer.com/ontologies/coref# 20111028 cos http://www.inria.fr/acacia/corese# 20111028 countries http://eulersharp.sourceforge.net/2003/03swap/countries# 20111028 courseware http://courseware.rkbexplorer.com/ontologies/courseware# 20111028 cpm http://catalogus-professorum.org/cpm/ 20111028 cpv http://purl.org/weso/cpv/ 20111028 crm http://purl.org/NET/cidoc-crm/core# 20111028 crypto http://www.w3.org/2000/10/swap/crypto# 20111028 cs http://purl.org/vocab/changeset/schema# 20111028 ct http://data.linkedct.org/resource/linkedct/ 20111028 ctag http://commontag.org/ns# 20111028 cube http://purl.org/linked-data/cube# 20111028 custom http://www.openrdf.org/config/sail/custom# 20111028 cv http://rdfs.org/resume-rdf/ 20111028 cvbase http://purl.org/captsolo/resume-rdf/0.2/base# 20111028 cyc http://sw.opencyc.org/concept/ 20111028 cycann http://sw.cyc.com/CycAnnotations_v1# 20111028 d2rq http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1# 20111028 dady http://purl.org/NET/dady# 20111028 daia http://purl.org/ontology/daia/ 20111028 dailymed http://www4.wiwiss.fu-berlin.de/dailymed/resource/dailymed/ 20111028 daml http://www.daml.org/2001/03/daml+oil# 20111028 dawgt http://www.w3.org/2001/sw/DataAccess/tests/test-dawg# 20111028 days http://ontologi.es/days# 20111028 dayta http://dayta.me/resource# 20111028 dblp http://www4.wiwiss.fu-berlin.de/dblp/terms.rdf# 20111028 dbo http://dbpedia.org/ontology/ 20111028 dbp http://dbpedia.org/property/ 20111028 dbpedia http://dbpedia.org/resource/ 20111028 dbpediaowl http://dbpedia.org/ontology/ 20111028 dbpp http://dbpedia.org/property/ 20111028 dbpprop http://dbpedia.org/property/ 20111028 dbprop http://dbpedia.org/property/ 20111028 dbptmpl http://dbpedia.org/resource/Template: 20111028 dbr http://dbpedia.org/resource/ 20111028 dc http://purl.org/dc/elements/1.1/ 20111028 dc11 http://purl.org/dc/elements/1.1/ 20111028 dcam http://purl.org/dc/dcam/ 20111028 dcat http://www.w3.org/ns/dcat# 20111028 dcmit http://purl.org/dc/dcmitype/ 20111028 dcmitype http://purl.org/dc/dcmitype/ 20111028 dcn http://www.w3.org/2007/uwa/context/deliverycontext.owl# 20111028 dcq http://purl.org/dc/terms/ 20111028 dct http://purl.org/dc/terms/ 20111028 dcterm http://purl.org/dc/terms/ 20111028 dcterms http://purl.org/dc/terms/ 20111028 dctype http://purl.org/dc/dcmitype/ 20111028 ddc http://purl.org/NET/decimalised# 20111028 ddl http://purl.org/vocab/riro/ddl# 20111028 decl http://www.linkedmodel.org/1.0/schema/decl# 20111028 derecho http://purl.org/derecho# 20111028 dgfoaf http://west.uni-koblenz.de/ontologies/2010/07/dgfoaf.owl# 20111028 dgtwc http://data-gov.tw.rpi.edu/2009/data-gov-twc.rdf# 20111028 dir http://schemas.talis.com/2005/dir/schema# 20111028 disease http://www.agfa.com/w3c/2009/humanDisorder# 20111028 diseasome http://www4.wiwiss.fu-berlin.de/diseasome/resource/diseasome/ 20111028 dnr http://www.dotnetrdf.org/configuration# 20111028 doac http://ramonantonio.net/doac/0.1/# 20111028 doap http://usefulinc.com/ns/doap# 20111028 doc http://www.w3.org/2000/10/swap/pim/doc# 20111028 doclist http://www.junkwork.net/xml/DocumentList# 20111028 drug http://www.agfa.com/w3c/2009/drugTherapy# 20111028 drugbank http://www4.wiwiss.fu-berlin.de/drugbank/resource/drugbank/ 20111028 dtype http://www.linkedmodel.org/schema/dtype# 20111028 dul http://www.loa-cnr.it/ontologies/DUL.owl# 20111028 dummy http://hello.com/ 20111028 dv http://rdf.data-vocabulary.org/# 20111028 ean http://openean.kaufkauf.net/id/ 20111028 earl http://www.w3.org/ns/earl# 20111028 eat http://www.awesomesauce.net/urmom/ 20111028 eco http://www.ebusiness-unibw.org/ontologies/eclass/5.1.4/# 20111028 ecs http://rdf.ecs.soton.ac.uk/ontology/ecs# 20111028 edam http://purl.bioontology.org/ontology/EDAM/ 20111028 edm http://www.europeana.eu/schemas/edm/ 20111028 eg http://eulergui.sourceforge.net/engine.owl# 20111028 elog http://eulersharp.sourceforge.net/2003/03swap/log-rules# 20111028 enc http://www.w3.org/2001/04/xmlenc# 20111028 environ http://eulersharp.sourceforge.net/2003/03swap/environment# 20111028 es http://eulersharp.sourceforge.net/2003/03swap/log-rules# 20111028 esd http://def.esd.org.uk/ 20111028 eu http://eulersharp.sourceforge.net/2003/03swap/log-rules# 20111028 eui http://institutions.publicdata.eu/# 20111028 event http://purl.org/NET/c4dm/event.owl# 20111028 events http://eulersharp.sourceforge.net/2003/03swap/event# 20111028 evopat http://ns.aksw.org/Evolution/ 20111028 evset http://dsnotify.org/vocab/eventset/0.1/ 20111028 ex http://example.com/ 20111028 exif http://www.w3.org/2003/12/exif/ns# 20111028 eye http://jena.hpl.hp.com/Eyeball# 20111028 ezcontext http://ontologies.ezweb.morfeo-project.org/ezcontext/ns# 20111028 eztag http://ontologies.ezweb.morfeo-project.org/eztag/ns# 20111028 fab http://purl.org/fab/ns# 20111028 fabio http://purl.org/spar/fabio# 20111028 factbook http://www4.wiwiss.fu-berlin.de/factbook/ns# 20111028 fb http://rdf.freebase.com/ns/ 20111028 fc http://www.freeclass.eu/freeclass_v1# 20111028 fct http://openlinksw.com/services/facets/1.0/ 20111028 fec http://www.rdfabout.com/rdf/schema/usfec/ 20111028 fed http://www.openrdf.org/config/sail/federation# 20111028 fingal http://vocab.deri.ie/fingal# 20111028 fn http://www.w3.org/2005/xpath-functions# 20111028 foaf http://xmlns.com/foaf/0.1/ 20111028 formats http://www.w3.org/ns/formats/ 20111028 frbr http://purl.org/vocab/frbr/core# 20111028 frbrcore http://purl.org/vocab/frbr/core# 20111028 frbre http://purl.org/vocab/frbr/extended# 20111028 freebase http://rdf.freebase.com/ns/ 20111028 fresnel http://www.w3.org/2004/09/fresnel# 20111028 frir http://purl.org/twc/ontology/frir.owl# 20111028 game http://data.totl.net/game/ 20111028 gazetteer http://data.ordnancesurvey.co.uk/ontology/50kGazetteer/ 20111028 gbv http://purl.org/ontology/gbv/ 20111028 gc http://www.oegov.org/core/owl/gc# 20111028 gd http://rdf.data-vocabulary.org/# 20111028 gelo http://krauthammerlab.med.yale.edu/ontologies/gelo# 20111028 gen http://www.w3.org/2006/gen/ont# 20111028 genab http://eulersharp.sourceforge.net/2003/03swap/genomeAbnormality# 20111028 geo http://www.w3.org/2003/01/geo/wgs84_pos# 20111028 geodata http://sws.geonames.org/ 20111028 geoes http://geo.linkeddata.es/resource/ 20111028 geographis http://telegraphis.net/ontology/geography/geography# 20111028 geonames http://www.geonames.org/ontology# 20111028 geospecies http://rdf.geospecies.org/ont/geospecies# 20111028 geovocab http://geovocab.org/ 20111028 gesis http://lod.gesis.org/lodpilot/ALLBUS/vocab.rdf# 20111028 giving http://ontologi.es/giving# 20111028 gml http://www.opengis.net/gml/ 20111028 gn http://www.geonames.org/ontology# 20111028 go http://www.geneontology.org/go# 20111028 gob http://purl.org/ontology/last-fm/ 20111028 gold http://purl.org/linguistics/gold/ 20111028 govtrackus http://www.rdfabout.com/rdf/usgov/geo/us/ 20111028 govwild http://govwild.org/ontology/GWOntology.owl# 20111028 gpt http://purl.org/vocab/riro/gpt# 20111028 gr http://purl.org/goodrelations/v1# 20111028 granatum http://chem.deri.ie/granatum/ 20111028 grddl http://www.w3.org/2003/g/data-view# 20111028 greg http://kasei.us/about/foaf.xrdf# 20111028 gridworks http://purl.org/net/opmv/types/gridworks# 20111028 gv http://rdf.data-vocabulary.org/# 20111028 h5 http://buzzword.org.uk/rdf/h5# 20111028 hard http://www.w3.org/2007/uwa/context/hardware.owl# 20111028 harrisons http://harrisons.cc/ 20111028 hartigprov http://purl.org/net/provenance/ns# 20111028 hcard http://purl.org/uF/hCard/terms/ 20111028 hcterms http://purl.org/uF/hCard/terms/ 20111028 healthcare http://www.agfa.com/w3c/2009/healthCare# 20111028 hemogram http://www.agfa.com/w3c/2009/hemogram# 20111028 hints2005 http://purl.org/twc/cabig/model/HINTS2005-1.owl# 20111028 hlisting http://sindice.com/hlisting/0.1/ 20111028 hospital http://www.agfa.com/w3c/2009/hospital# 20111028 http http://www.w3.org/2006/http# 20111028 httph http://www.w3.org/2007/ont/httph# 20111028 httpvoc http://www.w3.org/2006/http# 20111028 human http://eulersharp.sourceforge.net/2003/03swap/human# 20111028 humanbody http://eulersharp.sourceforge.net/2003/03swap/humanBody# 20111028 iao http://purl.obolibrary.org/obo/iao.owl# 20111028 ibis http://purl.org/ibis# 20111028 ical http://www.w3.org/2002/12/cal/ical# 20111028 imm http://schemas.microsoft.com/imm/ 20111028 imreg http://www.w3.org/2004/02/image-regions# 20111028 infection http://www.agfa.com/w3c/2009/infectiousDisorder# 20111028 ir http://www.ontologydesignpatterns.org/cp/owl/informationrealization.owl# 20111028 ire http://www.ontologydesignpatterns.org/cpont/ire.owl# 20111028 iron http://purl.org/ontology/iron# 20111028 irrl http://www.ontologydesignpatterns.org/cp/owl/informationobjectsandrepresentationlanguages.owl# 20111028 irw http://www.ontologydesignpatterns.org/ont/web/irw.owl# 20111028 is http://purl.org/ontology/is/core# 20111028 isi http://purl.org/ontology/is/inst/ 20111028 isq http://purl.org/ontology/is/quality/ 20111028 ist http://purl.org/ontology/is/types/ 20111028 iswc http://annotation.semanticweb.org/2004/iswc# 20111028 java http://www.w3.org/2007/uwa/context/java.owl# 20111028 jdbc http://d2rq.org/terms/jdbc/ 20111028 kb http://deductions.sf.net/ontology/knowledge_base.owl# 20111028 kontakt http://richard.cyganiak.de/ 20111028 kw http://kwantu.net/kw/ 20111028 kwijibo http://kwijibo.talis.com/ 20111028 label http://purl.org/net/vocab/2004/03/label# 20111028 lang http://ontologi.es/lang/core# 20111028 languages http://eulersharp.sourceforge.net/2003/03swap/languages# 20111028 lark1 http://users.utcluj.ro/~raluca/ontology/Ontology1279614123500.owl# 20111028 lastfm http://purl.org/ontology/last-fm/ 20111028 ldap http://purl.org/net/ldap/ 20111028 lfm http://purl.org/ontology/last-fm/ 20111028 lfn http://www.dotnetrdf.org/leviathan# 20111028 lgd http://linkedgeodata.org/ontology/ 20111028 lgdo http://linkedgeodata.org/ontology/ 20111028 lgv http://linkedgeodata.org/ontology/ 20111028 lib http://schemas.talis.com/2005/library/schema# 20111028 lifecycle http://purl.org/vocab/lifecycle/schema# 20111028 like http://ontologi.es/like# 20111028 lingvoj http://www.lingvoj.org/ontology# 20111028 link http://www.w3.org/2006/link# 20111028 linkedct http://data.linkedct.org/resource/linkedct/ 20111028 linkedmdb http://data.linkedmdb.org/sparql/ 20111028 list http://www.w3.org/2000/10/swap/list# 20111028 loc http://www.w3.org/2007/uwa/context/location.owl# 20111028 lod2 http://lod2.eu/schema/ 20111028 lodac http://lod.ac/ns/lodac# 20111028 lode http://linkedevents.org/ontology/ 20111028 log http://www.w3.org/2000/10/swap/log# 20111028 lom http://ltsc.ieee.org/rdf/lomv1p0/lom# 20111028 lomvoc http://ltsc.ieee.org/rdf/lomv1p0/vocabulary# 20111028 lotico http://www.lotico.com/resource/ 20111028 loticoowl http://www.lotico.com/ontology/ 20111028 lp http://launchpad.net/rdf/launchpad# 20111028 lt http://diplomski.nelakolundzija.org/LTontology.rdf# 20111028 lvont http://lexvo.org/ontology# 20111028 lx http://purl.org/NET/lx# 20111028 ma http://www.w3.org/ns/ma-ont# 20111028 madsrdf http://www.loc.gov/mads/rdf/v1# 20111028 malignneo http://www.agfa.com/w3c/2009/malignantNeoplasm# 20111028 math http://www.w3.org/2000/10/swap/math# 20111028 media http://purl.org/media# 20111028 meetup http://www.lotico.com/meetup/ 20111028 mei http://www.music-encoding.org/ns/mei/ 20111028 memo http://ontologies.smile.deri.ie/2009/02/27/memo# 20111028 meta http://www.openrdf.org/rdf/2009/metadata# 20111028 meteo http://purl.org/ns/meteo# 20111028 mf http://poshrdf.org/ns/mf# 20111028 mit http://purl.org/ontology/mo/mit# 20111028 mo http://purl.org/ontology/mo/ 20111028 moat http://moat-project.org/ns# 20111028 money http://purl.org/net/rdf-money/ 20111028 movie http://data.linkedmdb.org/resource/movie/ 20111028 ms http://purl.org/obo/owl/MS# 20111028 mte http://nl.ijs.si/ME/owl/ 20111028 mtecore http://purl.org/olia/mte/multext-east.owl# 20111028 mu http://www.kanzaki.com/ns/music# 20111028 muo http://purl.oclc.org/NET/muo/muo# 20111028 music http://musicontology.com/ 20111028 musim http://purl.org/ontology/similarity/ 20111028 mygrid http://www.mygrid.org.uk/ontology# 20111028 myspace http://purl.org/ontology/myspace# 20111028 myspo http://purl.org/ontology/myspace# 20111028 mysql http://web-semantics.org/ns/mysql/ 20111028 name http://example.org/name# 20111028 nao http://www.semanticdesktop.org/ontologies/2007/08/15/nao# 20111028 ncal http://www.semanticdesktop.org/ontologies/2007/04/02/ncal# 20111028 nco http://www.semanticdesktop.org/ontologies/2007/03/22/nco# 20111028 ne http://umbel.org/umbel/ne/ 20111028 net http://www.w3.org/2007/uwa/context/network.owl# 20111028 nexif http://www.semanticdesktop.org/ontologies/2007/05/10/nexif# 20111028 nfo http://www.semanticdesktop.org/ontologies/2007/03/22/nfo# 20111028 ngeo http://geovocab.org/geometry# 20111028 nid3 http://www.semanticdesktop.org/ontologies/2007/05/10/nid3# 20111028 nie http://www.semanticdesktop.org/ontologies/2007/01/19/nie# 20111028 nmo http://www.semanticdesktop.org/ontologies/2007/03/22/nmo# 20111028 nndsr http://semanticdiet.com/schema/usda/nndsr/ 20111028 nocal http://vocab.deri.ie/nocal# 20111028 nrl http://www.semanticdesktop.org/ontologies/2007/08/15/nrl# 20111028 nsa http://multimedialab.elis.ugent.be/organon/ontologies/ninsuna# 20111028 nt http://ns.inria.fr/nicetag/2010/09/09/voc# 20111028 nuts http://nuts.psi.enakting.org/id/BE335/doc/ 20111028 nytimes http://data.nytimes.com/elements/ 20111028 oat http://openlinksw.com/schemas/oat/ 20111028 oauth http://demiblog.org/vocab/oauth# 20111028 obj http://www.openrdf.org/rdf/2009/object# 20111028 obo http://purl.obolibrary.org/obo/ 20111028 oboro http://obofoundry.org/ro/ro.owl# 20111028 oboso http://purl.org/obo/owl/SO# 20111028 oc http://opencoinage.org/rdf/ 20111028 odp http://ontologydesignpatterns.org/ 20111028 og http://opengraphprotocol.org/schema/ 20111028 ogp http://ogp.me/ns# 20111028 ok http://okkam.org/terms# 20111028 okkam http://models.okkam.org/ENS-core-vocabulary# 20111028 olia http://purl.org/olia/olia.owl# 20111028 olo http://purl.org/ontology/olo/core# 20111028 omb http://purl.org/ontomedia/ext/common/being# 20111028 omc http://purl.org/ontomedia/ext/common/bestiary# 20111028 ome http://purl.org/ontomedia/core/expression# 20111028 omm http://purl.org/ontomedia/core/media# 20111028 omp http://purl.org/ontomedia/ext/common/profession# 20111028 omt http://purl.org/ontomedia/ext/common/trait# 20111028 oo http://purl.org/openorg/ 20111028 openlinks http://www.openlinksw.com/schemas/virtrdf# 20111028 opensearch http://a9.com/-/spec/opensearch/1.1/ 20111028 oper http://sweet.jpl.nasa.gov/2.0/mathOperation.owl# 20111028 opm http://openprovenance.org/ontology# 20111028 opmv http://purl.org/net/opmv/ns# 20111028 opo http://online-presence.net/opo/ns# 20111028 opus http://lsdis.cs.uga.edu/projects/semdis/opus# 20111028 opwn http://www.ontologyportal.org/WordNet.owl# 20111028 ore http://www.openarchives.org/ore/terms/ 20111028 org http://www.w3.org/ns/org# 20111028 organism http://eulersharp.sourceforge.net/2003/03swap/organism# 20111028 organiz http://eulersharp.sourceforge.net/2003/03swap/organization# 20111028 os http://www.w3.org/2000/10/swap/os# 20111028 osag http://www.ordnancesurvey.co.uk/ontology/AdministrativeGeography/v2.0/AdministrativeGeography.rdf# 20111028 osgb http://data.ordnancesurvey.co.uk/id/ 20111028 osoc http://web-semantics.org/ns/opensocial# 20111028 osukdt http://www.ordnancesurvey.co.uk/ontology/Datatypes.owl# 20111028 out http://ontologies.hypios.com/out# 20111028 ov http://open.vocab.org/terms/ 20111028 overheid http://standaarden.overheid.nl/owms/ 20111028 owl http://www.w3.org/2002/07/owl# 20111028 owlim http://www.ontotext.com/trree/owlim# 20111028 owls http://www.daml.org/services/owl-s/1.2/Service.owl# 20111028 owlse http://www.daml.org/services/owl-s/1.2/generic/Expression.owl# 20111028 p20 http://zbw.eu/beta/p20/vocab/ 20111028 p3p http://www.w3.org/2002/01/p3prdfv1# 20111028 payment http://reference.data.gov.uk/def/payment# 20111028 pbo http://purl.org/ontology/pbo/core# 20111028 pc http://purl.org/opendata-cz/public-contracts# 20111028 pdo http://ontologies.smile.deri.ie/pdo# 20111028 pgterms http://www.gutenberg.org/2009/pgterms/ 20111028 phil http://philosurfical.open.ac.uk/ontology/philosurfical.owl/ 20111028 phss http://ns.poundhill.com/phss/1.0/ 20111028 pimo http://www.semanticdesktop.org/ontologies/2007/11/01/pimo# 20111028 ping http://purl.org/net/pingback/ 20111028 place http://purl.org/ontology/places/ 20111028 play http://uriplay.org/spec/ontology/# 20111028 plink http://buzzword.org.uk/rdf/personal-link-types# 20111028 pmlj http://inference-web.org/2.0/pml-justification.owl# 20111028 pmlp http://inference-web.org/2.0/pml-provenance.owl# 20111028 pmlr http://inference-web.org/2.0/pml-relation.owl# 20111028 pmlt http://inference-web.org/2.0/pml-trust.owl# 20111028 pmt http://tipsy.googlecode.com/svn/trunk/vocab/pmt# 20111028 pns http://data.press.net/ontology/stuff/ 20111028 po http://purl.org/ontology/po/ 20111028 pobo http://purl.obolibrary.org/obo/ 20111028 pois http://purl.oclc.org/POIS/vcblr# 20111028 politico http://www.rdfabout.com/rdf/schema/politico/ 20111028 pom http://maven.apache.org/POM/4.0.0# 20111028 pos http://www.w3.org/2003/01/geo/wgs84_pos# 20111028 posh http://poshrdf.org/ns/posh/ 20111028 postcode http://data.ordnancesurvey.co.uk/id/postcodeunit/ 20111028 powder http://www.w3.org/2007/05/powder# 20111028 ppo http://vocab.deri.ie/ppo# 20111028 pr http://ontologi.es/profiling# 20111028 prism http://prismstandard.org/namespaces/1.2/basic/ 20111028 prissma http://ns.inria.fr/prissma/v1# 20111028 prj http://purl.org/stuff/project/ 20111028 product http://purl.org/commerce/product# 20111028 profiling http://ontologi.es/profiling# 20111028 prog http://purl.org/prog/ 20111028 prot http://www.proteinontology.info/po.owl# 20111028 protege http://protege.stanford.edu/system# 20111028 protons http://proton.semanticweb.org/2005/04/protons# 20111028 prov http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl# 20111028 provenir http://knoesis.wright.edu/provenir/provenir.owl# 20111028 prv http://purl.org/net/provenance/ns# 20111028 prvr http://purl.org/ontology/prv/rules# 20111028 prvtypes http://purl.org/net/provenance/types# 20111028 ps http://purl.org/payswarm# 20111028 psh http://psh.techlib.cz/skos/ 20111028 psych http://purl.org/vocab/psychometric-profile/ 20111028 pto http://www.productontology.org/id/ 20111028 ptr http://www.w3.org/2009/pointers# 20111028 puc http://purl.org/NET/puc# 20111028 puelia http://kwijibo.talis.com/vocabs/puelia# 20111028 push http://www.w3.org/2007/uwa/context/push.owl# 20111028 qb http://purl.org/linked-data/cube# 20111028 qdoslf http://foaf.qdos.com/lastfm/schema/ 20111028 quak http://dev.w3.org/cvsweb/2000/quacken/vocab# 20111028 quantities http://eulersharp.sourceforge.net/2003/03swap/quantitiesExtension# 20111028 qudt http://qudt.org/1.1/schema/qudt# 20111028 r2r http://www4.wiwiss.fu-berlin.de/bizer/r2r/ 20111028 rail http://ontologi.es/rail/vocab# 20111028 rdacarrier http://rdvocab.info/termList/RDACarrierType/ 20111028 rdacontent http://rdvocab.info/termList/RDAContentType/ 20111028 rdamedia http://rdvocab.info/termList/RDAMediaType/ 20111028 rdb http://www.dbs.cs.uni-duesseldorf.de/RDF/relational# 20111028 rdf http://www.w3.org/1999/02/22-rdf-syntax-ns# 20111028 rdfa http://www.w3.org/ns/rdfa# 20111028 rdfdata http://rdf.data-vocabulary.org/rdf.xml# 20111028 rdfdf http://www.openlinksw.com/virtrdf-data-formats# 20111028 rdfg http://www.w3.org/2004/03/trix/rdfg-1/ 20111028 rdfs http://www.w3.org/2000/01/rdf-schema# 20111028 rdo http://purl.org/rdo/ns# 20111028 re http://www.w3.org/2000/10/swap/reason# 20111028 rec http://purl.org/ontology/rec/core# 20111028 reco http://purl.org/reco# 20111028 ref http://purl.org/vocab/relationship/ 20111028 rei http://www.w3.org/2004/06/rei# 20111028 rel http://purl.org/vocab/relationship/ 20111028 remus http://www.semanticweb.org/ontologies/2010/6/Ontology1279614123500.owl# 20111028 rep http://www.openrdf.org/config/repository# 20111028 req http://ns.softwiki.de/req/ 20111028 res http://www.w3.org/2005/sparql-results# 20111028 resex http://resex.rkbexplorer.com/ontologies/resex# 20111028 resist http://www.rkbexplorer.com/ontologies/resist# 20111028 resource http://purl.org/vocab/resourcelist/schema# 20111028 rev http://purl.org/stuff/rev# 20111028 rich http://rdf.data-vocabulary.org/ 20111028 rif http://www.w3.org/2007/rif# 20111028 rnews http://iptc.org/std/rNews/2011-10-07# 20111028 ro http://purl.org/obo/owl/ro# 20111028 room http://vocab.deri.ie/rooms# 20111028 rooms http://vocab.deri.ie/rooms# 20111028 rpubl http://rinfo.lagrummet.se/ns/2008/11/rinfo/publ# 20111028 rr http://www.w3.org/ns/r2rml# 20111028 rsa http://www.w3.org/ns/auth/rsa# 20111028 rss http://purl.org/rss/1.0/ 20111028 rulz http://purl.org/NET/rulz# 20111028 rv http://wifo-ravensburg.de/semanticweb.rdf# 20111028 s2s http://escience.rpi.edu/ontology/sesf/s2s/2/0/ 20111028 s3db http://www.s3db.org/core# 20111028 s4ac http://ns.inria.fr/s4ac/v1# 20111028 sail http://www.openrdf.org/config/sail# 20111028 sawsdl http://www.w3.org/ns/sawsdl# 20111028 saxon http://saxon.sf.net/ 20111028 sc http://umbel.org/umbel/sc/ 20111028 schema http://schema.org/ 20111028 sco http://purl.org/ontology/sco# 20111028 scot http://scot-project.org/scot/ns# 20111028 scovo http://purl.org/NET/scovo# 20111028 scowt http://purl.org/weso/ontologies/scowt# 20111028 scsv http://purl.org/NET/schema-org-csv# 20111028 scv http://purl.org/NET/scovo# 20111028 sd http://www.w3.org/ns/sparql-service-description# 20111028 sdl http://purl.org/vocab/riro/sdl# 20111028 sdmx http://purl.org/linked-data/sdmx# 20111028 sdmxdim http://purl.org/linked-data/sdmx/2009/dimension# 20111028 search http://sindice.com/vocab/search# 20111028 sec http://purl.org/security# 20111028 sede http://eventography.org/sede/0.1/ 20111028 semtweet http://semantictweet.com/ 20111028 sesame http://www.openrdf.org/schema/sesame# 20111028 session http://redfoot.net/2005/session# 20111028 shv http://ns.aksw.org/spatialHierarchy/ 20111028 sider http://www4.wiwiss.fu-berlin.de/sider/resource/sider/ 20111028 sig http://purl.org/signature# 20111028 sim http://purl.org/ontology/similarity/ 20111028 sindice http://vocab.sindice.net/ 20111028 sio http://semanticscience.org/resource/ 20111028 sioc http://rdfs.org/sioc/ns# 20111028 sioca http://rdfs.org/sioc/actions# 20111028 sioct http://rdfs.org/sioc/types# 20111028 sioctypes http://rdfs.org/sioc/types# 20111028 sism http://purl.oclc.org/NET/sism/0.1/ 20111028 sit http://www.ontologydesignpatterns.org/cp/owl/situation.owl# 20111028 skip http://skipforward.net/skipforward/resource/ 20111028 skiresort http://www.openlinksw.com/ski_resorts/schema# 20111028 skos http://www.w3.org/2004/02/skos/core# 20111028 skosxl http://www.w3.org/2008/05/skos-xl# 20111028 sl http://www.semanlink.net/2001/00/semanlink-schema# 20111028 sm http://topbraid.org/sparqlmotion# 20111028 smf http://topbraid.org/sparqlmotionfunctions# 20111028 smiley http://www.smileyontology.com/ns# 20111028 sml http://topbraid.org/sparqlmotionlib# 20111028 so http://purl.org/ontology/symbolic-music/ 20111028 soap http://www.w3.org/2003/05/soap-envelope/ 20111028 soft http://www.w3.org/2007/uwa/context/software.owl# 20111028 sp http://spinrdf.org/sp# 20111028 space http://purl.org/net/schemas/space/ 20111028 spacerel http://data.ordnancesurvey.co.uk/ontology/spatialrelations/ 20111028 span http://www.ifomis.org/bfo/1.1/span# 20111028 sparql http://www.openrdf.org/config/repository/sparql# 20111028 spatial http://geovocab.org/spatial# 20111028 spc http://purl.org/ontomedia/core/space# 20111028 spin http://spinrdf.org/spin# 20111028 spl http://spinrdf.org/spl# 20111028 sport http://www.bbc.co.uk/ontologies/sport/ 20111028 sr http://www.openrdf.org/config/repository/sail# 20111028 sso http://nlp2rdf.lod2.eu/schema/sso/ 20111028 states http://www.w3.org/2005/07/aaa# 20111028 status http://ontologi.es/status# 20111028 steel http://ontorule-project.eu/resources/steel-30# 20111028 str http://nlp2rdf.lod2.eu/schema/string/ 20111028 string http://www.w3.org/2000/10/swap/string# 20111028 sv http://schemas.talis.com/2005/service/schema# 20111028 swanag http://purl.org/swan/1.2/agents/ 20111028 swanci http://purl.org/swan/1.2/citations/ 20111028 swanco http://purl.org/swan/1.2/swan-commons/ 20111028 swande http://purl.org/swan/1.2/discourse-elements/ 20111028 swandr http://purl.org/swan/1.2/discourse-relationships/ 20111028 swanpav http://purl.org/swan/1.2/pav/ 20111028 swanq http://purl.org/swan/1.2/qualifiers/ 20111028 swanqs http://purl.org/swan/1.2/qualifiers/ 20111028 swc http://data.semanticweb.org/ns/swc/ontology# 20111028 swh http://plugin.org.uk/swh-plugins/ 20111028 swid http://semanticweb.org/id/ 20111028 swivt http://semantic-mediawiki.org/swivt/1.0# 20111028 swp http://www.w3.org/2004/03/trix/swp-2/ 20111028 swrc http://swrc.ontoware.org/ontology# 20111028 swrl http://www.w3.org/2003/11/swrl# 20111028 swrlb http://www.w3.org/2003/11/swrlb# 20111028 sysont http://ns.ontowiki.net/SysOnt/ 20111028 tag http://www.holygoat.co.uk/owl/redwood/0.1/tags/ 20111028 tags http://www.holygoat.co.uk/owl/redwood/0.1/tags/ 20111028 tarot http://data.totl.net/tarot/card/ 20111028 taxo http://purl.org/rss/1.0/modules/taxonomy/ 20111028 tblcard http://www.w3.org/People/Berners-Lee/card# 20111028 tdb http://jena.hpl.hp.com/2008/tdb# 20111028 teach http://linkedscience.org/teach/ns# 20111028 tei http://www.tei-c.org/ns/1.0/ 20111028 telix http://purl.org/telix# 20111028 telmap http://purl.org/telmap/ 20111028 test http://test2.example.com/ 20111028 test2 http://this.invalid/test2# 20111028 theatre http://purl.org/theatre# 20111028 ti http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl# 20111028 time http://www.w3.org/2006/time# 20111028 timeline http://purl.org/NET/c4dm/timeline.owl# 20111028 tio http://purl.org/tio/ns# 20111028 tl http://purl.org/NET/c4dm/timeline.owl# 20111028 tmo http://www.semanticdesktop.org/ontologies/2008/05/20/tmo# 20111028 tmpl http://purl.org/restdesc/http-template# 20111028 toby http://tobyinkster.co.uk/# 20111028 trackback http://madskills.com/public/xml/rss/module/trackback/ 20111028 transmed http://www.w3.org/2001/sw/hcls/ns/transmed/ 20111028 tripfs http://purl.org/tripfs/2010/02# 20111028 tripfs2 http://purl.org/tripfs/2010/06# 20111028 ttl http://www.w3.org/2008/turtle# 20111028 txn http://lod.taxonconcept.org/ontology/txn.owl# 20111028 tzont http://www.w3.org/2006/timezone# 20111028 ufmedia http://purl.org/microformat/hmedia/ 20111028 ui http://www.w3.org/ns/ui# 20111028 umbel http://umbel.org/umbel# 20111028 umbelrc http://umbel.org/umbel/rc/ 20111028 uni http://purl.org/weso/uni/uni.html# 20111028 uniprot http://purl.uniprot.org/core/ 20111028 unit http://qudt.org/vocab/unit# 20111028 units http://eulersharp.sourceforge.net/2003/03swap/unitsExtension# 20111028 urn http://fliqz.com/ 20111028 user http://schemas.talis.com/2005/user/schema# 20111028 usgov http://www.rdfabout.com/rdf/schema/usgovt/ 20111028 uta http://uptheasset.org/ontology# 20111028 vaem http://www.linkedmodel.org/schema/vaem# 20111028 vann http://purl.org/vocab/vann/ 20111028 vcard http://www.w3.org/2006/vcard/ns# 20111028 vcard2006 http://www.w3.org/2006/vcard/ns# 20111028 vcardx http://buzzword.org.uk/rdf/vcardx# 20111028 vdpp http://data.lirmm.fr/ontologies/vdpp# 20111028 video http://purl.org/media/video# 20111028 visko http://trust.utep.edu/visko/ontology/visko-operator-v3.owl# 20111028 viskoo http://trust.utep.edu/visko/ontology/visko-operator-v3.owl# 20111028 viskov http://trust.utep.edu/visko/ontology/visko-view-v3.owl# 20111028 vitro http://vitro.mannlib.cornell.edu/ns/vitro/public# 20111028 vivo http://vivoweb.org/ontology/core# 20111028 voaf http://mondeca.com/foaf/voaf# 20111028 voag http://voag.linkedmodel.org/schema/voag# 20111028 void http://rdfs.org/ns/void# 20111028 vote http://www.rdfabout.com/rdf/schema/vote/ 20111028 vs http://www.w3.org/2003/06/sw-vocab-status/ns# 20111028 vso http://purl.org/vso/ns# 20111028 vsto http://escience.rpi.edu/ontology/vsto/2/0/vsto.owl# 20111028 w3con http://www.w3.org/2000/10/swap/pim/contact# 20111028 w3p http://prov4j.org/w3p/ 20111028 wai http://purl.org/wai# 20111028 wairole http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy# 20111028 wao http://webtlab.it.uc3m.es/2010/10/WebAppsOntology# 20111028 water http://escience.rpi.edu/ontology/semanteco/2/0/water.owl# 20111028 wdr http://www.w3.org/2007/05/powder# 20111028 wdrs http://www.w3.org/2007/05/powder-s# 20111028 web http://www.w3.org/2007/uwa/context/web.owl# 20111028 webtlab http://webtlab.it.uc3m.es/ 20111028 wf http://www.w3.org/2005/01/wf/flow# 20111028 wgs http://www.w3.org/2003/01/geo/wgs84_pos# 20111028 wgs84 http://www.w3.org/2003/01/geo/wgs84_pos# 20111028 wgspos http://www.w3.org/2003/01/geo/wgs84_pos# 20111028 whois http://www.kanzaki.com/ns/whois# 20111028 wisski http://wiss-ki.eu/ 20111028 wlp http://weblab-project.org/core/model/property/processing/ 20111028 wm http://ns.inria.fr/webmarks# 20111028 wn http://xmlns.com/wordnet/1.6/ 20111028 wn20schema http://www.w3.org/2006/03/wn/wn20/schema/ 20111028 wnschema http://www.cogsci.princeton.edu/~wn/schema/ 20111028 wo http://purl.org/ontology/wo/ 20111028 wordmap http://purl.org/net/ns/wordmap# 20111028 wordnet http://purl.org/vocabularies/princeton/wordnet/schema# 20111028 wot http://xmlns.com/wot/0.1/ 20111028 wsc http://www.openk.org/wscaim.owl# 20111028 wv http://vocab.org/waiver/terms/ 20111028 xbrli http://www.xbrl.org/2003/instance# 20111028 xch http://oanda2rdf.appspot.com/xch/ 20111028 xds http://www.w3.org/2001/XMLSchema# 20111028 xen http://buzzword.org.uk/rdf/xen# 20111028 xesam http://freedesktop.org/standards/xesam/1.0/core# 20111028 xf http://www.w3.org/2002/xforms/ 20111028 xfn http://vocab.sindice.com/xfn# 20111028 xfnv http://vocab.sindice.com/xfn# 20111028 xforms http://www.w3.org/2002/xforms/ 20111028 xhe http://buzzword.org.uk/rdf/xhtml-elements# 20111028 xhtml http://www.w3.org/1999/xhtml/vocab# 20111028 xhtmlvocab http://www.w3.org/1999/xhtml/vocab/ 20111028 xhv http://www.w3.org/1999/xhtml/vocab# 20111028 xl http://langegger.at/xlwrap/vocab# 20111028 xlink http://www.w3.org/1999/xlink/ 20111028 xro http://www.stalsoft.com/ontologies/xro/ns# 20111028 xs http://www.w3.org/2001/XMLSchema# 20111028 xsd http://www.w3.org/2001/XMLSchema# 20111028 xsl http://www.w3.org/1999/XSL/Transform# 20111028 xt http://purl.org/twc/vocab/cross-topix# 20111028 xtypes http://purl.org/xtypes/ 20111028 ya http://blogs.yandex.ru/schema/foaf/ 20111028 yago http://dbpedia.org/class/yago/ 20111028 yoda http://purl.org/NET/yoda# 20111028 zbwext http://zbw.eu/namespaces/zbw-extensions/ 20111028 zem http://s.zemanta.com/ns# 20111028 zoology http://purl.org/NET/biol/zoology# 20111028 daiaserv http://purl.org/ontology/daia/service/ 20111031 vvo http://purl.org/vvo/ns# 20111031 vsw http://verticalsearchworks.com/ontology/ 20111102 commerce http://search.yahoo.com/searchmonkey/commerce/ 20111124 gnd http://d-nb.info/gnd/ 20111124 grs http://www.georss.org/georss/ 20111124 htir http://www.w3.org/2011/http# 20111124 infosys http://www.infosys.com/ 20111124 muto http://purl.org/muto/core# 20111124 omapi http://purl.org/omapi/0.2/# 20111124 prf http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212# 20111124 webbox http://webbox.ecs.soton.ac.uk/ns# 20111124 calli http://callimachusproject.org/rdf/2009/framework# 20111208 dwc http://rs.tdwg.org/dwc/terms/ 20111208 eunis http://eunis.eea.europa.eu/rdf/species-schema.rdf# 20111208 georss http://www.georss.org/georss/ 20111208 pna http://data.press.net/ontology/asset/ 20111208 swpatho http://swpatho.ag-nbi.de/context/meta.owl# 20111208 voidp http://www.enakting.org/provenance/voidp/ 20111208 arecipe http://purl.org/amicroformat/arecipe/ 20120124 cis http://purl.org/NET/cloudisus# 20120124 daiaserv http://purl.org/ontology/daia/Service/ 20120124 datafaqs http://purl.org/twc/vocab/datafaqs# 20120124 db http://dbpedia.org/ 20120124 ends http://labs.mondeca.com/vocab/endpointStatus# 20120124 identity http://purl.org/twc/ontologies/identity.owl# 20120124 italy http://data.kasabi.com/dataset/italy/schema/ 20120124 jita http://aims.fao.org/aos/jita/ 20120124 media http://search.yahoo.com/searchmonkey/media/ 20120124 moby http://www.mygrid.org.uk/mygrid-moby-service# 20120124 nfo http://www.semanticdesktop.org/ontologies/nfo/# 20120124 np http://www.nanopub.org/nschema# 20120124 ocd http://dati.camera.it/ocd/ 20120124 places http://purl.org/ontology/places# 20120124 protegedc http://protege.stanford.edu/plugins/owl/dc/protege-dc.owl# 20120124 transit http://vocab.org/transit/terms/ 20120124 vsr http://purl.org/twc/vocab/vsr# 20120124 wfdesc http://purl.org/wf4ever/wfdesc# 20120124 wikipedia http://www.systemone.at/2006/03/wikipedia# 20120124 aerols http://xmlns.com/aerols/0.1/ 20120426 carfo http://purl.org/carfo# 20120426 cerif http://spi-fm.uca.es/neologism/cerif# 20120426 cheminf http://www.semanticweb.org/ontologies/cheminf.owl# 20120426 cts2 http://schema.omg.org/spec/CTS2/1.0/ 20120426 example http://www.example.org/rdf# 20120426 func http://www.w3.org/2007/rif-builtin-function# 20120426 geom http://geovocab.org/geometry# 20120426 gldp http://www.w3.org/ns/people# 20120426 goef http://purl.org/twc/vocab/goef# 20120426 hg http://www.holygoat.co.uk/owl/redwood/0.1/tags/ 20120426 ipad http://www.padinthecity.com/ 20120426 isbd http://iflastandards.info/ns/isbd/elements/ 20120426 kupkb http://www.e-lico.eu/data/kupkb/ 20120426 lexvo http://lexvo.org/ontology# 20120426 linkedct http://data.linkedct.org/vocab/ 20120426 lr http://linkedrecipes.org/schema/ 20120426 lv http://lobid.org/vocab/lobid# 20120426 marcrel http://id.loc.gov/vocabulary/relators/ 20120426 metalex http://www.metalex.eu/metalex/2008-05-02# 20120426 mohammad http://manesht.ir/ 20120426 nfo http://www.semanticdesktop.org/ontologies/2007/03/22/nfo# 20120426 npg http://ns.nature.com/terms/ 20120426 nsogi http://prefix.cc/nsogi: 20120426 oac http://www.openannotation.org/ns/ 20120426 ogorg http://opengraph.org/schema/ 20120426 omv http://omv.ontoware.org/2005/05/ontology# 20120426 onssprel http://www.ordnancesurvey.co.uk/ontology/SpatialRelations/v0.2/SpatialRelations.owl# 20120426 ospost http://data.ordnancesurvey.co.uk/ontology/postcode/ 20120426 pay http://purl.org/commerce/payment# 20120426 pc http://purl.org/procurement/public-contracts# 20120426 pf http://jena.hpl.hp.com/ARQ/property# 20120426 pne http://data.press.net/ontology/event/ 20120426 prism21 http://prismstandard.org/namespaces/basic/2.1/ 20120426 pro http://purl.org/hpi/patchr# 20120426 prov http://www.w3.org/ns/prov# 20120426 prviv http://purl.org/net/provenance/integrity# 20120426 ql http://www.w3.org/2004/ql# 20120426 r2rml http://www.w3.org/ns/r2rml# 20120426 rating http://www.tvblob.com/ratings/# 20120426 recipe http://linkedrecipes.org/schema/ 20120426 scufl2 http://ns.taverna.org.uk/2010/scufl2# 20120426 ssn http://www.w3.org/2005/Incubator/ssn/ssnx/ssn# 20120426 vapour http://vapour.sourceforge.net/vocab.rdf# 20120426 vsws http://verticalsearchworks.com/ontology/synset# 20120426 wbc http://worldbank.270a.info/classification/ 20120426 wbp http://worldbank.270a.info/property/ 20120426 wkd http://schema.wolterskluwer.de/ 20120426 wp http://vocabularies.wikipathways.org/ 20120426 wscaim http://www.openk.org/wscaim.owl# 20120426 xhtml http://www.w3.org/1999/xhtml# 20120426 xkos http://purl.org/linked-data/xkos# 20120426 d2r http://sites.wiwiss.fu-berlin.de/suhl/bizer/d2r-server/config.rdf# 20120521 efo http://www.ebi.ac.uk/efo/ 20120521 enhancer http://stanbol.apache.org/ontology/enhancer/enhancer# 20120521 fcm http://eulersharp.sourceforge.net/2006/02swap/fcm# 20120521 fise http://fise.iks-project.eu/ontology/ 20120521 fl http://eulersharp.sourceforge.net/2003/03swap/fl-rules# 20120521 fls http://lukasblaho.sk/football_league_schema# 20120521 oboe http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl# 20120521 pccz http://purl.org/procurement/public-contracts-czech# 20120521 rdrel http://rdvocab.info/RDARelationshipsWEMI/ 20120521 rec54 http://www.w3.org/2001/02pd/rec54.rdf# 20120521 acco http://purl.org/acco/ns# 20120827 acm http://www.semanticweb.org/ontologies/2012/acm.owl# 20120827 admssw http://purl.org/adms/sw/ 20120827 aers http://aers.data2semantics.org/resource/ 20120827 arg http://rdfs.org/sioc/argument# 20120827 br http://purl.org/business-register# 20120827 cao http://purl.org/makolab/caont/ 20120827 cogs http://vocab.deri.ie/cogs# 20120827 crm http://erlangen-crm.org/current/ 20120827 dive http://scubadive.networld.to/dive.rdf# 20120827 dpl http://dbpedialite.org/things/ 20120827 eprints http://eprints.org/ontology/ 20120827 eumida http://data.kasabi.com/dataset/eumida/terms/ 20120827 germplasm http://purl.org/germplasm/terms# 20120827 intervals http://reference.data.gov.uk/def/intervals/ 20120827 lctr http://data.linkedct.org/vocab/resource/ 20120827 lemon http://www.monnet-project.eu/lemon# 20120827 library http://purl.org/library/ 20120827 life http://life.deri.ie/schema/ 20120827 marl http://purl.org/marl/ns# 20120827 muni http://purl.org/ontology/muni# 20120827 ncbitaxon http://purl.org/obo/owl/NCBITaxon# 20120827 no http://km.aifb.kit.edu/projects/numbers/number# 20120827 npgd http://ns.nature.com/datasets/ 20120827 npgg http://ns.nature.com/graphs/ 20120827 npgx http://ns.nature.com/extensions/ 20120827 open http://open.vocab.org/terms/ 20120827 pav http://purl.org/pav/ 20120827 pkmn http://pokedex.dataincubator.org/pkm/ 20120827 pml http://provenanceweb.org/ns/pml# 20120827 poder http://poderopedia.com/vocab/ 20120827 pol http://escience.rpi.edu/ontology/semanteco/2/0/pollution.owl# 20120827 prism http://prismstandard.org/namespaces/basic/2.0/ 20120827 prv http://purl.org/ontology/prv/core# 20120827 r4ta http://ns.inria.fr/ratio4ta/v1# 20120827 rda http://rdvocab.info/elements/ 20120827 rdagr1 http://rdvocab.info/Elements/ 20120827 rssynd http://web.resource.org/rss/1.0/modules/syndication/ 20120827 s4ac http://ns.inria.fr/s4ac/v2# 20120827 sdgp http://stats.data-gov.ie/property/ 20120827 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 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 adms http://www.w3.org/ns/adms# 20130208 aersv http://aers.data2semantics.org/vocab/ 20130208 agg http://purl.org/twc/health/vocab/aggregate/ 20130208 apivc http://purl.org/linked-data/api/vocab# 20130208 arpfo http://vocab.ouls.ox.ac.uk/projectfunding# 20130208 asn http://purl.org/ASN/schema/core/ 20130208 atomrdf http://atomowl.org/ontologies/atomrdf# 20130208 b2bo http://purl.org/iig2/b2bo# 20130208 bd http://www.bigdata.com/rdf/search# 20130208 bing http://bing.com/schema/media/ 20130208 biopax http://bio2rdf.org/ns/biopax# 20130208 bne http://datos.bne.es/resource/ 20130208 bp http://open-services.net/ns/basicProfile# 20130208 bte http://purl.org/twc/vocab/between-the-edges/ 20130208 cidoccrm http://purl.org/NET/cidoc-crm/core# 20130208 cv http://purl.org/captsolo/resume-rdf/0.2/cv# 20130208 daisy http://www.daisy.org/z3998/2012/vocab/ 20130208 dce http://purl.org/dc/elements/1.1/ 20130208 dco http://deepcarbon.net/ 20130208 dcr http://www.isocat.org/ns/dcr.rdf# 20130208 disco http://vocab.ddialliance.org/discovery# 20130208 dita http://zebrana.net/dita/ditavoc.ttl# 20130208 dnb http://d-nb.info/gnd/ 20130208 dsp http://purl.org/metainfo/terms/dsp# 20130208 dssn http://purl.org/net/dssn/ 20130208 ekaw http://data.semanticweb.org/conference/ekaw/2012/complete/ 20130208 ens http://models.okkam.org/ENS-core-vocabulary.owl# 20130208 eseduc http://www.purl.org/ontologia/eseduc# 20130208 fd http://foodable.co/ns/ 20130208 food http://data.lirmm.fr/ontologies/food# 20130208 fos http://futurios.org/fos/spec/ 20130208 gawd http://gawd.atlantides.org/terms/ 20130208 genea http://www.owl-ontologies.com/generations.owl# 20130208 geocontext http://www.geocontext.org/publ/2013/vocab# 20130208 geoes http://geo.linkeddata.es/ontology/ 20130208 gsp http://www.opengis.net/ont/geosparql# 20130208 gxa http://www.ebi.ac.uk/gxa/ 20130208 health http://purl.org/twc/health/vocab/ 20130208 hgnc http://bio2rdf.org/hgnc: 20130208 icaltzd http://www.w3.org/2002/12/cal/icaltzd# 20130208 idemo http://rdf.insee.fr/graphes/def/demo# 20130208 igeo http://rdf.insee.fr/def/geo# 20130208 jjd http://www.joshuajeeson.com/ 20130208 kdo http://kdo.render-project.eu/kdo# 20130208 l4a http://labels4all.info/ns/ 20130208 laposte http://data.lirmm.fr/ontologies/laposte# 20130208 ldp http://www.w3.org/ns/ldp# 20130208 lex http://purl.org/lex# 20130208 lyou http://purl.org/linkingyou/ 20130208 marshall http://sites.google.com/site/xgmaitc/ 20130208 md http://www.w3.org/ns/md# 20130208 media http://purl.org/microformat/hmedia/ 20130208 metalex http://www.metalex.eu/schema/1.0# 20130208 nfo http://www.semanticdesktop.org/ontologies/nfo/# 20130208 nxp http://purl.org/nxp/schema/v1/ 20130208 oa http://www.w3.org/ns/openannotation/core/ 20130208 oarj http://opendepot.org/reference/linked/1.0/ 20130208 oax http://www.w3.org/ns/openannotation/extensions/ 20130208 osn http://spatial.ucd.ie/lod/osn/ 20130208 owltime http://www.w3.org/TR/owl-time# 20130208 particip http://purl.org/vocab/participation/schema# 20130208 person http://www.w3.org/ns/person# 20130208 photoshop http://ns.adobe.com/photoshop/1.0/ 20130208 pingback http://purl.org/net/pingback/ 20130208 prefix http://prefix.cc/ 20130208 pronom http://reference.data.gov.uk/technical-registry/ 20130208 prv http://purl.org/net/provenance/ns# 20130208 qa http://www.mit.jyu.fi/ai/TRUST_Ontologies/QA.owl# 20130208 qud http://qudt.org/1.1/schema/qudt# 20130208 rad http://www.w3.org/ns/rad# 20130208 rov http://www.w3.org/ns/regorg# 20130208 ssso http://purl.org/ontology/ssso# 20130208 strdf http://strdf.di.uoa.gr/ontology# 20130208 tisc http://observedchange.com/tisc/ns# 20130208 uco http://purl.org/uco/ns# 20130208 viaf http://viaf.org/ontology/1.1/# 20130208 visit http://purl.org/net/vocab/2004/07/visit# 20130208 w3po http://purl.org/provenance# 20130208 wn20 http://www.w3.org/2006/03/wn/wn20/ 20130208 xmls http://www.w3.org/2001/XMLSchema# 20130208 xro http://purl.org/xro/ns# 20130208 acm http://www.rkbexplorer.com/ontologies/acm# 20130327 agls http://www.agls.gov.au/agls/terms/ 20130327 agrelon http://d-nb.info/standards/elementset/agrelon.owl# 20130327 aigp http://swat.cse.lehigh.edu/resources/onto/aigp.owl# 20130327 aos http://rdf.muninn-project.org/ontologies/appearances# 20130327 api http://purl.org/linked-data/api/vocab# 20130327 being http://purl.org/ontomedia/ext/common/being# 20130327 bf http://bibframe.org/vocab/ 20130327 bif http://www.openlinksw.com/schema/sparql/extensions# 20130327 biotop http://purl.org/biotop/biotop.owl# 20130327 biro http://purl.org/spar/biro/ 20130327 br http://vocab.deri.ie/br# 20130327 cb http://cbasewrap.ontologycentral.com/vocab# 20130327 cgov http://reference.data.gov.uk/def/central-government/ 20130327 city http://datos.localidata.com/def/City# 20130327 cold http://purl.org/configurationontology# 20130327 coll http://purl.org/co/ 20130327 comm http://vocab.resc.info/communication# 20130327 coun http://www.daml.org/2001/09/countries/iso-3166-ont# 20130327 cpa http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl# 20130327 crm http://www.cidoc-crm.org/cidoc-crm/ 20130327 crsw http://courseware.rkbexplorer.com/ontologies/courseware# 20130327 csp http://vocab.deri.ie/csp# 20130327 ctorg http://purl.org/ctic/infraestructuras/organizacion# 20130327 dbtont http://dbtropes.org/ont/ 20130327 dcite http://purl.org/spar/datacite/ 20130327 dcndl http://ndl.go.jp/dcndl/terms/ 20130327 deo http://purl.org/spar/deo/ 20130327 disco http://rdf-vocabulary.ddialliance.org/discovery# 20130327 dita http://purl.org/ditavoc/schema/ 20130327 dl http://ontology.ip.rm.cnr.it/ontologies/DOLCE-Lite# 20130327 doco http://purl.org/spar/doco/ 20130327 dqm http://purl.org/dqm-vocabulary/v1/dqm# 20130327 dr http://purl.org/swan/2.0/discourse-relationships/ 20130327 drm http://vocab.data.gov/def/drm# 20130327 ds http://purl.org/ctic/dcat# 20130327 dso http://purl.org/ontology/dso# 20130327 ecos http://kmm.lboro.ac.uk/ecos/1.0# 20130327 edgar http://edgarwrap.ontologycentral.com/vocab/edgar# 20130327 elec http://purl.org/ctic/sector-publico/elecciones# 20130327 emp http://purl.org/ctic/empleo/oferta# 20130327 ep http://eprints.org/ontology/ 20130327 fcp http://www.newmedialab.at/fcp/ 20130327 food http://purl.org/foodontology# 20130327 fowl http://www.w3.org/TR/2003/PR-owl-guide-20031209/food# 20130327 gadm http://gadm.geovocab.org/ontology# 20130327 gastro http://www.ebsemantics.net/gastro# 20130327 geod http://vocab.lenka.no/geo-deling# 20130327 geosp http://rdf.geospecies.org/ont/geospecies# 20130327 gnm http://www.geonames.org/ontology/mappings/ 20130327 graffle http://purl.org/twc/vocab/vsr/graffle# 20130327 graves http://rdf.muninn-project.org/ontologies/graves# 20130327 gso http://www.w3.org/2006/gen/ont# 20130327 idemo http://rdf.insee.fr/def/demo# 20130327 infor http://www.ontologydesignpatterns.org/cp/owl/informationrealization.owl# 20130327 inno http://purl.org/innovation/ns# 20130327 iol http://www.ontologydesignpatterns.org/ont/dul/IOLite.owl# 20130327 itsmo http://ontology.it/itsmo/v1# 20130327 lcy http://purl.org/vocab/lifecycle/schema# 20130327 lh http://vocab.inf.ed.ac.uk/library/holdings# 20130327 lib http://purl.org/library/ 20130327 lingvo http://www.lingvoj.org/ontology# 20130327 lmm1 http://www.ontologydesignpatterns.org/ont/lmm/LMM_L1.owl# 20130327 lmm2 http://www.ontologydesignpatterns.org/ont/lmm/LMM_L2.owl# 20130327 lsc http://linkedscience.org/lsc/ns# 20130327 mads http://www.loc.gov/mads/rdf/v1# 20130327 mds http://doc.metalex.eu/id/ 20130327 meb http://rdf.myexperiment.org/ontologies/base/ 20130327 mil http://rdf.muninn-project.org/ontologies/military# 20130327 mime http://purl.org/NET/mediatypes/ 20130327 moac http://observedchange.com/moac/ns# 20130327 mrel http://id.loc.gov/vocabulary/relators/ 20130327 msr http://www.telegraphis.net/ontology/measurement/measurement# 20130327 mvco http://purl.oclc.org/NET/mvco.owl# 20130327 ntag http://ns.inria.fr/nicetag/2010/09/09/voc# 20130327 nyt http://data.nytimes.com/element/ 20130327 obsm http://rdf.geospecies.org/methods/observationMethod# 20130327 odapp http://vocab.deri.ie/odapp# 20130327 odpart http://www.ontologydesignpatterns.org/cp/owl/participation.owl# 20130327 odv http://reference.data.gov.uk/def/organogram/ 20130327 oecc http://www.oegov.org/core/owl/cc# 20130327 ontopic http://www.ontologydesignpatterns.org/ont/dul/ontopic.owl# 20130327 opl http://openlinksw.com/schema/attribution# 20130327 opmo http://openprovenance.org/model/opmo# 20130327 oprovo http://openprovenance.org/ontology# 20130327 ordf http://purl.org/NET/ordf/ 20130327 osadm http://data.ordnancesurvey.co.uk/ontology/admingeo/ 20130327 osgeom http://data.ordnancesurvey.co.uk/ontology/geometry/ 20130327 osp http://data.lirmm.fr/ontologies/osp# 20130327 osr http://purl.org/ontomedia/core/space# 20130327 osspr http://data.ordnancesurvey.co.uk/ontology/spatialrelations/ 20130327 ostop http://www.ordnancesurvey.co.uk/ontology/Topography/v0.1/Topography.owl# 20130327 part http://purl.org/vocab/participation/schema# 20130327 passim http://data.lirmm.fr/ontologies/passim# 20130327 prvt http://purl.org/net/provenance/types# 20130327 ps https://w3id.org/payswarm# 20130327 pso http://purl.org/spar/pso/ 20130327 ptop http://www.ontotext.com/proton/protontop# 20130327 pwo http://purl.org/spar/pwo/ 20130327 quty http://www.telegraphis.net/ontology/measurement/quantity# 20130327 raul http://vocab.deri.ie/raul# 20130327 rdafrbr http://rdvocab.info/uri/schema/FRBRentitiesRDA/ 20130327 rdag1 http://rdvocab.info/Elements/ 20130327 rdag3 http://rdvocab.info/ElementsGr3/ 20130327 rdarel http://rdvocab.info/RDARelationshipsWEMI/ 20130327 s2s http://escience.rpi.edu/ontology/sesf/s2s/4/0/ 20130327 sc http://purl.org/science/owl/sciencecommons/ 20130327 sec https://w3id.org/security# 20130327 semio http://www.lingvoj.org/semio# 20130327 seq http://www.ontologydesignpatterns.org/cp/owl/sequence.owl# 20130327 situ http://www.ontologydesignpatterns.org/cp/owl/situation.owl# 20130327 snarm http://rdf.myexperiment.org/ontologies/snarm/ 20130327 spt http://spitfire-project.eu/ontology/ns/ 20130327 swpo http://sw-portal.deri.org/ontologies/swportal# 20130327 tao http://vocab.deri.ie/tao# 20130327 te http://www.w3.org/2006/time-entry# 20130327 tis http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl# 20130327 trait http://contextus.net/ontology/ontomedia/ext/common/trait# 20130327 turismo http://idi.fundacionctic.org/cruzar/turismo# 20130327 tvc http://www.essepuntato.it/2012/04/tvc/ 20130327 vocab http://rdf.ontology2.com/vocab# 20130327 vrank http://purl.org/voc/vrank# 20130327 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 algo http://securitytoolbox.appspot.com/securityAlgorithms# 20130802 b2bo http://purl.org/b2bo# 20130802 biocore http://bio2rdf.org/core# 20130802 bsb http://lod.b3kat.de/title/ 20130802 centrifuge http://purl.org/twc/vocab/centrifuge# 20130802 cex http://purl.org/weso/ontology/computex# 20130802 cf http://mmisw.org/ont/cf/parameter/ 20130802 cidoc http://erlangen-crm.org/current/ 20130802 cito http://purl.org/spar/cito/ 20130802 crtv http://open-services.net/ns/crtv# 20130802 dbc http://dbpedia.org/resource/Category: 20130802 dbnary http://kaiko.getalp.org/dbnary# 20130802 dbpr http://dbpedia.org/resource/ 20130802 dbt http://dbpedia.org/resource/Template: 20130802 dctypes http://purl.org/dc/dcmitype/ 20130802 dis http://stanbol.apache.org/ontology/disambiguation/disambiguation# 20130802 dita http://purl.org/dita/ns# 20130802 dso http://inference-web.org/2.0/ds.owl# 20130802 dvia http://data.eurecom.fr/ontology/dvia# 20130802 ebu http://semantic.eurobau.com/eurobau-utility.owl# 20130802 ecb http://ecb.270a.info/dataset/ 20130802 ecpo http://purl.org/ontology/ecpo# 20130802 exterms http://www.example.org/terms/ 20130802 frapo http://purl.org/cerif/frapo/ 20130802 geof http://www.opengis.net/def/function/geosparql/ 20130802 geofla http://data.ign.fr/ontologies/geofla# 20130802 gfo http://www.onto-med.de/ontologies/gfo.owl# 20130802 hifm http://purl.org/net/hifm/data# 20130802 httpm http://www.w3.org/2011/http-methods# 20130802 iot http://www.linkedthings.com/iot/ 20130802 itsrdf http://www.w3.org/2005/11/its/rdf# 20130802 kbp http://tackbp.org/2013/ontology# 20130802 l4lod http://ns.inria.fr/l4lod/v2/ 20130802 laabs http://dbpedia.org/resource/ 20130802 lgd http://linkedgeodata.org/vocabulary# 20130802 locwd http://purl.org/locwd/schema# 20130802 lv http://purl.org/lobid/lv# 20130802 mods http://www.loc.gov/mods/v3# 20130802 namespaces https://vg.no/ 20130802 nif http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core# 20130802 nsl http://purl.org/ontology/storyline/ 20130802 oa http://www.w3.org/ns/oa# 20130802 odcs http://opendata.cz/infrastructure/odcleanstore/ 20130802 oecd http://oecd.270a.info/dataset/ 20130802 omn http://www.openmobilenetwork.org/resource/ 20130802 opmw http://www.opmw.org/ontology/ 20130802 oslc http://open-services.net/ns/core# 20130802 osr http://dati.senato.it/osr/ 20130802 pam http://prismstandard.org/namespaces/pam/2.0/ 20130802 penn http://purl.org/olia/penn.owl# 20130802 pkgsrc http://pkgsrc.co/schema# 20130802 ple http://pleiades.stoa.org/places/ 20130802 poste http://data.lirmm.fr/ontologies/poste# 20130802 pr http://purl.org/ontology/prv/core# 20130802 premis http://multimedialab.elis.ugent.be/users/samcoppe/ontologies/Premis/premis.owl# 20130802 prolog http://eulersharp.sourceforge.net/2003/03swap/prolog# 20130802 qrl http://www.aifb.kit.edu/project/ld-retriever/qrl# 20130802 qvoc http://mlode.nlp2rdf.org/quranvocab# 20130802 radion http://www.w3.org/ns/radion# 20130802 rdarole http://rdvocab.info/roles/ 20130802 rdf123 http://rdf123.umbc.edu/ns/ 20130802 req http://purl.org/req/ 20130802 reve http://data.eurecom.fr/ontology/reve# 20130802 rlno http://rdflivenews.aksw.org/ontology/ 20130802 rlnr http://rdflivenews.aksw.org/resource/ 20130802 rlog http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog# 20130802 ro http://purl.org/wf4ever/ro# 20130802 roevo http://purl.org/wf4ever/roevo# 20130802 roterms http://purl.org/wf4ever/roterms# 20130802 sci http://data.scientology.org/ns/ 20130802 sem http://semanticweb.cs.vu.nl/2009/11/sem/ 20130802 site http://ns.ontowiki.net/SysOnt/Site/ 20130802 stac http://securitytoolbox.appspot.com/stac# 20130802 stats http://purl.org/rdfstats/stats# 20130802 voaf http://purl.org/vocommons/voaf# 20130802 wf4ever http://purl.org/wf4ever/wf4ever# 20130802 wfm http://purl.org/net/wf-motifs# 20130802 wfs http://schemas.opengis.net/wfs/ 20130802 wikterms http://wiktionary.dbpedia.org/terms/ 20130802 wl http://www.wsmo.org/ns/wsmo-lite# 20130802 won http://purl.org/webofneeds/model# 20130802 worldbank http://worldbank.270a.info/dataset/ 20130802 copyright http://rhizomik.net/ontologies/copyrightonto.owl# 20130812 lldr http://purl.oclc.org/NET/lldr/ns# 20130812 up http://users.ugent.be/~tdenies/up/ 20130812 fea http://vocab.data.gov/def/fea# 20130816 penis http://penis.to/# 20130816 scms http://ns.aksw.org/scms/annotations/ 20130816 sdo http://schema.org/ 20130816 wapp http://ns.rww.io/wapp# 20130816 agrelon http://d-nb.info/standards/elementset/agrelon# 20130924 alchemy http://rdf.alchemyapi.com/rdf/v1/s/aapi-schema# 20130924 archdesc http://archdesc.info/archEvent# 20130924 cnt http://www.w3.org/2011/content# 20130924 co http://rhizomik.net/ontologies/copyrightonto.owl# 20130924 cosmo http://purl.org/ontology/cosmo# 20130924 cro http://rhizomik.net/ontologies/copyrightonto.owl# 20130924 dbpo http://dbpedia.org/ontology/ 20130924 dt http://dbpedia.org/datatype/ 20130924 frbrer http://iflastandards.info/ns/fr/frbr/frbrer/ 20130924 frsad http://iflastandards.info/ns/fr/frad/ 20130924 gndo http://d-nb.info/standards/elementset/gnd# 20130924 icane http://www.icane.es/opendata/vocab# 20130924 ludo http://vocab.ox.ac.uk/ludo# 20130924 oj http://ontojob.at/ 20130924 oliasystem http://purl.org/olia/system.owl# 20130924 orca http://geni-orca.renci.org/owl/topology.owl# 20130924 saif http://wwwiti.cs.uni-magdeburg.de/~srahman/ 20130924 sdmxa http://purl.org/linked-data/sdmx/2009/attribute# 20130924 sdmxd http://purl.org/linked-data/sdmx/2009/dimension# 20130924 sdo http://salt.semanticauthoring.org/ontologies/sdo# 20130924 stream http://dbpedia.org/ontology/Stream/ 20130924 tsioc http://rdfs.org/sioc/types# 20130924 twaapi http://purl.org/twc/vocab/aapi-schema# 20130924 wd http://www.wikidata.org/entity/ 20130924 who http://www.who.int/vocab/ontology# 20130924 wikidata http://www.wikidata.org/entity/ 20130924 yago http://yago-knowledge.org/resource/ 20130924 cdtype http://purl.org/cld/cdtype/ 20131002 fincaselaw http://purl.org/finlex/schema/oikeus/ 20131002 finlaw http://purl.org/finlex/schema/laki/ 20131002 amalgame http://purl.org/vocabularies/amalgame# 20131115 camelot http://vocab.ox.ac.uk/camelot# 20131115 conf http://richard.cyganiak.de/2007/pubby/config.rdf# 20131115 crv http://purl.org/twc/vocab/datacarver# 20131115 csm http://purl.org/csm/1.0# 20131115 curr https://w3id.org/cc# 20131115 dbrc http://dbpedia.org/resource/Category: 20131115 dbyago http://dbpedia.org/class/yago/ 20131115 dso http://purl.org/ontology/dso# 20131115 frad http://iflastandards.info/ns/fr/frad/ 20131115 frsad http://iflastandards.info/ns/fr/frsad/ 20131115 gnd http://d-nb.info/standards/elementset/gnd# 20131115 gq http://genomequest.com/ 20131115 hxl http://hxl.humanitarianresponse.info/ns/# 20131115 mp http://jicamaro.info/mp# 20131115 ogbd http://www.ogbd.fr/2012/ontologie# 20131115 olad http://openlad.org/vocab# 20131115 ox http://vocab.ox.ac.uk/projectfunding# 20131115 pat http://purl.org/hpi/patchr# 20131115 pext http://www.ontotext.com/proton/protonext# 20131115 qb4o http://purl.org/olap# 20131115 refe http://orion.tw.rpi.edu/~xgmatwc/refe/ 20131115 swperson http://data.semanticweb.org/person/ 20131115 ub http://www.lehigh.edu/~zhp2/2004/0401/univ-bench.owl# 20131115 bbc http://www.bbc.co.uk/ontologies/news/ 20131205 bibframe http://bibframe.org/vocab/ 20131205 bm http://bio2rdf.org/ 20131205 emoca http://ns.inria.fr/emoca# 20131205 emotion http://ns.inria.fr/emoca# 20131205 limoo http://purl.org/LiMo/0.1/ 20131205 mged http://mged.sourceforge.net/ontologies/MGEDOntology.owl# 20131205 mocanal http://www.semanticweb.org/asow/ontologies/2013/9/untitled-ontology-36# 20131205 muldicat http://iflastandards.info/ns/muldicat# 20131205 nidm http://nidm.nidash.org/ 20131205 paia http://purl.org/ontology/paia# 20131205 pubmed http://bio2rdf.org/pubmed_vocabulary: 20131205 ro http://purl.org/obo/owl/ro# 20131205 sdo http://schema.org/ 20131205 service http://purl.org/ontology/service# 20131205 tr http://www.thomsonreuters.com/ 20131205 aat http://vocab.getty.edu/aat/ 20140901 accom http://purl.org/acco/ns# 20140901 acrt http://privatealpha.com/ontology/certification/1# 20140901 agrd http://agrinepaldata.com/ 20140901 agro http://agrinepaldata.com/vocab/ 20140901 app http://jmvanel.free.fr/ontology/software_applications.n3# 20140901 asgv http://aims.fao.org/aos/agrovoc/ 20140901 aws http://purl.oclc.org/NET/ssnx/meteo/aws# 20140901 babelnet http://babelnet.org/2.0/ 20140901 basic http://def.seegrid.csiro.au/isotc211/iso19103/2005/basic# 20140901 bbccms http://www.bbc.co.uk/ontologies/cms/ 20140901 bbccore http://www.bbc.co.uk/ontologies/coreconcepts/ 20140901 bbcprov http://www.bbc.co.uk/ontologies/provenance/ 20140901 bco http://purl.obolibrary.org/obo/bco.owl# 20140901 bevon http://rdfs.co/bevon/ 20140901 bihap http://bihap.kb.gov.tr/ontology/ 20140901 bis http://bis.270a.info/dataset/ 20140901 bk http://www.provbook.org/ns/# 20140901 bwb http://doc.metalex.eu/bwb/ontology/ 20140901 call http://webofcode.org/wfn/call: 20140901 citof http://www.essepuntato.it/2013/03/cito-functions# 20140901 cjr http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero# 20140901 cmd http://clarin.eu/cmd# 20140901 cmdi http://www.clarin.eu/cmd/ 20140901 cmdm http://infra.clarin.eu/cmd/ 20140901 contsem http://contsem.unizar.es/def/sector-publico/contratacion# 20140901 csv http://vocab.sindice.net/csv/ 20140901 dblp http://dblp.l3s.de/d2r/page/authors/ 20140901 dbpedia2 http://dbpedia.org/property/ 20140901 dbug http://ontologi.es/doap-bugs# 20140901 dco http://info.deepcarbon.net/schema# 20140901 dcoid http://dx.deepcarbon.net/ 20140901 dcq http://purl.org/dc/qualifiers/1.0/ 20140901 defns http://www.openarchives.org/OAI/2.0/ 20140901 delta http://www.w3.org/2004/delta# 20140901 diag http://www.loc.gov/zing/srw/diagnostic/ 20140901 dicom http://purl.org/healthcarevocab/v1# 20140901 dn http://purl.org/datanode/ns/ 20140901 dogont http://elite.polito.it/ontologies/dogont.owl# 20140901 dpd http://www.kanzaki.com/ns/dpd# 20140901 dq http://def.seegrid.csiro.au/isotc211/iso19115/2003/dataquality# 20140901 dsn http://purl.org/dsnotify/vocab/eventset/ 20140901 ebucore http://www.ebu.ch/metadata/ontologies/ebucore/ebucore# 20140901 ec http://eulergui.sourceforge.net/contacts.owl.n3# 20140901 ecb http://ecb.270a.info/class/1.0/ 20140901 ecrm http://erlangen-crm.org/current/ 20140901 employee http://www.employee.com/data# 20140901 erce http://xxefe.de/ 20140901 esadm http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio# 20140901 escjr http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero# 20140901 estatwrap http://ontologycentral.com/2009/01/eurostat/ns# 20140901 estrn http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/transporte# 20140901 eurlex http://eur-lex.publicdata.eu/ontology/ 20140901 evident http://purl.org/net/evident# 20140901 ext http://def.seegrid.csiro.au/isotc211/iso19115/2003/extent# 20140901 fabio http://purl.org/spar/fabio/ 20140901 fam http://vocab.fusepool.info/fam# 20140901 fao http://fao.270a.info/dataset/ 20140901 fbgeo http://rdf.freebase.com/ns/location/geocode/ 20140901 fcs http://clarin.eu/fcs/resource# 20140901 fma http://sig.uw.edu/fma# 20140901 form http://deductions-software.com/ontologies/forms.owl.ttl# 20140901 fp3 http://vocab.fusepool.info/fp3# 20140901 frb http://frb.270a.info/dataset/ 20140901 friends http://www.openarchives.org/OAI/2.0/friends/ 20140901 ftcontent http://www.ft.com/ontology/content/ 20140901 gaf http://groundedannotationframework.org/ 20140901 gcis http://data.globalchange.gov/gcis.owl# 20140901 geop http://aims.fao.org/aos/geopolitical.owl# 20140901 geos http://www.telegraphis.net/ontology/geography/geography# 20140901 geosparql http://www.opengis.net/ont/geosparql# 20140901 geovoid http://purl.org/geovocamp/ontology/geovoid/ 20140901 gf http://def.seegrid.csiro.au/isotc211/iso19109/2005/feature# 20140901 gm http://def.seegrid.csiro.au/isotc211/iso19107/2003/geometry# 20140901 govwild http://govwild.org/0.6/GWOntology.rdf/ 20140901 gts http://resource.geosciml.org/ontology/timescale/gts# 20140901 gvp http://vocab.getty.edu/ontology# 20140901 h2o http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic# 20140901 hdo http://www.samos.gr/ontologies/helpdeskOnto.owl# 20140901 hlygt http://www.holygoat.co.uk/owl/redwood/0.1/tags/ 20140901 hr http://iserve.kmi.open.ac.uk/ns/hrests# 20140901 http http://www.w3.org/2011/http# 20140901 hydra http://www.w3.org/ns/hydra/core# 20140901 ignf http://data.ign.fr/def/ignf# 20140901 ilap http://data.posccaesar.org/ilap/ 20140901 imf http://imf.270a.info/dataset/ 20140901 irstea http://ontology.irstea.fr/ 20140901 irsteaont http://ontology.irstea.fr/weather/ontology# 20140901 iso http://purl.org/iso25964/skos-thes# 20140901 isothes http://purl.org/iso25964/skos-thes# 20140901 itm http://spi-fm.uca.es/spdef/models/genericTools/itm/1.0# 20140901 jp1 http://rdf.muninn-project.org/ontologies/jp1/ 20140901 kai http://kai.uni-kiel.de/ 20140901 keys http://purl.org/NET/c4dm/keys.owl# 20140901 kml http://www.opengis.net/kml/2.2# 20140901 koly http://www.ensias.ma/ 20140901 l2sp http://www.linked2safety-project.eu/properties/ 20140901 language http://id.loc.gov/vocabulary/iso639-1/ 20140901 lda http://purl.org/linked-data/api/vocab# 20140901 ldr http://purl.oclc.org/NET/ldr/ns# 20140901 lemon http://www.lemon-model.net/lemon# 20140901 lexcz http://purl.org/lex/cz# 20140901 lexicon http://www.example.org/lexicon# 20140901 lexinfo http://www.lexinfo.net/ontology/2.0/lexinfo# 20140901 lfov https://w3id.org/legal_form# 20140901 li http://def.seegrid.csiro.au/isotc211/iso19115/2003/lineage# 20140901 lime http://art.uniroma2.it/ontologies/lime# 20140901 limo http://www.purl.org/limo-ontology/limo# 20140901 ling http://purl.org/voc/ling/ 20140901 lio http://purl.org/net/lio# 20140901 lmf http://www.lexinfo.net/lmf# 20140901 locah http://data.archiveshub.ac.uk/def/ 20140901 location http://sw.deri.org/2006/07/location/loc# 20140901 locn http://www.w3.org/ns/locn# 20140901 lofv http://purl.org/legal_form/vocab# 20140901 loted http://loted.eu/ontology# 20140901 mammal http://lod.taxonconcept.org/ontology/p01/Mammalia/index.owl# 20140901 marl http://www.gsi.dit.upm.es/ontologies/marl/ns# 20140901 maso http://securitytoolbox.appspot.com/MASO# 20140901 mb http://dbtune.org/musicbrainz/resource/instrument/ 20140901 metadata http://purl.oreilly.com/ns/meta/ 20140901 mf http://www.w3.org/2001/sw/DataAccess/tests/test-manifest# 20140901 mm http://linkedmultimedia.org/sparql-mm/functions# 20140901 mmt http://linkedmultimedia.org/sparql-mm/functions/temporal# 20140901 msm http://iserve.kmi.open.ac.uk/ns/msm# 20140901 mt http://www.w3.org/2001/sw/DataAccess/tests/test-manifest# 20140901 muni http://vocab.linkeddata.es/urbanismo-infraestructuras/territorio# 20140901 my http://www.mobile.com/model/ 20140901 naval http://rdf.muninn-project.org/ontologies/naval# 20140901 navm https://w3id.org/navigation_menu# 20140901 ndl http://schemas.ogf.org/nml/2013/05/base# 20140901 nxs http://www.neclimateus.org/ 20140901 nyt http://data.nytimes.com/ 20140901 oad http://lod.xdams.org/reload/oad/ 20140901 oan http://data.lirmm.fr/ontologies/oan/ 20140901 od http://purl.org/twc/vocab/opendap# 20140901 odapps http://semweb.mmlab.be/ns/odapps# 20140901 odrl http://www.w3.org/ns/odrl/2/ 20140901 odrs http://schema.theodi.org/odrs# 20140901 of http://owlrep.eu01.aws.af.cm/fridge# 20140901 oh http://semweb.mmlab.be/ns/oh# 20140901 oils http://lemon-model.net/oils# 20140901 olac http://www.language-archives.org/OLAC/1.0/ 20140901 olac11 http://www.language-archives.org/OLAC/1.1/ 20140901 olca http://www.lingvoj.org/olca# 20140901 om http://opendata.caceres.es/def/ontomunicipio# 20140901 omdoc http://omdoc.org/ontology/ 20140901 onisep http://rdf.onisep.fr/resource/ 20140901 ont http://purl.org/net/ns/ontology-annot# 20140901 ontosec http://www.semanticweb.org/ontologies/2008/11/OntologySecurity.owl# 20140901 onyx http://www.gsi.dit.upm.es/ontologies/onyx/ns# 20140901 op http://environment.data.gov.au/def/op# 20140901 openskos http://openskos.org/xmlns# 20140901 oplacl http://www.openlinksw.com/ontology/acl# 20140901 oplprod http://www.openlinksw.com/ontology/products# 20140901 oplres http://www.openlinksw.com/ontology/restrictions# 20140901 origins http://origins.link/ 20140901 oslo http://purl.org/oslo/ns/localgov# 20140901 parl http://reference.data.gov.uk/def/parliament/ 20140901 pattern http://www.essepuntato.it/2008/12/pattern# 20140901 pco http://purl.org/procurement/public-contracts# 20140901 physo http://merlin.phys.uni.lodz.pl/onto/physo/physo.owl# 20140901 pic http://www.ipaw.info/ns/picaso# 20140901 pkm http://www.ontotext.com/proton/protonkm# 20140901 plo http://purl.org/net/po# 20140901 pnc http://data.press.net/ontology/classification/ 20140901 pni http://data.press.net/ontology/identifier/ 20140901 pnt http://data.press.net/ontology/tag/ 20140901 pproc http://contsem.unizar.es/def/sector-publico/pproc# 20140901 provone http://purl.org/provone# 20140901 psys http://www.ontotext.com/proton/protonsys# 20140901 purl http://purl.org/dc/terms/ 20140901 pvcs http://purl.org/twc/vocab/pvcs# 20140901 qu http://purl.oclc.org/NET/ssnx/qu/qu# 20140901 rdaa http://rdaregistry.info/Elements/a/ 20140901 rdac http://rdaregistry.info/Elements/c/ 20140901 rdae http://rdaregistry.info/Elements/e/ 20140901 rdag2 http://rdvocab.info/ElementsGr2/ 20140901 rdai http://rdaregistry.info/Elements/i/ 20140901 rdam http://rdaregistry.info/Elements/m/ 20140901 rdarel2 http://metadataregistry.org/uri/schema/RDARelationshipsGR2/ 20140901 rdau http://rdaregistry.info/Elements/u/ 20140901 rdaw http://rdaregistry.info/Elements/w/ 20140901 rdl http://data.posccaesar.org/rdl/ 20140901 reegle http://reegle.info/schema# 20140901 roadmap http://mappings.roadmap.org/ 20140901 rso http://www.researchspace.org/ontology/ 20140901 ru http://purl.org/imbi/ru-meta.owl# 20140901 ruto http://rdfunit.aksw.org/ns/core# 20140901 rvl http://purl.org/rvl/ 20140901 sad http://vocab.deri.ie/sad# 20140901 sam http://def.seegrid.csiro.au/isotc211/iso19156/2011/sampling# 20140901 sao http://salt.semanticauthoring.org/ontologies/sao# 20140901 sbench http://swat.cse.lehigh.edu/onto/univ-bench.owl# 20140901 scip http://lod.taxonconcept.org/ontology/sci_people.owl# 20140901 scoro http://purl.org/spar/scoro/ 20140901 sdo http://salt.semanticauthoring.org/ontologies/sdo# 20140901 security http://securitytoolbox.appspot.com/securityMain# 20140901 ses http://lod.taxonconcept.org/ses/ 20140901 sf http://www.opengis.net/ont/sf# 20140901 shex http://www.w3.org/2013/ShEx/ns# 20140901 shw http://paul.staroch.name/thesis/SmartHomeWeather.owl# 20140901 siocserv http://rdfs.org/sioc/services# 20140901 skos08 http://www.w3.org/2008/05/skos# 20140901 sparql http://ontologi.es/sparql# 20140901 spcm http://spi-fm.uca.es/spdef/models/deployment/spcm/1.0# 20140901 spdx http://spdx.org/rdf/terms# 20140901 spfood http://kmi.open.ac.uk/projects/smartproducts/ontologies/food.owl# 20140901 sql http://ns.inria.fr/ast/sql# 20140901 sro http://salt.semanticauthoring.org/ontologies/sro# 20140901 sru http://www.loc.gov/zing/srw/ 20140901 ssn http://purl.oclc.org/NET/ssnx/ssn# 20140901 stanford http://purl.org/olia/stanford.owl# 20140901 static http://vocab-ld.org/vocab/static-ld# 20140901 stories http://purl.org/ontology/stories/ 20140901 swpm http://spi-fm.uca.es/spdef/models/deployment/swpm/1.0# 20140901 swrcfe http://www.morelab.deusto.es/ontologies/swrcfe# 20140901 tac http://ns.bergnet.org/tac/0.1/triple-access-control# 20140901 tavprov http://ns.taverna.org.uk/2012/tavernaprov/ 20140901 taxon http://purl.org/biodiversity/taxon/ 20140901 tddo http://databugger.aksw.org/ns/core# 20140901 tgn http://vocab.getty.edu/tgn/ 20140901 thors http://resource.geosciml.org/ontology/timescale/thors# 20140901 tm http://def.seegrid.csiro.au/isotc211/iso19108/2002/temporal# 20140901 topo http://data.ign.fr/def/topo# 20140901 travel http://www.co-ode.org/roberts/travel.owl# 20140901 trig http://www.w3.org/2004/03/trix/rdfg-1/ 20140901 tw http://tw.rpi.edu/schema/ 20140901 uis http://uis.270a.info/dataset/ 20140901 ulan http://vocab.getty.edu/ulan/ 20140901 un http://www.w3.org/2007/ont/unit# 20140901 unspsc http://ontoview.org/schema/unspsc/1# 20140901 uri4uri http://uri4uri.net/vocab# 20140901 va http://code-research.eu/ontology/visual-analytics# 20140901 vext http://ldf.fi/void-ext# 20140901 vgo http://purl.org/net/vgo# 20140901 videogame http://purl.org/net/vgo# 20140901 vin http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine# 20140901 viso http://purl.org/viso/ 20140901 vmm http://spi-fm.uca.es/spdef/models/genericTools/vmm/1.0# 20140901 voidext http://rdfs.org/ns/void-ext# 20140901 voidwh http://www.ics.forth.gr/isl/VoIDWarehouse/VoID_Extension_Schema.owl# 20140901 vra http://simile.mit.edu/2003/10/ontologies/vraCore3# 20140901 wfn http://webofcode.org/wfn/ 20140901 whisky http://vocab.org/whisky/terms/ 20140901 wi http://purl.org/ontology/wi/core# 20140901 wiki http://en.wikipedia.org/wiki/ 20140901 wikim http://spi-fm.uca.es/spdef/models/genericTools/wikim/1.0# 20140901 wikimedia http://upload.wikimedia.org/wikipedia/commons/f/f6/ 20140901 wn30 http://purl.org/vocabularies/princeton/wn30/ 20140901 xml http://www.w3.org/XML/1998/namespace/ 20140901 xsi http://www.w3.org/2001/XMLSchema-instance# 20140901 xslopm http://purl.org/net/opmv/types/xslt# 20140901 zr http://explain.z3950.org/dtd/2.0/ 20140901 abs http://abs.270a.info/dataset/ 20140908 article http://ogp.me/ns/article# 20140908 cdc http://www.contextdatacloud.org/resource/ 20140908 opencyc http://sw.opencyc.org/concept/ 20140908 smg http://ns.cerise-project.nl/energy/def/cim-smartgrid# 20140908 opllic http://www.openlinksw.com/ontology/licenses# 20140909 affymetrix http://bio2rdf.org/affymetrix_vocabulary: 20150725 airs https://raw.githubusercontent.com/airs-linked-data/lov/latest/src/airs_vocabulary.ttl# 20150725 aktivesa http://sa.aktivespace.org/ontologies/aktivesa# 20150725 amsl http://vocab.ub.uni-leipzig.de/amsl/ 20150725 as http://www.w3.org/ns/activitystreams# 20150725 bag http://lod.geodan.nl/vocab/bag# 20150725 beth http://www.google.com/ 20150725 bfo http://www.ifomis.org/bfo/1.1# 20150725 bgcat http://bg.dbpedia.org/resource/Категория: 20150725 bgdbp http://bg.dbpedia.org/property/ 20150725 bgdbr http://bg.dbpedia.org/resource/ 20150725 bgn http://bibliograph.net/schemas/ 20150725 bibrm http://vocab.ub.uni-leipzig.de/bibrm/ 20150725 biopax http://www.biopax.org/release/biopax-level3.owl# 20150725 blt http://www.bl.uk/schemas/bibliographic/blterms# 20150725 bmo http://collection.britishmuseum.org/id/ontology/ 20150725 bn http://babelnet.org/rdf/ 20150725 bner http://datos.bne.es/resource/ 20150725 bnf http://www.w3.org/2000/10/swap/grammar/bnf# 20150725 bridge http://purl.org/vocommons/bridge# 20150725 bsym http://bsym.bloomberg.com/sym/ 20150725 bv http://purl.org/vocommons/bv# 20150725 c9d http://purl.org/twc/vocab/conversion/ 20150725 caplibacl http://schemas.capita-libraries.co.uk/2015/acl/schema# 20150725 cart http://purl.org/net/cartCoord# 20150725 cbo http://comicmeta.org/cbo/ 20150725 ccrel http://creativecommons.org/ns# 20150725 cex http://purl.org/weso/computex/ontology# 20150725 cff http://purl.oclc.org/NET/ssnx/cf/cf-feature# 20150725 changeset http://purl.org/vocab/changeset/schema# 20150725 chembl http://rdf.ebi.ac.uk/terms/chembl# 20150725 cl http://advene.org/ns/cinelab/ 20150725 clirio http://clirio.kaerle.com/clirio.owl# 20150725 company http://intellimind.io/ns/company# 20150725 condition http://www.kinjal.com/condition: 20150725 cpant http://purl.org/NET/cpan-uri/terms# 20150725 cpsv http://purl.org/vocab/cpsv# 20150725 crmdig http://www.ics.forth.gr/isl/CRMext/CRMdig.rdfs/ 20150725 cv http://rdfs.org/resume-rdf/ 20150725 cwl https://w3id.org/cwl/cwl# 20150725 cwork http://www.bbc.co.uk/ontologies/creativework/ 20150725 d0 http://ontologydesignpatterns.org/ont/wikipedia/d0.owl# 20150725 d2d http://rdfns.org/d2d/ 20150725 dannet http://www.wordnet.dk/owl/instance/2009/03/instances/ 20150725 daq http://purl.org/eis/vocab/daq# 20150725 date http://contextus.net/ontology/ontomedia/misc/date# 20150725 dbcat http://dbpedia.org/resource/Category: 20150725 dblp http://dblp.uni-trier.de/rdf/schema-2015-01-26# 20150725 dcs http://ontologi.es/doap-changeset# 20150725 decision https://decision-ontology.googlecode.com/svn/trunk/decision.owl# 20150725 demlab http://www.demcare.eu/ontologies/demlab.owl# 20150725 deps http://ontologi.es/doap-deps# 20150725 dgfr http://colin.maudry.com/ontologies/dgfr# 20150725 dicera http://semweb.mmlab.be/ns/dicera# 20150725 dm2e http://onto.dm2e.eu/schemas/dm2e/ 20150725 doas http://deductions-software.com/ontologies/doas.owl.ttl# 20150725 dpc http://dpc.Data/ 20150725 ecc https://ns.eccenca.com/ 20150725 eccrev https://vocab.eccenca.com/revision/ 20150725 ecgl http://schema.geolink.org/ 20150725 ecglview http://schema.geolink.org/view/ 20150725 eclap http://www.eclap.eu/schema/eclap/ 20150725 edgarcik http://edgarwrap.ontologycentral.com/cik/ 20150725 emtr http://purl.org/NET/ssnext/electricmeters# 20150725 esaloj http://vocab.linkeddata.es/datosabiertos/def/turismo/alojamiento# 20150725 esapar http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/aparcamiento# 20150725 esco http://data.europa.eu/esco/model# 20150725 escom http://vocab.linkeddata.es/datosabiertos/def/comercio/tejidoComercial# 20150725 esdir http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/direccionPostal# 20150725 esequip http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/equipamiento# 20150725 espresup http://vocab.linkeddata.es/datosabiertos/def/hacienda/presupuestos# 20150725 essglobal http://purl.org/essglobal/vocab/v1.0/ 20150725 estrf http://vocab.linkeddata.es/datosabiertos/def/transporte/trafico# 20150725 ev http://www.w3.org/2001/xml-events/ 20150725 factbook http://wifo5-04.informatik.uni-mannheim.de/factbook/ns# 20150725 faldo http://biohackathon.org/resource/faldo# 20150725 faq http://www.openlinksw.com/ontology/faq# 20150725 fdbp http://fr.dbpedia.org/property/ 20150725 figigii http://www.omg.org/spec/FIGI/GlobalInstrumentIdentifiers/ 20150725 fluidops http://www.fluidops.com/ 20150725 galaksiya http://ontoloji.galaksiya.com/vocab/ 20150725 geojson http://ld.geojson.org/vocab# 20150725 gl http://schema.geolink.org/ 20150725 glview http://schema.geolink.org/dev/view/ 20150725 gml http://www.opengis.net/ont/gml# 20150725 gnd http://d-nb.info/gnd/ 20150725 gov http://gov.genealogy.net/ontology.owl# 20150725 gpml http://vocabularies.wikipathways.org/gpml# 20150725 gtfs http://vocab.gtfs.org/terms# 20150725 guo http://purl.org/hpi/guo# 20150725 ha http://sensormeasurement.appspot.com/ont/home/homeActivity# 20150725 hasneto http://jefferson.tw.rpi.edu/ontology/hasneto# 20150725 holding http://purl.org/ontology/holding# 20150725 hp http://pictogram.tokyo/vocabulary# 20150725 ic http://imi.ipa.go.jp/ns/core/210# 20150725 imind http://schema.intellimind.ns/symbology# 20150725 insdc http://ddbj.nig.ac.jp/ontologies/sequence# 20150725 isocat http://www.isocat.org/datcat/ 20150725 itcat http://th-brandenburg.de/ns/itcat# 20150725 jerm http://www.mygrid.org.uk/ontology/JERMOntology# 20150725 kegg http://bio2rdf.org/ns/kegg# 20150725 lawd http://lawd.info/ontology/ 20150725 lc http://semweb.mmlab.be/ns/linkedconnections# 20150725 lcdr http://ns.lucid-project.org/revision/ 20150725 lden http://www.linklion.org/lden/ 20150725 ldvm http://linked.opendata.cz/ontology/ldvm/ 20150725 lemon http://lemon-model.net/lemon# 20150725 lemonuby http://lemon-model.net/lexica/uby/ 20150725 lgd http://linkedgeodata.org/ontology/ 20150725 lindt http://purl.org/NET/lindt# 20150725 ljkl http://teste.com/ 20150725 ll http://lodlaundromat.org/resource/ 20150725 llm http://lodlaundromat.org/metrics/ontology/ 20150725 llo http://lodlaundromat.org/ontology/ 20150725 llont http://www.linklion.org/ontology# 20150725 lmx http://www.w3.org/XML/1998/namespace/ 20150725 lpeu http://purl.org/linkedpolitics/vocabulary/eu/plenary/ 20150725 ls http://linkedspending.aksw.org/instance/ 20150725 lsd http://linkedwidgets.org/statisticaldata/ontology/ 20150725 lso http://linkedspending.aksw.org/ontology/ 20150725 lsqv http://lsq.aksw.org/vocab# 20150725 luc http://www.ontotext.com/owlim/lucene# 20150725 lw http://linkedwidgets.org/ontologies/ 20150725 mbgd http://mbgd.genome.ad.jp/owl/mbgd.owl# 20150725 mexalgo http://mex.aksw.org/mex-algo# 20150725 mexcore http://mex.aksw.org/mex-core# 20150725 mexperf http://mex.aksw.org/mex-perf# 20150725 mexv http://mex.aksw.org/mex-algo# 20150725 mico http://www.mico-project.eu/ns/platform/1.0/schema# 20150725 minim http://purl.org/minim/minim# 20150725 mmd http://musicbrainz.org/ns/mmd-1.0# 20150725 mmf http://linkedmultimedia.org/sparql-mm/ns/1.0.0/function# 20150725 mtlo http://www.ics.forth.gr/isl/MarineTLO/v4/marinetlo.owl# 20150725 ncit http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl# 20150725 nerd http://nerd.eurecom.fr/ontology# 20150725 newsevents http://www.aifb.uni-karlsruhe.de/WBS/uhe/ontologies# 20150725 nex http://www.nexml.org/2009/ 20150725 nfo http://www.semanticdesktop.org/ontologies/2007/03/22/nfo# 20150725 npdv http://sws.ifi.uio.no/vocab/npd# 20150725 oae http://www.ics.forth.gr/isl/oae/core# 20150725 oboinowl http://www.geneontology.org/formats/oboInOwl# 20150725 odbc http://www.openlinksw.com/ontology/odbc# 20150725 odo http://ocean-data.org/schema/ 20150725 ofrd http://purl.org/opdm/refrigerator# 20150725 omn http://open-multinet.info/ontology/omn# 20150725 omnfed http://open-multinet.info/ontology/omn-federation# 20150725 omnlife http://open-multinet.info/ontology/omn-lifecycle# 20150725 onc http://www.ics.forth.gr/isl/oncm/core# 20150725 onto http://www.ontotext.com/ 20150725 opengov http://www.w3.org/opengov# 20150725 oplcb http://www.openlinksw.com/schemas/crunchbase# 20150725 oplcert http://www.openlinksw.com/schemas/cert# 20150725 oplecrm http://www.openlinksw.com/ontology/ecrm# 20150725 oplmkt http://www.openlinksw.com/ontology/market# 20150725 ops http://vocabularies.bridgedb.org/ops# 20150725 oss http://opendata.caceres.es/def/ontosemanasanta# 20150725 owsom https://onlinesocialmeasures.wordpress.com/ 20150725 oxi http://omerxi.com/ontologies/core.owl.ttl# 20150725 phdd http://rdf-vocabulary.ddialliance.org/phdd# 20150725 phil http://philosurfical.open.ac.uk/ontology/philosurfical.owl# 20150725 piero http://reactionontology.org/piero/ 20150725 pim http://www.w3.org/ns/pim/space# 20150725 pod https://project-open-data.cio.gov/v1.1/schema/# 20150725 quantity http://qudt.org/schema/quantity# 20150725 r4r http://guava.iis.sinica.edu.tw/r4r/ 20150725 ramon http://rdfdata.eionet.europa.eu/ramon/ontology/ 20150725 rda http://www.rdaregistry.info/ 20150725 rdabf http://rdaregistry.info/termList/bookFormat/ 20150725 rdabm http://rdaregistry.info/termList/RDABaseMaterial/ 20150725 rdacc http://rdaregistry.info/termList/RDAColourContent/ 20150725 rdacct http://rdaregistry.info/termList/collTitle/ 20150725 rdaco http://rdaregistry.info/termList/RDAContentType/ 20150725 rdact http://rdaregistry.info/termList/RDACarrierType/ 20150725 rdaemm http://rdaregistry.info/termList/emulsionMicro/ 20150725 rdafmn http://rdaregistry.info/termList/MusNotation/ 20150725 rdafnm http://rdaregistry.info/termList/FormNoteMus/ 20150725 rdafnv http://rdaregistry.info/termList/noteForm/ 20150725 rdafr http://rdaregistry.info/termList/frequency/ 20150725 rdafs http://rdaregistry.info/termList/fontSize/ 20150725 rdaftn http://rdaregistry.info/termList/TacNotation/ 20150725 rdagd http://rdaregistry.info/termList/gender/ 20150725 rdagrp http://rdaregistry.info/termList/groovePitch/ 20150725 rdagw http://rdaregistry.info/termList/grooveWidth/ 20150725 rdami http://rdaregistry.info/termList/modeIssue/ 20150725 rdamt http://rdaregistry.info/termList/RDAMediaType/ 20150725 rdapmt http://rdaregistry.info/termList/prodTactile/ 20150725 rdapo http://rdaregistry.info/termList/RDAPolarity/ 20150725 rdarm http://registry.info/termList/recMedium/ 20150725 rdarr http://rdaregistry.info/termList/RDAReductionRatio/ 20150725 rdasco http://rdaregistry.info/termList/soundCont/ 20150725 rdasoi http://rdaregistry.info/termList/statIdentification/ 20150725 rdatc http://rdaregistry.info/termList/trackConfig/ 20150725 rdatr http://rdaregistry.info/termList/typeRec/ 20150725 rdaz http://rdaregistry.info/Elements/z/ 20150725 religion http://rdf.muninn-project.org/ontologies/religion# 20150725 remetca http://www.purl.org/net/remetca# 20150725 rml http://semweb.mmlab.be/ns/rml# 20150725 rmo http://eatld.et.tu-dresden.de/rmo# 20150725 ro http://purl.org/wf4ever/ro# 20150725 rofch http://rdaregistry.info/termList/rofch/ 20150725 rofem http://rdaregistry.info/termList/rofem/ 20150725 rofer http://rdaregistry.info/termList/rofer/ 20150725 rofet http://rdaregistry.info/termList/rofet/ 20150725 rofhf http://rdaregistry.info/termList/rofhf/ 20150725 rofid http://rdaregistry.info/termList/rofid/ 20150725 rofim http://rdaregistry.info/termList/rofim/ 20150725 rofin http://rdaregistry.info/termList/rofin/ 20150725 rofit http://rdaregistry.info/termList/rofit/ 20150725 rofrm http://rdaregistry.info/termList/rofrm/ 20150725 rofrr http://rdaregistry.info/termList/rofrr/ 20150725 rofrt http://rdaregistry.info/termList/rofrt/ 20150725 rs http://spektrum.ctu.cz/ontologies/radio-spectrum# 20150725 rvdata http://data.rvdata.us/ 20150725 sakthi http://infotech.nitk.ac.in/research-scholars/sakthi-murugan-r/ 20150725 san http://www.irit.fr/recherches/MELODI/ontologies/SAN.owl# 20150725 saws http://purl.org/saws/ontology# 20150725 scot http://rdfs.org/scot/ns# 20150725 sdo http://schema.org/ 20150725 seas http://purl.org/NET/seas# 20150725 sh http://www.w3.org/ns/shacl# 20150725 shoah http://dati.cdec.it/lod/shoah/ 20150725 soc http://purl.org/net/hdlipcores/ontology/soc# 20150725 st http://semweb.mmlab.be/ns/stoptimes# 20150725 sw http://linkedwidgets.org/statisticalwidget/ontology/ 20150725 swcomp https://github.com/ali1k/ld-reactor/blob/master/vocabulary/index.ttl# 20150725 tadirah http://tadirah.dariah.eu/vocab/ 20150725 td5 http://td5.org/# 20150725 traffic http://www.sensormeasurement.appspot.com/ont/transport/traffic# 20150725 ubiq http://server.ubiqore.com/ubiq/core# 20150725 um http://intelleo.eu/ontologies/user-model/ns/ 20150725 uneskos http://purl.org/voc/uneskos# 20150725 vacseen1 http://www.semanticweb.org/parthasb/ontologies/2014/6/vacseen1/ 20150725 vag http://www.essepuntato.it/2013/10/vagueness/ 20150725 verb http://w3id.org/verb/ 20150725 vgo http://purl.org/net/VideoGameOntology# 20150725 vidont http://vidont.org/ 20150725 vstoi http://jefferson.tw.rpi.edu/ontology/vstoi# 20150725 wb http://data.worldbank.org/ 20150725 webservice http://www.openlinksw.com/ontology/webservices# 20150725 wn31 http://wordnet-rdf.princeton.edu/wn31/ 20150725 wno http://wordnet-rdf.princeton.edu/ontology# 20150725 wro http://purl.org/net/wf4ever/ro# 20150725 xcql http://docs.oasis-open.org/ns/search-ws/xcql# 20150725 xfn http://gmpg.org/xfn/11# 20150725 xlime http://xlime-project.org/vocab/ 20150725 xrd http://docs.oasis-open.org/ns/xri/xrd-1.0# 20150725 yo http://yovisto.com/ 20150725 RDF-NS-20150725/META.yml0000644000175000017500000000160612554764313012356 0ustar vojvoj--- abstract: 'Just use popular RDF namespace prefixes from prefix.cc' author: - 'Jakob Voß' build_requires: {} configure_requires: Module::Build::Tiny: '0.039' dynamic_config: 0 generated_by: 'Dist::Milla version v1.0.15, Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.142690' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: '1.4' name: RDF-NS no_index: directory: - t - xt - inc - share - eg - examples requires: File::ShareDir: '1.00' perl: v5.10.0 resources: bugtracker: https://github.com/nichtich/RDF-NS/issues homepage: https://github.com/nichtich/RDF-NS repository: https://github.com/nichtich/RDF-NS.git version: '20150725' x_contributors: - 'Andreas Koenig ' - 'Jakob Voss ' - 'Jakob Voss ' - 'Sergey Romanov ' RDF-NS-20150725/bin/0000775000175000017500000000000012554764313011654 5ustar vojvojRDF-NS-20150725/bin/rdfns0000755000175000017500000000317312554764313012720 0ustar vojvoj#!/usr/bin/env perl #ABSTRACT: look up common URI namespaces and prefixes #PODNAME: rdfns use strict; use App::rdfns; exit App::rdfns->new->run(@ARGV); =head1 SYNOPSIS # look up namespaces in several formats $ rdfns foaf.xmlns foaf.n3 dbpedia.sparql foaf.json # look up a prefixed URI $ rdfns rdfs:seeAlso # look up multiple URIs at a given version $ rdfns 20111102 foaf,owl.ttl # lookup preferred prefix $ rdfns http://www.w3.org/2003/01/geo/wgs84_pos# # create short name of an URL $ rdfns http://purl.org/dc/elements/1.1/title # map prefix to preferred prefix $ rdfns wgs.prefix # show all options and some examples $ rdfns --help # show version $ rdfns --version # list available dates $ rdfns --dates =head1 FORMATS =over =item ttl, n3, notation3 RDF/Turtle or Notation3 syntax: @prefix foaf: . =item sparql SPARQL syntax: PREFIX foaf: =item txt Tabulator-separated: foaf http://xmlns.com/foaf/0.1/ =item xmlns XML namespace declaration xmlns:foaf="http://xmlns.com/foaf/0.1/" =item json JSON key-values, for instance for JSON-LD. Multiple entries are comma-separated. "foaf": "http://xmlns.com/foaf/0.1/" =item beacon BEACON format syntax: #PREFIX: http://xmlns.com/foaf/0.1/ =item prefix Maps a prefix to its preferred form, this is the shortest and first in alphabetical order. For instance C returns prefix C. =back =encoding utf8 =head1 SEE ALSO This script is internally implemented in L, based on L. =cut RDF-NS-20150725/META.json0000644000175000017500000000305512554764313012526 0ustar vojvoj{ "abstract" : "Just use popular RDF namespace prefixes from prefix.cc", "author" : [ "Jakob Voß" ], "dynamic_config" : 0, "generated_by" : "Dist::Milla version v1.0.15, Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.142690", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", "version" : "2" }, "name" : "RDF-NS", "no_index" : { "directory" : [ "t", "xt", "inc", "share", "eg", "examples" ] }, "prereqs" : { "configure" : { "requires" : { "Module::Build::Tiny" : "0.039" } }, "develop" : { "requires" : { "Dist::Milla" : "v1.0.15", "Test::Pod" : "1.41" } }, "runtime" : { "requires" : { "File::ShareDir" : "1.00", "perl" : "v5.10.0" } } }, "release_status" : "stable", "resources" : { "bugtracker" : { "web" : "https://github.com/nichtich/RDF-NS/issues" }, "homepage" : "https://github.com/nichtich/RDF-NS", "repository" : { "type" : "git", "url" : "https://github.com/nichtich/RDF-NS.git", "web" : "https://github.com/nichtich/RDF-NS" } }, "version" : "20150725", "x_contributors" : [ "Andreas Koenig ", "Jakob Voss ", "Jakob Voss ", "Sergey Romanov " ] } RDF-NS-20150725/t/0000775000175000017500000000000012554764313011347 5ustar vojvojRDF-NS-20150725/t/release-pod-syntax.t0000644000175000017500000000045612554764313015263 0ustar vojvoj#!perl BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } # This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. use Test::More; use Test::Pod 1.41; all_pod_files_ok(); RDF-NS-20150725/t/compile.t0000644000175000017500000000011512554764313013157 0ustar vojvojuse strict; use warnings; use Test::More; use_ok('RDF::NS'); done_testing; RDF-NS-20150725/t/history.t0000644000175000017500000000127512554764313013240 0ustar vojvojuse strict; use warnings; use Test::More; use RDF::NS; my %counts = ( # excluding prefix 'uri' 20111028 => 698, 20111031 => 700, 20111102 => 701, 20111124 => 709, 20111208 => 716, 20120124 => 733, 20120426 => 780, 20120521 => 791, 20120827 => 830, ); while ( my ($date,$number) = each(%counts) ) { my $ns = RDF::NS->new($date); is $ns->COUNT, $number, "$number prefixes at $date"; } my $nfo1 = RDF::NS->new(20120125)->nfo; my $nfo2 = RDF::NS->new(at => '2012-04-27')->nfo; is $nfo1, 'http://www.semanticdesktop.org/ontologies/nfo/#', 'old prefix'; is $nfo2, 'http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#', 'prefix changed'; done_testing; RDF-NS-20150725/t/prefix.t0000644000175000017500000000231712554764313013032 0ustar vojvojuse strict; use warnings; use Test::More; use RDF::NS; my $rdfs = 'http://www.w3.org/2000/01/rdf-schema#'; my $dc = 'http://purl.org/dc/elements/1.1/'; my $ns = RDF::NS->new('20111028'); is $ns->PREFIX('http://www.w3.org/1999/02/22-rdf-syntax-ns#'), 'rdf', 'PREFIX'; is $ns->PREFIX('http://127.0.0.1/dev/null'), undef, 'not existing prefix'; is_deeply [ sort $ns->PREFIXES($dc) ], [qw(dc dc11)], 'PREFIXES has dc, dc11'; my $rev = $ns->REVERSE; is $rev->{$rdfs}, 'rdfs', 'reverse'; is $rev->{$dc}, 'dc', 'reverse'; is $rev->{'http://www.w3.org/2003/01/geo/wgs84_pos#'}, 'geo', 'reverse'; is $rev->qname($ns->rdfs_type), 'rdfs:type', 'qname (scalar context)'; is $rev->qname($ns->rdfs), 'rdfs:', 'qname (scalar context)'; $rev = RDF::SN->new('20140908'); is $rev->qname($ns->dc11), 'dc:', 'qname'; is $rev->qname_($ns->dc11), 'dc_', 'qname_'; is_deeply [ $rev->qname($ns->rdfs_type) ], [ 'rdfs','type' ], 'qname (scalar context)'; is_deeply [ $rev->qname($ns->dc) ], [ 'dc', '' ], 'qname (list context)'; is_deeply [ $rev->qname_($ns->dc) ], [ 'dc', '' ], 'qname_ (list context)'; # check deterministic reverse lookup is($ns->REVERSE->qname('http://www.w3.org/2001/XMLSchema#'), 'xs:', 'xs:') for 1..10; done_testing; RDF-NS-20150725/t/uris.t0000644000175000017500000000101512554764313012511 0ustar vojvojuse strict; use warnings; use Test::More; BEGIN { eval { require RDF::NS::URIS; require URI; 1; } or do { plan skip_all => "URI missing - skip tests of RDF::NS::URI"; } } my $NS = RDF::NS::URIS->new('20120829'); my $foaf = 'http://xmlns.com/foaf/0.1/'; my $person = $foaf."Person"; is $NS->foaf, URI->new($foaf); is $NS->foaf_Person, URI->new($person); is $NS->URI('foaf:Person'), URI->new($person); is $NS->foaf_Person->as_string, $person; done_testing; RDF-NS-20150725/t/trine.t0000644000175000017500000000236012554764313012654 0ustar vojvojuse strict; use warnings; use Test::More; use version; my $trine_version = eval { require RDF::Trine; } ? version->parse($RDF::Trine::VERSION) : 0; if ( $trine_version < version->parse('0.140') or $@ ) { diag("RDF::Trine missing: $trine_version - skip tests of RDF::NS::Trine"); ok(1, "skip tests"); done_testing; exit 0; } use_ok 'RDF::NS::Trine'; my $ns = RDF::NS::Trine->new('20111028'); # should return resources my $trine = 'RDF::Trine::Node::Resource'; isa_ok $ns->rdf, $trine; isa_ok $ns->rdf_type, $trine; isa_ok $ns->URI('rdf:type'), $trine; # this should never change my $rdf = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'; my $rdfs = 'http://www.w3.org/2000/01/rdf-schema#'; # should still return strings is $ns->SPARQL('rdf'), "PREFIX rdf: <$rdf>", 'SPARQL("rdf")'; is $ns->TTL('rdfs'), "\@prefix rdfs: <$rdfs> .", 'TTL("rdfs")'; is $ns->XMLNS('rdfs'), "xmlns:rdfs=\"$rdfs\"", 'XMLNS("rdfs")'; # blank nodes my $b = $ns->URI('_:xy'); isa_ok $b, 'RDF::Trine::Node::Blank'; is $b->blank_identifier, 'xy', 'blank node'; $b = $ns->_abc; is $b->blank_identifier, 'abc', 'blank node'; isa_ok $ns->URI('_:'), 'RDF::Trine::Node::Blank'; isa_ok $ns->URI('_'), 'RDF::Trine::Node::Blank'; isa_ok $ns->_, 'RDF::Trine::Node::Blank'; done_testing; RDF-NS-20150725/t/rdfns.t0000644000175000017500000000213712554764313012651 0ustar vojvojuse strict; use warnings; use Test::More; use App::rdfns; sub test_run { my ($argv, $expect, $msg) = @_; my $out; local *STDOUT; open STDOUT, '>', \$out; App::rdfns->new->run(@$argv); close STDOUT; is $out, (@$expect ? join("\n", @$expect, '') : undef), $msg; } test_run ["geo"] => ['http://www.w3.org/2003/01/geo/wgs84_pos#'], "look up URI"; test_run ['wgs.prefix'] => ["geo"], "normalize prefix"; test_run ['xsd,foaf.json'] => ['"foaf": "http://xmlns.com/foaf/0.1/", "xsd": "http://www.w3.org/2001/XMLSchema#"'], "JSON (multiple prefixes)"; test_run ['http://www.w3.org/2003/01/geo/wgs84_pos#'] => ["geo"], "look up prefix of a namespace"; test_run ['http://notanamespace.foo/'] => [], "unknown namespace"; test_run ['http://purl.org/dc/elements/1.1/title'] => ["dc:title"], "qname"; test_run ['http://purl.org/dc/elements/1.1/:'] => [], "invalid local name"; test_run ['20140901','dblp','20140831','dblp'] => [ "http://dblp.l3s.de/d2r/page/authors/\n". "http://www4.wiwiss.fu-berlin.de/dblp/terms.rdf#" ], "select version"; done_testing; RDF-NS-20150725/t/namespaces.t0000644000175000017500000000475112554764313013660 0ustar vojvojuse strict; use warnings; use Test::More; use RDF::NS; # this should never change my $rdf = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'; my $rdfs = 'http://www.w3.org/2000/01/rdf-schema#'; my $cur = RDF::NS->new; is $cur->rdf, $rdf, 'rdf: namespace not changed'; $cur = RDF::NS->new('any'); is $cur->rdfs, $rdfs, 'rdfs: namespace not changed'; # get some prefixed URIs my $ns = RDF::NS->new('20111028'); is $ns->rdf, $rdf, '$ns->rdf'; is $ns->rdf_, $rdf, '$ns->rdf_'; is $ns->rdf_type, $rdf.'type', '$ns->rdf_type'; is $ns->rdf_type('x'), $rdf.'type', '$ns->rdf_type'; is $ns->rdf('f-o'), $rdf."f-o", '$ns->rdf("f-o")'; is $ns->rdf(0), $rdf."0", '$ns->rdf("0")'; is $ns->URI("rdf:type"), $rdf.'type', '$ns->URI("rdf:type")'; is $ns->URI("rdf_type"), $rdf.'type', '$ns->URI("rdf_type")'; is $ns->URI(""), "rdf:type", '$ns->URI("")'; # scalar context is $ns->SPARQL('rdf'), "PREFIX rdf: <$rdf>", 'SPARQL("rdf")'; is $ns->TTL('rdfs'), "\@prefix rdfs: <$rdfs> .", 'TTL("rdfs")'; # order is relevant is $ns->XMLNS('rdfs,rdf'), "xmlns:rdfs=\"$rdfs\"", 'order ok'; is $ns->XMLNS('rdf,rdfs'), "xmlns:rdf=\"$rdf\"", 'order ok'; my %formats = ( SPARQL => ["PREFIX rdf: <$rdf>","PREFIX rdfs: <$rdfs>"], TTL => ["\@prefix rdf: <$rdf> .","\@prefix rdfs: <$rdfs> ."], XMLNS => ["xmlns:rdf=\"$rdf\"","xmlns:rdfs=\"$rdfs\""], TXT => ["rdf\t$rdf","rdfs\t$rdfs"], BEACON => ["#PREFIX: $rdf","#PREFIX: $rdfs"], "" => [$rdf,$rdfs], ); # list context my @args = (['rdfs','rdf'],['rdf|rdfs'],['rdf,xxxxxx','rdfs'],['rdfs rdf']); foreach my $format (keys %formats) { foreach (@args) { my @list = $format ? $ns->$format(@$_) : $ns->FORMAT( $format, @$_ ); is_deeply \@list, $formats{$format}, "$format(...)"; } } my %s = $ns->SELECT('rdfs,xx','rdf'); is_deeply \%s, { rdfs => $rdfs, rdf => $rdf }, 'SELECT (list)'; my $first = $ns->SELECT('xxxxx,,rdf'); is $first, $rdf, 'SELECT (scalar)'; # edge case $ns->{''} = "http://example.org/"; is $ns->URI(":foo"), "http://example.org/foo", "empty prefix allowed"; $ns = bless( { 'x' => 'http://example.org/' }, 'RDF::NS'); is $ns->x_alice, "http://example.org/alice", "blessed alone, one-letter prefix"; # blanks is $ns->_abc, undef; is $ns->_, undef; is $ns->URI('_:xy'), undef; is $ns->URI('_:'), undef; is $ns->URI('_'), undef; # constructor $ns = RDF::NS->new({ x => 'http://example.org/', _ => 'http://exampel.com/' }); is_deeply $ns, { x => 'http://example.org/' }, 'hash constructor'; done_testing; RDF-NS-20150725/Changes0000644000175000017500000002203512554764313012377 0ustar vojvoj20150725 2015-0725 (1643 prefixes) - added: affymetrix airs aktivesa amsl as bag beth bfo bgcat bgdbp bgdbr bgn bibrm bmo bn bner bnf bridge bsym bv c9d caplibacl cart cbo ccrel cff changeset chembl cl clirio company condition cpant cpsv crmdig cwl cwork d0 d2d dannet daq date dbcat dcs decision demlab deps dgfr dicera dm2e doas dpc ecc eccrev ecgl ecglview eclap edgarcik emtr esaloj esapar esco escom esdir esequip espresup essglobal estrf ev faldo faq fdbp figigii fluidops galaksiya geojson gl glview gov gpml gtfs guo ha hasneto holding hp ic imind insdc isocat itcat jerm kegg lawd lc lcdr lden ldvm lemonuby lindt ljkl ll llm llo llont lmx lpeu ls lsd lso lsqv luc lw mbgd mexalgo mexcore mexperf mexv mico minim mmd mmf mtlo ncit nerd newsevents nex npdv oae oboinowl odbc odo ofrd omnfed omnlife onc onto opengov oplcb oplcert oplecrm oplmkt ops oss owsom oxi phdd piero pim pod quantity r4r ramon rdabf rdabm rdacc rdacct rdaco rdact rdaemm rdafmn rdafnm rdafnv rdafr rdafs rdaftn rdagd rdagrp rdagw rdami rdamt rdapmt rdapo rdarm rdarr rdasco rdasoi rdatc rdatr rdaz religion remetca rml rmo rofch rofem rofer rofet rofhf rofid rofim rofin rofit rofrm rofrr rofrt rs rvdata sakthi san saws seas sh shoah soc st sw swcomp tadirah td5 traffic ubiq um uneskos vacseen1 vag verb vidont vstoi wb webservice wn31 wno wro xcql xlime xrd yo - changed: biopax blt cex cv dblp factbook gml gnd lemon lgd nfo omn phil rda ro scot sdo vgo xfn - list available dates with rdfns --dates (close #15) 20140910 2014-0910 (1415 prefixes) - fixed deterministic short names 20140909 2014-099 (1415 prefixes) - added: opllic - improved test coverage (close #5) - support reverse lookup in rdfns (close #9) - test Perl 5.20 20140908 2014-098 (1414 prefixes) - added: abs article cdc opencyc smg - new module RDF::SN to abbreviate URIs 20140901 2014-091 (1409 prefixes) - added: aat accom acrt agrd agro app asgv aws babelnet basic bbccms bbccore bbcprov bco bevon bihap bis bk bwb call citof cjr cmd cmdi cmdm contsem csv dbpedia2 dbug dcoid defns delta diag dicom dn dogont dpd dq dsn ebucore ec ecrm employee erce esadm escjr estatwrap estrn eurlex evident ext fam fao fbgeo fcs fma form fp3 frb friends ftcontent gaf gcis geop geos geosparql geovoid gf gm gts gvp h2o hdo hlygt hr hydra ignf ilap imf irstea irsteaont iso isothes itm jp1 kai keys kml koly l2sp language lda ldr lexcz lexicon lexinfo lfov li lime limo ling lio lmf locah location locn lofv loted mammal maso mb metadata mm mmt msm mt my naval navm ndl nxs oad oan od odapps odrl odrs of oh oils olac olac11 olca om omdoc onisep ont ontosec onyx op openskos oplacl oplprod oplres origins oslo parl pattern pco physo pic pkm plo pnc pni pnt pproc provone psys purl pvcs qu rdaa rdac rdae rdag2 rdai rdam rdarel2 rdau rdaw rdl reegle roadmap rso ru ruto rvl sad sam sao sbench scip scoro security ses sf shex shw siocserv skos08 spcm spdx spfood sql sro sru stanford static stories swpm swrcfe tac tavprov taxon tddo tgn thors tm topo travel trig tw uis ulan un unspsc uri4uri va vext vgo videogame vin viso vmm voidext voidwh vra wfn whisky wi wiki wikim wikimedia wn30 xml xsi xslopm zr - changed: dblp dco dcq ecb fabio govwild http lemon marl mf muni nyt sdo sparql ssn 20131205 2013-125 (1170 prefixes) - added: bbc bibframe bm emoca emotion limoo mged mocanal muldicat nidm paia pubmed service tr - changed: ro sdo 20131115 2013-1115 (1156 prefixes) - added: amalgame camelot conf crv csm curr dbrc dbyago frad gq hxl mp ogbd olad ox pat pext qb4o refe swperson ub - changed: dso frsad gnd - documentation - add return value of method SET 20131002 2013-102 (1135 prefixes) - added: cdtype fincaselaw finlaw - new method SET to add/modify mappings 20130930 2013-0930 (1132 prefixes) - new rdfns command line argument --version - fix Changes creation via update.pl - fix Changes to comply w/CPAN::Changes::Spec 20130926 2013-09-26 (1132 prefixes) - fixed documentation - new format 'json' for JSON-LD 20130924 2013-09-24 (1132 prefixes) - added: alchemy archdesc cosmo cro dbpo dt frbrer frsad gndo icane ludo oj oliasystem orca saif sdmxa sdmxd stream tsioc twaapi wd who wikidata - changed: agrelon cnt co sdo yago - made REVERSE reproducible - improved command line client 20130816 2013-08-16 (1109 prefixes) - added: fea penis scms sdo wapp - improved update process - remove .bak files 20130812 2013-08-12 (1104 prefixes) - added: lldr up - changed: copyright 20130802 2013-08-02 (1102 prefixes) - added: algo bsb centrifuge cex cf cidoc crtv dbc dbnary dbpr dbt dctypes dis dvia ebu ecb ecpo exterms frapo geof geofla gfo hifm httpm iot itsrdf kbp l4lod laabs locwd mods namespaces nif nsl odcs oecd omn opmw oslc pam penn pkgsrc ple poste premis prolog qrl qvoc radion rdarole rdf123 reve rlno rlnr rlog roevo roterms sci sem site stac stats wf4ever wfm wfs wikterms wl won worldbank - changed: b2bo biocore cito dita dso lgd lv oa osr pr req ro voaf - fixed bug in test of RDF::NS::Trine (https://github.com/nichtich/RDF-NS/issues/4) - rdfns now emits plain URLs without format 20130402 2013-04-02 (1033 prefixes) - added: dcm gnvc occult pizza role - changed: w3po - fixed bug in PREFIXES caused by returning from an each-loop 20130327 2013-03-27 (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 20130208 2013-02-08 (914 prefixes) - added: adms aersv agg apivc arpfo asn atomrdf b2bo bd bing biopax bne bp bte cidoccrm daisy dce dco dcr disco dita dnb dsp dssn ekaw ens eseduc fd food fos gawd genea geocontext gsp gxa health hgnc icaltzd idemo igeo jjd kdo l4a laposte ldp lex lyou marshall md nxp oa oarj oax osn owltime particip person photoshop pingback prefix pronom qa qud rad rov ssso strdf tisc uco viaf visit w3po wn20 xmls - changed: cv geoes media metalex nfo prv xro 20120917 2012-09-17 (840 prefixes) - added: category ero interval 20120905 2012-09-05 (837 prefixes) - added: flow osmsemnet wfprov - new subclass RDF::NS::URIS to get URI objects 20120829 2012-08-29 (834 prefixes) - added: mpeg7 myprefix ngeoi okg 20120827 2012-08-27 (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 2012-05-21 (791 prefixes) - added: d2r efo enhancer fcm fise fl fls oboe pccz rdrel rec54 20120426 2012-04-26 (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 2012-01-24 (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 2011-12-08 (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 2011-11-24 (709 prefixes) - added: gnd grs htir infosys muto omapi prf webbox - changed: commerce - removed: uri - modified command line tool option syntax 20111102 2011-10-31 (702 prefixes) - added: vsw - new command line tool 'rdfns' 20111031 2011-10-31 (701 prefixes) - added: daiaserv vvo - first release at CPAN 20111028 2011-10-28 - first full-featured version RDF-NS-20150725/LICENSE0000644000175000017500000004367412554764313012125 0ustar vojvojThis software is copyright (c) 2013- by - by Jakob Voß.. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. Terms of the Perl programming language system itself a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" --- The GNU General Public License, Version 1, February 1989 --- This software is Copyright (c) 2013- by - by Jakob Voß.. This is free software, licensed under: The GNU General Public License, Version 1, February 1989 GNU GENERAL PUBLIC LICENSE Version 1, February 1989 Copyright (C) 1989 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The license agreements of most software companies try to keep users at the mercy of those companies. By contrast, our General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. The General Public License applies to the Free Software Foundation's software and to any other program whose authors commit to using it. You can use it for your programs, too. When we speak of free software, we are referring to freedom, not price. Specifically, the General Public License is designed to make sure that you have the freedom to give away or sell copies of free software, that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of a such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must tell them their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any work containing the Program or a portion of it, either verbatim or with modifications. Each licensee is addressed as "you". 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this General Public License and to the absence of any warranty; and give any other recipients of the Program a copy of this General Public License along with the Program. You may charge a fee for the physical act of transferring a copy. 2. You may modify your copy or copies of the Program or any portion of it, and copy and distribute such modifications under the terms of Paragraph 1 above, provided that you also do the following: a) cause the modified files to carry prominent notices stating that you changed the files and the date of any change; and b) cause the whole of any work that you distribute or publish, that in whole or in part contains the Program or any part thereof, either with or without modifications, to be licensed at no charge to all third parties under the terms of this General Public License (except that you may choose to grant warranty protection to some or all third parties, at your option). c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the simplest and most usual way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this General Public License. d) You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. Mere aggregation of another independent work with the Program (or its derivative) on a volume of a storage or distribution medium does not bring the other work under the scope of these terms. 3. You may copy and distribute the Program (or a portion or derivative of it, under Paragraph 2) in object code or executable form under the terms of Paragraphs 1 and 2 above provided that you also do one of the following: a) accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Paragraphs 1 and 2 above; or, b) accompany it with a written offer, valid for at least three years, to give any third party free (except for a nominal charge for the cost of distribution) a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Paragraphs 1 and 2 above; or, c) accompany it with the information you received as to where the corresponding source code may be obtained. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form alone.) Source code for a work means the preferred form of the work for making modifications to it. For an executable file, complete source code means all the source code for all modules it contains; but, as a special exception, it need not include source code for modules which are standard libraries that accompany the operating system on which the executable file runs, or for standard header files or definitions files that accompany that operating system. 4. You may not copy, modify, sublicense, distribute or transfer the Program except as expressly provided under this General Public License. Any attempt otherwise to copy, modify, sublicense, distribute or transfer the Program is void, and will automatically terminate your rights to use the Program under this License. However, parties who have received copies, or rights to use copies, from you under this General Public License will not have their licenses terminated so long as such parties remain in full compliance. 5. By copying, distributing or modifying the Program (or any work based on the Program) you indicate your acceptance of this license to do so, and all its terms and conditions. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. 7. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of the license which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the license, you may choose any version ever published by the Free Software Foundation. 8. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS Appendix: How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to humanity, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) 19yy This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) 19xx name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (a program to direct compilers to make passes at assemblers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice That's all there is to it! --- The Artistic License 1.0 --- This software is Copyright (c) 2013- by - by Jakob Voß.. This is free software, licensed under: The Artistic License 1.0 The Artistic License Preamble The intent of this document is to state the conditions under which a Package may be copied, such that the Copyright Holder maintains some semblance of artistic control over the development of the package, while giving the users of the package the right to use and distribute the Package in a more-or-less customary fashion, plus the right to make reasonable modifications. Definitions: - "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through textual modification. - "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright Holder. - "Copyright Holder" is whoever is named in the copyright or copyrights for the package. - "You" is you, if you're thinking about copying or distributing this Package. - "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the computing community at large as a market that must bear the fee.) - "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. 2. You may apply bug fixes, portability fixes and other modifications derived from the Public Domain or from the Copyright Holder. A Package modified in such a way shall still be considered the Standard Version. 3. You may otherwise modify your copy of this Package in any way, provided that you insert a prominent notice in each changed file stating how and when you changed that file, and provided that you do at least ONE of the following: a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or placing the modifications on a major archive site such as ftp.uu.net, or by allowing the Copyright Holder to include your modifications in the Standard Version of the Package. b) use the modified Package only within your corporation or organization. c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided, and provide a separate manual page for each non-standard executable that clearly documents how it differs from the Standard Version. d) make other distribution arrangements with the Copyright Holder. 4. You may distribute the programs of this Package in object code or executable form, provided that you do at least ONE of the following: a) distribute a Standard Version of the executables and library files, together with instructions (in the manual page or equivalent) on where to get the Standard Version. b) accompany the distribution with the machine-readable source of the Package with your modifications. c) accompany any non-standard executables with their corresponding Standard Version executables, giving the non-standard executables non-standard names, and clearly documenting the differences in manual pages (or equivalent), together with instructions on where to get the Standard Version. d) make other distribution arrangements with the Copyright Holder. 5. You may charge a reasonable copying fee for any distribution of this Package. You may charge any fee you choose for support of this Package. You may not charge a fee for this Package itself. However, you may distribute this Package in aggregate with other (possibly commercial) programs as part of a larger (possibly commercial) software distribution provided that you do not advertise this Package as a product of your own. 6. The scripts and library files supplied as input to or produced as output from the programs of this Package do not automatically fall under the copyright of this Package, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this Package. 7. C or perl subroutines supplied by you and linked into this Package shall not be considered part of this Package. 8. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission. 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End RDF-NS-20150725/Build.PL0000644000175000017500000000025312554764313012376 0ustar vojvoj# This Build.PL for RDF-NS was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.010. use strict; use warnings; use v5.10.0; use Module::Build::Tiny 0.039; Build_PL(); RDF-NS-20150725/lib/0000775000175000017500000000000012554764313011652 5ustar vojvojRDF-NS-20150725/lib/App/0000775000175000017500000000000012554764313012372 5ustar vojvojRDF-NS-20150725/lib/App/rdfns.pm0000755000175000017500000000511212554764313014044 0ustar vojvojpackage App::rdfns; use v5.10; use strict; use warnings; use RDF::NS; our $VERSION = '20150725'; sub new { bless {}, shift; } sub run { my ($self, @ARGV) = @_; my $format = ''; return $self->usage if !@ARGV or $ARGV[0] =~ /^(-[?h]|--help)$/; return $self->version if $ARGV[0] =~ /^(-v|--version)$/; return $self->dates if $ARGV[0] eq '--dates'; my $ns = RDF::NS->new; my $sn = $ns->REVERSE; foreach my $a (@ARGV) { if ( $a =~ /^([0-9]{8})$/ ) { $ns = RDF::NS->new($a); $sn = $ns->REVERSE; next; } if ( $a =~ qr{^https?://} ) { my $qname = $sn->qname($a); if ($qname) { $qname =~ s/:$//; say $qname; } } elsif ( $a =~ /:/ ) { print map { $ns->URI($_)."\n" } split(/[|, ]+/, $a); } elsif ( $a =~ s/\.([^.]+)$// ) { my $f = $1; if ( $f eq 'prefix' ) { print map { "$_\n" if defined $_ } map { $sn->{$_} } $ns->FORMAT( $format, $a ); next; } elsif ( $f =~ $RDF::NS::FORMATS ) { $format = $f; } else { print STDERR "Unknown format: $f\n"; } } if ( lc($format) eq 'json' ) { say join ",\n", $ns->FORMAT( $format, $a ); } else { say $_ for $ns->FORMAT( $format, $a ); } } } sub usage { print <<'USAGE'; USAGE: rdfns { [YYYYMMDD] ( [.format] | prefix:name | URL ) }+ formats: txt, sparql, ttl, n3, xmlns, json, beacon, prefix options: --help | --version | --dates examples: rdfns 20111102 foaf,owl.ttl rdfns foaf.xmlns foaf.n3 rdfns rdfs:seeAlso rdfns http://www.w3.org/2003/01/geo/wgs84_pos# rdfns http://purl.org/dc/elements/1.1/title rdfns wgs.prefix USAGE 0; } sub version { print $RDF::NS::VERSION . "\n"; 0; } sub dates { my $fh = RDF::NS->new->DATA; my $date = ''; foreach (<$fh>) { chomp; next if /^#/; my @fields = split "\t", $_; if ($fields[2] ne $date) { say $date=$fields[2]; } } 0; } 1; __END__ =head1 NAME App::rdfns - quickly get common URI namespaces =head1 SEE ALSO This module implements the command line client L. =encoding utf8 =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2013- by Jakob Voß. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut RDF-NS-20150725/lib/RDF/0000775000175000017500000000000012554764313012265 5ustar vojvojRDF-NS-20150725/lib/RDF/NS.pm0000644000175000017500000003116212554764313013144 0ustar vojvojpackage RDF::NS; use v5.10; use strict; use warnings; our $VERSION = '20150725'; use Scalar::Util qw(blessed reftype); use File::ShareDir; use Carp; use RDF::SN; our $AUTOLOAD; our $FORMATS = qr/ttl|n(otation)?3|sparql|xmlns|txt|beacon|json/; our $DATE_REGEXP = qr/^([0-9]{4})-?([0-9][0-9])-?([0-9][0-9])$/; sub new { my $class = ref($_[0]) ? ref(shift) : shift; my $from = @_ % 2 ? shift : 1; my %options = @_; my $at = $options{at} || 'any'; my $warn = $options{'warn'}; $from = $options{from} if exists $options{from}; $from = 'any' if !$from or $from eq 1; if ((ref($from) || '') eq 'HASH') { my $self = bless $from, $class; foreach my $prefix (keys %$self) { unless( $self->SET( $prefix => $self->{$prefix}, $warn ) ) { delete $self->{$prefix}; } } return $self; } if ( $from =~ $DATE_REGEXP ) { $at = "$1$2$3"; $from = 'any'; } elsif( $at =~ $DATE_REGEXP ) { $at = "$1$2$3"; } elsif ( $at !~ 'any' ) { croak "RDF::NS expects 'any', '1' or a date as YYYY-MM-DD"; } my $self = bless { }, $class; my $fh = $self->DATA($from); foreach (<$fh>) { chomp; next if /^#/; my ($prefix, $namespace, $date) = split "\t", $_; last if $date and $at ne 'any' and $date > $at; $self->SET( $prefix => $namespace, $warn ); } close($fh); $self; } sub DATA { # TODO: document my ($self, $from) = @_; $from = File::ShareDir::dist_file('RDF-NS', "prefix.cc" ) if ($from // 'any') eq 'any'; croak "prefix file or date not found: $from" unless -f $from; open (my $fh, '<', $from) or croak "failed to open $from"; $fh; } sub SET { my ($self, $prefix, $namespace, $warn) = @_; if ( $prefix =~ /^(isa|can|new|uri)$/ ) { carp "Cannot support prefix '$prefix'" if $warn; } elsif ( $prefix =~ /^[a-z][a-z0-9]*$/ ) { if ( $namespace =~ /^[a-z][a-z0-9]*:[^"<>]*$/ ) { $self->{$prefix} = $namespace; return 1; } elsif( $warn ) { carp "Skipping invalid $prefix namespace $namespace"; } } elsif ( $warn ) { carp "Skipping unusual prefix '$prefix'"; } return; } *LOAD = *new; sub COUNT { scalar keys %{$_[0]}; } sub FORMAT { my $self = shift; my $format = shift || ""; $format = 'TTL' if $format =~ /^n(otation)?3$/i; if (lc($format) =~ $FORMATS) { $format = uc($format); $self->$format( @_ ); } elsif ($format eq "") { $self->MAP( sub { $self->{$_} } , @_ ); } } sub PREFIX { my ($self, $uri) = @_; foreach my $prefix ( keys %$self ) { return $prefix if $uri eq $self->{$prefix}; } return; } sub PREFIXES { my ($self, $uri) = @_; my @prefixes; while ( my ($prefix, $namespace) = each %$self ) { push @prefixes, $prefix if $uri eq $namespace; } return @prefixes; } sub REVERSE { RDF::SN->new($_[0]); } sub TTL { my $self = shift; $self->MAP( sub { "\@prefix $_: <".$self->{$_}."> ." } , @_ ); } sub SPARQL { my $self = shift; $self->MAP( sub { "PREFIX $_: <".$self->{$_}.">" } , @_ ); } sub XMLNS { my $self = shift; $self->MAP( sub { "xmlns:$_=\"".$self->{$_}."\"" } , @_ ); } sub TXT { my $self = shift; $self->MAP( sub { "$_\t".$self->{$_} } , @_ ); } sub JSON { my $self = shift; $self->MAP( sub { "\"$_\": \"".$self->{$_}."\"" } , @_ ); } sub BEACON { my $self = shift; $self->MAP( sub { "#PREFIX: ".$self->{$_} } , @_ ); } sub SELECT { my $self = shift; $self->MAP( sub { $_ => $self->{$_} } , @_ ); } # functional programming rulez! sub MAP { my $self = shift; my $code = shift; my @ns = @_ ? (grep { $self->{$_} } map { split /[|, ]+/ } @_) : keys %$self; if (wantarray) { return map { $code->() } sort @ns; } else { local $_ = $ns[0]; return $code->(); } } sub GET { $_[1]; } sub BLANK { } *URI = *uri; sub uri { my $self = shift; return $1 if $_[0] =~ /^<([a-zA-Z][a-zA-Z+.-]*:.+)>$/; return $self->BLANK($_[0]) if $_[0] =~ /^_(:.*)?$/; return unless shift =~ /^([a-z][a-z0-9]*)?([:_]([^:]+))?$/; my $ns = $self->{ defined $1 ? $1 : '' }; return unless defined $ns; return $self->GET($ns) unless $3; return $self->GET($ns.$3); } sub AUTOLOAD { my $self = shift; return unless $AUTOLOAD =~ /^.*::([a-z][a-z0-9]*)?(_([^:]+)?)?$/; return $self->BLANK( defined $3 ? "_:$3" : '_' ) unless $1; my $ns = $self->{$1} or return; my $local = defined $3 ? $3 : shift; return $self->GET($ns) unless defined $local; return $self->GET($ns.$local); } sub UPDATE { my ($self, $file, $date) = @_; croak "RDF::NS expects a date as YYYY-MM-DD" unless $date and $date =~ $DATE_REGEXP; $date = "$1$2$3"; my $old = RDF::NS->new($file); my (@create,@update,@delete); open (my $fh, '>>', $file) or croak "failed to open $file"; my @lines; while( my ($prefix,$namespace) = each %$self ) { if (!exists $old->{$prefix}) { push @create, $prefix; } elsif ( $old->{$prefix} ne $namespace ) { push @update, $prefix; } else { next; } push @lines, "$prefix\t$namespace"; } while( my ($prefix,$namespace) = each %$old ) { if (!exists $self->{$prefix}) { push @delete, $prefix; } } print $fh "$_\t$date\n" for sort @lines; close $fh; return { create => [ sort @create ], update => [ sort @update ], delete => [ sort @delete ], }; } 1; __END__ =head1 NAME RDF::NS - Just use popular RDF namespace prefixes from prefix.cc =begin markdown # STATUS [![Build Status](https://travis-ci.org/nichtich/RDF-NS.png)](https://travis-ci.org/nichtich/RDF-NS) [![Coverage Status](https://coveralls.io/repos/nichtich/RDF-NS/badge.svg?branch=master)](https://coveralls.io/r/nichtich/RDF-NS?branch=master) [![Kwalitee Score](http://cpants.cpanauthors.org/dist/RDF-NS.png)](http://cpants.cpanauthors.org/dist/RDF-NS) =end markdown =head1 SYNOPSIS use RDF::NS '20150725'; # check at compile time my $ns = RDF::NS->new('20150725'); # check at runtime $ns->foaf; # http://xmlns.com/foaf/0.1/ $ns->foaf_Person; # http://xmlns.com/foaf/0.1/Person $ns->foaf('Person'); # http://xmlns.com/foaf/0.1/Person $ns->uri('foaf:Person'); # http://xmlns.com/foaf/0.1/Person use RDF::NS; # get rid if typing '$' by defining a constant use constant NS => RDF::NS->new('20111208'); NS->foaf_Person; # http://xmlns.com/foaf/0.1/Person $ns->SPAQRL('foaf'); # PREFIX foaf: $ns->TTL('foaf'); # @prefix foaf: . $ns->XMLNS('foaf'); # xmlns:foaf="http://xmlns.com/foaf/0.1/" # load your own mapping from a file $ns = RDF::NS->new("mapping.txt"); # select particular mappings %map = $ns->SELECT('rdf,dc,foaf'); $uri = $ns->SELECT('foo|bar|doz'); # returns first existing namespace # instances of RDF::NS are just blessed hash references $ns->{'foaf'}; # http://xmlns.com/foaf/0.1/ bless { foaf => 'http://xmlns.com/foaf/0.1/' }, 'RDF::NS'; print (scalar keys %$ns) . "prefixes\n"; $ns->COUNT; # also returns the number of prefixes =head1 DESCRIPTION Hardcoding URI namespaces and prefixes for RDF applications is neither fun nor maintainable. In the end we all use more or less the same prefix definitions, as collected at L. This module includes all these prefixes as defined at specific snapshots in time. These snapshots correspond to version numbers of this module. By selecting particular versions, you make sure that changes at prefix.cc won't affect your programs. The command line client L is installed automatically with this module: $ rdfns rdf,foaf.ttl @prefix foaf: . @prefix rdf: . This module does not require L, which is recommended nevertheless. (at least version 0.140). If you prefer RDF::NS to return instances of L instead of plain strings, use L. L is a similar module that returns instances of L. The code repository of this module contains an L to download the current prefix-namespace mappings from L. =head1 GENERAL METHODS In most cases you only need the following lowercase methods. =head2 new ( [ $file_or_date ] [ %options ] ) Create a new namespace mapping from a selected file, date, or hash reference. The special string C<"any"> or the value C<1> can be used to get the newest mapping, but you should better select a specific version, as mappings can change, violating backwards compatibility. Supported options include C to enable warnings and C to specify a date. =head2 "I" Returns the namespace for I if namespace prefix is defined. For instance C<< $ns->foaf >> returns C. =head2 "I" Returns the namespace plus local name, if namespace prefix is defined. For instance C<< $ns->foaf_Person >> returns C. =head2 uri ( $short | "<$URI>" ) Expand a prefixed URI, such as C or C. Alternatively you can expand prefixed URIs with method calls, such as C<< $ns->foaf_Person >>. If you pass an URI wrapped in C> and C>, it will not be expanded but returned as given. =head1 SERIALIZATION METHODS =head2 TTL ( prefix[es] ) Returns a Turtle/Notation3 C<@prefix> definition or a list of such definitions in list context. Prefixes can be passed as single arguments or separated by commas, vertical bars, and spaces. =head2 SPARQL ( prefix[es] ) Returns a SPARQL PREFIX definition or a list of such definitions in list context. Prefixes can be passed as single arguments or separated by commas, vertical bars, and spaces. =head2 XMLNS ( prefix[es] ) Returns an XML namespace declaration or a list of such declarations in list context. Prefixes can be passed as single arguments or separated by commas, vertical bars, and spaces. =head2 TXT ( prefix[es] ) Returns a list of tabular-separated prefix-namespace-mappings. =head2 BEACON ( prefix[es] ) Returns a list of BEACON format prefix definitions (not including prefixes). =head1 LOOKUP METHODS =head2 PREFIX ( $uri ) Get a prefix of a namespace URI, if it is defined. This method does a reverse lookup which is less performant than the other direction. If multiple prefixes are defined, it is not determinstic which one is returned! If you need to call this method frequently and with deterministic response, better create a reverse hash (method REVERSE). =head2 PREFIXES ( $uri ) Get all known prefixes of a namespace URI. =head2 REVERSE Calling C<< $ns->REVERSE >> is equal to C<< RDF::SN->new($ns) >>. See L for details. =head2 SELECT ( prefix[es] ) In list context, returns a sorted list of prefix-namespace pairs, which can be used to assign to a hash. In scalar context, returns the namespace of the first prefix that was found. Prefixes can be passed as single arguments or separated by commas, vertical bars, and spaces. =head1 INTERNAL METHODS =head2 SET ( $prefix => $namespaces [, $warn ] ) Set or add a namespace mapping. Errors are ignored unless enabled as warnings with the third argument. Returns true if the mapping was successfully added. =head2 MAP ( $code [, prefix[es] ] ) Internally used to map particular or all prefixes. Prefixes can be selected as single arguments or separated by commas, vertical bars, and spaces. In scalar context, C<$_> is set to the first existing prefix (if found) and C<$code> is called. In list context, found prefixes are sorted at mapped with C<$code>. =head2 GET ( $uri ) This method is used internally to create URIs as return value of the URI method and all lowercase shortcut methods, such as C. By default it just returns C<$uri> unmodified. =head1 SEE ALSO There are several other CPAN modules to deal with IRI namespaces, for instance L, L, L, L, L, L, L, L, L etc. =encoding utf8 =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2013- by Jakob Voß. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut RDF-NS-20150725/lib/RDF/NS/0000775000175000017500000000000012554764313012605 5ustar vojvojRDF-NS-20150725/lib/RDF/NS/Trine.pm0000644000175000017500000000275012554764313014226 0ustar vojvojpackage RDF::NS::Trine; use v5.10; use strict; use warnings; our $VERSION = '20150725'; use RDF::Trine::Node::Resource; use RDF::Trine::Node::Blank; use base 'RDF::NS'; sub GET { RDF::Trine::Node::Resource->new($_[1]); } sub BLANK { my $id = ($_[1] =~ /^_(:(.+))$/ ? $2 : undef); return RDF::Trine::Node::Blank->new( $id ); } 1; __END__ =head1 NAME RDF::NS::Trine - Popular RDF namespace prefixes from prefix.cc as RDF::Trine nodes =head1 SYNOPSIS use RDF::NS::Trine; use constant NS => RDF::NS::Trine->new('20150725'); NS->foaf_Person; # iri('http://xmlns.com/foaf/0.1/Person') NS->uri('foaf:Person); # same RDF::Trine::Node::Resource NS->foaf_Person->uri; # http://xmlns.com/foaf/0.1/Person NS->_; # RDF::Trine::Node::Blank NS->_abc; # blank node with id 'abc' NS->uri('_:abc'); # same =head1 DESCRIPTION RDF::NS::Trine works like L but it returns instances of L (or L) instead of strings. Before using this module, make sure to install L, which is not installed automatically together with L! =head1 ADDITIONAL METHODS =head2 BLANK ( [ $short ] ) Returns a new L. =encoding utf8 =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2013- by Jakob Voß. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut RDF-NS-20150725/lib/RDF/NS/URIS.pm0000644000175000017500000000167612554764313013735 0ustar vojvojpackage RDF::NS::URIS; use v5.10; use strict; use warnings; our $VERSION = '20150725'; use URI; use base 'RDF::NS'; sub GET { URI->new($_[1]); } 1; __END__ =head1 NAME 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('20150725'); NS->foaf_Person; # an URI object NS->uri('foaf:Person); # same NS->foaf_Person->as_string; # http://xmlns.com/foaf/0.1/Person =head1 DESCRIPTION RDF::NS::URIS works like L but it returns instances of L instead of plain strings. You must have installed module L to use this package. =head1 SEE ALSO L =encoding utf8 =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2013- by Jakob Voß. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut RDF-NS-20150725/lib/RDF/SN.pm0000644000175000017500000000530512554764313013144 0ustar vojvojpackage RDF::SN; use v5.10; use strict; use warnings; our $VERSION = '20150725'; use RDF::NS; use Scalar::Util qw(blessed); sub new { my ($class, $ns) = @_; unless (blessed $ns) { $ns = $ns ? RDF::NS->new($ns) : RDF::NS->new; } my $self = bless { }, $class; while ( my ($prefix, $namespace) = each %$ns ) { my $has = $self->{$namespace}; if (!$has || (length($has) > length($prefix)) || (length($has) == length($prefix) and $has ge $prefix) ) { $self->{$namespace} = $prefix; } } $self; } sub qname { my ($self, $uri) = @_; if ($self->{$uri}) { return wantarray ? ($self->{$uri}, '') : $self->{$uri}.':'; } # regexpes copied from RDF::Trine::Node::Resource our $r_PN_CHARS_BASE ||= qr/([A-Z]|[a-z]|[\x{00C0}-\x{00D6}]|[\x{00D8}-\x{00F6}]|[\x{00F8}-\x{02FF}]|[\x{0370}-\x{037D}]|[\x{037F}-\x{1FFF}]|[\x{200C}-\x{200D}]|[\x{2070}-\x{218F}]|[\x{2C00}-\x{2FEF}]|[\x{3001}-\x{D7FF}]|[\x{F900}-\x{FDCF}]|[\x{FDF0}-\x{FFFD}]|[\x{10000}-\x{EFFFF}])/; our $r_PN_CHARS_U ||= qr/(_|${r_PN_CHARS_BASE})/; our $r_PN_CHARS ||= qr/${r_PN_CHARS_U}|-|[0-9]|\x{00B7}|[\x{0300}-\x{036F}]|[\x{203F}-\x{2040}]/; our $r_PN_LOCAL ||= qr/((${r_PN_CHARS_U})((${r_PN_CHARS}|[.])*${r_PN_CHARS})?)/; if ($uri =~ m/${r_PN_LOCAL}$/) { my $ln = $1; my $ns = substr($uri, 0, length($uri)-length($ln)); if ($self->{$ns}) { return(wantarray ? ($self->{$ns},$ln) : $self->{$ns}.':'.$ln); } } return; } sub qname_ { if(wantarray) { return $_[0]->qname($_[1]); } else { return join '_', $_[0]->qname($_[1]); } } 1; __END__ =head1 NAME RDF::SN - Short names for URIs with prefixes from prefix.cc =head1 SYNOPSIS use RDF::SN; $abbrev = RDF::SN->new('20150725'); $abbrev->qname('http://www.w3.org/2000/01/rdf-schema#type'); # rdfs:type =head1 DESCRIPTION This module supports abbreviating URIs as short names (aka qualified names), so its the counterpart of L. =head2 new( [ $ns ] ) Create a lookup hash from a mapping hash of namespace URIs to prefixes (L). If multiple prefixes exist, the shortest is used. If multiple prefixes with same length exist, the first in alphabetical order is used. =head2 qname( $uri ) Returns a prefix and local name (as list in list context, concatenated by C<:> in scalar context) if the URI can be abbreviated with given namespaces. =encoding utf8 =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2013- by Jakob Voß. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut RDF-NS-20150725/MANIFEST0000644000175000017500000000055212554764313012235 0ustar vojvoj# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.020. Build.PL Changes LICENSE MANIFEST META.json META.yml README bin/rdfns cpanfile lib/App/rdfns.pm lib/RDF/NS.pm lib/RDF/NS/Trine.pm lib/RDF/NS/URIS.pm lib/RDF/SN.pm share/prefix.cc t/compile.t t/history.t t/namespaces.t t/prefix.t t/rdfns.t t/release-pod-syntax.t t/trine.t t/uris.t