rdf-vocab 3.0.12 → 3.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +3 -0
- data/lib/rdf/vocab/as.rb +887 -0
- data/lib/rdf/vocab/dbo.rb +7292 -0
- data/lib/rdf/vocab/sh.rb +1338 -0
- metadata +6 -3
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: 3.0.
|
4
|
+
version: 3.0.13
|
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: 2019-10-
|
13
|
+
date: 2019-10-28 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rdf
|
@@ -255,6 +255,7 @@ files:
|
|
255
255
|
- VERSION
|
256
256
|
- lib/rdf/vocab.rb
|
257
257
|
- lib/rdf/vocab/acl.rb
|
258
|
+
- lib/rdf/vocab/as.rb
|
258
259
|
- lib/rdf/vocab/bf2.rb
|
259
260
|
- lib/rdf/vocab/bibframe.rb
|
260
261
|
- lib/rdf/vocab/bibo.rb
|
@@ -263,6 +264,7 @@ files:
|
|
263
264
|
- lib/rdf/vocab/cnt.rb
|
264
265
|
- lib/rdf/vocab/crm.rb
|
265
266
|
- lib/rdf/vocab/datacite.rb
|
267
|
+
- lib/rdf/vocab/dbo.rb
|
266
268
|
- lib/rdf/vocab/dc.rb
|
267
269
|
- lib/rdf/vocab/dc11.rb
|
268
270
|
- lib/rdf/vocab/dcat.rb
|
@@ -310,6 +312,7 @@ files:
|
|
310
312
|
- lib/rdf/vocab/rsa.rb
|
311
313
|
- lib/rdf/vocab/rss.rb
|
312
314
|
- lib/rdf/vocab/schema.rb
|
315
|
+
- lib/rdf/vocab/sh.rb
|
313
316
|
- lib/rdf/vocab/sioc.rb
|
314
317
|
- lib/rdf/vocab/sioc_services.rb
|
315
318
|
- lib/rdf/vocab/sioct.rb
|
@@ -349,7 +352,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
349
352
|
- !ruby/object:Gem::Version
|
350
353
|
version: '0'
|
351
354
|
requirements: []
|
352
|
-
rubygems_version: 3.0.
|
355
|
+
rubygems_version: 3.0.3
|
353
356
|
signing_key:
|
354
357
|
specification_version: 4
|
355
358
|
summary: A library of RDF vocabularies
|