rdf-vocab 2.0.0.beta1 → 2.0.0.beta4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rdf/vocab/acl.rb +1 -1
- data/lib/rdf/vocab/bibframe.rb +1 -1
- data/lib/rdf/vocab/bibo.rb +1 -1
- data/lib/rdf/vocab/cc.rb +58 -11
- data/lib/rdf/vocab/cert.rb +2 -2
- data/lib/rdf/vocab/cnt.rb +1 -1
- data/lib/rdf/vocab/crm.rb +1 -1
- data/lib/rdf/vocab/datacite.rb +69 -12
- data/lib/rdf/vocab/dc.rb +1 -1
- data/lib/rdf/vocab/dc11.rb +1 -1
- data/lib/rdf/vocab/dcat.rb +1 -1
- data/lib/rdf/vocab/dcmitype.rb +1 -1
- data/lib/rdf/vocab/disco.rb +369 -0
- data/lib/rdf/vocab/doap.rb +1 -1
- data/lib/rdf/vocab/dwc.rb +1 -1
- data/lib/rdf/vocab/ebucore.rb +14 -14
- data/lib/rdf/vocab/edm.rb +1 -1
- data/lib/rdf/vocab/exif.rb +1 -1
- data/lib/rdf/vocab/fcrepo4.rb +1 -1
- data/lib/rdf/vocab/foaf.rb +1 -1
- data/lib/rdf/vocab/geo.rb +1 -1
- data/lib/rdf/vocab/geonames.rb +1 -1
- data/lib/rdf/vocab/gr.rb +1 -1
- data/lib/rdf/vocab/ht.rb +1 -1
- data/lib/rdf/vocab/hydra.rb +1 -1
- data/lib/rdf/vocab/iana.rb +1 -1
- data/lib/rdf/vocab/ical.rb +1 -1
- data/lib/rdf/vocab/identifiers.rb +1 -1
- data/lib/rdf/vocab/iiif.rb +1 -1
- data/lib/rdf/vocab/jsonld.rb +1 -1
- data/lib/rdf/vocab/ldp.rb +1 -1
- data/lib/rdf/vocab/lrmi.rb +1 -1
- data/lib/rdf/vocab/ma.rb +1 -1
- data/lib/rdf/vocab/mads.rb +1 -1
- data/lib/rdf/vocab/marc_relators.rb +1 -1
- data/lib/rdf/vocab/mo.rb +1 -1
- data/lib/rdf/vocab/mods.rb +1 -1
- data/lib/rdf/vocab/nfo.rb +1 -1
- data/lib/rdf/vocab/oa.rb +1 -1
- data/lib/rdf/vocab/og.rb +1 -1
- data/lib/rdf/vocab/ogc.rb +1 -1
- data/lib/rdf/vocab/ore.rb +1 -1
- data/lib/rdf/vocab/org.rb +1 -1
- data/lib/rdf/vocab/pplan.rb +1 -1
- data/lib/rdf/vocab/premis.rb +2 -2
- data/lib/rdf/vocab/premis_event_type.rb +1 -1
- data/lib/rdf/vocab/prov.rb +1 -1
- data/lib/rdf/vocab/ptr.rb +1 -1
- data/lib/rdf/vocab/rsa.rb +1 -1
- data/lib/rdf/vocab/rss.rb +1 -1
- data/lib/rdf/vocab/schema.rb +1 -1
- data/lib/rdf/vocab/sioc.rb +1 -1
- data/lib/rdf/vocab/sioc_services.rb +1 -1
- data/lib/rdf/vocab/skos.rb +1 -1
- data/lib/rdf/vocab/skosxl.rb +1 -1
- data/lib/rdf/vocab/v.rb +1 -1
- data/lib/rdf/vocab/vcard.rb +1 -1
- data/lib/rdf/vocab/vmd.rb +1 -1
- data/lib/rdf/vocab/void.rb +1 -1
- data/lib/rdf/vocab/vs.rb +1 -1
- data/lib/rdf/vocab/wdrs.rb +1 -1
- data/lib/rdf/vocab/wot.rb +1 -1
- data/lib/rdf/vocab/xhtml.rb +1 -1
- data/lib/rdf/vocab/xhv.rb +1 -1
- data/lib/rdf/vocab.rb +21 -1
- metadata +4 -3
data/lib/rdf/vocab/nfo.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/oa.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/oa#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/og.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://ogp.me/ns#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/ogc.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://ogp.me/ns/class#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/ore.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.openarchives.org/ore/terms/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/org.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/org#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/pplan.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://purl.org/net/p-plan#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/premis.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.loc.gov/premis/rdf/v1#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
@@ -345,7 +345,7 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
345
345
|
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
|
346
346
|
:"vs:term_status" => %(stable).freeze
|
347
347
|
property :hasContentLocationValue,
|
348
|
-
comment: %(Examples: http://wwasearch.loc.gov/107th/200212107035/http://house.gov/langevin/ \(file\), c
|
348
|
+
comment: %(Examples: http://wwasearch.loc.gov/107th/200212107035/http://house.gov/langevin/ \(file\), c:pache2htdocsindex.html \(file\), 64 [offset from start of file c:pache2htdocsimagelogo.gif] \(bitstream\)).freeze,
|
349
349
|
domain: "premis:ContentLocation".freeze,
|
350
350
|
label: "hasContentLocationValue".freeze,
|
351
351
|
range: "xsd:string".freeze,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://id.loc.gov/vocabulary/preservation/eventType/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/prov.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/prov#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/ptr.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2009/pointers#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/rsa.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/auth/rsa#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/rss.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://purl.org/rss/1.0/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/schema.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://schema.org/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/sioc.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://rdfs.org/sioc/ns#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://rdfs.org/sioc/services#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/skos.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2004/02/skos/core#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/skosxl.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2008/05/skos-xl#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/v.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://rdf.data-vocabulary.org/#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/vcard.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2006/vcard/ns#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/vmd.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://data-vocabulary.org/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/void.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://rdfs.org/ns/void#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/vs.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2003/06/sw-vocab-status/ns#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/wdrs.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2007/05/powder-s#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/wot.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://xmlns.com/wot/0.1/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/xhtml.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/1999/xhtml#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/xhv.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/1999/xhtml/vocab#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab.rb
CHANGED
@@ -15,7 +15,10 @@ module RDF
|
|
15
15
|
extra: {hasAccompaniment: {type: "rdf:Property",label: "has accompaniment"}}
|
16
16
|
},
|
17
17
|
bibo: {uri: "http://purl.org/ontology/bibo/"},
|
18
|
-
cc: {
|
18
|
+
cc: {
|
19
|
+
uri: "http://creativecommons.org/ns#",
|
20
|
+
source: "etc/cc.ttl" # Source incorrectly uses https identifiers
|
21
|
+
},
|
19
22
|
cert: {
|
20
23
|
uri: "http://www.w3.org/ns/auth/cert#",
|
21
24
|
patch: %{
|
@@ -72,6 +75,23 @@ module RDF
|
|
72
75
|
uri: "http://purl.org/dc/dcmitype/",
|
73
76
|
class_name: "DCMIType"
|
74
77
|
},
|
78
|
+
disco: {
|
79
|
+
uri: "http://rdf-vocabulary.ddialliance.org/discovery#",
|
80
|
+
source: "https://raw.githubusercontent.com/linked-statistics/disco-spec/master/discovery.ttl",
|
81
|
+
patch: %{
|
82
|
+
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
|
83
|
+
@prefix dcterms: <http://purl.org/dc/terms/> .
|
84
|
+
@prefix disco: <http://rdf-vocabulary.ddialliance.org/discovery#> .
|
85
|
+
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
|
86
|
+
DeleteExisting {
|
87
|
+
disco:DataFile rdfs:subClassOf dcterms:Dataset .
|
88
|
+
} .
|
89
|
+
AddNew {
|
90
|
+
disco:DataFile rdfs:subClassOf dcmitype:Dataset .
|
91
|
+
disco:Representation a rdfs:Class .
|
92
|
+
} .
|
93
|
+
}
|
94
|
+
},
|
75
95
|
doap: {
|
76
96
|
uri: "http://usefulinc.com/ns/doap#",
|
77
97
|
patch: %{
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rdf-vocab
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.
|
4
|
+
version: 2.0.0.beta4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Chandek-Stark
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2016-
|
13
|
+
date: 2016-04-07 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rdf
|
@@ -165,6 +165,7 @@ files:
|
|
165
165
|
- lib/rdf/vocab/dc11.rb
|
166
166
|
- lib/rdf/vocab/dcat.rb
|
167
167
|
- lib/rdf/vocab/dcmitype.rb
|
168
|
+
- lib/rdf/vocab/disco.rb
|
168
169
|
- lib/rdf/vocab/doap.rb
|
169
170
|
- lib/rdf/vocab/dwc.rb
|
170
171
|
- lib/rdf/vocab/ebucore.rb
|
@@ -240,7 +241,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
240
241
|
version: 1.3.1
|
241
242
|
requirements: []
|
242
243
|
rubyforge_project:
|
243
|
-
rubygems_version: 2.
|
244
|
+
rubygems_version: 2.4.8
|
244
245
|
signing_key:
|
245
246
|
specification_version: 4
|
246
247
|
summary: A library of RDF vocabularies
|