rdf-vocab 3.1.6 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -3
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +25 -8
- data/lib/rdf/vocab/acl.rb +67 -194
- data/lib/rdf/vocab/as.rb +471 -984
- data/lib/rdf/vocab/bf2.rb +1714 -3034
- data/lib/rdf/vocab/bibframe.rb +2270 -1840
- data/lib/rdf/vocab/bibo.rb +696 -1201
- data/lib/rdf/vocab/cc.rb +75 -214
- data/lib/rdf/vocab/cert.rb +90 -268
- data/lib/rdf/vocab/cnt.rb +70 -152
- data/lib/rdf/vocab/crm.rb +1420 -3261
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3901 -14146
- data/lib/rdf/vocab/dc.rb +556 -898
- data/lib/rdf/vocab/dc11.rb +92 -158
- data/lib/rdf/vocab/dcat.rb +300 -466
- data/lib/rdf/vocab/dcmitype.rb +77 -131
- data/lib/rdf/vocab/disco.rb +228 -459
- data/lib/rdf/vocab/doap.rb +250 -430
- data/lib/rdf/vocab/dwc.rb +1639 -2395
- data/lib/rdf/vocab/earl.rb +105 -243
- data/lib/rdf/vocab/ebucore.rb +3957 -8695
- data/lib/rdf/vocab/edm.rb +211 -426
- data/lib/rdf/vocab/exif.rb +614 -1268
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +268 -648
- data/lib/rdf/vocab/foaf.rb +448 -756
- data/lib/rdf/vocab/geo.rb +24 -167
- data/lib/rdf/vocab/geojson.rb +32 -101
- data/lib/rdf/vocab/geonames.rb +2915 -3092
- data/lib/rdf/vocab/gr.rb +716 -1991
- data/lib/rdf/vocab/gs1.rb +3780 -5380
- data/lib/rdf/vocab/ht.rb +133 -300
- data/lib/rdf/vocab/hydra.rb +298 -511
- data/lib/rdf/vocab/iana.rb +142 -417
- data/lib/rdf/vocab/ical.rb +532 -1045
- data/lib/rdf/vocab/identifiers.rb +215 -1019
- data/lib/rdf/vocab/iiif.rb +106 -245
- data/lib/rdf/vocab/jsonld.rb +163 -323
- data/lib/rdf/vocab/ldp.rb +161 -294
- data/lib/rdf/vocab/lrmi.rb +175 -199
- data/lib/rdf/vocab/ma.rb +312 -702
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +540 -1351
- data/lib/rdf/vocab/mo.rb +1579 -2844
- data/lib/rdf/vocab/mods.rb +503 -1026
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +264 -546
- data/lib/rdf/vocab/og.rb +158 -239
- data/lib/rdf/vocab/ogc.rb +33 -70
- data/lib/rdf/vocab/ore.rb +64 -123
- data/lib/rdf/vocab/org.rb +226 -422
- data/lib/rdf/vocab/pcdm.rb +61 -133
- data/lib/rdf/vocab/pplan.rb +16 -202
- data/lib/rdf/vocab/premis.rb +793 -2039
- data/lib/rdf/vocab/premiseventtype.rb +115 -273
- data/lib/rdf/vocab/prov.rb +1077 -1724
- data/lib/rdf/vocab/ptr.rb +111 -254
- data/lib/rdf/vocab/rdau.rb +10506 -0
- data/lib/rdf/vocab/rightsstatements.rb +102 -110
- data/lib/rdf/vocab/rsa.rb +37 -89
- data/lib/rdf/vocab/rss.rb +34 -79
- data/lib/rdf/vocab/schema.rb +11193 -22240
- data/lib/rdf/vocab/schemas.rb +16333 -0
- data/lib/rdf/vocab/sd.rb +123 -280
- data/lib/rdf/vocab/sh.rb +912 -1651
- data/lib/rdf/vocab/sioc.rb +513 -917
- data/lib/rdf/vocab/siocservices.rb +39 -80
- data/lib/rdf/vocab/sioctypes.rb +183 -344
- data/lib/rdf/vocab/skos.rb +136 -260
- data/lib/rdf/vocab/skosxl.rb +36 -69
- data/lib/rdf/vocab/v.rb +231 -529
- data/lib/rdf/vocab/vcard.rb +407 -1038
- data/lib/rdf/vocab/vmd.rb +231 -529
- data/lib/rdf/vocab/void.rb +112 -236
- data/lib/rdf/vocab/vs.rb +20 -42
- data/lib/rdf/vocab/wdrs.rb +65 -158
- data/lib/rdf/vocab/wot.rb +113 -194
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +206 -663
- data/lib/rdf/vocab/xkos.rb +122 -275
- data/spec/extensions_spec.rb +1 -1
- data/spec/spec_helper.rb +13 -0
- metadata +72 -24
data/lib/rdf/vocab/void.rb
CHANGED
@@ -3,308 +3,184 @@
|
|
3
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
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://rdfs.org/ns/void#>
|
8
|
-
# #
|
9
|
-
# class VOID < RDF::StrictVocabulary
|
10
|
-
# # A set of RDF triples that are published, maintained or aggregated by a single provider.
|
11
|
-
# # @return [RDF::Vocabulary::Term]
|
12
|
-
# attr_reader :Dataset
|
13
|
-
#
|
14
|
-
# # A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets.
|
15
|
-
# # @return [RDF::Vocabulary::Term]
|
16
|
-
# attr_reader :DatasetDescription
|
17
|
-
#
|
18
|
-
# # A collection of RDF links between two void:Datasets.
|
19
|
-
# # @return [RDF::Vocabulary::Term]
|
20
|
-
# attr_reader :Linkset
|
21
|
-
#
|
22
|
-
# # A technical feature of a void:Dataset, such as a supported RDF serialization format.
|
23
|
-
# # @return [RDF::Vocabulary::Term]
|
24
|
-
# attr_reader :TechnicalFeature
|
25
|
-
#
|
26
|
-
# # The rdfs:Class that is the rdf:type of all entities in a class-based partition.
|
27
|
-
# # @return [RDF::Vocabulary::Term]
|
28
|
-
# attr_reader :class
|
29
|
-
#
|
30
|
-
# # A subset of a void:Dataset that contains only the entities of a certain rdfs:Class.
|
31
|
-
# # @return [RDF::Vocabulary::Term]
|
32
|
-
# attr_reader :classPartition
|
33
|
-
#
|
34
|
-
# # The total number of distinct classes in a void:Dataset. In other words, the number of distinct resources occuring as objects of rdf:type triples in the dataset.
|
35
|
-
# # @return [RDF::Vocabulary::Term]
|
36
|
-
# attr_reader :classes
|
37
|
-
#
|
38
|
-
# # An RDF dump, partial or complete, of a void:Dataset.
|
39
|
-
# # @return [RDF::Vocabulary::Term]
|
40
|
-
# attr_reader :dataDump
|
41
|
-
#
|
42
|
-
# # The total number of distinct objects in a void:Dataset. In other words, the number of distinct resources that occur in the object position of triples in the dataset. Literals are included in this count.
|
43
|
-
# # @return [RDF::Vocabulary::Term]
|
44
|
-
# attr_reader :distinctObjects
|
45
|
-
#
|
46
|
-
# # The total number of distinct subjects in a void:Dataset. In other words, the number of distinct resources that occur in the subject position of triples in the dataset.
|
47
|
-
# # @return [RDF::Vocabulary::Term]
|
48
|
-
# attr_reader :distinctSubjects
|
49
|
-
#
|
50
|
-
# # The total number of documents, for datasets that are published as a set of individual documents, such as RDF/XML documents or RDFa-annotated web pages. Non-RDF documents, such as web pages in HTML or images, are usually not included in this count. This property is intended for datasets where the total number of triples or entities is hard to determine. void:triples or void:entities should be preferred where practical.
|
51
|
-
# # @return [RDF::Vocabulary::Term]
|
52
|
-
# attr_reader :documents
|
53
|
-
#
|
54
|
-
# # The total number of entities that are described in a void:Dataset.
|
55
|
-
# # @return [RDF::Vocabulary::Term]
|
56
|
-
# attr_reader :entities
|
57
|
-
#
|
58
|
-
# # @return [RDF::Vocabulary::Term]
|
59
|
-
# attr_reader :exampleResource
|
60
|
-
#
|
61
|
-
# # @return [RDF::Vocabulary::Term]
|
62
|
-
# attr_reader :feature
|
63
|
-
#
|
64
|
-
# # Points to the void:Dataset that a document is a part of.
|
65
|
-
# # @return [RDF::Vocabulary::Term]
|
66
|
-
# attr_reader :inDataset
|
67
|
-
#
|
68
|
-
# # @return [RDF::Vocabulary::Term]
|
69
|
-
# attr_reader :linkPredicate
|
70
|
-
#
|
71
|
-
# # The dataset describing the objects of the triples contained in the Linkset.
|
72
|
-
# # @return [RDF::Vocabulary::Term]
|
73
|
-
# attr_reader :objectsTarget
|
74
|
-
#
|
75
|
-
# # An OpenSearch description document for a free-text search service over a void:Dataset.
|
76
|
-
# # @return [RDF::Vocabulary::Term]
|
77
|
-
# attr_reader :openSearchDescription
|
78
|
-
#
|
79
|
-
# # The total number of distinct properties in a void:Dataset. In other words, the number of distinct resources that occur in the predicate position of triples in the dataset.
|
80
|
-
# # @return [RDF::Vocabulary::Term]
|
81
|
-
# attr_reader :properties
|
82
|
-
#
|
83
|
-
# # The rdf:Property that is the predicate of all triples in a property-based partition.
|
84
|
-
# # @return [RDF::Vocabulary::Term]
|
85
|
-
# attr_reader :property
|
86
|
-
#
|
87
|
-
# # A subset of a void:Dataset that contains only the triples of a certain rdf:Property.
|
88
|
-
# # @return [RDF::Vocabulary::Term]
|
89
|
-
# attr_reader :propertyPartition
|
90
|
-
#
|
91
|
-
# # A top concept or entry point for a void:Dataset that is structured in a tree-like fashion. All resources in a dataset can be reached by following links from its root resources in a small number of steps.
|
92
|
-
# # @return [RDF::Vocabulary::Term]
|
93
|
-
# attr_reader :rootResource
|
94
|
-
#
|
95
|
-
# # @return [RDF::Vocabulary::Term]
|
96
|
-
# attr_reader :sparqlEndpoint
|
97
|
-
#
|
98
|
-
# # The dataset describing the subjects of triples contained in the Linkset.
|
99
|
-
# # @return [RDF::Vocabulary::Term]
|
100
|
-
# attr_reader :subjectsTarget
|
101
|
-
#
|
102
|
-
# # @return [RDF::Vocabulary::Term]
|
103
|
-
# attr_reader :subset
|
104
|
-
#
|
105
|
-
# # One of the two datasets linked by the Linkset.
|
106
|
-
# # @return [RDF::Vocabulary::Term]
|
107
|
-
# attr_reader :target
|
108
|
-
#
|
109
|
-
# # The total number of triples contained in a void:Dataset.
|
110
|
-
# # @return [RDF::Vocabulary::Term]
|
111
|
-
# attr_reader :triples
|
112
|
-
#
|
113
|
-
# # Defines a simple URI look-up protocol for accessing a dataset.
|
114
|
-
# # @return [RDF::Vocabulary::Term]
|
115
|
-
# attr_reader :uriLookupEndpoint
|
116
|
-
#
|
117
|
-
# # Defines a regular expression pattern matching URIs in the dataset.
|
118
|
-
# # @return [RDF::Vocabulary::Term]
|
119
|
-
# attr_reader :uriRegexPattern
|
120
|
-
#
|
121
|
-
# # A URI that is a common string prefix of all the entity URIs in a void:Dataset.
|
122
|
-
# # @return [RDF::Vocabulary::Term]
|
123
|
-
# attr_reader :uriSpace
|
124
|
-
#
|
125
|
-
# # A vocabulary that is used in the dataset.
|
126
|
-
# # @return [RDF::Vocabulary::Term]
|
127
|
-
# attr_reader :vocabulary
|
128
|
-
#
|
129
|
-
# end
|
130
6
|
VOID = Class.new(RDF::StrictVocabulary("http://rdfs.org/ns/void#")) do
|
131
7
|
|
132
8
|
# Class definitions
|
133
9
|
term :Dataset,
|
134
|
-
comment:
|
10
|
+
comment: "A set of RDF triples that are published, maintained or aggregated by a single provider.".freeze,
|
135
11
|
label: "dataset".freeze,
|
136
|
-
type: ["owl
|
12
|
+
type: ["http://www.w3.org/2002/07/owl#Class".freeze, "http://www.w3.org/2000/01/rdf-schema#Class".freeze]
|
137
13
|
term :DatasetDescription,
|
138
|
-
comment:
|
14
|
+
comment: "A web resource whose foaf:primaryTopic or foaf:topics include void:Datasets.".freeze,
|
139
15
|
label: "dataset description".freeze,
|
140
|
-
subClassOf: "foaf
|
141
|
-
type: ["owl
|
16
|
+
subClassOf: "http://xmlns.com/foaf/0.1/Document".freeze,
|
17
|
+
type: ["http://www.w3.org/2002/07/owl#Class".freeze, "http://www.w3.org/2000/01/rdf-schema#Class".freeze]
|
142
18
|
term :Linkset,
|
143
|
-
comment:
|
19
|
+
comment: "A collection of RDF links between two void:Datasets.".freeze,
|
144
20
|
label: "linkset".freeze,
|
145
|
-
subClassOf: "void
|
146
|
-
type: ["owl
|
21
|
+
subClassOf: "http://rdfs.org/ns/void#Dataset".freeze,
|
22
|
+
type: ["http://www.w3.org/2002/07/owl#Class".freeze, "http://www.w3.org/2000/01/rdf-schema#Class".freeze]
|
147
23
|
term :TechnicalFeature,
|
148
|
-
comment:
|
24
|
+
comment: "A technical feature of a void:Dataset, such as a supported RDF serialization format.".freeze,
|
149
25
|
label: "technical feature".freeze,
|
150
|
-
type: ["owl
|
26
|
+
type: ["http://www.w3.org/2002/07/owl#Class".freeze, "http://www.w3.org/2000/01/rdf-schema#Class".freeze]
|
151
27
|
|
152
28
|
# Property definitions
|
153
29
|
property :class,
|
154
|
-
comment:
|
155
|
-
domain: "void
|
30
|
+
comment: "The rdfs:Class that is the rdf:type of all entities in a class-based partition.".freeze,
|
31
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
156
32
|
label: "class".freeze,
|
157
|
-
range: "
|
158
|
-
type: ["owl
|
33
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Class".freeze,
|
34
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
|
159
35
|
property :classPartition,
|
160
|
-
comment:
|
161
|
-
domain: "void
|
36
|
+
comment: "A subset of a void:Dataset that contains only the entities of a certain rdfs:Class.".freeze,
|
37
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
162
38
|
label: "class partition".freeze,
|
163
|
-
range: "void
|
164
|
-
subPropertyOf: "void
|
165
|
-
type: "rdf
|
39
|
+
range: "http://rdfs.org/ns/void#Dataset".freeze,
|
40
|
+
subPropertyOf: "http://rdfs.org/ns/void#subset".freeze,
|
41
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
166
42
|
property :classes,
|
167
|
-
comment:
|
168
|
-
domain: "void
|
43
|
+
comment: "The total number of distinct classes in a void:Dataset. In other words, the number of distinct resources occuring as objects of rdf:type triples in the dataset.".freeze,
|
44
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
169
45
|
label: "classes".freeze,
|
170
|
-
range: "
|
171
|
-
type: ["owl
|
46
|
+
range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
|
47
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
|
172
48
|
property :dataDump,
|
173
|
-
comment:
|
174
|
-
domain: "void
|
49
|
+
comment: "An RDF dump, partial or complete, of a void:Dataset.".freeze,
|
50
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
175
51
|
label: "Data Dump".freeze,
|
176
|
-
range: "
|
177
|
-
type: "rdf
|
52
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
53
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
178
54
|
property :distinctObjects,
|
179
|
-
comment:
|
180
|
-
domain: "void
|
55
|
+
comment: "The total number of distinct objects in a void:Dataset. In other words, the number of distinct resources that occur in the object position of triples in the dataset. Literals are included in this count.".freeze,
|
56
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
181
57
|
label: "distinct objects".freeze,
|
182
|
-
range: "
|
183
|
-
type: ["owl
|
58
|
+
range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
|
59
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
|
184
60
|
property :distinctSubjects,
|
185
|
-
comment:
|
186
|
-
domain: "void
|
61
|
+
comment: "The total number of distinct subjects in a void:Dataset. In other words, the number of distinct resources that occur in the subject position of triples in the dataset.".freeze,
|
62
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
187
63
|
label: "distinct subjects".freeze,
|
188
|
-
range: "
|
189
|
-
type: ["owl
|
64
|
+
range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
|
65
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
|
190
66
|
property :documents,
|
191
|
-
comment:
|
192
|
-
domain: "void
|
67
|
+
comment: "The total number of documents, for datasets that are published as a set of individual documents, such as RDF/XML documents or RDFa-annotated web pages. Non-RDF documents, such as web pages in HTML or images, are usually not included in this count. This property is intended for datasets where the total number of triples or entities is hard to determine. void:triples or void:entities should be preferred where practical.".freeze,
|
68
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
193
69
|
label: "number of documents".freeze,
|
194
|
-
range: "
|
195
|
-
type: ["owl
|
70
|
+
range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
|
71
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
|
196
72
|
property :entities,
|
197
|
-
comment:
|
198
|
-
domain: "void
|
73
|
+
comment: "The total number of entities that are described in a void:Dataset.".freeze,
|
74
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
199
75
|
label: "number of entities".freeze,
|
200
|
-
range: "
|
201
|
-
type: ["owl
|
76
|
+
range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
|
77
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
|
202
78
|
property :exampleResource,
|
203
|
-
domain: "void
|
79
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
204
80
|
label: "example resource of dataset".freeze,
|
205
|
-
range: "
|
206
|
-
type: "rdf
|
81
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
82
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
207
83
|
property :feature,
|
208
|
-
domain: "void
|
84
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
209
85
|
label: "feature".freeze,
|
210
|
-
range: "void
|
211
|
-
type: "rdf
|
86
|
+
range: "http://rdfs.org/ns/void#TechnicalFeature".freeze,
|
87
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
212
88
|
property :inDataset,
|
213
|
-
comment:
|
214
|
-
domain: "foaf
|
89
|
+
comment: "Points to the void:Dataset that a document is a part of.".freeze,
|
90
|
+
domain: "http://xmlns.com/foaf/0.1/Document".freeze,
|
215
91
|
label: "in dataset".freeze,
|
216
|
-
range: "void
|
217
|
-
type: "rdf
|
92
|
+
range: "http://rdfs.org/ns/void#Dataset".freeze,
|
93
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
218
94
|
property :linkPredicate,
|
219
|
-
domain: "void
|
95
|
+
domain: "http://rdfs.org/ns/void#Linkset".freeze,
|
220
96
|
label: "a link predicate".freeze,
|
221
|
-
range: "rdf
|
222
|
-
type: "rdf
|
97
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze,
|
98
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
223
99
|
property :objectsTarget,
|
224
|
-
comment:
|
225
|
-
domain: "void
|
100
|
+
comment: "The dataset describing the objects of the triples contained in the Linkset.".freeze,
|
101
|
+
domain: "http://rdfs.org/ns/void#Linkset".freeze,
|
226
102
|
label: "Objects Target".freeze,
|
227
|
-
range: "void
|
228
|
-
subPropertyOf: "void
|
229
|
-
type: ["owl
|
103
|
+
range: "http://rdfs.org/ns/void#Dataset".freeze,
|
104
|
+
subPropertyOf: "http://rdfs.org/ns/void#target".freeze,
|
105
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
|
230
106
|
property :openSearchDescription,
|
231
|
-
comment:
|
232
|
-
domain: "void
|
107
|
+
comment: "An OpenSearch description document for a free-text search service over a void:Dataset.".freeze,
|
108
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
233
109
|
label: "open search description".freeze,
|
234
|
-
range: "foaf
|
235
|
-
type: "rdf
|
110
|
+
range: "http://xmlns.com/foaf/0.1/Document".freeze,
|
111
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
236
112
|
property :properties,
|
237
|
-
comment:
|
238
|
-
domain: "void
|
113
|
+
comment: "The total number of distinct properties in a void:Dataset. In other words, the number of distinct resources that occur in the predicate position of triples in the dataset.".freeze,
|
114
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
239
115
|
label: "number of properties".freeze,
|
240
|
-
range: "
|
241
|
-
type: ["owl
|
116
|
+
range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
|
117
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
|
242
118
|
property :property,
|
243
|
-
comment:
|
244
|
-
domain: "void
|
119
|
+
comment: "The rdf:Property that is the predicate of all triples in a property-based partition.".freeze,
|
120
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
245
121
|
label: "property".freeze,
|
246
|
-
range: "rdf
|
247
|
-
type: ["owl
|
122
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze,
|
123
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
|
248
124
|
property :propertyPartition,
|
249
|
-
comment:
|
250
|
-
domain: "void
|
125
|
+
comment: "A subset of a void:Dataset that contains only the triples of a certain rdf:Property.".freeze,
|
126
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
251
127
|
label: "property partition".freeze,
|
252
|
-
range: "void
|
253
|
-
subPropertyOf: "void
|
254
|
-
type: "rdf
|
128
|
+
range: "http://rdfs.org/ns/void#Dataset".freeze,
|
129
|
+
subPropertyOf: "http://rdfs.org/ns/void#subset".freeze,
|
130
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
255
131
|
property :rootResource,
|
256
|
-
comment:
|
257
|
-
domain: "void
|
132
|
+
comment: "A top concept or entry point for a void:Dataset that is structured in a tree-like fashion. All resources in a dataset can be reached by following links from its root resources in a small number of steps.".freeze,
|
133
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
258
134
|
label: "root resource".freeze,
|
259
|
-
type: "rdf
|
135
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
260
136
|
property :sparqlEndpoint,
|
261
|
-
domain: "void
|
137
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
262
138
|
label: "has a SPARQL endpoint at".freeze,
|
263
|
-
type: "rdf
|
139
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
264
140
|
property :subjectsTarget,
|
265
|
-
comment:
|
266
|
-
domain: "void
|
141
|
+
comment: "The dataset describing the subjects of triples contained in the Linkset.".freeze,
|
142
|
+
domain: "http://rdfs.org/ns/void#Linkset".freeze,
|
267
143
|
label: "Subjects Target".freeze,
|
268
|
-
range: "void
|
269
|
-
subPropertyOf: "void
|
270
|
-
type: ["owl
|
144
|
+
range: "http://rdfs.org/ns/void#Dataset".freeze,
|
145
|
+
subPropertyOf: "http://rdfs.org/ns/void#target".freeze,
|
146
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
|
271
147
|
property :subset,
|
272
|
-
domain: "void
|
148
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
273
149
|
label: "has subset".freeze,
|
274
|
-
range: "void
|
275
|
-
type: "rdf
|
150
|
+
range: "http://rdfs.org/ns/void#Dataset".freeze,
|
151
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
276
152
|
property :target,
|
277
|
-
comment:
|
278
|
-
domain: "void
|
153
|
+
comment: "One of the two datasets linked by the Linkset.".freeze,
|
154
|
+
domain: "http://rdfs.org/ns/void#Linkset".freeze,
|
279
155
|
label: "Target".freeze,
|
280
|
-
range: "void
|
281
|
-
type: "rdf
|
156
|
+
range: "http://rdfs.org/ns/void#Dataset".freeze,
|
157
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
282
158
|
property :triples,
|
283
|
-
comment:
|
284
|
-
domain: "void
|
159
|
+
comment: "The total number of triples contained in a void:Dataset.".freeze,
|
160
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
285
161
|
label: "number of triples".freeze,
|
286
|
-
range: "
|
287
|
-
type: ["owl
|
162
|
+
range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
|
163
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
|
288
164
|
property :uriLookupEndpoint,
|
289
|
-
comment:
|
290
|
-
domain: "void
|
165
|
+
comment: "Defines a simple URI look-up protocol for accessing a dataset.".freeze,
|
166
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
291
167
|
label: "has an URI look-up endpoint at".freeze,
|
292
|
-
type: "rdf
|
168
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
293
169
|
property :uriRegexPattern,
|
294
|
-
comment:
|
295
|
-
domain: "void
|
170
|
+
comment: "Defines a regular expression pattern matching URIs in the dataset.".freeze,
|
171
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
296
172
|
label: "has URI regular expression pattern".freeze,
|
297
|
-
type: "rdf
|
173
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
298
174
|
property :uriSpace,
|
299
|
-
comment:
|
300
|
-
domain: "void
|
175
|
+
comment: "A URI that is a common string prefix of all the entity URIs in a void:Dataset.".freeze,
|
176
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
301
177
|
label: "URI space".freeze,
|
302
|
-
range: "
|
303
|
-
type: ["owl
|
178
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
179
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze]
|
304
180
|
property :vocabulary,
|
305
|
-
comment:
|
306
|
-
domain: "void
|
181
|
+
comment: "A vocabulary that is used in the dataset.".freeze,
|
182
|
+
domain: "http://rdfs.org/ns/void#Dataset".freeze,
|
307
183
|
label: "vocabulary".freeze,
|
308
|
-
type: "rdf
|
184
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
309
185
|
end
|
310
186
|
end
|
data/lib/rdf/vocab/vs.rb
CHANGED
@@ -3,61 +3,39 @@
|
|
3
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
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://www.w3.org/2003/06/sw-vocab-status/ns#>
|
8
|
-
# #
|
9
|
-
# # SemWeb Vocab Status ontology
|
10
|
-
# #
|
11
|
-
# # This vocabulary was created in the FOAF project, based on experience with FOAF, Dublin Core and other early RDF vocabularies. Deployment experience shows that changing namespace URIs is expensive and unrewarding, so this vocabulary provides terms to support in-place evolution of structured data vocabularies. By indicating status at the level of terms rather than vocabularies, dictionary-style, fine grained improvements become easier. Different organizations and parties can agree or disagree on the status of a vocabulary term; however the status published alongside the term may deserve special attention. Future work could include patterns for citing announcements and decisions, or using SKOS to decentralise the extension of the basic status levels.
|
12
|
-
# #
|
13
|
-
# # An RDF vocabulary for relating SW vocabulary terms to their status.
|
14
|
-
# class VS < RDF::StrictVocabulary
|
15
|
-
# # more information about the status etc of a term, typically human oriented
|
16
|
-
# # @return [RDF::Vocabulary::Term]
|
17
|
-
# attr_reader :moreinfo
|
18
|
-
#
|
19
|
-
# # the status of a vocabulary term, expressed as a short symbolic string; known values include 'unstable','testing', 'stable' and 'archaic'
|
20
|
-
# # @return [RDF::Vocabulary::Term]
|
21
|
-
# attr_reader :term_status
|
22
|
-
#
|
23
|
-
# # human-oriented documentation, examples etc for use of this term
|
24
|
-
# # @return [RDF::Vocabulary::Term]
|
25
|
-
# attr_reader :userdocs
|
26
|
-
#
|
27
|
-
# end
|
28
6
|
VS = Class.new(RDF::StrictVocabulary("http://www.w3.org/2003/06/sw-vocab-status/ns#")) do
|
29
7
|
|
30
8
|
# Ontology definition
|
31
9
|
ontology :"http://www.w3.org/2003/06/sw-vocab-status/ns#",
|
32
|
-
comment:
|
33
|
-
"
|
34
|
-
"
|
35
|
-
"
|
36
|
-
"
|
37
|
-
"
|
38
|
-
"
|
10
|
+
comment: "This vocabulary was created in the FOAF project, based on experience with FOAF, Dublin Core and other early RDF vocabularies. Deployment experience shows that changing namespace URIs is expensive and unrewarding, so this vocabulary provides terms to support in-place evolution of structured data vocabularies. By indicating status at the level of terms rather than vocabularies, dictionary-style, fine grained improvements become easier. Different organizations and parties can agree or disagree on the status of a vocabulary term; however the status published alongside the term may deserve special attention. Future work could include patterns for citing announcements and decisions, or using SKOS to decentralise the extension of the basic status levels.".freeze,
|
11
|
+
"http://purl.org/dc/elements/1.1/contributor": "Pierre-Yves Vandenbussche".freeze,
|
12
|
+
"http://purl.org/dc/elements/1.1/creator": ["Dan Brickley".freeze, "Leigh Dodds".freeze, "Libby Miller".freeze],
|
13
|
+
"http://purl.org/dc/elements/1.1/description": "An RDF vocabulary for relating SW vocabulary terms to their status.".freeze,
|
14
|
+
"http://purl.org/dc/elements/1.1/issued": "2003-06-01".freeze,
|
15
|
+
"http://purl.org/dc/elements/1.1/modified": "2011-12-12".freeze,
|
16
|
+
"http://purl.org/dc/elements/1.1/title": "SemWeb Vocab Status ontology".freeze,
|
39
17
|
"http://purl.org/vocab/vann/preferredNamespacePrefix": "vs".freeze,
|
40
18
|
"http://purl.org/vocab/vann/preferredNamespaceUri": "http://www.w3.org/2003/06/sw-vocab-status/ns#".freeze,
|
41
|
-
type: "owl
|
19
|
+
type: "http://www.w3.org/2002/07/owl#Ontology".freeze
|
42
20
|
|
43
21
|
# Property definitions
|
44
22
|
property :moreinfo,
|
45
|
-
comment:
|
46
|
-
|
23
|
+
comment: "more information about the status etc of a term, typically human oriented".freeze,
|
24
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
25
|
+
isDefinedBy: "http://www.w3.org/2003/06/sw-vocab-status/ns#".freeze,
|
47
26
|
label: "more info".freeze,
|
48
|
-
type: "rdf
|
49
|
-
"vs:term_status": "unstable".freeze
|
27
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
50
28
|
property :term_status,
|
51
|
-
comment:
|
52
|
-
|
29
|
+
comment: "the status of a vocabulary term, expressed as a short symbolic string; known values include 'unstable','testing', 'stable' and 'archaic'".freeze,
|
30
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
31
|
+
isDefinedBy: "http://www.w3.org/2003/06/sw-vocab-status/ns#".freeze,
|
53
32
|
label: "term status".freeze,
|
54
|
-
type: "rdf
|
55
|
-
"vs:term_status": "unstable".freeze
|
33
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
56
34
|
property :userdocs,
|
57
|
-
comment:
|
58
|
-
|
35
|
+
comment: "human-oriented documentation, examples etc for use of this term".freeze,
|
36
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
|
37
|
+
isDefinedBy: "http://www.w3.org/2003/06/sw-vocab-status/ns#".freeze,
|
59
38
|
label: "user docs".freeze,
|
60
|
-
type: "rdf
|
61
|
-
"vs:term_status": "unstable".freeze
|
39
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
62
40
|
end
|
63
41
|
end
|