rdf-vocab 3.1.5 → 3.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +35 -14
- data/lib/rdf/vocab/bf2.rb +78 -78
- data/lib/rdf/vocab/cert.rb +1 -1
- data/lib/rdf/vocab/dc.rb +386 -0
- data/lib/rdf/vocab/dcat.rb +1 -1
- data/lib/rdf/vocab/dcmitype.rb +50 -0
- data/lib/rdf/vocab/earl.rb +1 -1
- data/lib/rdf/vocab/ebucore.rb +271 -271
- data/lib/rdf/vocab/extensions.rb +7 -3
- data/lib/rdf/vocab/geonames.rb +2 -2
- data/lib/rdf/vocab/gs1.rb +2 -2
- data/lib/rdf/vocab/ht.rb +1 -1
- data/lib/rdf/vocab/ical.rb +61 -61
- data/lib/rdf/vocab/jsonld.rb +13 -3
- data/lib/rdf/vocab/ldp.rb +3 -3
- data/lib/rdf/vocab/lrmi.rb +68 -0
- data/lib/rdf/vocab/mads.rb +9 -9
- data/lib/rdf/vocab/og.rb +22 -0
- data/lib/rdf/vocab/premis.rb +206 -206
- data/lib/rdf/vocab/prov.rb +13 -13
- data/lib/rdf/vocab/rsa.rb +1 -1
- data/lib/rdf/vocab/rss.rb +41 -0
- data/lib/rdf/vocab/schema.rb +1649 -759
- data/lib/rdf/vocab/sh.rb +1 -1
- data/lib/rdf/vocab/skos.rb +2 -2
- data/lib/rdf/vocab/xkos.rb +4 -4
- metadata +2 -2
data/lib/rdf/vocab/sh.rb
CHANGED
@@ -305,7 +305,7 @@ module RDF::Vocab
|
|
305
305
|
# # @return [RDF::Vocabulary::Term]
|
306
306
|
# attr_reader :jsLibraryURL
|
307
307
|
#
|
308
|
-
# # Outlines how human-readable labels of instances of the associated Parameterizable shall be produced. The values can contain
|
308
|
+
# # Outlines how human-readable labels of instances of the associated Parameterizable shall be produced. The values can contain {?paramName} as placeholders for the actual values of the given parameter.
|
309
309
|
# # @return [RDF::Vocabulary::Term]
|
310
310
|
# attr_reader :labelTemplate
|
311
311
|
#
|
data/lib/rdf/vocab/skos.rb
CHANGED
@@ -23,9 +23,9 @@ module RDF::Vocab
|
|
23
23
|
# # @return [RDF::Vocabulary::Term]
|
24
24
|
# attr_reader :OrderedCollection
|
25
25
|
#
|
26
|
-
# # The range of skos:altLabel is the class of RDF plain literals.
|
27
|
-
# #
|
28
26
|
# # skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.
|
27
|
+
# #
|
28
|
+
# # The range of skos:altLabel is the class of RDF plain literals.
|
29
29
|
# # @return [RDF::Vocabulary::Term]
|
30
30
|
# attr_reader :altLabel
|
31
31
|
#
|
data/lib/rdf/vocab/xkos.rb
CHANGED
@@ -9,10 +9,10 @@ module RDF::Vocab
|
|
9
9
|
# # XKOS: an SKOS extension for representing statistical classifications
|
10
10
|
# #
|
11
11
|
# # This ontology is based on work initiated at Dagstuhl Schloss in September 2011
|
12
|
-
# # @version Version 1.0.3 - 2016-03-15
|
13
|
-
# # @version Version 1.1 - 2016-03-20
|
14
12
|
# # @version Version 1.0.2 - 2016-03-15
|
13
|
+
# # @version Version 1.1 - 2016-03-20
|
15
14
|
# # @version Version 1.0.1 - 2014-11-26
|
15
|
+
# # @version Version 1.0.3 - 2016-03-15
|
16
16
|
# class XKOS < RDF::StrictVocabulary
|
17
17
|
# # @return [RDF::Vocabulary::Term]
|
18
18
|
# attr_reader :ClassificationLevel
|
@@ -101,9 +101,9 @@ module RDF::Vocab
|
|
101
101
|
# # @return [RDF::Vocabulary::Term]
|
102
102
|
# attr_reader :maxLength
|
103
103
|
#
|
104
|
-
# # immediate successor in the sequence
|
105
|
-
# #
|
106
104
|
# # successeur immédiat dans la séquence
|
105
|
+
# #
|
106
|
+
# # immediate successor in the sequence
|
107
107
|
# # @return [RDF::Vocabulary::Term]
|
108
108
|
# attr_reader :next
|
109
109
|
#
|
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.1.
|
4
|
+
version: 3.1.6
|
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: 2020-
|
13
|
+
date: 2020-07-10 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rdf
|