rdf-vocab 3.1.2 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +69 -45
  4. data/VERSION +1 -1
  5. data/lib/rdf/vocab.rb +60 -40
  6. data/lib/rdf/vocab/acl.rb +104 -61
  7. data/lib/rdf/vocab/as.rb +556 -91
  8. data/lib/rdf/vocab/bf2.rb +1791 -475
  9. data/lib/rdf/vocab/bibframe.rb +1 -2
  10. data/lib/rdf/vocab/bibo.rb +616 -124
  11. data/lib/rdf/vocab/cc.rb +125 -48
  12. data/lib/rdf/vocab/cert.rb +68 -1
  13. data/lib/rdf/vocab/cnt.rb +79 -1
  14. data/lib/rdf/vocab/crm.rb +1543 -776
  15. data/lib/rdf/vocab/datacite.rb +1 -1
  16. data/lib/rdf/vocab/dbo.rb +10463 -1
  17. data/lib/rdf/vocab/dc.rb +485 -99
  18. data/lib/rdf/vocab/dc11.rb +93 -31
  19. data/lib/rdf/vocab/dcat.rb +236 -88
  20. data/lib/rdf/vocab/dcmitype.rb +63 -13
  21. data/lib/rdf/vocab/disco.rb +286 -59
  22. data/lib/rdf/vocab/doap.rb +175 -1
  23. data/lib/rdf/vocab/dwc.rb +941 -189
  24. data/lib/rdf/vocab/earl.rb +324 -0
  25. data/lib/rdf/vocab/ebucore.rb +7255 -2184
  26. data/lib/rdf/vocab/edm.rb +202 -76
  27. data/lib/rdf/vocab/exif.rb +650 -1
  28. data/lib/rdf/vocab/extensions.rb +257 -203
  29. data/lib/rdf/vocab/fcrepo4.rb +398 -22
  30. data/lib/rdf/vocab/foaf.rb +380 -76
  31. data/lib/rdf/vocab/geo.rb +47 -110
  32. data/lib/rdf/vocab/geojson.rb +82 -17
  33. data/lib/rdf/vocab/geonames.rb +1508 -1351
  34. data/lib/rdf/vocab/gr.rb +861 -565
  35. data/lib/rdf/vocab/gs1.rb +1597 -1
  36. data/lib/rdf/vocab/ht.rb +204 -41
  37. data/lib/rdf/vocab/hydra.rb +335 -60
  38. data/lib/rdf/vocab/iana.rb +301 -114
  39. data/lib/rdf/vocab/ical.rb +534 -121
  40. data/lib/rdf/vocab/identifiers.rb +459 -499
  41. data/lib/rdf/vocab/iiif.rb +161 -26
  42. data/lib/rdf/vocab/jsonld.rb +179 -53
  43. data/lib/rdf/vocab/ldp.rb +130 -1
  44. data/lib/rdf/vocab/lrmi.rb +85 -17
  45. data/lib/rdf/vocab/ma.rb +460 -80
  46. data/lib/rdf/vocab/mads.rb +610 -22
  47. data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +813 -4
  48. data/lib/rdf/vocab/mo.rb +1115 -540
  49. data/lib/rdf/vocab/mods.rb +635 -124
  50. data/lib/rdf/vocab/nfo.rb +1 -1
  51. data/lib/rdf/vocab/oa.rb +343 -73
  52. data/lib/rdf/vocab/og.rb +100 -1
  53. data/lib/rdf/vocab/ogc.rb +42 -9
  54. data/lib/rdf/vocab/ore.rb +69 -14
  55. data/lib/rdf/vocab/org.rb +235 -47
  56. data/lib/rdf/vocab/pcdm.rb +58 -34
  57. data/lib/rdf/vocab/pplan.rb +21 -136
  58. data/lib/rdf/vocab/premis.rb +1171 -779
  59. data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +156 -2
  60. data/lib/rdf/vocab/prov.rb +700 -107
  61. data/lib/rdf/vocab/ptr.rb +172 -37
  62. data/lib/rdf/vocab/rightsstatements.rb +17 -13
  63. data/lib/rdf/vocab/rsa.rb +30 -1
  64. data/lib/rdf/vocab/rss.rb +52 -11
  65. data/lib/rdf/vocab/schema.rb +14970 -3993
  66. data/lib/rdf/vocab/schemas.rb +27066 -0
  67. data/lib/rdf/vocab/sd.rb +372 -0
  68. data/lib/rdf/vocab/sh.rb +919 -184
  69. data/lib/rdf/vocab/sioc.rb +498 -98
  70. data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +46 -9
  71. data/lib/rdf/vocab/sioctypes.rb +434 -0
  72. data/lib/rdf/vocab/skos.rb +160 -44
  73. data/lib/rdf/vocab/skosxl.rb +40 -11
  74. data/lib/rdf/vocab/v.rb +323 -37
  75. data/lib/rdf/vocab/vcard.rb +625 -119
  76. data/lib/rdf/vocab/vmd.rb +323 -37
  77. data/lib/rdf/vocab/void.rb +147 -27
  78. data/lib/rdf/vocab/vs.rb +23 -5
  79. data/lib/rdf/vocab/wdrs.rb +112 -23
  80. data/lib/rdf/vocab/wot.rb +96 -19
  81. data/lib/rdf/vocab/xhtml.rb +2 -1
  82. data/lib/rdf/vocab/xhv.rb +422 -201
  83. data/lib/rdf/vocab/xkos.rb +156 -7
  84. data/spec/extensions_spec.rb +68 -0
  85. data/spec/vocab_spec.rb +10 -0
  86. metadata +20 -11
  87. data/lib/rdf/vocab/sioct.rb +0 -277
@@ -0,0 +1,372 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
3
+ # This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/sparql-service-description#
4
+ require 'rdf'
5
+ module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://www.w3.org/ns/sparql-service-description#>
8
+ # #
9
+ # class SD < RDF::StrictVocabulary
10
+ # # An instance of sd:Aggregate represents an aggregate that may be used in a SPARQL aggregate query (for instance in a HAVING clause or SELECT expression) besides the standard list of supported aggregates COUNT, SUM, MIN, MAX, AVG, GROUP_CONCAT, and SAMPLE.
11
+ # # @return [RDF::Vocabulary::Term]
12
+ # attr_reader :Aggregate
13
+ #
14
+ # # An instance of sd:Dataset represents a RDF Dataset comprised of a default graph and zero or more named graphs.
15
+ # # @return [RDF::Vocabulary::Term]
16
+ # attr_reader :Dataset
17
+ #
18
+ # # An instance of sd:EntailmentProfile represents a profile of an entailment regime. An entailment profile MAY impose restrictions on what constitutes valid RDF with respect to entailment.
19
+ # # @return [RDF::Vocabulary::Term]
20
+ # attr_reader :EntailmentProfile
21
+ #
22
+ # # An instance of sd:EntailmentRegime represents an entailment regime used in basic graph pattern matching (as described by SPARQL 1.1 Query Language).
23
+ # # @return [RDF::Vocabulary::Term]
24
+ # attr_reader :EntailmentRegime
25
+ #
26
+ # # An instance of sd:Feature represents a feature of a SPARQL service. Specific types of features include functions, aggregates, languages, and entailment regimes and profiles. This document defines five instances of sd:Feature: sd:DereferencesURIs, sd:UnionDefaultGraph, sd:RequiresDataset, sd:EmptyGraphs, and sd:BasicFederatedQuery.
27
+ # # @return [RDF::Vocabulary::Term]
28
+ # attr_reader :Feature
29
+ #
30
+ # # An instance of sd:Function represents a function that may be used in a SPARQL SELECT expression or a FILTER, HAVING, GROUP BY, ORDER BY, or BIND clause.
31
+ # # @return [RDF::Vocabulary::Term]
32
+ # attr_reader :Function
33
+ #
34
+ # # An instance of sd:Graph represents the description of an RDF graph.
35
+ # # @return [RDF::Vocabulary::Term]
36
+ # attr_reader :Graph
37
+ #
38
+ # # An instance of sd:GraphCollection represents a collection of zero or more named graph descriptions. Each named graph description belonging to an sd:GraphCollection MUST be linked with the sd:namedGraph predicate.
39
+ # # @return [RDF::Vocabulary::Term]
40
+ # attr_reader :GraphCollection
41
+ #
42
+ # # An instance of sd:Language represents one of the SPARQL languages, including specific configurations providing particular features or extensions. This document defines three instances of sd:Language: sd:SPARQL10Query, sd:SPARQL11Query, and sd:SPARQL11Update.
43
+ # # @return [RDF::Vocabulary::Term]
44
+ # attr_reader :Language
45
+ #
46
+ # # An instance of sd:NamedGraph represents a named graph having a name (via sd:name) and an optional graph description (via sd:graph).
47
+ # # @return [RDF::Vocabulary::Term]
48
+ # attr_reader :NamedGraph
49
+ #
50
+ # # An instance of sd:Service represents a SPARQL service made available via the SPARQL Protocol.
51
+ # # @return [RDF::Vocabulary::Term]
52
+ # attr_reader :Service
53
+ #
54
+ # # Relates an instance of sd:Service to a description of the graphs which are allowed in the construction of a dataset either via the SPARQL Protocol, with FROM/FROM NAMED clauses in a query, or with USING/USING NAMED in an update request, if the service limits the scope of dataset construction.
55
+ # # @return [RDF::Vocabulary::Term]
56
+ # attr_reader :availableGraphs
57
+ #
58
+ # # Relates an instance of sd:Service to a description of the default dataset available when no explicit dataset is specified in the query, update request or via protocol parameters.
59
+ # # @return [RDF::Vocabulary::Term]
60
+ # attr_reader :defaultDataset
61
+ #
62
+ # # Relates an instance of sd:Service with a resource representing an entailment regime used for basic graph pattern matching. This property is intended for use when a single entailment regime by default applies to all graphs in the default dataset of the service. In situations where a different entailment regime applies to a specific graph in the dataset, the sd:entailmentRegime property should be used to indicate this fact in the description of that graph.
63
+ # # @return [RDF::Vocabulary::Term]
64
+ # attr_reader :defaultEntailmentRegime
65
+ #
66
+ # # Relates an instance of sd:Dataset to the description of its default graph.
67
+ # # @return [RDF::Vocabulary::Term]
68
+ # attr_reader :defaultGraph
69
+ #
70
+ # # Relates an instance of sd:Service with a resource representing a supported profile of the default entailment regime (as declared by sd:defaultEntailmentRegime).
71
+ # # @return [RDF::Vocabulary::Term]
72
+ # attr_reader :defaultSupportedEntailmentProfile
73
+ #
74
+ # # The SPARQL endpoint of an sd:Service that implements the SPARQL Protocol service. The object of the sd:endpoint property is an IRI.
75
+ # # @return [RDF::Vocabulary::Term]
76
+ # attr_reader :endpoint
77
+ #
78
+ # # Relates a named graph description with a resource representing an entailment regime used for basic graph pattern matching over that graph.
79
+ # # @return [RDF::Vocabulary::Term]
80
+ # attr_reader :entailmentRegime
81
+ #
82
+ # # Relates an instance of sd:Service to an aggregate that may be used in a SPARQL aggregate query (for instance in a HAVING clause or SELECT expression) besides the standard list of supported aggregates COUNT, SUM, MIN, MAX, AVG, GROUP_CONCAT, and SAMPLE
83
+ # # @return [RDF::Vocabulary::Term]
84
+ # attr_reader :extensionAggregate
85
+ #
86
+ # # Relates an instance of sd:Service to a function that may be used in a SPARQL SELECT expression or a FILTER, HAVING, GROUP BY, ORDER BY, or BIND clause.
87
+ # # @return [RDF::Vocabulary::Term]
88
+ # attr_reader :extensionFunction
89
+ #
90
+ # # Relates an instance of sd:Service with a resource representing a supported feature.
91
+ # # @return [RDF::Vocabulary::Term]
92
+ # attr_reader :feature
93
+ #
94
+ # # Relates a named graph to its graph description.
95
+ # # @return [RDF::Vocabulary::Term]
96
+ # attr_reader :graph
97
+ #
98
+ # # Relates an instance of sd:Service to a format that is supported for parsing RDF input; for example, via a SPARQL 1.1 Update LOAD statement, or when URIs are dereferenced in FROM/FROM NAMED/USING/USING NAMED clauses.
99
+ # # @return [RDF::Vocabulary::Term]
100
+ # attr_reader :inputFormat
101
+ #
102
+ # # Relates an instance of sd:Service to a resource representing an implemented extension to the SPARQL Query or Update language.
103
+ # # @return [RDF::Vocabulary::Term]
104
+ # attr_reader :languageExtension
105
+ #
106
+ # # Relates a named graph to the name by which it may be referenced in a FROM/FROM NAMED clause. The object of the sd:name property is an IRI.
107
+ # # @return [RDF::Vocabulary::Term]
108
+ # attr_reader :name
109
+ #
110
+ # # Relates an instance of sd:GraphCollection (or its subclass sd:Dataset) to the description of one of its named graphs. The description of such a named graph MUST include the sd:name property and MAY include the sd:graph property.
111
+ # # @return [RDF::Vocabulary::Term]
112
+ # attr_reader :namedGraph
113
+ #
114
+ # # Relates an instance of sd:Service to a resource representing an implemented feature that extends the SPARQL Query or Update language and that is accessed by using the named property.
115
+ # # @return [RDF::Vocabulary::Term]
116
+ # attr_reader :propertyFeature
117
+ #
118
+ # # Relates an instance of sd:Service to a format that is supported for serializing query results.
119
+ # # @return [RDF::Vocabulary::Term]
120
+ # attr_reader :resultFormat
121
+ #
122
+ # # Relates a named graph description with a resource representing a supported profile of the entailment regime (as declared by sd:entailmentRegime) used for basic graph pattern matching over that graph.
123
+ # # @return [RDF::Vocabulary::Term]
124
+ # attr_reader :supportedEntailmentProfile
125
+ #
126
+ # # Relates an instance of sd:Service to a SPARQL language (e.g. Query and Update) that it implements.
127
+ # # @return [RDF::Vocabulary::Term]
128
+ # attr_reader :supportedLanguage
129
+ #
130
+ # # sd:BasicFederatedQuery, when used as the object of the sd:feature property, indicates that the SPARQL service supports basic federated query using the SERVICE keyword as defined by SPARQL 1.1 Federation Extensions.
131
+ # # @return [RDF::Vocabulary::Term]
132
+ # attr_reader :BasicFederatedQuery
133
+ #
134
+ # # sd:DereferencesURIs, when used as the object of the sd:feature property, indicates that a SPARQL service will dereference URIs used in FROM/FROM NAMED and USING/USING NAMED clauses and use the resulting RDF in the dataset during query evaluation.
135
+ # # @return [RDF::Vocabulary::Term]
136
+ # attr_reader :DereferencesURIs
137
+ #
138
+ # # sd:EmptyGraphs, when used as the object of the sd:feature property, indicates that the underlying graph store supports empty graphs. A graph store that supports empty graphs MUST NOT remove graphs that are left empty after triples are removed from them.
139
+ # # @return [RDF::Vocabulary::Term]
140
+ # attr_reader :EmptyGraphs
141
+ #
142
+ # # sd:RequiresDataset, when used as the object of the sd:feature property, indicates that the SPARQL service requires an explicit dataset declaration (based on either FROM/FROM NAMED clauses in a query, USING/USING NAMED clauses in an update, or the appropriate SPARQL Protocol parameters).
143
+ # # @return [RDF::Vocabulary::Term]
144
+ # attr_reader :RequiresDataset
145
+ #
146
+ # # sd:SPARQL10Query is an sd:Language representing the SPARQL 1.0 Query language.
147
+ # # @return [RDF::Vocabulary::Term]
148
+ # attr_reader :SPARQL10Query
149
+ #
150
+ # # sd:SPARQL11Query is an sd:Language representing the SPARQL 1.1 Query language.
151
+ # # @return [RDF::Vocabulary::Term]
152
+ # attr_reader :SPARQL11Query
153
+ #
154
+ # # sd:SPARQLUpdate is an sd:Language representing the SPARQL 1.1 Update language.
155
+ # # @return [RDF::Vocabulary::Term]
156
+ # attr_reader :SPARQL11Update
157
+ #
158
+ # # sd:UnionDefaultGraph, when used as the object of the sd:feature property, indicates that the default graph of the dataset used during query and update evaluation (when an explicit dataset is not specified) is comprised of the union of all the named graphs in that dataset.
159
+ # # @return [RDF::Vocabulary::Term]
160
+ # attr_reader :UnionDefaultGraph
161
+ #
162
+ # end
163
+ SD = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/sparql-service-description#")) do
164
+
165
+ # Class definitions
166
+ term :Aggregate,
167
+ comment: "An instance of sd:Aggregate represents an aggregate that may be used in a SPARQL aggregate query (for instance in a HAVING clause or SELECT expression) besides the standard list of supported aggregates COUNT, SUM, MIN, MAX, AVG, GROUP_CONCAT, and SAMPLE.".freeze,
168
+ label: "Aggregate".freeze,
169
+ subClassOf: "sd:Feature".freeze,
170
+ type: "rdfs:Class".freeze
171
+ term :Dataset,
172
+ comment: "An instance of sd:Dataset represents a RDF Dataset comprised of a default graph and zero or more named graphs.".freeze,
173
+ label: "Dataset".freeze,
174
+ subClassOf: "sd:GraphCollection".freeze,
175
+ type: "rdfs:Class".freeze
176
+ term :EntailmentProfile,
177
+ comment: "An instance of sd:EntailmentProfile represents a profile of an entailment regime. An entailment profile MAY impose restrictions on what constitutes valid RDF with respect to entailment.".freeze,
178
+ label: "Entailment Profile".freeze,
179
+ subClassOf: "sd:Feature".freeze,
180
+ type: "rdfs:Class".freeze
181
+ term :EntailmentRegime,
182
+ comment: "An instance of sd:EntailmentRegime represents an entailment regime used in basic graph pattern matching (as described by SPARQL 1.1 Query Language).".freeze,
183
+ label: "Entailment Regime".freeze,
184
+ subClassOf: "sd:Feature".freeze,
185
+ type: "rdfs:Class".freeze
186
+ term :Feature,
187
+ comment: "An instance of sd:Feature represents a feature of a SPARQL service. Specific types of features include functions, aggregates, languages, and entailment regimes and profiles. This document defines five instances of sd:Feature: sd:DereferencesURIs, sd:UnionDefaultGraph, sd:RequiresDataset, sd:EmptyGraphs, and sd:BasicFederatedQuery.".freeze,
188
+ label: "Feature".freeze,
189
+ type: "rdfs:Class".freeze
190
+ term :Function,
191
+ comment: "An instance of sd:Function represents a function that may be used in a SPARQL SELECT expression or a FILTER, HAVING, GROUP BY, ORDER BY, or BIND clause.".freeze,
192
+ label: "Function".freeze,
193
+ subClassOf: "sd:Feature".freeze,
194
+ type: "rdfs:Class".freeze
195
+ term :Graph,
196
+ comment: "An instance of sd:Graph represents the description of an RDF graph.".freeze,
197
+ label: "Graph".freeze,
198
+ type: "rdfs:Class".freeze
199
+ term :GraphCollection,
200
+ comment: "An instance of sd:GraphCollection represents a collection of zero or more named graph descriptions. Each named graph description belonging to an sd:GraphCollection MUST be linked with the sd:namedGraph predicate.".freeze,
201
+ label: "Graph Collection".freeze,
202
+ type: "rdfs:Class".freeze
203
+ term :Language,
204
+ comment: "An instance of sd:Language represents one of the SPARQL languages, including specific configurations providing particular features or extensions. This document defines three instances of sd:Language: sd:SPARQL10Query, sd:SPARQL11Query, and sd:SPARQL11Update.".freeze,
205
+ label: "Language".freeze,
206
+ subClassOf: "sd:Feature".freeze,
207
+ type: "rdfs:Class".freeze
208
+ term :NamedGraph,
209
+ comment: "An instance of sd:NamedGraph represents a named graph having a name (via sd:name) and an optional graph description (via sd:graph).".freeze,
210
+ label: "Named Graph".freeze,
211
+ type: "rdfs:Class".freeze
212
+ term :Service,
213
+ comment: "An instance of sd:Service represents a SPARQL service made available via the SPARQL Protocol.".freeze,
214
+ label: "Service".freeze,
215
+ type: "rdfs:Class".freeze
216
+
217
+ # Property definitions
218
+ property :availableGraphs,
219
+ comment: "Relates an instance of sd:Service to a description of the graphs which are allowed in the construction of a dataset either via the SPARQL Protocol, with FROM/FROM NAMED clauses in a query, or with USING/USING NAMED in an update request, if the service limits the scope of dataset construction.".freeze,
220
+ domain: "sd:Service".freeze,
221
+ label: "available graph descriptions".freeze,
222
+ range: "sd:GraphCollection".freeze,
223
+ type: "rdf:Property".freeze
224
+ property :defaultDataset,
225
+ comment: "Relates an instance of sd:Service to a description of the default dataset available when no explicit dataset is specified in the query, update request or via protocol parameters.".freeze,
226
+ domain: "sd:Service".freeze,
227
+ label: "default dataset description".freeze,
228
+ range: "sd:Dataset".freeze,
229
+ type: ["owl:InverseFunctionalProperty".freeze, "rdf:Property".freeze]
230
+ property :defaultEntailmentRegime,
231
+ comment: "Relates an instance of sd:Service with a resource representing an entailment regime used for basic graph pattern matching. This property is intended for use when a single entailment regime by default applies to all graphs in the default dataset of the service. In situations where a different entailment regime applies to a specific graph in the dataset, the sd:entailmentRegime property should be used to indicate this fact in the description of that graph.".freeze,
232
+ domain: "sd:Service".freeze,
233
+ label: "default entailment regime".freeze,
234
+ range: "sd:EntailmentRegime".freeze,
235
+ subPropertyOf: "sd:feature".freeze,
236
+ type: "rdf:Property".freeze
237
+ property :defaultGraph,
238
+ comment: "Relates an instance of sd:Dataset to the description of its default graph.".freeze,
239
+ domain: "sd:Dataset".freeze,
240
+ label: "default graph".freeze,
241
+ range: "sd:Graph".freeze,
242
+ type: "rdf:Property".freeze
243
+ property :defaultSupportedEntailmentProfile,
244
+ comment: "Relates an instance of sd:Service with a resource representing a supported profile of the default entailment regime (as declared by sd:defaultEntailmentRegime).".freeze,
245
+ domain: "sd:Service".freeze,
246
+ label: "default supported entailment profile".freeze,
247
+ range: "sd:EntailmentProfile".freeze,
248
+ subPropertyOf: "sd:feature".freeze,
249
+ type: "rdf:Property".freeze
250
+ property :endpoint,
251
+ comment: "The SPARQL endpoint of an sd:Service that implements the SPARQL Protocol service. The object of the sd:endpoint property is an IRI.".freeze,
252
+ domain: "sd:Service".freeze,
253
+ label: "endpoint".freeze,
254
+ type: ["owl:InverseFunctionalProperty".freeze, "rdf:Property".freeze]
255
+ property :entailmentRegime,
256
+ comment: "Relates a named graph description with a resource representing an entailment regime used for basic graph pattern matching over that graph.".freeze,
257
+ domain: "sd:NamedGraph".freeze,
258
+ label: "entailment regime".freeze,
259
+ range: "sd:EntailmentRegime".freeze,
260
+ type: "rdf:Property".freeze
261
+ property :extensionAggregate,
262
+ comment: "Relates an instance of sd:Service to an aggregate that may be used in a SPARQL aggregate query (for instance in a HAVING clause or SELECT expression) besides the standard list of supported aggregates COUNT, SUM, MIN, MAX, AVG, GROUP_CONCAT, and SAMPLE".freeze,
263
+ domain: "sd:Service".freeze,
264
+ label: "extension aggregate".freeze,
265
+ range: "sd:Aggregate".freeze,
266
+ subPropertyOf: "sd:feature".freeze,
267
+ type: "rdf:Property".freeze
268
+ property :extensionFunction,
269
+ comment: "Relates an instance of sd:Service to a function that may be used in a SPARQL SELECT expression or a FILTER, HAVING, GROUP BY, ORDER BY, or BIND clause.".freeze,
270
+ domain: "sd:Service".freeze,
271
+ label: "extension function".freeze,
272
+ range: "sd:Function".freeze,
273
+ subPropertyOf: "sd:feature".freeze,
274
+ type: "rdf:Property".freeze
275
+ property :feature,
276
+ comment: "Relates an instance of sd:Service with a resource representing a supported feature.".freeze,
277
+ domain: "sd:Service".freeze,
278
+ label: "feature".freeze,
279
+ range: "sd:Feature".freeze,
280
+ type: "rdf:Property".freeze
281
+ property :graph,
282
+ comment: "Relates a named graph to its graph description.".freeze,
283
+ domain: "sd:NamedGraph".freeze,
284
+ label: "graph".freeze,
285
+ range: "sd:Graph".freeze,
286
+ type: "rdf:Property".freeze
287
+ property :inputFormat,
288
+ comment: "Relates an instance of sd:Service to a format that is supported for parsing RDF input; for example, via a SPARQL 1.1 Update LOAD statement, or when URIs are dereferenced in FROM/FROM NAMED/USING/USING NAMED clauses.".freeze,
289
+ domain: "sd:Service".freeze,
290
+ label: "input format".freeze,
291
+ range: "http://www.w3.org/ns/formats/Format".freeze,
292
+ type: "rdf:Property".freeze
293
+ property :languageExtension,
294
+ comment: "Relates an instance of sd:Service to a resource representing an implemented extension to the SPARQL Query or Update language.".freeze,
295
+ domain: "sd:Service".freeze,
296
+ label: "language extension".freeze,
297
+ range: "sd:Feature".freeze,
298
+ subPropertyOf: "sd:feature".freeze,
299
+ type: "rdf:Property".freeze
300
+ property :name,
301
+ comment: "Relates a named graph to the name by which it may be referenced in a FROM/FROM NAMED clause. The object of the sd:name property is an IRI.".freeze,
302
+ domain: "sd:NamedGraph".freeze,
303
+ label: "name".freeze,
304
+ type: "rdf:Property".freeze
305
+ property :namedGraph,
306
+ comment: "Relates an instance of sd:GraphCollection (or its subclass sd:Dataset) to the description of one of its named graphs. The description of such a named graph MUST include the sd:name property and MAY include the sd:graph property.".freeze,
307
+ domain: "sd:GraphCollection".freeze,
308
+ label: "named graph".freeze,
309
+ range: "sd:NamedGraph".freeze,
310
+ type: "rdf:Property".freeze
311
+ property :propertyFeature,
312
+ comment: "Relates an instance of sd:Service to a resource representing an implemented feature that extends the SPARQL Query or Update language and that is accessed by using the named property.".freeze,
313
+ domain: "sd:Service".freeze,
314
+ label: "property feature".freeze,
315
+ range: "sd:Feature".freeze,
316
+ subPropertyOf: "sd:feature".freeze,
317
+ type: "rdf:Property".freeze
318
+ property :resultFormat,
319
+ comment: "Relates an instance of sd:Service to a format that is supported for serializing query results.".freeze,
320
+ domain: "sd:Service".freeze,
321
+ label: "result format".freeze,
322
+ range: "http://www.w3.org/ns/formats/Format".freeze,
323
+ type: "rdf:Property".freeze
324
+ property :supportedEntailmentProfile,
325
+ comment: "Relates a named graph description with a resource representing a supported profile of the entailment regime (as declared by sd:entailmentRegime) used for basic graph pattern matching over that graph.".freeze,
326
+ domain: "sd:NamedGraph".freeze,
327
+ label: "supported entailment profile".freeze,
328
+ range: "sd:EntailmentProfile".freeze,
329
+ type: "rdf:Property".freeze
330
+ property :supportedLanguage,
331
+ comment: "Relates an instance of sd:Service to a SPARQL language (e.g. Query and Update) that it implements.".freeze,
332
+ domain: "sd:Service".freeze,
333
+ label: "supported language".freeze,
334
+ range: "sd:Language".freeze,
335
+ subPropertyOf: "sd:feature".freeze,
336
+ type: "rdf:Property".freeze
337
+
338
+ # Extra definitions
339
+ term :BasicFederatedQuery,
340
+ comment: "sd:BasicFederatedQuery, when used as the object of the sd:feature property, indicates that the SPARQL service supports basic federated query using the SERVICE keyword as defined by SPARQL 1.1 Federation Extensions.".freeze,
341
+ label: "Basic Federated Query".freeze,
342
+ type: "sd:Feature".freeze
343
+ term :DereferencesURIs,
344
+ comment: "sd:DereferencesURIs, when used as the object of the sd:feature property, indicates that a SPARQL service will dereference URIs used in FROM/FROM NAMED and USING/USING NAMED clauses and use the resulting RDF in the dataset during query evaluation.".freeze,
345
+ label: "Dereferences URIs".freeze,
346
+ type: "sd:Feature".freeze
347
+ term :EmptyGraphs,
348
+ comment: "sd:EmptyGraphs, when used as the object of the sd:feature property, indicates that the underlying graph store supports empty graphs. A graph store that supports empty graphs MUST NOT remove graphs that are left empty after triples are removed from them.".freeze,
349
+ label: "Empty Graphs".freeze,
350
+ type: "sd:Feature".freeze
351
+ term :RequiresDataset,
352
+ comment: "sd:RequiresDataset, when used as the object of the sd:feature property, indicates that the SPARQL service requires an explicit dataset declaration (based on either FROM/FROM NAMED clauses in a query, USING/USING NAMED clauses in an update, or the appropriate SPARQL Protocol parameters).".freeze,
353
+ label: "Requires Dataset".freeze,
354
+ type: "sd:Feature".freeze
355
+ term :SPARQL10Query,
356
+ comment: "sd:SPARQL10Query is an sd:Language representing the SPARQL 1.0 Query language.".freeze,
357
+ label: "SPARQL 1.0 Query".freeze,
358
+ type: "sd:Language".freeze
359
+ term :SPARQL11Query,
360
+ comment: "sd:SPARQL11Query is an sd:Language representing the SPARQL 1.1 Query language.".freeze,
361
+ label: "SPARQL 1.1 Query".freeze,
362
+ type: "sd:Language".freeze
363
+ term :SPARQL11Update,
364
+ comment: "sd:SPARQLUpdate is an sd:Language representing the SPARQL 1.1 Update language.".freeze,
365
+ label: "SPARQL 1.1 Update".freeze,
366
+ type: "sd:Language".freeze
367
+ term :UnionDefaultGraph,
368
+ comment: "sd:UnionDefaultGraph, when used as the object of the sd:feature property, indicates that the default graph of the dataset used during query and update evaluation (when an explicit dataset is not specified) is comprised of the union of all the named graphs in that dataset.".freeze,
369
+ label: "Union Default Graph".freeze,
370
+ type: "sd:Feature".freeze
371
+ end
372
+ end
@@ -5,13 +5,748 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://www.w3.org/ns/shacl#>
8
+ # #
9
+ # # W3C Shapes Constraint Language (SHACL) Vocabulary
10
+ # #
11
+ # # This vocabulary defines terms used in SHACL, the W3C Shapes Constraint Language.
8
12
  # class SH < RDF::StrictVocabulary
13
+ # # The base class of validation results, typically not instantiated directly.
14
+ # # @return [RDF::Vocabulary::Term]
15
+ # attr_reader :AbstractResult
16
+ #
17
+ # # The class of constraint components.
18
+ # # @return [RDF::Vocabulary::Term]
19
+ # attr_reader :ConstraintComponent
20
+ #
21
+ # # The class of SHACL functions.
22
+ # # @return [RDF::Vocabulary::Term]
23
+ # attr_reader :Function
24
+ #
25
+ # # The class of constraints backed by a JavaScript function.
26
+ # # @return [RDF::Vocabulary::Term]
27
+ # attr_reader :JSConstraint
28
+ #
29
+ # # Abstract base class of resources that declare an executable JavaScript.
30
+ # # @return [RDF::Vocabulary::Term]
31
+ # attr_reader :JSExecutable
32
+ #
33
+ # # The class of SHACL functions that execute a JavaScript function when called.
34
+ # # @return [RDF::Vocabulary::Term]
35
+ # attr_reader :JSFunction
36
+ #
37
+ # # Represents a JavaScript library, typically identified by one or more URLs of files to include.
38
+ # # @return [RDF::Vocabulary::Term]
39
+ # attr_reader :JSLibrary
40
+ #
41
+ # # The class of SHACL rules expressed using JavaScript.
42
+ # # @return [RDF::Vocabulary::Term]
43
+ # attr_reader :JSRule
44
+ #
45
+ # # The class of targets that are based on JavaScript functions.
46
+ # # @return [RDF::Vocabulary::Term]
47
+ # attr_reader :JSTarget
48
+ #
49
+ # # The (meta) class for parameterizable targets that are based on JavaScript functions.
50
+ # # @return [RDF::Vocabulary::Term]
51
+ # attr_reader :JSTargetType
52
+ #
53
+ # # A SHACL validator based on JavaScript. This can be used to declare SHACL constraint components that perform JavaScript-based validation when used.
54
+ # # @return [RDF::Vocabulary::Term]
55
+ # attr_reader :JSValidator
56
+ #
57
+ # # The class of all node kinds, including sh:BlankNode, sh:IRI, sh:Literal or the combinations of these: sh:BlankNodeOrIRI, sh:BlankNodeOrLiteral, sh:IRIOrLiteral.
58
+ # # @return [RDF::Vocabulary::Term]
59
+ # attr_reader :NodeKind
60
+ #
61
+ # # A node shape is a shape that specifies constraint that need to be met with respect to focus nodes.
62
+ # # @return [RDF::Vocabulary::Term]
63
+ # attr_reader :NodeShape
64
+ #
65
+ # # The class of parameter declarations, consisting of a path predicate and (possibly) information about allowed value type, cardinality and other characteristics.
66
+ # # @return [RDF::Vocabulary::Term]
67
+ # attr_reader :Parameter
68
+ #
69
+ # # Superclass of components that can take parameters, especially functions and constraint components.
70
+ # # @return [RDF::Vocabulary::Term]
71
+ # attr_reader :Parameterizable
72
+ #
73
+ # # The class of prefix declarations, consisting of pairs of a prefix with a namespace.
74
+ # # @return [RDF::Vocabulary::Term]
75
+ # attr_reader :PrefixDeclaration
76
+ #
77
+ # # Instances of this class represent groups of property shapes that belong together.
78
+ # # @return [RDF::Vocabulary::Term]
79
+ # attr_reader :PropertyGroup
80
+ #
81
+ # # A property shape is a shape that specifies constraints on the values of a focus node for a given property or path.
82
+ # # @return [RDF::Vocabulary::Term]
83
+ # attr_reader :PropertyShape
84
+ #
85
+ # # A class of result annotations, which define the rules to derive the values of a given annotation property as extra values for a validation result.
86
+ # # @return [RDF::Vocabulary::Term]
87
+ # attr_reader :ResultAnnotation
88
+ #
89
+ # # The class of SHACL rules. Never instantiated directly.
90
+ # # @return [RDF::Vocabulary::Term]
91
+ # attr_reader :Rule
92
+ #
93
+ # # The class of SPARQL executables that are based on an ASK query.
94
+ # # @return [RDF::Vocabulary::Term]
95
+ # attr_reader :SPARQLAskExecutable
96
+ #
97
+ # # The class of validators based on SPARQL ASK queries. The queries are evaluated for each value node and are supposed to return true if the given node conforms.
98
+ # # @return [RDF::Vocabulary::Term]
99
+ # attr_reader :SPARQLAskValidator
100
+ #
101
+ # # The class of constraints based on SPARQL SELECT queries.
102
+ # # @return [RDF::Vocabulary::Term]
103
+ # attr_reader :SPARQLConstraint
104
+ #
105
+ # # The class of SPARQL executables that are based on a CONSTRUCT query.
106
+ # # @return [RDF::Vocabulary::Term]
107
+ # attr_reader :SPARQLConstructExecutable
108
+ #
109
+ # # The class of resources that encapsulate a SPARQL query.
110
+ # # @return [RDF::Vocabulary::Term]
111
+ # attr_reader :SPARQLExecutable
112
+ #
113
+ # # A function backed by a SPARQL query - either ASK or SELECT.
114
+ # # @return [RDF::Vocabulary::Term]
115
+ # attr_reader :SPARQLFunction
116
+ #
117
+ # # The class of SHACL rules based on SPARQL CONSTRUCT queries.
118
+ # # @return [RDF::Vocabulary::Term]
119
+ # attr_reader :SPARQLRule
120
+ #
121
+ # # The class of SPARQL executables based on a SELECT query.
122
+ # # @return [RDF::Vocabulary::Term]
123
+ # attr_reader :SPARQLSelectExecutable
124
+ #
125
+ # # The class of validators based on SPARQL SELECT queries. The queries are evaluated for each focus node and are supposed to produce bindings for all focus nodes that do not conform.
126
+ # # @return [RDF::Vocabulary::Term]
127
+ # attr_reader :SPARQLSelectValidator
128
+ #
129
+ # # The class of targets that are based on SPARQL queries.
130
+ # # @return [RDF::Vocabulary::Term]
131
+ # attr_reader :SPARQLTarget
132
+ #
133
+ # # The (meta) class for parameterizable targets that are based on SPARQL queries.
134
+ # # @return [RDF::Vocabulary::Term]
135
+ # attr_reader :SPARQLTargetType
136
+ #
137
+ # # The class of SPARQL executables based on a SPARQL UPDATE.
138
+ # # @return [RDF::Vocabulary::Term]
139
+ # attr_reader :SPARQLUpdateExecutable
140
+ #
141
+ # # The class of validation result severity levels, including violation and warning levels.
142
+ # # @return [RDF::Vocabulary::Term]
143
+ # attr_reader :Severity
144
+ #
145
+ # # A shape is a collection of constraints that may be targeted for certain nodes.
146
+ # # @return [RDF::Vocabulary::Term]
147
+ # attr_reader :Shape
148
+ #
149
+ # # The base class of targets such as those based on SPARQL queries.
150
+ # # @return [RDF::Vocabulary::Term]
151
+ # attr_reader :Target
152
+ #
153
+ # # The (meta) class for parameterizable targets. Instances of this are instantiated as values of the sh:target property.
154
+ # # @return [RDF::Vocabulary::Term]
155
+ # attr_reader :TargetType
156
+ #
157
+ # # @return [RDF::Vocabulary::Term]
158
+ # attr_reader :TripleRule
159
+ #
160
+ # # The class of SHACL validation reports.
161
+ # # @return [RDF::Vocabulary::Term]
162
+ # attr_reader :ValidationReport
163
+ #
164
+ # # The class of validation results.
165
+ # # @return [RDF::Vocabulary::Term]
166
+ # attr_reader :ValidationResult
167
+ #
168
+ # # The class of validators, which provide instructions on how to process a constraint definition. This class serves as base class for the SPARQL-based validators and other possible implementations.
169
+ # # @return [RDF::Vocabulary::Term]
170
+ # attr_reader :Validator
171
+ #
172
+ # # The (single) value of this property must be a list of path elements, representing the elements of alternative paths.
173
+ # # @return [RDF::Vocabulary::Term]
174
+ # attr_reader :alternativePath
175
+ #
176
+ # # RDF list of shapes to validate the value nodes against.
177
+ # # @return [RDF::Vocabulary::Term]
178
+ # attr_reader :and
179
+ #
180
+ # # The annotation property that shall be set.
181
+ # # @return [RDF::Vocabulary::Term]
182
+ # attr_reader :annotationProperty
183
+ #
184
+ # # The (default) values of the annotation property.
185
+ # # @return [RDF::Vocabulary::Term]
186
+ # attr_reader :annotationValue
187
+ #
188
+ # # The name of the SPARQL variable from the SELECT clause that shall be used for the values.
189
+ # # @return [RDF::Vocabulary::Term]
190
+ # attr_reader :annotationVarName
191
+ #
192
+ # # The SPARQL ASK query to execute.
193
+ # # @return [RDF::Vocabulary::Term]
194
+ # attr_reader :ask
195
+ #
196
+ # # The type that all value nodes must have.
197
+ # # @return [RDF::Vocabulary::Term]
198
+ # attr_reader :class
199
+ #
200
+ # # If set to true then the shape is closed.
201
+ # # @return [RDF::Vocabulary::Term]
202
+ # attr_reader :closed
203
+ #
204
+ # # The shapes that the focus nodes need to conform to before a rule is executed on them.
205
+ # # @return [RDF::Vocabulary::Term]
206
+ # attr_reader :condition
207
+ #
208
+ # # True if the validation did not produce any validation results, and false otherwise.
209
+ # # @return [RDF::Vocabulary::Term]
210
+ # attr_reader :conforms
211
+ #
212
+ # # The SPARQL CONSTRUCT query to execute.
213
+ # # @return [RDF::Vocabulary::Term]
214
+ # attr_reader :construct
215
+ #
216
+ # # Specifies an RDF datatype that all value nodes must have.
217
+ # # @return [RDF::Vocabulary::Term]
218
+ # attr_reader :datatype
219
+ #
220
+ # # If set to true then all nodes conform to this.
221
+ # # @return [RDF::Vocabulary::Term]
222
+ # attr_reader :deactivated
223
+ #
224
+ # # Links a resource with its namespace prefix declarations.
225
+ # # @return [RDF::Vocabulary::Term]
226
+ # attr_reader :declare
227
+ #
228
+ # # A default value for a property, for example for user interface tools to pre-populate input fields.
229
+ # # @return [RDF::Vocabulary::Term]
230
+ # attr_reader :defaultValue
231
+ #
232
+ # # Human-readable descriptions for the property in the context of the surrounding shape.
233
+ # # @return [RDF::Vocabulary::Term]
234
+ # attr_reader :description
235
+ #
236
+ # # Links a result with other results that provide more details, for example to describe violations against nested shapes.
237
+ # # @return [RDF::Vocabulary::Term]
238
+ # attr_reader :detail
239
+ #
240
+ # # Specifies a property where the set of values must be disjoint with the value nodes.
241
+ # # @return [RDF::Vocabulary::Term]
242
+ # attr_reader :disjoint
243
+ #
244
+ # # An entailment regime that indicates what kind of inferencing is required by a shapes graph.
245
+ # # @return [RDF::Vocabulary::Term]
246
+ # attr_reader :entailment
247
+ #
248
+ # # Specifies a property that must have the same values as the value nodes.
249
+ # # @return [RDF::Vocabulary::Term]
250
+ # attr_reader :equals
251
+ #
252
+ # # The node expression that must return true for the value nodes.
253
+ # # @return [RDF::Vocabulary::Term]
254
+ # attr_reader :expression
255
+ #
256
+ # # The shape that all input nodes of the expression need to conform to.
257
+ # # @return [RDF::Vocabulary::Term]
258
+ # attr_reader :filterShape
259
+ #
260
+ # # An optional flag to be used with regular expression pattern matching.
261
+ # # @return [RDF::Vocabulary::Term]
262
+ # attr_reader :flags
263
+ #
264
+ # # The focus node that was validated when the result was produced.
265
+ # # @return [RDF::Vocabulary::Term]
266
+ # attr_reader :focusNode
267
+ #
268
+ # # Can be used to link to a property group to indicate that a property shape belongs to a group of related property shapes.
269
+ # # @return [RDF::Vocabulary::Term]
270
+ # attr_reader :group
271
+ #
272
+ # # Specifies a value that must be among the value nodes.
273
+ # # @return [RDF::Vocabulary::Term]
274
+ # attr_reader :hasValue
275
+ #
276
+ # # An optional RDF list of properties that are also permitted in addition to those explicitly enumerated via sh:property/sh:path.
277
+ # # @return [RDF::Vocabulary::Term]
278
+ # attr_reader :ignoredProperties
279
+ #
280
+ # # Specifies a list of allowed values so that each value node must be among the members of the given list.
281
+ # # @return [RDF::Vocabulary::Term]
282
+ # attr_reader :in
283
+ #
284
+ # # A list of node expressions that shall be intersected.
285
+ # # @return [RDF::Vocabulary::Term]
286
+ # attr_reader :intersection
287
+ #
288
+ # # The (single) value of this property represents an inverse path (object to subject).
289
+ # # @return [RDF::Vocabulary::Term]
290
+ # attr_reader :inversePath
291
+ #
292
+ # # Constraints expressed in JavaScript.
293
+ # # @return [RDF::Vocabulary::Term]
294
+ # attr_reader :js
295
+ #
296
+ # # The name of the JavaScript function to execute.
297
+ # # @return [RDF::Vocabulary::Term]
298
+ # attr_reader :jsFunctionName
299
+ #
300
+ # # Declares which JavaScript libraries are needed to execute this.
301
+ # # @return [RDF::Vocabulary::Term]
302
+ # attr_reader :jsLibrary
303
+ #
304
+ # # Declares the URLs of a JavaScript library. This should be the absolute URL of a JavaScript file. Implementations may redirect those to local files.
305
+ # # @return [RDF::Vocabulary::Term]
306
+ # attr_reader :jsLibraryURL
307
+ #
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
+ # # @return [RDF::Vocabulary::Term]
310
+ # attr_reader :labelTemplate
311
+ #
312
+ # # Specifies a list of language tags that all value nodes must have.
313
+ # # @return [RDF::Vocabulary::Term]
314
+ # attr_reader :languageIn
315
+ #
316
+ # # Specifies a property that must have smaller values than the value nodes.
317
+ # # @return [RDF::Vocabulary::Term]
318
+ # attr_reader :lessThan
319
+ #
320
+ # # Specifies a property that must have smaller or equal values than the value nodes.
321
+ # # @return [RDF::Vocabulary::Term]
322
+ # attr_reader :lessThanOrEquals
323
+ #
324
+ # # Specifies the maximum number of values in the set of value nodes.
325
+ # # @return [RDF::Vocabulary::Term]
326
+ # attr_reader :maxCount
327
+ #
328
+ # # Specifies the maximum exclusive value of each value node.
329
+ # # @return [RDF::Vocabulary::Term]
330
+ # attr_reader :maxExclusive
331
+ #
332
+ # # Specifies the maximum inclusive value of each value node.
333
+ # # @return [RDF::Vocabulary::Term]
334
+ # attr_reader :maxInclusive
335
+ #
336
+ # # Specifies the maximum string length of each value node.
337
+ # # @return [RDF::Vocabulary::Term]
338
+ # attr_reader :maxLength
339
+ #
340
+ # # A human-readable message (possibly with placeholders for variables) explaining the cause of the result.
341
+ # # @return [RDF::Vocabulary::Term]
342
+ # attr_reader :message
343
+ #
344
+ # # Specifies the minimum number of values in the set of value nodes.
345
+ # # @return [RDF::Vocabulary::Term]
346
+ # attr_reader :minCount
347
+ #
348
+ # # Specifies the minimum exclusive value of each value node.
349
+ # # @return [RDF::Vocabulary::Term]
350
+ # attr_reader :minExclusive
351
+ #
352
+ # # Specifies the minimum inclusive value of each value node.
353
+ # # @return [RDF::Vocabulary::Term]
354
+ # attr_reader :minInclusive
355
+ #
356
+ # # Specifies the minimum string length of each value node.
357
+ # # @return [RDF::Vocabulary::Term]
358
+ # attr_reader :minLength
359
+ #
360
+ # # Human-readable labels for the property in the context of the surrounding shape.
361
+ # # @return [RDF::Vocabulary::Term]
362
+ # attr_reader :name
363
+ #
364
+ # # The namespace associated with a prefix in a prefix declaration.
365
+ # # @return [RDF::Vocabulary::Term]
366
+ # attr_reader :namespace
367
+ #
368
+ # # Specifies the node shape that all value nodes must conform to.
369
+ # # @return [RDF::Vocabulary::Term]
370
+ # attr_reader :node
371
+ #
372
+ # # Specifies the node kind (e.g. IRI or literal) each value node.
373
+ # # @return [RDF::Vocabulary::Term]
374
+ # attr_reader :nodeKind
375
+ #
376
+ # # The validator(s) used to evaluate a constraint in the context of a node shape.
377
+ # # @return [RDF::Vocabulary::Term]
378
+ # attr_reader :nodeValidator
379
+ #
380
+ # # The node expression producing the input nodes of a filter shape expression.
381
+ # # @return [RDF::Vocabulary::Term]
382
+ # attr_reader :nodes
383
+ #
384
+ # # Specifies a shape that the value nodes must not conform to.
385
+ # # @return [RDF::Vocabulary::Term]
386
+ # attr_reader :not
387
+ #
388
+ # # An expression producing the nodes that shall be inferred as objects.
389
+ # # @return [RDF::Vocabulary::Term]
390
+ # attr_reader :object
391
+ #
392
+ # # The (single) value of this property represents a path that is matched one or more times.
393
+ # # @return [RDF::Vocabulary::Term]
394
+ # attr_reader :oneOrMorePath
395
+ #
396
+ # # Indicates whether a parameter is optional.
397
+ # # @return [RDF::Vocabulary::Term]
398
+ # attr_reader :optional
399
+ #
400
+ # # Specifies a list of shapes so that the value nodes must conform to at least one of the shapes.
401
+ # # @return [RDF::Vocabulary::Term]
402
+ # attr_reader :or
403
+ #
404
+ # # Specifies the relative order of this compared to its siblings. For example use 0 for the first, 1 for the second.
405
+ # # @return [RDF::Vocabulary::Term]
406
+ # attr_reader :order
407
+ #
408
+ # # The parameters of a function or constraint component.
409
+ # # @return [RDF::Vocabulary::Term]
410
+ # attr_reader :parameter
411
+ #
412
+ # # Specifies the property path of a property shape.
413
+ # # @return [RDF::Vocabulary::Term]
414
+ # attr_reader :path
415
+ #
416
+ # # Specifies a regular expression pattern that the string representations of the value nodes must match.
417
+ # # @return [RDF::Vocabulary::Term]
418
+ # attr_reader :pattern
419
+ #
420
+ # # An expression producing the properties that shall be inferred as predicates.
421
+ # # @return [RDF::Vocabulary::Term]
422
+ # attr_reader :predicate
423
+ #
424
+ # # The prefix of a prefix declaration.
425
+ # # @return [RDF::Vocabulary::Term]
426
+ # attr_reader :prefix
427
+ #
428
+ # # The prefixes that shall be applied before parsing the associated SPARQL query.
429
+ # # @return [RDF::Vocabulary::Term]
430
+ # attr_reader :prefixes
431
+ #
432
+ # # Links a shape to its property shapes.
433
+ # # @return [RDF::Vocabulary::Term]
434
+ # attr_reader :property
435
+ #
436
+ # # The validator(s) used to evaluate a constraint in the context of a property shape.
437
+ # # @return [RDF::Vocabulary::Term]
438
+ # attr_reader :propertyValidator
439
+ #
440
+ # # The maximum number of value nodes that can conform to the shape.
441
+ # # @return [RDF::Vocabulary::Term]
442
+ # attr_reader :qualifiedMaxCount
443
+ #
444
+ # # The minimum number of value nodes that must conform to the shape.
445
+ # # @return [RDF::Vocabulary::Term]
446
+ # attr_reader :qualifiedMinCount
447
+ #
448
+ # # The shape that a specified number of values must conform to.
449
+ # # @return [RDF::Vocabulary::Term]
450
+ # attr_reader :qualifiedValueShape
451
+ #
452
+ # # Can be used to mark the qualified value shape to be disjoint with its sibling shapes.
453
+ # # @return [RDF::Vocabulary::Term]
454
+ # attr_reader :qualifiedValueShapesDisjoint
455
+ #
456
+ # # The validation results contained in a validation report.
457
+ # # @return [RDF::Vocabulary::Term]
458
+ # attr_reader :result
459
+ #
460
+ # # Links a SPARQL validator with zero or more sh:ResultAnnotation instances, defining how to derive additional result properties based on the variables of the SELECT query.
461
+ # # @return [RDF::Vocabulary::Term]
462
+ # attr_reader :resultAnnotation
463
+ #
464
+ # # Human-readable messages explaining the cause of the result.
465
+ # # @return [RDF::Vocabulary::Term]
466
+ # attr_reader :resultMessage
467
+ #
468
+ # # The path of a validation result, based on the path of the validated property shape.
469
+ # # @return [RDF::Vocabulary::Term]
470
+ # attr_reader :resultPath
471
+ #
472
+ # # The severity of the result, e.g. warning.
473
+ # # @return [RDF::Vocabulary::Term]
474
+ # attr_reader :resultSeverity
475
+ #
476
+ # # The expected type of values returned by the associated function.
477
+ # # @return [RDF::Vocabulary::Term]
478
+ # attr_reader :returnType
479
+ #
480
+ # # The rules linked to a shape.
481
+ # # @return [RDF::Vocabulary::Term]
482
+ # attr_reader :rule
483
+ #
484
+ # # The SPARQL SELECT query to execute.
485
+ # # @return [RDF::Vocabulary::Term]
486
+ # attr_reader :select
487
+ #
488
+ # # Defines the severity that validation results produced by a shape must have. Defaults to sh:Violation.
489
+ # # @return [RDF::Vocabulary::Term]
490
+ # attr_reader :severity
491
+ #
492
+ # # Shapes graphs that should be used when validating this data graph.
493
+ # # @return [RDF::Vocabulary::Term]
494
+ # attr_reader :shapesGraph
495
+ #
496
+ # # If true then the validation engine was certain that the shapes graph has passed all SHACL syntax requirements during the validation process.
497
+ # # @return [RDF::Vocabulary::Term]
498
+ # attr_reader :shapesGraphWellFormed
499
+ #
500
+ # # The constraint that was validated when the result was produced.
501
+ # # @return [RDF::Vocabulary::Term]
502
+ # attr_reader :sourceConstraint
503
+ #
504
+ # # The constraint component that is the source of the result.
505
+ # # @return [RDF::Vocabulary::Term]
506
+ # attr_reader :sourceConstraintComponent
507
+ #
508
+ # # The shape that is was validated when the result was produced.
509
+ # # @return [RDF::Vocabulary::Term]
510
+ # attr_reader :sourceShape
511
+ #
512
+ # # Links a shape with SPARQL constraints.
513
+ # # @return [RDF::Vocabulary::Term]
514
+ # attr_reader :sparql
515
+ #
516
+ # # An expression producing the resources that shall be inferred as subjects.
517
+ # # @return [RDF::Vocabulary::Term]
518
+ # attr_reader :subject
519
+ #
520
+ # # Suggested shapes graphs for this ontology. The values of this property may be used in the absence of specific sh:shapesGraph statements.
521
+ # # @return [RDF::Vocabulary::Term]
522
+ # attr_reader :suggestedShapesGraph
523
+ #
524
+ # # Links a shape to a target specified by an extension language, for example instances of sh:SPARQLTarget.
525
+ # # @return [RDF::Vocabulary::Term]
526
+ # attr_reader :target
527
+ #
528
+ # # Links a shape to a class, indicating that all instances of the class must conform to the shape.
529
+ # # @return [RDF::Vocabulary::Term]
530
+ # attr_reader :targetClass
531
+ #
532
+ # # Links a shape to individual nodes, indicating that these nodes must conform to the shape.
533
+ # # @return [RDF::Vocabulary::Term]
534
+ # attr_reader :targetNode
535
+ #
536
+ # # Links a shape to a property, indicating that all all objects of triples that have the given property as their predicate must conform to the shape.
537
+ # # @return [RDF::Vocabulary::Term]
538
+ # attr_reader :targetObjectsOf
539
+ #
540
+ # # Links a shape to a property, indicating that all subjects of triples that have the given property as their predicate must conform to the shape.
541
+ # # @return [RDF::Vocabulary::Term]
542
+ # attr_reader :targetSubjectsOf
543
+ #
544
+ # # A list of node expressions that shall be used together.
545
+ # # @return [RDF::Vocabulary::Term]
546
+ # attr_reader :union
547
+ #
548
+ # # Specifies whether all node values must have a unique (or no) language tag.
549
+ # # @return [RDF::Vocabulary::Term]
550
+ # attr_reader :uniqueLang
551
+ #
552
+ # # The SPARQL UPDATE to execute.
553
+ # # @return [RDF::Vocabulary::Term]
554
+ # attr_reader :update
555
+ #
556
+ # # The validator(s) used to evaluate constraints of either node or property shapes.
557
+ # # @return [RDF::Vocabulary::Term]
558
+ # attr_reader :validator
559
+ #
560
+ # # An RDF node that has caused the result.
561
+ # # @return [RDF::Vocabulary::Term]
562
+ # attr_reader :value
563
+ #
564
+ # # Specifies a list of shapes so that the value nodes must conform to exactly one of the shapes.
565
+ # # @return [RDF::Vocabulary::Term]
566
+ # attr_reader :xone
567
+ #
568
+ # # The (single) value of this property represents a path that is matched zero or more times.
569
+ # # @return [RDF::Vocabulary::Term]
570
+ # attr_reader :zeroOrMorePath
571
+ #
572
+ # # The (single) value of this property represents a path that is matched zero or one times.
573
+ # # @return [RDF::Vocabulary::Term]
574
+ # attr_reader :zeroOrOnePath
575
+ #
576
+ # # A constraint component that can be used to test whether a value node conforms to all members of a provided list of shapes.
577
+ # # @return [RDF::Vocabulary::Term]
578
+ # attr_reader :AndConstraintComponent
579
+ #
580
+ # # The node kind of all blank nodes.
581
+ # # @return [RDF::Vocabulary::Term]
582
+ # attr_reader :BlankNode
583
+ #
584
+ # # The node kind of all blank nodes or IRIs.
585
+ # # @return [RDF::Vocabulary::Term]
586
+ # attr_reader :BlankNodeOrIRI
587
+ #
588
+ # # The node kind of all blank nodes or literals.
589
+ # # @return [RDF::Vocabulary::Term]
590
+ # attr_reader :BlankNodeOrLiteral
591
+ #
592
+ # # A constraint component that can be used to verify that each value node is an instance of a given type.
593
+ # # @return [RDF::Vocabulary::Term]
594
+ # attr_reader :ClassConstraintComponent
595
+ #
596
+ # # A constraint component that can be used to indicate that focus nodes must only have values for those properties that have been explicitly enumerated via sh:property/sh:path.
597
+ # # @return [RDF::Vocabulary::Term]
598
+ # attr_reader :ClosedConstraintComponent
599
+ #
600
+ # # A constraint component that can be used to restrict the datatype of all value nodes.
601
+ # # @return [RDF::Vocabulary::Term]
602
+ # attr_reader :DatatypeConstraintComponent
603
+ #
604
+ # # A constraint component that can be used to verify that the set of value nodes is disjoint with the the set of nodes that have the focus node as subject and the value of a given property as predicate.
605
+ # # @return [RDF::Vocabulary::Term]
606
+ # attr_reader :DisjointConstraintComponent
607
+ #
608
+ # # A constraint component that can be used to verify that the set of value nodes is equal to the set of nodes that have the focus node as subject and the value of a given property as predicate.
609
+ # # @return [RDF::Vocabulary::Term]
610
+ # attr_reader :EqualsConstraintComponent
611
+ #
612
+ # # A constraint component that can be used to verify that a given node expression produces true for all value nodes.
613
+ # # @return [RDF::Vocabulary::Term]
614
+ # attr_reader :ExpressionConstraintComponent
615
+ #
616
+ # # A constraint component that can be used to verify that one of the value nodes is a given RDF node.
617
+ # # @return [RDF::Vocabulary::Term]
618
+ # attr_reader :HasValueConstraintComponent
619
+ #
620
+ # # The node kind of all IRIs.
621
+ # # @return [RDF::Vocabulary::Term]
622
+ # attr_reader :IRI
623
+ #
624
+ # # The node kind of all IRIs or literals.
625
+ # # @return [RDF::Vocabulary::Term]
626
+ # attr_reader :IRIOrLiteral
627
+ #
628
+ # # A constraint component that can be used to exclusively enumerate the permitted value nodes.
629
+ # # @return [RDF::Vocabulary::Term]
630
+ # attr_reader :InConstraintComponent
631
+ #
632
+ # # The severity for an informational validation result.
633
+ # # @return [RDF::Vocabulary::Term]
634
+ # attr_reader :Info
635
+ #
636
+ # # A constraint component with the parameter sh:js linking to a sh:JSConstraint containing a sh:script.
637
+ # # @return [RDF::Vocabulary::Term]
638
+ # attr_reader :JSConstraintComponent
639
+ #
640
+ # # A constraint component that can be used to enumerate language tags that all value nodes must have.
641
+ # # @return [RDF::Vocabulary::Term]
642
+ # attr_reader :LanguageInConstraintComponent
643
+ #
644
+ # # A constraint component that can be used to verify that each value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate.
645
+ # # @return [RDF::Vocabulary::Term]
646
+ # attr_reader :LessThanConstraintComponent
647
+ #
648
+ # # A constraint component that can be used to verify that every value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate.
649
+ # # @return [RDF::Vocabulary::Term]
650
+ # attr_reader :LessThanOrEqualsConstraintComponent
651
+ #
652
+ # # The node kind of all literals.
653
+ # # @return [RDF::Vocabulary::Term]
654
+ # attr_reader :Literal
655
+ #
656
+ # # A constraint component that can be used to restrict the maximum number of value nodes.
657
+ # # @return [RDF::Vocabulary::Term]
658
+ # attr_reader :MaxCountConstraintComponent
659
+ #
660
+ # # A constraint component that can be used to restrict the range of value nodes with a maximum exclusive value.
661
+ # # @return [RDF::Vocabulary::Term]
662
+ # attr_reader :MaxExclusiveConstraintComponent
663
+ #
664
+ # # A constraint component that can be used to restrict the range of value nodes with a maximum inclusive value.
665
+ # # @return [RDF::Vocabulary::Term]
666
+ # attr_reader :MaxInclusiveConstraintComponent
667
+ #
668
+ # # A constraint component that can be used to restrict the maximum string length of value nodes.
669
+ # # @return [RDF::Vocabulary::Term]
670
+ # attr_reader :MaxLengthConstraintComponent
671
+ #
672
+ # # A constraint component that can be used to restrict the minimum number of value nodes.
673
+ # # @return [RDF::Vocabulary::Term]
674
+ # attr_reader :MinCountConstraintComponent
675
+ #
676
+ # # A constraint component that can be used to restrict the range of value nodes with a minimum exclusive value.
677
+ # # @return [RDF::Vocabulary::Term]
678
+ # attr_reader :MinExclusiveConstraintComponent
679
+ #
680
+ # # A constraint component that can be used to restrict the range of value nodes with a minimum inclusive value.
681
+ # # @return [RDF::Vocabulary::Term]
682
+ # attr_reader :MinInclusiveConstraintComponent
683
+ #
684
+ # # A constraint component that can be used to restrict the minimum string length of value nodes.
685
+ # # @return [RDF::Vocabulary::Term]
686
+ # attr_reader :MinLengthConstraintComponent
687
+ #
688
+ # # A constraint component that can be used to verify that all value nodes conform to the given node shape.
689
+ # # @return [RDF::Vocabulary::Term]
690
+ # attr_reader :NodeConstraintComponent
691
+ #
692
+ # # A constraint component that can be used to restrict the RDF node kind of each value node.
693
+ # # @return [RDF::Vocabulary::Term]
694
+ # attr_reader :NodeKindConstraintComponent
695
+ #
696
+ # # A constraint component that can be used to verify that value nodes do not conform to a given shape.
697
+ # # @return [RDF::Vocabulary::Term]
698
+ # attr_reader :NotConstraintComponent
699
+ #
700
+ # # A constraint component that can be used to restrict the value nodes so that they conform to at least one out of several provided shapes.
701
+ # # @return [RDF::Vocabulary::Term]
702
+ # attr_reader :OrConstraintComponent
703
+ #
704
+ # # A constraint component that can be used to verify that every value node matches a given regular expression.
705
+ # # @return [RDF::Vocabulary::Term]
706
+ # attr_reader :PatternConstraintComponent
707
+ #
708
+ # # A constraint component that can be used to verify that all value nodes conform to the given property shape.
709
+ # # @return [RDF::Vocabulary::Term]
710
+ # attr_reader :PropertyConstraintComponent
711
+ #
712
+ # # A constraint component that can be used to verify that a specified maximum number of value nodes conforms to a given shape.
713
+ # # @return [RDF::Vocabulary::Term]
714
+ # attr_reader :QualifiedMaxCountConstraintComponent
715
+ #
716
+ # # A constraint component that can be used to verify that a specified minimum number of value nodes conforms to a given shape.
717
+ # # @return [RDF::Vocabulary::Term]
718
+ # attr_reader :QualifiedMinCountConstraintComponent
719
+ #
720
+ # # A constraint component that can be used to define constraints based on SPARQL queries.
721
+ # # @return [RDF::Vocabulary::Term]
722
+ # attr_reader :SPARQLConstraintComponent
723
+ #
724
+ # # A constraint component that can be used to specify that no pair of value nodes may use the same language tag.
725
+ # # @return [RDF::Vocabulary::Term]
726
+ # attr_reader :UniqueLangConstraintComponent
727
+ #
728
+ # # The severity for a violation validation result.
729
+ # # @return [RDF::Vocabulary::Term]
730
+ # attr_reader :Violation
731
+ #
732
+ # # The severity for a warning validation result.
733
+ # # @return [RDF::Vocabulary::Term]
734
+ # attr_reader :Warning
735
+ #
736
+ # # A constraint component that can be used to restrict the value nodes so that they conform to exactly one out of several provided shapes.
737
+ # # @return [RDF::Vocabulary::Term]
738
+ # attr_reader :XoneConstraintComponent
739
+ #
740
+ # # A node expression that represents the current focus node.
741
+ # # @return [RDF::Vocabulary::Term]
742
+ # attr_reader :this
743
+ #
9
744
  # end
10
- class SH < RDF::StrictVocabulary("http://www.w3.org/ns/shacl#")
745
+ SH = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/shacl#")) do
11
746
 
12
747
  # Ontology definition
13
748
  ontology :"http://www.w3.org/ns/shacl#",
14
- comment: %(This vocabulary defines terms used in SHACL, the W3C Shapes Constraint Language.).freeze,
749
+ comment: "This vocabulary defines terms used in SHACL, the W3C Shapes Constraint Language.".freeze,
15
750
  label: "W3C Shapes Constraint Language (SHACL) Vocabulary".freeze,
16
751
  "sh:declare": term(
17
752
  "sh:namespace": "http://www.w3.org/ns/shacl#".freeze,
@@ -22,217 +757,217 @@ module RDF::Vocab
22
757
 
23
758
  # Class definitions
24
759
  term :AbstractResult,
25
- comment: %(The base class of validation results, typically not instantiated directly.).freeze,
760
+ comment: "The base class of validation results, typically not instantiated directly.".freeze,
26
761
  isDefinedBy: "sh:".freeze,
27
762
  label: "Abstract result".freeze,
28
763
  subClassOf: "rdfs:Resource".freeze,
29
764
  type: "rdfs:Class".freeze
30
765
  term :ConstraintComponent,
31
- comment: %(The class of constraint components.).freeze,
766
+ comment: "The class of constraint components.".freeze,
32
767
  isDefinedBy: "sh:".freeze,
33
768
  label: "Constraint component".freeze,
34
769
  subClassOf: "sh:Parameterizable".freeze,
35
770
  type: "rdfs:Class".freeze
36
771
  term :Function,
37
- comment: %(The class of SHACL functions.).freeze,
772
+ comment: "The class of SHACL functions.".freeze,
38
773
  isDefinedBy: "sh:".freeze,
39
774
  label: "Function".freeze,
40
775
  subClassOf: "sh:Parameterizable".freeze,
41
776
  type: "rdfs:Class".freeze
42
777
  term :JSConstraint,
43
- comment: %(The class of constraints backed by a JavaScript function.).freeze,
778
+ comment: "The class of constraints backed by a JavaScript function.".freeze,
44
779
  isDefinedBy: "sh:".freeze,
45
780
  label: "JavaScript-based constraint".freeze,
46
781
  subClassOf: "sh:JSExecutable".freeze,
47
782
  type: "rdfs:Class".freeze
48
783
  term :JSExecutable,
49
- comment: %(Abstract base class of resources that declare an executable JavaScript.).freeze,
784
+ comment: "Abstract base class of resources that declare an executable JavaScript.".freeze,
50
785
  isDefinedBy: "sh:".freeze,
51
786
  label: "JavaScript executable".freeze,
52
787
  subClassOf: "rdfs:Resource".freeze,
53
788
  type: "rdfs:Class".freeze
54
789
  term :JSFunction,
55
- comment: %(The class of SHACL functions that execute a JavaScript function when called.).freeze,
790
+ comment: "The class of SHACL functions that execute a JavaScript function when called.".freeze,
56
791
  isDefinedBy: "sh:".freeze,
57
792
  label: "JavaScript function".freeze,
58
793
  subClassOf: ["sh:Function".freeze, "sh:JSExecutable".freeze],
59
794
  type: "rdfs:Class".freeze
60
795
  term :JSLibrary,
61
- comment: %(Represents a JavaScript library, typically identified by one or more URLs of files to include.).freeze,
796
+ comment: "Represents a JavaScript library, typically identified by one or more URLs of files to include.".freeze,
62
797
  isDefinedBy: "sh:".freeze,
63
798
  label: "JavaScript library".freeze,
64
799
  subClassOf: "rdfs:Resource".freeze,
65
800
  type: "rdfs:Class".freeze
66
801
  term :JSRule,
67
- comment: %(The class of SHACL rules expressed using JavaScript.).freeze,
802
+ comment: "The class of SHACL rules expressed using JavaScript.".freeze,
68
803
  isDefinedBy: "sh:".freeze,
69
804
  label: "JavaScript rule".freeze,
70
805
  subClassOf: ["sh:JSExecutable".freeze, "sh:Rule".freeze],
71
806
  type: "rdfs:Class".freeze
72
807
  term :JSTarget,
73
- comment: %(The class of targets that are based on JavaScript functions.).freeze,
808
+ comment: "The class of targets that are based on JavaScript functions.".freeze,
74
809
  isDefinedBy: "sh:".freeze,
75
810
  label: "JavaScript target".freeze,
76
811
  subClassOf: ["sh:JSExecutable".freeze, "sh:Target".freeze],
77
812
  type: "rdfs:Class".freeze
78
813
  term :JSTargetType,
79
- comment: %(The \(meta\) class for parameterizable targets that are based on JavaScript functions.).freeze,
814
+ comment: "The (meta) class for parameterizable targets that are based on JavaScript functions.".freeze,
80
815
  isDefinedBy: "sh:".freeze,
81
816
  label: "JavaScript target type".freeze,
82
817
  subClassOf: ["sh:JSExecutable".freeze, "sh:TargetType".freeze],
83
818
  type: "rdfs:Class".freeze
84
819
  term :JSValidator,
85
- comment: %(A SHACL validator based on JavaScript. This can be used to declare SHACL constraint components that perform JavaScript-based validation when used.).freeze,
820
+ comment: "A SHACL validator based on JavaScript. This can be used to declare SHACL constraint components that perform JavaScript-based validation when used.".freeze,
86
821
  isDefinedBy: "sh:".freeze,
87
822
  label: "JavaScript validator".freeze,
88
823
  subClassOf: ["sh:JSExecutable".freeze, "sh:Validator".freeze],
89
824
  type: "rdfs:Class".freeze
90
825
  term :NodeKind,
91
- comment: %(The class of all node kinds, including sh:BlankNode, sh:IRI, sh:Literal or the combinations of these: sh:BlankNodeOrIRI, sh:BlankNodeOrLiteral, sh:IRIOrLiteral.).freeze,
826
+ comment: "The class of all node kinds, including sh:BlankNode, sh:IRI, sh:Literal or the combinations of these: sh:BlankNodeOrIRI, sh:BlankNodeOrLiteral, sh:IRIOrLiteral.".freeze,
92
827
  isDefinedBy: "sh:".freeze,
93
828
  label: "Node kind".freeze,
94
829
  subClassOf: "rdfs:Resource".freeze,
95
830
  type: "rdfs:Class".freeze
96
831
  term :NodeShape,
97
- comment: %(A node shape is a shape that specifies constraint that need to be met with respect to focus nodes.).freeze,
832
+ comment: "A node shape is a shape that specifies constraint that need to be met with respect to focus nodes.".freeze,
98
833
  isDefinedBy: "sh:".freeze,
99
834
  label: "Node shape".freeze,
100
835
  subClassOf: "sh:Shape".freeze,
101
836
  type: "rdfs:Class".freeze
102
837
  term :Parameter,
103
- comment: %(The class of parameter declarations, consisting of a path predicate and \(possibly\) information about allowed value type, cardinality and other characteristics.).freeze,
838
+ comment: "The class of parameter declarations, consisting of a path predicate and (possibly) information about allowed value type, cardinality and other characteristics.".freeze,
104
839
  isDefinedBy: "sh:".freeze,
105
840
  label: "Parameter".freeze,
106
841
  subClassOf: "sh:PropertyShape".freeze,
107
842
  type: "rdfs:Class".freeze
108
843
  term :Parameterizable,
109
- comment: %(Superclass of components that can take parameters, especially functions and constraint components.).freeze,
844
+ comment: "Superclass of components that can take parameters, especially functions and constraint components.".freeze,
110
845
  isDefinedBy: "sh:".freeze,
111
846
  label: "Parameterizable".freeze,
112
847
  subClassOf: "rdfs:Resource".freeze,
113
848
  type: "rdfs:Class".freeze
114
849
  term :PrefixDeclaration,
115
- comment: %(The class of prefix declarations, consisting of pairs of a prefix with a namespace.).freeze,
850
+ comment: "The class of prefix declarations, consisting of pairs of a prefix with a namespace.".freeze,
116
851
  isDefinedBy: "sh:".freeze,
117
852
  label: "Prefix declaration".freeze,
118
853
  subClassOf: "rdfs:Resource".freeze,
119
854
  type: "rdfs:Class".freeze
120
855
  term :PropertyGroup,
121
- comment: %(Instances of this class represent groups of property shapes that belong together.).freeze,
856
+ comment: "Instances of this class represent groups of property shapes that belong together.".freeze,
122
857
  isDefinedBy: "sh:".freeze,
123
858
  label: "Property group".freeze,
124
859
  subClassOf: "rdfs:Resource".freeze,
125
860
  type: "rdfs:Class".freeze
126
861
  term :PropertyShape,
127
- comment: %(A property shape is a shape that specifies constraints on the values of a focus node for a given property or path.).freeze,
862
+ comment: "A property shape is a shape that specifies constraints on the values of a focus node for a given property or path.".freeze,
128
863
  isDefinedBy: "sh:".freeze,
129
864
  label: "Property shape".freeze,
130
865
  subClassOf: "sh:Shape".freeze,
131
866
  type: "rdfs:Class".freeze
132
867
  term :ResultAnnotation,
133
- comment: %(A class of result annotations, which define the rules to derive the values of a given annotation property as extra values for a validation result.).freeze,
868
+ comment: "A class of result annotations, which define the rules to derive the values of a given annotation property as extra values for a validation result.".freeze,
134
869
  isDefinedBy: "sh:".freeze,
135
870
  label: "Result annotation".freeze,
136
871
  subClassOf: "rdfs:Resource".freeze,
137
872
  type: "rdfs:Class".freeze
138
873
  term :Rule,
139
- comment: %(The class of SHACL rules. Never instantiated directly.).freeze,
874
+ comment: "The class of SHACL rules. Never instantiated directly.".freeze,
140
875
  isDefinedBy: "sh:".freeze,
141
876
  label: "Rule".freeze,
142
877
  subClassOf: "rdfs:Resource".freeze,
143
878
  type: "rdfs:Class".freeze
144
879
  term :SPARQLAskExecutable,
145
- comment: %(The class of SPARQL executables that are based on an ASK query.).freeze,
880
+ comment: "The class of SPARQL executables that are based on an ASK query.".freeze,
146
881
  isDefinedBy: "sh:".freeze,
147
882
  label: "SPARQL ASK executable".freeze,
148
883
  subClassOf: "sh:SPARQLExecutable".freeze,
149
884
  type: "rdfs:Class".freeze
150
885
  term :SPARQLAskValidator,
151
- comment: %(The class of validators based on SPARQL ASK queries. The queries are evaluated for each value node and are supposed to return true if the given node conforms.).freeze,
886
+ comment: "The class of validators based on SPARQL ASK queries. The queries are evaluated for each value node and are supposed to return true if the given node conforms.".freeze,
152
887
  isDefinedBy: "sh:".freeze,
153
888
  label: "SPARQL ASK validator".freeze,
154
889
  subClassOf: ["sh:SPARQLAskExecutable".freeze, "sh:Validator".freeze],
155
890
  type: "rdfs:Class".freeze
156
891
  term :SPARQLConstraint,
157
- comment: %(The class of constraints based on SPARQL SELECT queries.).freeze,
892
+ comment: "The class of constraints based on SPARQL SELECT queries.".freeze,
158
893
  isDefinedBy: "sh:".freeze,
159
894
  label: "SPARQL constraint".freeze,
160
895
  subClassOf: "sh:SPARQLSelectExecutable".freeze,
161
896
  type: "rdfs:Class".freeze
162
897
  term :SPARQLConstructExecutable,
163
- comment: %(The class of SPARQL executables that are based on a CONSTRUCT query.).freeze,
898
+ comment: "The class of SPARQL executables that are based on a CONSTRUCT query.".freeze,
164
899
  isDefinedBy: "sh:".freeze,
165
900
  label: "SPARQL CONSTRUCT executable".freeze,
166
901
  subClassOf: "sh:SPARQLExecutable".freeze,
167
902
  type: "rdfs:Class".freeze
168
903
  term :SPARQLExecutable,
169
- comment: %(The class of resources that encapsulate a SPARQL query.).freeze,
904
+ comment: "The class of resources that encapsulate a SPARQL query.".freeze,
170
905
  isDefinedBy: "sh:".freeze,
171
906
  label: "SPARQL executable".freeze,
172
907
  subClassOf: "rdfs:Resource".freeze,
173
908
  type: "rdfs:Class".freeze
174
909
  term :SPARQLFunction,
175
- comment: %(A function backed by a SPARQL query - either ASK or SELECT.).freeze,
910
+ comment: "A function backed by a SPARQL query - either ASK or SELECT.".freeze,
176
911
  isDefinedBy: "sh:".freeze,
177
912
  label: "SPARQL function".freeze,
178
913
  subClassOf: ["sh:Function".freeze, "sh:SPARQLAskExecutable".freeze, "sh:SPARQLSelectExecutable".freeze],
179
914
  type: "rdfs:Class".freeze
180
915
  term :SPARQLRule,
181
- comment: %(The class of SHACL rules based on SPARQL CONSTRUCT queries.).freeze,
916
+ comment: "The class of SHACL rules based on SPARQL CONSTRUCT queries.".freeze,
182
917
  isDefinedBy: "sh:".freeze,
183
918
  label: "SPARQL CONSTRUCT rule".freeze,
184
919
  subClassOf: ["sh:Rule".freeze, "sh:SPARQLConstructExecutable".freeze],
185
920
  type: "rdfs:Class".freeze
186
921
  term :SPARQLSelectExecutable,
187
- comment: %(The class of SPARQL executables based on a SELECT query.).freeze,
922
+ comment: "The class of SPARQL executables based on a SELECT query.".freeze,
188
923
  isDefinedBy: "sh:".freeze,
189
924
  label: "SPARQL SELECT executable".freeze,
190
925
  subClassOf: "sh:SPARQLExecutable".freeze,
191
926
  type: "rdfs:Class".freeze
192
927
  term :SPARQLSelectValidator,
193
- comment: %(The class of validators based on SPARQL SELECT queries. The queries are evaluated for each focus node and are supposed to produce bindings for all focus nodes that do not conform.).freeze,
928
+ comment: "The class of validators based on SPARQL SELECT queries. The queries are evaluated for each focus node and are supposed to produce bindings for all focus nodes that do not conform.".freeze,
194
929
  isDefinedBy: "sh:".freeze,
195
930
  label: "SPARQL SELECT validator".freeze,
196
931
  subClassOf: ["sh:SPARQLSelectExecutable".freeze, "sh:Validator".freeze],
197
932
  type: "rdfs:Class".freeze
198
933
  term :SPARQLTarget,
199
- comment: %(The class of targets that are based on SPARQL queries.).freeze,
934
+ comment: "The class of targets that are based on SPARQL queries.".freeze,
200
935
  isDefinedBy: "sh:".freeze,
201
936
  label: "SPARQL target".freeze,
202
937
  subClassOf: ["sh:SPARQLAskExecutable".freeze, "sh:SPARQLSelectExecutable".freeze, "sh:Target".freeze],
203
938
  type: "rdfs:Class".freeze
204
939
  term :SPARQLTargetType,
205
- comment: %(The \(meta\) class for parameterizable targets that are based on SPARQL queries.).freeze,
940
+ comment: "The (meta) class for parameterizable targets that are based on SPARQL queries.".freeze,
206
941
  isDefinedBy: "sh:".freeze,
207
942
  label: "SPARQL target type".freeze,
208
943
  subClassOf: ["sh:SPARQLAskExecutable".freeze, "sh:SPARQLSelectExecutable".freeze, "sh:TargetType".freeze],
209
944
  type: "rdfs:Class".freeze
210
945
  term :SPARQLUpdateExecutable,
211
- comment: %(The class of SPARQL executables based on a SPARQL UPDATE.).freeze,
946
+ comment: "The class of SPARQL executables based on a SPARQL UPDATE.".freeze,
212
947
  isDefinedBy: "sh:".freeze,
213
948
  label: "SPARQL UPDATE executable".freeze,
214
949
  subClassOf: "sh:SPARQLExecutable".freeze,
215
950
  type: "rdfs:Class".freeze
216
951
  term :Severity,
217
- comment: %(The class of validation result severity levels, including violation and warning levels.).freeze,
952
+ comment: "The class of validation result severity levels, including violation and warning levels.".freeze,
218
953
  isDefinedBy: "sh:".freeze,
219
954
  label: "Severity".freeze,
220
955
  subClassOf: "rdfs:Resource".freeze,
221
956
  type: "rdfs:Class".freeze
222
957
  term :Shape,
223
- comment: %(A shape is a collection of constraints that may be targeted for certain nodes.).freeze,
958
+ comment: "A shape is a collection of constraints that may be targeted for certain nodes.".freeze,
224
959
  isDefinedBy: "sh:".freeze,
225
960
  label: "Shape".freeze,
226
961
  subClassOf: "rdfs:Resource".freeze,
227
962
  type: "rdfs:Class".freeze
228
963
  term :Target,
229
- comment: %(The base class of targets such as those based on SPARQL queries.).freeze,
964
+ comment: "The base class of targets such as those based on SPARQL queries.".freeze,
230
965
  isDefinedBy: "sh:".freeze,
231
966
  label: "Target".freeze,
232
967
  subClassOf: "rdfs:Resource".freeze,
233
968
  type: "rdfs:Class".freeze
234
969
  term :TargetType,
235
- comment: %(The \(meta\) class for parameterizable targets. Instances of this are instantiated as values of the sh:target property.).freeze,
970
+ comment: "The (meta) class for parameterizable targets.\tInstances of this are instantiated as values of the sh:target property.".freeze,
236
971
  isDefinedBy: "sh:".freeze,
237
972
  label: "Target type".freeze,
238
973
  subClassOf: ["rdfs:Class".freeze, "sh:Parameterizable".freeze],
@@ -243,19 +978,19 @@ module RDF::Vocab
243
978
  subClassOf: "sh:Rule".freeze,
244
979
  type: "rdfs:Class".freeze
245
980
  term :ValidationReport,
246
- comment: %(The class of SHACL validation reports.).freeze,
981
+ comment: "The class of SHACL validation reports.".freeze,
247
982
  isDefinedBy: "sh:".freeze,
248
983
  label: "Validation report".freeze,
249
984
  subClassOf: "rdfs:Resource".freeze,
250
985
  type: "rdfs:Class".freeze
251
986
  term :ValidationResult,
252
- comment: %(The class of validation results.).freeze,
987
+ comment: "The class of validation results.".freeze,
253
988
  isDefinedBy: "sh:".freeze,
254
989
  label: "Validation result".freeze,
255
990
  subClassOf: "sh:AbstractResult".freeze,
256
991
  type: "rdfs:Class".freeze
257
992
  term :Validator,
258
- comment: %(The class of validators, which provide instructions on how to process a constraint definition. This class serves as base class for the SPARQL-based validators and other possible implementations.).freeze,
993
+ comment: "The class of validators, which provide instructions on how to process a constraint definition. This class serves as base class for the SPARQL-based validators and other possible implementations.".freeze,
259
994
  isDefinedBy: "sh:".freeze,
260
995
  label: "Validator".freeze,
261
996
  subClassOf: "rdfs:Resource".freeze,
@@ -263,637 +998,637 @@ module RDF::Vocab
263
998
 
264
999
  # Property definitions
265
1000
  property :alternativePath,
266
- comment: %(The \(single\) value of this property must be a list of path elements, representing the elements of alternative paths.).freeze,
1001
+ comment: "The (single) value of this property must be a list of path elements, representing the elements of alternative paths.".freeze,
267
1002
  isDefinedBy: "sh:".freeze,
268
1003
  label: "alternative path".freeze,
269
1004
  range: "rdf:List".freeze,
270
1005
  type: "rdf:Property".freeze
271
1006
  property :and,
272
- comment: %(RDF list of shapes to validate the value nodes against.).freeze,
1007
+ comment: "RDF list of shapes to validate the value nodes against.".freeze,
273
1008
  isDefinedBy: "sh:".freeze,
274
1009
  label: "and".freeze,
275
1010
  range: "rdf:List".freeze,
276
1011
  type: "rdf:Property".freeze
277
1012
  property :annotationProperty,
278
- comment: %(The annotation property that shall be set.).freeze,
1013
+ comment: "The annotation property that shall be set.".freeze,
279
1014
  domain: "sh:ResultAnnotation".freeze,
280
1015
  isDefinedBy: "sh:".freeze,
281
1016
  label: "annotation property".freeze,
282
1017
  range: "rdf:Property".freeze,
283
1018
  type: "rdf:Property".freeze
284
1019
  property :annotationValue,
285
- comment: %(The \(default\) values of the annotation property.).freeze,
1020
+ comment: "The (default) values of the annotation property.".freeze,
286
1021
  domain: "sh:ResultAnnotation".freeze,
287
1022
  isDefinedBy: "sh:".freeze,
288
1023
  label: "annotation value".freeze,
289
1024
  type: "rdf:Property".freeze
290
1025
  property :annotationVarName,
291
- comment: %(The name of the SPARQL variable from the SELECT clause that shall be used for the values.).freeze,
1026
+ comment: "The name of the SPARQL variable from the SELECT clause that shall be used for the values.".freeze,
292
1027
  domain: "sh:ResultAnnotation".freeze,
293
1028
  isDefinedBy: "sh:".freeze,
294
1029
  label: "annotation variable name".freeze,
295
1030
  range: "xsd:string".freeze,
296
1031
  type: "rdf:Property".freeze
297
1032
  property :ask,
298
- comment: %(The SPARQL ASK query to execute.).freeze,
1033
+ comment: "The SPARQL ASK query to execute.".freeze,
299
1034
  domain: "sh:SPARQLAskExecutable".freeze,
300
1035
  isDefinedBy: "sh:".freeze,
301
1036
  label: "ask".freeze,
302
1037
  range: "xsd:string".freeze,
303
1038
  type: "rdf:Property".freeze
304
1039
  property :class,
305
- comment: %(The type that all value nodes must have.).freeze,
1040
+ comment: "The type that all value nodes must have.".freeze,
306
1041
  isDefinedBy: "sh:".freeze,
307
1042
  label: "class".freeze,
308
1043
  range: "rdfs:Class".freeze,
309
1044
  type: "rdf:Property".freeze
310
1045
  property :closed,
311
- comment: %(If set to true then the shape is closed.).freeze,
1046
+ comment: "If set to true then the shape is closed.".freeze,
312
1047
  isDefinedBy: "sh:".freeze,
313
1048
  label: "closed".freeze,
314
1049
  range: "xsd:boolean".freeze,
315
1050
  type: "rdf:Property".freeze
316
1051
  property :condition,
317
- comment: %(The shapes that the focus nodes need to conform to before a rule is executed on them.).freeze,
1052
+ comment: "The shapes that the focus nodes need to conform to before a rule is executed on them.".freeze,
318
1053
  domain: "sh:Rule".freeze,
319
1054
  isDefinedBy: "sh:".freeze,
320
1055
  label: "condition".freeze,
321
1056
  range: "sh:Shape".freeze,
322
1057
  type: "rdf:Property".freeze
323
1058
  property :conforms,
324
- comment: %(True if the validation did not produce any validation results, and false otherwise.).freeze,
1059
+ comment: "True if the validation did not produce any validation results, and false otherwise.".freeze,
325
1060
  domain: "sh:ValidationReport".freeze,
326
1061
  isDefinedBy: "sh:".freeze,
327
1062
  label: "conforms".freeze,
328
1063
  range: "xsd:boolean".freeze,
329
1064
  type: "rdf:Property".freeze
330
1065
  property :construct,
331
- comment: %(The SPARQL CONSTRUCT query to execute.).freeze,
1066
+ comment: "The SPARQL CONSTRUCT query to execute.".freeze,
332
1067
  domain: "sh:SPARQLConstructExecutable".freeze,
333
1068
  isDefinedBy: "sh:".freeze,
334
1069
  label: "construct".freeze,
335
1070
  range: "xsd:string".freeze,
336
1071
  type: "rdf:Property".freeze
337
1072
  property :datatype,
338
- comment: %(Specifies an RDF datatype that all value nodes must have.).freeze,
1073
+ comment: "Specifies an RDF datatype that all value nodes must have.".freeze,
339
1074
  isDefinedBy: "sh:".freeze,
340
1075
  label: "datatype".freeze,
341
1076
  range: "rdfs:Datatype".freeze,
342
1077
  type: "rdf:Property".freeze
343
1078
  property :deactivated,
344
- comment: %(If set to true then all nodes conform to this.).freeze,
1079
+ comment: "If set to true then all nodes conform to this.".freeze,
345
1080
  isDefinedBy: "sh:".freeze,
346
1081
  label: "deactivated".freeze,
347
1082
  range: "xsd:boolean".freeze,
348
1083
  type: "rdf:Property".freeze
349
1084
  property :declare,
350
- comment: %(Links a resource with its namespace prefix declarations.).freeze,
1085
+ comment: "Links a resource with its namespace prefix declarations.".freeze,
351
1086
  domain: "owl:Ontology".freeze,
352
1087
  isDefinedBy: "sh:".freeze,
353
1088
  label: "declare".freeze,
354
1089
  range: "sh:PrefixDeclaration".freeze,
355
1090
  type: "rdf:Property".freeze
356
1091
  property :defaultValue,
357
- comment: %(A default value for a property, for example for user interface tools to pre-populate input fields.).freeze,
1092
+ comment: "A default value for a property, for example for user interface tools to pre-populate input fields.".freeze,
358
1093
  domain: "sh:PropertyShape".freeze,
359
1094
  isDefinedBy: "sh:".freeze,
360
1095
  label: "default value".freeze,
361
1096
  type: "rdf:Property".freeze
362
1097
  property :description,
363
- comment: %(Human-readable descriptions for the property in the context of the surrounding shape.).freeze,
1098
+ comment: "Human-readable descriptions for the property in the context of the surrounding shape.".freeze,
364
1099
  domain: "sh:PropertyShape".freeze,
365
1100
  isDefinedBy: "sh:".freeze,
366
1101
  label: "description".freeze,
367
1102
  type: "rdf:Property".freeze
368
1103
  property :detail,
369
- comment: %(Links a result with other results that provide more details, for example to describe violations against nested shapes.).freeze,
1104
+ comment: "Links a result with other results that provide more details, for example to describe violations against nested shapes.".freeze,
370
1105
  domain: "sh:AbstractResult".freeze,
371
1106
  isDefinedBy: "sh:".freeze,
372
1107
  label: "detail".freeze,
373
1108
  range: "sh:AbstractResult".freeze,
374
1109
  type: "rdf:Property".freeze
375
1110
  property :disjoint,
376
- comment: %(Specifies a property where the set of values must be disjoint with the value nodes.).freeze,
1111
+ comment: "Specifies a property where the set of values must be disjoint with the value nodes.".freeze,
377
1112
  isDefinedBy: "sh:".freeze,
378
1113
  label: "disjoint".freeze,
379
1114
  range: "rdf:Property".freeze,
380
1115
  type: "rdf:Property".freeze
381
1116
  property :entailment,
382
- comment: %(An entailment regime that indicates what kind of inferencing is required by a shapes graph.).freeze,
1117
+ comment: "An entailment regime that indicates what kind of inferencing is required by a shapes graph.".freeze,
383
1118
  domain: "owl:Ontology".freeze,
384
1119
  isDefinedBy: "sh:".freeze,
385
1120
  label: "entailment".freeze,
386
1121
  range: "rdfs:Resource".freeze,
387
1122
  type: "rdf:Property".freeze
388
1123
  property :equals,
389
- comment: %(Specifies a property that must have the same values as the value nodes.).freeze,
1124
+ comment: "Specifies a property that must have the same values as the value nodes.".freeze,
390
1125
  isDefinedBy: "sh:".freeze,
391
1126
  label: "equals".freeze,
392
1127
  range: "rdf:Property".freeze,
393
1128
  type: "rdf:Property".freeze
394
1129
  property :expression,
395
- comment: %(The node expression that must return true for the value nodes.).freeze,
1130
+ comment: "The node expression that must return true for the value nodes.".freeze,
396
1131
  isDefinedBy: "sh:".freeze,
397
1132
  label: "expression".freeze,
398
1133
  type: "rdf:Property".freeze
399
1134
  property :filterShape,
400
- comment: %(The shape that all input nodes of the expression need to conform to.).freeze,
1135
+ comment: "The shape that all input nodes of the expression need to conform to.".freeze,
401
1136
  isDefinedBy: "sh:".freeze,
402
1137
  label: "filter shape".freeze,
403
1138
  range: "sh:Shape".freeze,
404
1139
  type: "rdf:Property".freeze
405
1140
  property :flags,
406
- comment: %(An optional flag to be used with regular expression pattern matching.).freeze,
1141
+ comment: "An optional flag to be used with regular expression pattern matching.".freeze,
407
1142
  isDefinedBy: "sh:".freeze,
408
1143
  label: "flags".freeze,
409
1144
  range: "xsd:string".freeze,
410
1145
  type: "rdf:Property".freeze
411
1146
  property :focusNode,
412
- comment: %(The focus node that was validated when the result was produced.).freeze,
1147
+ comment: "The focus node that was validated when the result was produced.".freeze,
413
1148
  domain: "sh:AbstractResult".freeze,
414
1149
  isDefinedBy: "sh:".freeze,
415
1150
  label: "focus node".freeze,
416
1151
  type: "rdf:Property".freeze
417
1152
  property :group,
418
- comment: %(Can be used to link to a property group to indicate that a property shape belongs to a group of related property shapes.).freeze,
1153
+ comment: "Can be used to link to a property group to indicate that a property shape belongs to a group of related property shapes.".freeze,
419
1154
  domain: "sh:PropertyShape".freeze,
420
1155
  isDefinedBy: "sh:".freeze,
421
1156
  label: "group".freeze,
422
1157
  range: "sh:PropertyGroup".freeze,
423
1158
  type: "rdf:Property".freeze
424
1159
  property :hasValue,
425
- comment: %(Specifies a value that must be among the value nodes.).freeze,
1160
+ comment: "Specifies a value that must be among the value nodes.".freeze,
426
1161
  isDefinedBy: "sh:".freeze,
427
1162
  label: "has value".freeze,
428
1163
  type: "rdf:Property".freeze
429
1164
  property :ignoredProperties,
430
- comment: %(An optional RDF list of properties that are also permitted in addition to those explicitly enumerated via sh:property/sh:path.).freeze,
1165
+ comment: "An optional RDF list of properties that are also permitted in addition to those explicitly enumerated via sh:property/sh:path.".freeze,
431
1166
  isDefinedBy: "sh:".freeze,
432
1167
  label: "ignored properties".freeze,
433
1168
  range: "rdf:List".freeze,
434
1169
  type: "rdf:Property".freeze
435
1170
  property :in,
436
- comment: %(Specifies a list of allowed values so that each value node must be among the members of the given list.).freeze,
1171
+ comment: "Specifies a list of allowed values so that each value node must be among the members of the given list.".freeze,
437
1172
  isDefinedBy: "sh:".freeze,
438
1173
  label: "in".freeze,
439
1174
  range: "rdf:List".freeze,
440
1175
  type: "rdf:Property".freeze
441
1176
  property :intersection,
442
- comment: %(A list of node expressions that shall be intersected.).freeze,
1177
+ comment: "A list of node expressions that shall be intersected.".freeze,
443
1178
  isDefinedBy: "sh:".freeze,
444
1179
  label: "intersection".freeze,
445
1180
  type: "rdf:Property".freeze
446
1181
  property :inversePath,
447
- comment: %(The \(single\) value of this property represents an inverse path \(object to subject\).).freeze,
1182
+ comment: "The (single) value of this property represents an inverse path (object to subject).".freeze,
448
1183
  isDefinedBy: "sh:".freeze,
449
1184
  label: "inverse path".freeze,
450
1185
  range: "rdfs:Resource".freeze,
451
1186
  type: "rdf:Property".freeze
452
1187
  property :js,
453
- comment: %(Constraints expressed in JavaScript.).freeze,
1188
+ comment: "Constraints expressed in JavaScript.".freeze,
454
1189
  isDefinedBy: "sh:".freeze,
455
1190
  label: "JavaScript constraint".freeze,
456
1191
  range: "sh:JSConstraint".freeze,
457
1192
  type: "rdf:Property".freeze
458
1193
  property :jsFunctionName,
459
- comment: %(The name of the JavaScript function to execute.).freeze,
1194
+ comment: "The name of the JavaScript function to execute.".freeze,
460
1195
  domain: "sh:JSExecutable".freeze,
461
1196
  isDefinedBy: "sh:".freeze,
462
1197
  label: "JavaScript function name".freeze,
463
1198
  range: "xsd:string".freeze,
464
1199
  type: "rdf:Property".freeze
465
1200
  property :jsLibrary,
466
- comment: %(Declares which JavaScript libraries are needed to execute this.).freeze,
1201
+ comment: "Declares which JavaScript libraries are needed to execute this.".freeze,
467
1202
  isDefinedBy: "sh:".freeze,
468
1203
  label: "JavaScript library".freeze,
469
1204
  range: "sh:JSLibrary".freeze,
470
1205
  type: "rdf:Property".freeze
471
1206
  property :jsLibraryURL,
472
- comment: %(Declares the URLs of a JavaScript library. This should be the absolute URL of a JavaScript file. Implementations may redirect those to local files.).freeze,
1207
+ comment: "Declares the URLs of a JavaScript library. This should be the absolute URL of a JavaScript file. Implementations may redirect those to local files.".freeze,
473
1208
  domain: "sh:JSLibrary".freeze,
474
1209
  isDefinedBy: "sh:".freeze,
475
1210
  label: "JavaScript library URL".freeze,
476
1211
  range: "xsd:anyURI".freeze,
477
1212
  type: "rdf:Property".freeze
478
1213
  property :labelTemplate,
479
- comment: %(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.).freeze,
1214
+ comment: "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.".freeze,
480
1215
  domain: "sh:Parameterizable".freeze,
481
1216
  isDefinedBy: "sh:".freeze,
482
1217
  label: "label template".freeze,
483
1218
  type: "rdf:Property".freeze
484
1219
  property :languageIn,
485
- comment: %(Specifies a list of language tags that all value nodes must have.).freeze,
1220
+ comment: "Specifies a list of language tags that all value nodes must have.".freeze,
486
1221
  isDefinedBy: "sh:".freeze,
487
1222
  label: "language in".freeze,
488
1223
  range: "rdf:List".freeze,
489
1224
  type: "rdf:Property".freeze
490
1225
  property :lessThan,
491
- comment: %(Specifies a property that must have smaller values than the value nodes.).freeze,
1226
+ comment: "Specifies a property that must have smaller values than the value nodes.".freeze,
492
1227
  isDefinedBy: "sh:".freeze,
493
1228
  label: "less than".freeze,
494
1229
  range: "rdf:Property".freeze,
495
1230
  type: "rdf:Property".freeze
496
1231
  property :lessThanOrEquals,
497
- comment: %(Specifies a property that must have smaller or equal values than the value nodes.).freeze,
1232
+ comment: "Specifies a property that must have smaller or equal values than the value nodes.".freeze,
498
1233
  isDefinedBy: "sh:".freeze,
499
1234
  label: "less than or equals".freeze,
500
1235
  range: "rdf:Property".freeze,
501
1236
  type: "rdf:Property".freeze
502
1237
  property :maxCount,
503
- comment: %(Specifies the maximum number of values in the set of value nodes.).freeze,
1238
+ comment: "Specifies the maximum number of values in the set of value nodes.".freeze,
504
1239
  isDefinedBy: "sh:".freeze,
505
1240
  label: "max count".freeze,
506
1241
  range: "xsd:integer".freeze,
507
1242
  type: "rdf:Property".freeze
508
1243
  property :maxExclusive,
509
- comment: %(Specifies the maximum exclusive value of each value node.).freeze,
1244
+ comment: "Specifies the maximum exclusive value of each value node.".freeze,
510
1245
  isDefinedBy: "sh:".freeze,
511
1246
  label: "max exclusive".freeze,
512
1247
  type: "rdf:Property".freeze
513
1248
  property :maxInclusive,
514
- comment: %(Specifies the maximum inclusive value of each value node.).freeze,
1249
+ comment: "Specifies the maximum inclusive value of each value node.".freeze,
515
1250
  isDefinedBy: "sh:".freeze,
516
1251
  label: "max inclusive".freeze,
517
1252
  type: "rdf:Property".freeze
518
1253
  property :maxLength,
519
- comment: %(Specifies the maximum string length of each value node.).freeze,
1254
+ comment: "Specifies the maximum string length of each value node.".freeze,
520
1255
  isDefinedBy: "sh:".freeze,
521
1256
  label: "max length".freeze,
522
1257
  range: "xsd:integer".freeze,
523
1258
  type: "rdf:Property".freeze
524
1259
  property :message,
525
- comment: %(A human-readable message \(possibly with placeholders for variables\) explaining the cause of the result.).freeze,
1260
+ comment: "A human-readable message (possibly with placeholders for variables) explaining the cause of the result.".freeze,
526
1261
  isDefinedBy: "sh:".freeze,
527
1262
  label: "message".freeze,
528
1263
  type: "rdf:Property".freeze
529
1264
  property :minCount,
530
- comment: %(Specifies the minimum number of values in the set of value nodes.).freeze,
1265
+ comment: "Specifies the minimum number of values in the set of value nodes.".freeze,
531
1266
  isDefinedBy: "sh:".freeze,
532
1267
  label: "min count".freeze,
533
1268
  range: "xsd:integer".freeze,
534
1269
  type: "rdf:Property".freeze
535
1270
  property :minExclusive,
536
- comment: %(Specifies the minimum exclusive value of each value node.).freeze,
1271
+ comment: "Specifies the minimum exclusive value of each value node.".freeze,
537
1272
  isDefinedBy: "sh:".freeze,
538
1273
  label: "min exclusive".freeze,
539
1274
  type: "rdf:Property".freeze
540
1275
  property :minInclusive,
541
- comment: %(Specifies the minimum inclusive value of each value node.).freeze,
1276
+ comment: "Specifies the minimum inclusive value of each value node.".freeze,
542
1277
  isDefinedBy: "sh:".freeze,
543
1278
  label: "min inclusive".freeze,
544
1279
  type: "rdf:Property".freeze
545
1280
  property :minLength,
546
- comment: %(Specifies the minimum string length of each value node.).freeze,
1281
+ comment: "Specifies the minimum string length of each value node.".freeze,
547
1282
  isDefinedBy: "sh:".freeze,
548
1283
  label: "min length".freeze,
549
1284
  range: "xsd:integer".freeze,
550
1285
  type: "rdf:Property".freeze
551
1286
  property :name,
552
- comment: %(Human-readable labels for the property in the context of the surrounding shape.).freeze,
1287
+ comment: "Human-readable labels for the property in the context of the surrounding shape.".freeze,
553
1288
  domain: "sh:PropertyShape".freeze,
554
1289
  isDefinedBy: "sh:".freeze,
555
1290
  label: "name".freeze,
556
1291
  type: "rdf:Property".freeze
557
1292
  property :namespace,
558
- comment: %(The namespace associated with a prefix in a prefix declaration.).freeze,
1293
+ comment: "The namespace associated with a prefix in a prefix declaration.".freeze,
559
1294
  domain: "sh:PrefixDeclaration".freeze,
560
1295
  isDefinedBy: "sh:".freeze,
561
1296
  label: "namespace".freeze,
562
1297
  range: "xsd:anyURI".freeze,
563
1298
  type: "rdf:Property".freeze
564
1299
  property :node,
565
- comment: %(Specifies the node shape that all value nodes must conform to.).freeze,
1300
+ comment: "Specifies the node shape that all value nodes must conform to.".freeze,
566
1301
  isDefinedBy: "sh:".freeze,
567
1302
  label: "node".freeze,
568
1303
  range: "sh:NodeShape".freeze,
569
1304
  type: "rdf:Property".freeze
570
1305
  property :nodeKind,
571
- comment: %(Specifies the node kind \(e.g. IRI or literal\) each value node.).freeze,
1306
+ comment: "Specifies the node kind (e.g. IRI or literal) each value node.".freeze,
572
1307
  isDefinedBy: "sh:".freeze,
573
1308
  label: "node kind".freeze,
574
1309
  range: "sh:NodeKind".freeze,
575
1310
  type: "rdf:Property".freeze
576
1311
  property :nodeValidator,
577
- comment: %(The validator\(s\) used to evaluate a constraint in the context of a node shape.).freeze,
1312
+ comment: "The validator(s) used to evaluate a constraint in the context of a node shape.".freeze,
578
1313
  domain: "sh:ConstraintComponent".freeze,
579
1314
  isDefinedBy: "sh:".freeze,
580
1315
  label: "shape validator".freeze,
581
1316
  range: "sh:Validator".freeze,
582
1317
  type: "rdf:Property".freeze
583
1318
  property :nodes,
584
- comment: %(The node expression producing the input nodes of a filter shape expression.).freeze,
1319
+ comment: "The node expression producing the input nodes of a filter shape expression.".freeze,
585
1320
  isDefinedBy: "sh:".freeze,
586
1321
  label: "nodes".freeze,
587
1322
  type: "rdf:Property".freeze
588
1323
  property :not,
589
- comment: %(Specifies a shape that the value nodes must not conform to.).freeze,
1324
+ comment: "Specifies a shape that the value nodes must not conform to.".freeze,
590
1325
  isDefinedBy: "sh:".freeze,
591
1326
  label: "not".freeze,
592
1327
  range: "sh:Shape".freeze,
593
1328
  type: "rdf:Property".freeze
594
1329
  property :object,
595
- comment: %(An expression producing the nodes that shall be inferred as objects.).freeze,
1330
+ comment: "An expression producing the nodes that shall be inferred as objects.".freeze,
596
1331
  domain: "sh:TripleRule".freeze,
597
1332
  isDefinedBy: "sh:".freeze,
598
1333
  label: "object".freeze,
599
1334
  type: "rdf:Property".freeze
600
1335
  property :oneOrMorePath,
601
- comment: %(The \(single\) value of this property represents a path that is matched one or more times.).freeze,
1336
+ comment: "The (single) value of this property represents a path that is matched one or more times.".freeze,
602
1337
  isDefinedBy: "sh:".freeze,
603
1338
  label: "one or more path".freeze,
604
1339
  range: "rdfs:Resource".freeze,
605
1340
  type: "rdf:Property".freeze
606
1341
  property :optional,
607
- comment: %(Indicates whether a parameter is optional.).freeze,
1342
+ comment: "Indicates whether a parameter is optional.".freeze,
608
1343
  domain: "sh:Parameter".freeze,
609
1344
  isDefinedBy: "sh:".freeze,
610
1345
  label: "optional".freeze,
611
1346
  range: "xsd:boolean".freeze,
612
1347
  type: "rdf:Property".freeze
613
1348
  property :or,
614
- comment: %(Specifies a list of shapes so that the value nodes must conform to at least one of the shapes.).freeze,
1349
+ comment: "Specifies a list of shapes so that the value nodes must conform to at least one of the shapes.".freeze,
615
1350
  isDefinedBy: "sh:".freeze,
616
1351
  label: "or".freeze,
617
1352
  range: "rdf:List".freeze,
618
1353
  type: "rdf:Property".freeze
619
1354
  property :order,
620
- comment: %(Specifies the relative order of this compared to its siblings. For example use 0 for the first, 1 for the second.).freeze,
1355
+ comment: "Specifies the relative order of this compared to its siblings. For example use 0 for the first, 1 for the second.".freeze,
621
1356
  isDefinedBy: "sh:".freeze,
622
1357
  label: "order".freeze,
623
1358
  type: "rdf:Property".freeze
624
1359
  property :parameter,
625
- comment: %(The parameters of a function or constraint component.).freeze,
1360
+ comment: "The parameters of a function or constraint component.".freeze,
626
1361
  domain: "sh:Parameterizable".freeze,
627
1362
  isDefinedBy: "sh:".freeze,
628
1363
  label: "parameter".freeze,
629
1364
  range: "sh:Parameter".freeze,
630
1365
  type: "rdf:Property".freeze
631
1366
  property :path,
632
- comment: %(Specifies the property path of a property shape.).freeze,
1367
+ comment: "Specifies the property path of a property shape.".freeze,
633
1368
  domain: "sh:PropertyShape".freeze,
634
1369
  isDefinedBy: "sh:".freeze,
635
1370
  label: "path".freeze,
636
1371
  range: "rdfs:Resource".freeze,
637
1372
  type: "rdf:Property".freeze
638
1373
  property :pattern,
639
- comment: %(Specifies a regular expression pattern that the string representations of the value nodes must match.).freeze,
1374
+ comment: "Specifies a regular expression pattern that the string representations of the value nodes must match.".freeze,
640
1375
  isDefinedBy: "sh:".freeze,
641
1376
  label: "pattern".freeze,
642
1377
  range: "xsd:string".freeze,
643
1378
  type: "rdf:Property".freeze
644
1379
  property :predicate,
645
- comment: %(An expression producing the properties that shall be inferred as predicates.).freeze,
1380
+ comment: "An expression producing the properties that shall be inferred as predicates.".freeze,
646
1381
  domain: "sh:TripleRule".freeze,
647
1382
  isDefinedBy: "sh:".freeze,
648
1383
  label: "predicate".freeze,
649
1384
  type: "rdf:Property".freeze
650
1385
  property :prefix,
651
- comment: %(The prefix of a prefix declaration.).freeze,
1386
+ comment: "The prefix of a prefix declaration.".freeze,
652
1387
  domain: "sh:PrefixDeclaration".freeze,
653
1388
  isDefinedBy: "sh:".freeze,
654
1389
  label: "prefix".freeze,
655
1390
  range: "xsd:string".freeze,
656
1391
  type: "rdf:Property".freeze
657
1392
  property :prefixes,
658
- comment: %(The prefixes that shall be applied before parsing the associated SPARQL query.).freeze,
1393
+ comment: "The prefixes that shall be applied before parsing the associated SPARQL query.".freeze,
659
1394
  domain: "sh:SPARQLExecutable".freeze,
660
1395
  isDefinedBy: "sh:".freeze,
661
1396
  label: "prefixes".freeze,
662
1397
  range: "owl:Ontology".freeze,
663
1398
  type: "rdf:Property".freeze
664
1399
  property :property,
665
- comment: %(Links a shape to its property shapes.).freeze,
1400
+ comment: "Links a shape to its property shapes.".freeze,
666
1401
  domain: "sh:Shape".freeze,
667
1402
  isDefinedBy: "sh:".freeze,
668
1403
  label: "property".freeze,
669
1404
  range: "sh:PropertyShape".freeze,
670
1405
  type: "rdf:Property".freeze
671
1406
  property :propertyValidator,
672
- comment: %(The validator\(s\) used to evaluate a constraint in the context of a property shape.).freeze,
1407
+ comment: "The validator(s) used to evaluate a constraint in the context of a property shape.".freeze,
673
1408
  domain: "sh:ConstraintComponent".freeze,
674
1409
  isDefinedBy: "sh:".freeze,
675
1410
  label: "property validator".freeze,
676
1411
  range: "sh:Validator".freeze,
677
1412
  type: "rdf:Property".freeze
678
1413
  property :qualifiedMaxCount,
679
- comment: %(The maximum number of value nodes that can conform to the shape.).freeze,
1414
+ comment: "The maximum number of value nodes that can conform to the shape.".freeze,
680
1415
  isDefinedBy: "sh:".freeze,
681
1416
  label: "qualified max count".freeze,
682
1417
  range: "xsd:integer".freeze,
683
1418
  type: "rdf:Property".freeze
684
1419
  property :qualifiedMinCount,
685
- comment: %(The minimum number of value nodes that must conform to the shape.).freeze,
1420
+ comment: "The minimum number of value nodes that must conform to the shape.".freeze,
686
1421
  isDefinedBy: "sh:".freeze,
687
1422
  label: "qualified min count".freeze,
688
1423
  range: "xsd:integer".freeze,
689
1424
  type: "rdf:Property".freeze
690
1425
  property :qualifiedValueShape,
691
- comment: %(The shape that a specified number of values must conform to.).freeze,
1426
+ comment: "The shape that a specified number of values must conform to.".freeze,
692
1427
  isDefinedBy: "sh:".freeze,
693
1428
  label: "qualified value shape".freeze,
694
1429
  range: "sh:Shape".freeze,
695
1430
  type: "rdf:Property".freeze
696
1431
  property :qualifiedValueShapesDisjoint,
697
- comment: %(Can be used to mark the qualified value shape to be disjoint with its sibling shapes.).freeze,
1432
+ comment: "Can be used to mark the qualified value shape to be disjoint with its sibling shapes.".freeze,
698
1433
  isDefinedBy: "sh:".freeze,
699
1434
  label: "qualified value shapes disjoint".freeze,
700
1435
  range: "xsd:boolean".freeze,
701
1436
  type: "rdf:Property".freeze
702
1437
  property :result,
703
- comment: %(The validation results contained in a validation report.).freeze,
1438
+ comment: "The validation results contained in a validation report.".freeze,
704
1439
  domain: "sh:ValidationReport".freeze,
705
1440
  isDefinedBy: "sh:".freeze,
706
1441
  label: "result".freeze,
707
1442
  range: "sh:ValidationResult".freeze,
708
1443
  type: "rdf:Property".freeze
709
1444
  property :resultAnnotation,
710
- comment: %(Links a SPARQL validator with zero or more sh:ResultAnnotation instances, defining how to derive additional result properties based on the variables of the SELECT query.).freeze,
1445
+ comment: "Links a SPARQL validator with zero or more sh:ResultAnnotation instances, defining how to derive additional result properties based on the variables of the SELECT query.".freeze,
711
1446
  domain: "sh:SPARQLSelectValidator".freeze,
712
1447
  isDefinedBy: "sh:".freeze,
713
1448
  label: "result annotation".freeze,
714
1449
  range: "sh:ResultAnnotation".freeze,
715
1450
  type: "rdf:Property".freeze
716
1451
  property :resultMessage,
717
- comment: %(Human-readable messages explaining the cause of the result.).freeze,
1452
+ comment: "Human-readable messages explaining the cause of the result.".freeze,
718
1453
  domain: "sh:AbstractResult".freeze,
719
1454
  isDefinedBy: "sh:".freeze,
720
1455
  label: "result message".freeze,
721
1456
  type: "rdf:Property".freeze
722
1457
  property :resultPath,
723
- comment: %(The path of a validation result, based on the path of the validated property shape.).freeze,
1458
+ comment: "The path of a validation result, based on the path of the validated property shape.".freeze,
724
1459
  domain: "sh:AbstractResult".freeze,
725
1460
  isDefinedBy: "sh:".freeze,
726
1461
  label: "result path".freeze,
727
1462
  range: "rdfs:Resource".freeze,
728
1463
  type: "rdf:Property".freeze
729
1464
  property :resultSeverity,
730
- comment: %(The severity of the result, e.g. warning.).freeze,
1465
+ comment: "The severity of the result, e.g. warning.".freeze,
731
1466
  domain: "sh:AbstractResult".freeze,
732
1467
  isDefinedBy: "sh:".freeze,
733
1468
  label: "result severity".freeze,
734
1469
  range: "sh:Severity".freeze,
735
1470
  type: "rdf:Property".freeze
736
1471
  property :returnType,
737
- comment: %(The expected type of values returned by the associated function.).freeze,
1472
+ comment: "The expected type of values returned by the associated function.".freeze,
738
1473
  domain: "sh:Function".freeze,
739
1474
  isDefinedBy: "sh:".freeze,
740
1475
  label: "return type".freeze,
741
1476
  range: "rdfs:Class".freeze,
742
1477
  type: "rdf:Property".freeze
743
1478
  property :rule,
744
- comment: %(The rules linked to a shape.).freeze,
1479
+ comment: "The rules linked to a shape.".freeze,
745
1480
  domain: "sh:Shape".freeze,
746
1481
  isDefinedBy: "sh:".freeze,
747
1482
  label: "rule".freeze,
748
1483
  range: "sh:Rule".freeze,
749
1484
  type: "rdf:Property".freeze
750
1485
  property :select,
751
- comment: %(The SPARQL SELECT query to execute.).freeze,
1486
+ comment: "The SPARQL SELECT query to execute.".freeze,
752
1487
  domain: "sh:SPARQLSelectExecutable".freeze,
753
1488
  isDefinedBy: "sh:".freeze,
754
1489
  label: "select".freeze,
755
1490
  range: "xsd:string".freeze,
756
1491
  type: "rdf:Property".freeze
757
1492
  property :severity,
758
- comment: %(Defines the severity that validation results produced by a shape must have. Defaults to sh:Violation.).freeze,
1493
+ comment: "Defines the severity that validation results produced by a shape must have. Defaults to sh:Violation.".freeze,
759
1494
  domain: "sh:Shape".freeze,
760
1495
  isDefinedBy: "sh:".freeze,
761
1496
  label: "severity".freeze,
762
1497
  range: "sh:Severity".freeze,
763
1498
  type: "rdf:Property".freeze
764
1499
  property :shapesGraph,
765
- comment: %(Shapes graphs that should be used when validating this data graph.).freeze,
1500
+ comment: "Shapes graphs that should be used when validating this data graph.".freeze,
766
1501
  domain: "owl:Ontology".freeze,
767
1502
  isDefinedBy: "sh:".freeze,
768
1503
  label: "shapes graph".freeze,
769
1504
  range: "owl:Ontology".freeze,
770
1505
  type: "rdf:Property".freeze
771
1506
  property :shapesGraphWellFormed,
772
- comment: %(If true then the validation engine was certain that the shapes graph has passed all SHACL syntax requirements during the validation process.).freeze,
1507
+ comment: "If true then the validation engine was certain that the shapes graph has passed all SHACL syntax requirements during the validation process.".freeze,
773
1508
  domain: "sh:ValidationReport".freeze,
774
1509
  isDefinedBy: "sh:".freeze,
775
1510
  label: "shapes graph well-formed".freeze,
776
1511
  range: "xsd:boolean".freeze,
777
1512
  type: "rdf:Property".freeze
778
1513
  property :sourceConstraint,
779
- comment: %(The constraint that was validated when the result was produced.).freeze,
1514
+ comment: "The constraint that was validated when the result was produced.".freeze,
780
1515
  domain: "sh:AbstractResult".freeze,
781
1516
  isDefinedBy: "sh:".freeze,
782
1517
  label: "source constraint".freeze,
783
1518
  type: "rdf:Property".freeze
784
1519
  property :sourceConstraintComponent,
785
- comment: %(The constraint component that is the source of the result.).freeze,
1520
+ comment: "The constraint component that is the source of the result.".freeze,
786
1521
  domain: "sh:AbstractResult".freeze,
787
1522
  isDefinedBy: "sh:".freeze,
788
1523
  label: "source constraint component".freeze,
789
1524
  range: "sh:ConstraintComponent".freeze,
790
1525
  type: "rdf:Property".freeze
791
1526
  property :sourceShape,
792
- comment: %(The shape that is was validated when the result was produced.).freeze,
1527
+ comment: "The shape that is was validated when the result was produced.".freeze,
793
1528
  domain: "sh:AbstractResult".freeze,
794
1529
  isDefinedBy: "sh:".freeze,
795
1530
  label: "source shape".freeze,
796
1531
  range: "sh:Shape".freeze,
797
1532
  type: "rdf:Property".freeze
798
1533
  property :sparql,
799
- comment: %(Links a shape with SPARQL constraints.).freeze,
1534
+ comment: "Links a shape with SPARQL constraints.".freeze,
800
1535
  domain: "sh:Shape".freeze,
801
1536
  isDefinedBy: "sh:".freeze,
802
1537
  label: "constraint (in SPARQL)".freeze,
803
1538
  range: "sh:SPARQLConstraint".freeze,
804
1539
  type: "rdf:Property".freeze
805
1540
  property :subject,
806
- comment: %(An expression producing the resources that shall be inferred as subjects.).freeze,
1541
+ comment: "An expression producing the resources that shall be inferred as subjects.".freeze,
807
1542
  domain: "sh:TripleRule".freeze,
808
1543
  isDefinedBy: "sh:".freeze,
809
1544
  label: "subject".freeze,
810
1545
  type: "rdf:Property".freeze
811
1546
  property :suggestedShapesGraph,
812
- comment: %(Suggested shapes graphs for this ontology. The values of this property may be used in the absence of specific sh:shapesGraph statements.).freeze,
1547
+ comment: "Suggested shapes graphs for this ontology. The values of this property may be used in the absence of specific sh:shapesGraph statements.".freeze,
813
1548
  domain: "owl:Ontology".freeze,
814
1549
  isDefinedBy: "sh:".freeze,
815
1550
  label: "suggested shapes graph".freeze,
816
1551
  range: "owl:Ontology".freeze,
817
1552
  type: "rdf:Property".freeze
818
1553
  property :target,
819
- comment: %(Links a shape to a target specified by an extension language, for example instances of sh:SPARQLTarget.).freeze,
1554
+ comment: "Links a shape to a target specified by an extension language, for example instances of sh:SPARQLTarget.".freeze,
820
1555
  domain: "sh:Shape".freeze,
821
1556
  isDefinedBy: "sh:".freeze,
822
1557
  label: "target".freeze,
823
1558
  range: "sh:Target".freeze,
824
1559
  type: "rdf:Property".freeze
825
1560
  property :targetClass,
826
- comment: %(Links a shape to a class, indicating that all instances of the class must conform to the shape.).freeze,
1561
+ comment: "Links a shape to a class, indicating that all instances of the class must conform to the shape.".freeze,
827
1562
  domain: "sh:Shape".freeze,
828
1563
  isDefinedBy: "sh:".freeze,
829
1564
  label: "target class".freeze,
830
1565
  range: "rdfs:Class".freeze,
831
1566
  type: "rdf:Property".freeze
832
1567
  property :targetNode,
833
- comment: %(Links a shape to individual nodes, indicating that these nodes must conform to the shape.).freeze,
1568
+ comment: "Links a shape to individual nodes, indicating that these nodes must conform to the shape.".freeze,
834
1569
  domain: "sh:Shape".freeze,
835
1570
  isDefinedBy: "sh:".freeze,
836
1571
  label: "target node".freeze,
837
1572
  type: "rdf:Property".freeze
838
1573
  property :targetObjectsOf,
839
- comment: %(Links a shape to a property, indicating that all all objects of triples that have the given property as their predicate must conform to the shape.).freeze,
1574
+ comment: "Links a shape to a property, indicating that all all objects of triples that have the given property as their predicate must conform to the shape.".freeze,
840
1575
  domain: "sh:Shape".freeze,
841
1576
  isDefinedBy: "sh:".freeze,
842
1577
  label: "target objects of".freeze,
843
1578
  range: "rdf:Property".freeze,
844
1579
  type: "rdf:Property".freeze
845
1580
  property :targetSubjectsOf,
846
- comment: %(Links a shape to a property, indicating that all subjects of triples that have the given property as their predicate must conform to the shape.).freeze,
1581
+ comment: "Links a shape to a property, indicating that all subjects of triples that have the given property as their predicate must conform to the shape.".freeze,
847
1582
  domain: "sh:Shape".freeze,
848
1583
  isDefinedBy: "sh:".freeze,
849
1584
  label: "target subjects of".freeze,
850
1585
  range: "rdf:Property".freeze,
851
1586
  type: "rdf:Property".freeze
852
1587
  property :union,
853
- comment: %(A list of node expressions that shall be used together.).freeze,
1588
+ comment: "A list of node expressions that shall be used together.".freeze,
854
1589
  isDefinedBy: "sh:".freeze,
855
1590
  label: "union".freeze,
856
1591
  type: "rdf:Property".freeze
857
1592
  property :uniqueLang,
858
- comment: %(Specifies whether all node values must have a unique \(or no\) language tag.).freeze,
1593
+ comment: "Specifies whether all node values must have a unique (or no) language tag.".freeze,
859
1594
  isDefinedBy: "sh:".freeze,
860
1595
  label: "unique languages".freeze,
861
1596
  range: "xsd:boolean".freeze,
862
1597
  type: "rdf:Property".freeze
863
1598
  property :update,
864
- comment: %(The SPARQL UPDATE to execute.).freeze,
1599
+ comment: "The SPARQL UPDATE to execute.".freeze,
865
1600
  domain: "sh:SPARQLUpdateExecutable".freeze,
866
1601
  isDefinedBy: "sh:".freeze,
867
1602
  label: "update".freeze,
868
1603
  range: "xsd:string".freeze,
869
1604
  type: "rdf:Property".freeze
870
1605
  property :validator,
871
- comment: %(The validator\(s\) used to evaluate constraints of either node or property shapes.).freeze,
1606
+ comment: "The validator(s) used to evaluate constraints of either node or property shapes.".freeze,
872
1607
  domain: "sh:ConstraintComponent".freeze,
873
1608
  isDefinedBy: "sh:".freeze,
874
1609
  label: "validator".freeze,
875
1610
  range: "sh:Validator".freeze,
876
1611
  type: "rdf:Property".freeze
877
1612
  property :value,
878
- comment: %(An RDF node that has caused the result.).freeze,
1613
+ comment: "An RDF node that has caused the result.".freeze,
879
1614
  domain: "sh:AbstractResult".freeze,
880
1615
  isDefinedBy: "sh:".freeze,
881
1616
  label: "value".freeze,
882
1617
  type: "rdf:Property".freeze
883
1618
  property :xone,
884
- comment: %(Specifies a list of shapes so that the value nodes must conform to exactly one of the shapes.).freeze,
1619
+ comment: "Specifies a list of shapes so that the value nodes must conform to exactly one of the shapes.".freeze,
885
1620
  isDefinedBy: "sh:".freeze,
886
1621
  label: "exactly one".freeze,
887
1622
  range: "rdf:List".freeze,
888
1623
  type: "rdf:Property".freeze
889
1624
  property :zeroOrMorePath,
890
- comment: %(The \(single\) value of this property represents a path that is matched zero or more times.).freeze,
1625
+ comment: "The (single) value of this property represents a path that is matched zero or more times.".freeze,
891
1626
  isDefinedBy: "sh:".freeze,
892
1627
  label: "zero or more path".freeze,
893
1628
  range: "rdfs:Resource".freeze,
894
1629
  type: "rdf:Property".freeze
895
1630
  property :zeroOrOnePath,
896
- comment: %(The \(single\) value of this property represents a path that is matched zero or one times.).freeze,
1631
+ comment: "The (single) value of this property represents a path that is matched zero or one times.".freeze,
897
1632
  isDefinedBy: "sh:".freeze,
898
1633
  label: "zero or one path".freeze,
899
1634
  range: "rdfs:Resource".freeze,
@@ -901,7 +1636,7 @@ module RDF::Vocab
901
1636
 
902
1637
  # Extra definitions
903
1638
  term :AndConstraintComponent,
904
- comment: %(A constraint component that can be used to test whether a value node conforms to all members of a provided list of shapes.).freeze,
1639
+ comment: "A constraint component that can be used to test whether a value node conforms to all members of a provided list of shapes.".freeze,
905
1640
  isDefinedBy: "sh:".freeze,
906
1641
  label: "And constraint component".freeze,
907
1642
  "sh:parameter": "sh:AndConstraintComponent-and".freeze,
@@ -911,22 +1646,22 @@ module RDF::Vocab
911
1646
  "sh:path": "sh:and".freeze,
912
1647
  type: "sh:Parameter".freeze
913
1648
  term :BlankNode,
914
- comment: %(The node kind of all blank nodes.).freeze,
1649
+ comment: "The node kind of all blank nodes.".freeze,
915
1650
  isDefinedBy: "sh:".freeze,
916
1651
  label: "Blank node".freeze,
917
1652
  type: "sh:NodeKind".freeze
918
1653
  term :BlankNodeOrIRI,
919
- comment: %(The node kind of all blank nodes or IRIs.).freeze,
1654
+ comment: "The node kind of all blank nodes or IRIs.".freeze,
920
1655
  isDefinedBy: "sh:".freeze,
921
1656
  label: "Blank node or IRI".freeze,
922
1657
  type: "sh:NodeKind".freeze
923
1658
  term :BlankNodeOrLiteral,
924
- comment: %(The node kind of all blank nodes or literals.).freeze,
1659
+ comment: "The node kind of all blank nodes or literals.".freeze,
925
1660
  isDefinedBy: "sh:".freeze,
926
1661
  label: "Blank node or literal".freeze,
927
1662
  type: "sh:NodeKind".freeze
928
1663
  term :ClassConstraintComponent,
929
- comment: %(A constraint component that can be used to verify that each value node is an instance of a given type.).freeze,
1664
+ comment: "A constraint component that can be used to verify that each value node is an instance of a given type.".freeze,
930
1665
  isDefinedBy: "sh:".freeze,
931
1666
  label: "Class constraint component".freeze,
932
1667
  "sh:parameter": "sh:ClassConstraintComponent-class".freeze,
@@ -937,7 +1672,7 @@ module RDF::Vocab
937
1672
  "sh:path": "sh:class".freeze,
938
1673
  type: "sh:Parameter".freeze
939
1674
  term :ClosedConstraintComponent,
940
- comment: %(A constraint component that can be used to indicate that focus nodes must only have values for those properties that have been explicitly enumerated via sh:property/sh:path.).freeze,
1675
+ comment: "A constraint component that can be used to indicate that focus nodes must only have values for those properties that have been explicitly enumerated via sh:property/sh:path.".freeze,
941
1676
  isDefinedBy: "sh:".freeze,
942
1677
  label: "Closed constraint component".freeze,
943
1678
  "sh:parameter": ["sh:ClosedConstraintComponent-closed".freeze, "sh:ClosedConstraintComponent-ignoredProperties".freeze],
@@ -953,7 +1688,7 @@ module RDF::Vocab
953
1688
  "sh:path": "sh:ignoredProperties".freeze,
954
1689
  type: "sh:Parameter".freeze
955
1690
  term :DatatypeConstraintComponent,
956
- comment: %(A constraint component that can be used to restrict the datatype of all value nodes.).freeze,
1691
+ comment: "A constraint component that can be used to restrict the datatype of all value nodes.".freeze,
957
1692
  isDefinedBy: "sh:".freeze,
958
1693
  label: "Datatype constraint component".freeze,
959
1694
  "sh:parameter": "sh:DatatypeConstraintComponent-datatype".freeze,
@@ -965,7 +1700,7 @@ module RDF::Vocab
965
1700
  "sh:path": "sh:datatype".freeze,
966
1701
  type: "sh:Parameter".freeze
967
1702
  term :DisjointConstraintComponent,
968
- comment: %(A constraint component that can be used to verify that the set of value nodes is disjoint with the the set of nodes that have the focus node as subject and the value of a given property as predicate.).freeze,
1703
+ comment: "A constraint component that can be used to verify that the set of value nodes is disjoint with the the set of nodes that have the focus node as subject and the value of a given property as predicate.".freeze,
969
1704
  isDefinedBy: "sh:".freeze,
970
1705
  label: "Disjoint constraint component".freeze,
971
1706
  "sh:parameter": "sh:DisjointConstraintComponent-disjoint".freeze,
@@ -976,7 +1711,7 @@ module RDF::Vocab
976
1711
  "sh:path": "sh:disjoint".freeze,
977
1712
  type: "sh:Parameter".freeze
978
1713
  term :EqualsConstraintComponent,
979
- comment: %(A constraint component that can be used to verify that the set of value nodes is equal to the set of nodes that have the focus node as subject and the value of a given property as predicate.).freeze,
1714
+ comment: "A constraint component that can be used to verify that the set of value nodes is equal to the set of nodes that have the focus node as subject and the value of a given property as predicate.".freeze,
980
1715
  isDefinedBy: "sh:".freeze,
981
1716
  label: "Equals constraint component".freeze,
982
1717
  "sh:parameter": "sh:EqualsConstraintComponent-equals".freeze,
@@ -987,7 +1722,7 @@ module RDF::Vocab
987
1722
  "sh:path": "sh:equals".freeze,
988
1723
  type: "sh:Parameter".freeze
989
1724
  term :ExpressionConstraintComponent,
990
- comment: %(A constraint component that can be used to verify that a given node expression produces true for all value nodes.).freeze,
1725
+ comment: "A constraint component that can be used to verify that a given node expression produces true for all value nodes.".freeze,
991
1726
  isDefinedBy: "sh:".freeze,
992
1727
  label: "Expression constraint component".freeze,
993
1728
  "sh:parameter": "sh:ExpressionConstraintComponent-expression".freeze,
@@ -997,7 +1732,7 @@ module RDF::Vocab
997
1732
  "sh:path": "sh:expression".freeze,
998
1733
  type: "sh:Parameter".freeze
999
1734
  term :HasValueConstraintComponent,
1000
- comment: %(A constraint component that can be used to verify that one of the value nodes is a given RDF node.).freeze,
1735
+ comment: "A constraint component that can be used to verify that one of the value nodes is a given RDF node.".freeze,
1001
1736
  isDefinedBy: "sh:".freeze,
1002
1737
  label: "Has-value constraint component".freeze,
1003
1738
  "sh:parameter": "sh:HasValueConstraintComponent-hasValue".freeze,
@@ -1007,17 +1742,17 @@ module RDF::Vocab
1007
1742
  "sh:path": "sh:hasValue".freeze,
1008
1743
  type: "sh:Parameter".freeze
1009
1744
  term :IRI,
1010
- comment: %(The node kind of all IRIs.).freeze,
1745
+ comment: "The node kind of all IRIs.".freeze,
1011
1746
  isDefinedBy: "sh:".freeze,
1012
1747
  label: "IRI".freeze,
1013
1748
  type: "sh:NodeKind".freeze
1014
1749
  term :IRIOrLiteral,
1015
- comment: %(The node kind of all IRIs or literals.).freeze,
1750
+ comment: "The node kind of all IRIs or literals.".freeze,
1016
1751
  isDefinedBy: "sh:".freeze,
1017
1752
  label: "IRI or literal".freeze,
1018
1753
  type: "sh:NodeKind".freeze
1019
1754
  term :InConstraintComponent,
1020
- comment: %(A constraint component that can be used to exclusively enumerate the permitted value nodes.).freeze,
1755
+ comment: "A constraint component that can be used to exclusively enumerate the permitted value nodes.".freeze,
1021
1756
  isDefinedBy: "sh:".freeze,
1022
1757
  label: "In constraint component".freeze,
1023
1758
  "sh:parameter": "sh:InConstraintComponent-in".freeze,
@@ -1028,7 +1763,7 @@ module RDF::Vocab
1028
1763
  "sh:path": "sh:in".freeze,
1029
1764
  type: "sh:Parameter".freeze
1030
1765
  term :Info,
1031
- comment: %(The severity for an informational validation result.).freeze,
1766
+ comment: "The severity for an informational validation result.".freeze,
1032
1767
  isDefinedBy: "sh:".freeze,
1033
1768
  label: "Info".freeze,
1034
1769
  type: "sh:Severity".freeze
@@ -1037,13 +1772,13 @@ module RDF::Vocab
1037
1772
  "sh:path": "sh:js".freeze,
1038
1773
  type: "sh:Parameter".freeze
1039
1774
  term :JSConstraintComponent,
1040
- comment: %(A constraint component with the parameter sh:js linking to a sh:JSConstraint containing a sh:script.).freeze,
1775
+ comment: "A constraint component with the parameter sh:js linking to a sh:JSConstraint containing a sh:script.".freeze,
1041
1776
  isDefinedBy: "sh:".freeze,
1042
1777
  label: "JavaScript constraint component".freeze,
1043
1778
  "sh:parameter": "sh:JSConstraint-js".freeze,
1044
1779
  type: "sh:ConstraintComponent".freeze
1045
1780
  term :LanguageInConstraintComponent,
1046
- comment: %(A constraint component that can be used to enumerate language tags that all value nodes must have.).freeze,
1781
+ comment: "A constraint component that can be used to enumerate language tags that all value nodes must have.".freeze,
1047
1782
  isDefinedBy: "sh:".freeze,
1048
1783
  label: "Language-in constraint component".freeze,
1049
1784
  "sh:parameter": "sh:LanguageInConstraintComponent-languageIn".freeze,
@@ -1054,7 +1789,7 @@ module RDF::Vocab
1054
1789
  "sh:path": "sh:languageIn".freeze,
1055
1790
  type: "sh:Parameter".freeze
1056
1791
  term :LessThanConstraintComponent,
1057
- comment: %(A constraint component that can be used to verify that each value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate.).freeze,
1792
+ comment: "A constraint component that can be used to verify that each value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate.".freeze,
1058
1793
  isDefinedBy: "sh:".freeze,
1059
1794
  label: "Less-than constraint component".freeze,
1060
1795
  "sh:parameter": "sh:LessThanConstraintComponent-lessThan".freeze,
@@ -1065,7 +1800,7 @@ module RDF::Vocab
1065
1800
  "sh:path": "sh:lessThan".freeze,
1066
1801
  type: "sh:Parameter".freeze
1067
1802
  term :LessThanOrEqualsConstraintComponent,
1068
- comment: %(A constraint component that can be used to verify that every value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate.).freeze,
1803
+ comment: "A constraint component that can be used to verify that every value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate.".freeze,
1069
1804
  isDefinedBy: "sh:".freeze,
1070
1805
  label: "less-than-or-equals constraint component".freeze,
1071
1806
  "sh:parameter": "sh:LessThanOrEqualsConstraintComponent-lessThanOrEquals".freeze,
@@ -1076,12 +1811,12 @@ module RDF::Vocab
1076
1811
  "sh:path": "sh:lessThanOrEquals".freeze,
1077
1812
  type: "sh:Parameter".freeze
1078
1813
  term :Literal,
1079
- comment: %(The node kind of all literals.).freeze,
1814
+ comment: "The node kind of all literals.".freeze,
1080
1815
  isDefinedBy: "sh:".freeze,
1081
1816
  label: "Literal".freeze,
1082
1817
  type: "sh:NodeKind".freeze
1083
1818
  term :MaxCountConstraintComponent,
1084
- comment: %(A constraint component that can be used to restrict the maximum number of value nodes.).freeze,
1819
+ comment: "A constraint component that can be used to restrict the maximum number of value nodes.".freeze,
1085
1820
  isDefinedBy: "sh:".freeze,
1086
1821
  label: "Max-count constraint component".freeze,
1087
1822
  "sh:parameter": "sh:MaxCountConstraintComponent-maxCount".freeze,
@@ -1093,7 +1828,7 @@ module RDF::Vocab
1093
1828
  "sh:path": "sh:maxCount".freeze,
1094
1829
  type: "sh:Parameter".freeze
1095
1830
  term :MaxExclusiveConstraintComponent,
1096
- comment: %(A constraint component that can be used to restrict the range of value nodes with a maximum exclusive value.).freeze,
1831
+ comment: "A constraint component that can be used to restrict the range of value nodes with a maximum exclusive value.".freeze,
1097
1832
  isDefinedBy: "sh:".freeze,
1098
1833
  label: "Max-exclusive constraint component".freeze,
1099
1834
  "sh:parameter": "sh:MaxExclusiveConstraintComponent-maxExclusive".freeze,
@@ -1105,7 +1840,7 @@ module RDF::Vocab
1105
1840
  "sh:path": "sh:maxExclusive".freeze,
1106
1841
  type: "sh:Parameter".freeze
1107
1842
  term :MaxInclusiveConstraintComponent,
1108
- comment: %(A constraint component that can be used to restrict the range of value nodes with a maximum inclusive value.).freeze,
1843
+ comment: "A constraint component that can be used to restrict the range of value nodes with a maximum inclusive value.".freeze,
1109
1844
  isDefinedBy: "sh:".freeze,
1110
1845
  label: "Max-inclusive constraint component".freeze,
1111
1846
  "sh:parameter": "sh:MaxInclusiveConstraintComponent-maxInclusive".freeze,
@@ -1117,7 +1852,7 @@ module RDF::Vocab
1117
1852
  "sh:path": "sh:maxInclusive".freeze,
1118
1853
  type: "sh:Parameter".freeze
1119
1854
  term :MaxLengthConstraintComponent,
1120
- comment: %(A constraint component that can be used to restrict the maximum string length of value nodes.).freeze,
1855
+ comment: "A constraint component that can be used to restrict the maximum string length of value nodes.".freeze,
1121
1856
  isDefinedBy: "sh:".freeze,
1122
1857
  label: "Max-length constraint component".freeze,
1123
1858
  "sh:parameter": "sh:MaxLengthConstraintComponent-maxLength".freeze,
@@ -1129,7 +1864,7 @@ module RDF::Vocab
1129
1864
  "sh:path": "sh:maxLength".freeze,
1130
1865
  type: "sh:Parameter".freeze
1131
1866
  term :MinCountConstraintComponent,
1132
- comment: %(A constraint component that can be used to restrict the minimum number of value nodes.).freeze,
1867
+ comment: "A constraint component that can be used to restrict the minimum number of value nodes.".freeze,
1133
1868
  isDefinedBy: "sh:".freeze,
1134
1869
  label: "Min-count constraint component".freeze,
1135
1870
  "sh:parameter": "sh:MinCountConstraintComponent-minCount".freeze,
@@ -1141,7 +1876,7 @@ module RDF::Vocab
1141
1876
  "sh:path": "sh:minCount".freeze,
1142
1877
  type: "sh:Parameter".freeze
1143
1878
  term :MinExclusiveConstraintComponent,
1144
- comment: %(A constraint component that can be used to restrict the range of value nodes with a minimum exclusive value.).freeze,
1879
+ comment: "A constraint component that can be used to restrict the range of value nodes with a minimum exclusive value.".freeze,
1145
1880
  isDefinedBy: "sh:".freeze,
1146
1881
  label: "Min-exclusive constraint component".freeze,
1147
1882
  "sh:parameter": "sh:MinExclusiveConstraintComponent-minExclusive".freeze,
@@ -1153,7 +1888,7 @@ module RDF::Vocab
1153
1888
  "sh:path": "sh:minExclusive".freeze,
1154
1889
  type: "sh:Parameter".freeze
1155
1890
  term :MinInclusiveConstraintComponent,
1156
- comment: %(A constraint component that can be used to restrict the range of value nodes with a minimum inclusive value.).freeze,
1891
+ comment: "A constraint component that can be used to restrict the range of value nodes with a minimum inclusive value.".freeze,
1157
1892
  isDefinedBy: "sh:".freeze,
1158
1893
  label: "Min-inclusive constraint component".freeze,
1159
1894
  "sh:parameter": "sh:MinInclusiveConstraintComponent-minInclusive".freeze,
@@ -1165,7 +1900,7 @@ module RDF::Vocab
1165
1900
  "sh:path": "sh:minInclusive".freeze,
1166
1901
  type: "sh:Parameter".freeze
1167
1902
  term :MinLengthConstraintComponent,
1168
- comment: %(A constraint component that can be used to restrict the minimum string length of value nodes.).freeze,
1903
+ comment: "A constraint component that can be used to restrict the minimum string length of value nodes.".freeze,
1169
1904
  isDefinedBy: "sh:".freeze,
1170
1905
  label: "Min-length constraint component".freeze,
1171
1906
  "sh:parameter": "sh:MinLengthConstraintComponent-minLength".freeze,
@@ -1177,7 +1912,7 @@ module RDF::Vocab
1177
1912
  "sh:path": "sh:minLength".freeze,
1178
1913
  type: "sh:Parameter".freeze
1179
1914
  term :NodeConstraintComponent,
1180
- comment: %(A constraint component that can be used to verify that all value nodes conform to the given node shape.).freeze,
1915
+ comment: "A constraint component that can be used to verify that all value nodes conform to the given node shape.".freeze,
1181
1916
  isDefinedBy: "sh:".freeze,
1182
1917
  label: "Node constraint component".freeze,
1183
1918
  "sh:parameter": "sh:NodeConstraintComponent-node".freeze,
@@ -1187,7 +1922,7 @@ module RDF::Vocab
1187
1922
  "sh:path": "sh:node".freeze,
1188
1923
  type: "sh:Parameter".freeze
1189
1924
  term :NodeKindConstraintComponent,
1190
- comment: %(A constraint component that can be used to restrict the RDF node kind of each value node.).freeze,
1925
+ comment: "A constraint component that can be used to restrict the RDF node kind of each value node.".freeze,
1191
1926
  isDefinedBy: "sh:".freeze,
1192
1927
  label: "Node-kind constraint component".freeze,
1193
1928
  "sh:parameter": "sh:NodeKindConstraintComponent-nodeKind".freeze,
@@ -1199,7 +1934,7 @@ module RDF::Vocab
1199
1934
  "sh:path": "sh:nodeKind".freeze,
1200
1935
  type: "sh:Parameter".freeze
1201
1936
  term :NotConstraintComponent,
1202
- comment: %(A constraint component that can be used to verify that value nodes do not conform to a given shape.).freeze,
1937
+ comment: "A constraint component that can be used to verify that value nodes do not conform to a given shape.".freeze,
1203
1938
  isDefinedBy: "sh:".freeze,
1204
1939
  label: "Not constraint component".freeze,
1205
1940
  "sh:parameter": "sh:NotConstraintComponent-not".freeze,
@@ -1209,7 +1944,7 @@ module RDF::Vocab
1209
1944
  "sh:path": "sh:not".freeze,
1210
1945
  type: "sh:Parameter".freeze
1211
1946
  term :OrConstraintComponent,
1212
- comment: %(A constraint component that can be used to restrict the value nodes so that they conform to at least one out of several provided shapes.).freeze,
1947
+ comment: "A constraint component that can be used to restrict the value nodes so that they conform to at least one out of several provided shapes.".freeze,
1213
1948
  isDefinedBy: "sh:".freeze,
1214
1949
  label: "Or constraint component".freeze,
1215
1950
  "sh:parameter": "sh:OrConstraintComponent-or".freeze,
@@ -1219,7 +1954,7 @@ module RDF::Vocab
1219
1954
  "sh:path": "sh:or".freeze,
1220
1955
  type: "sh:Parameter".freeze
1221
1956
  term :PatternConstraintComponent,
1222
- comment: %(A constraint component that can be used to verify that every value node matches a given regular expression.).freeze,
1957
+ comment: "A constraint component that can be used to verify that every value node matches a given regular expression.".freeze,
1223
1958
  isDefinedBy: "sh:".freeze,
1224
1959
  label: "Pattern constraint component".freeze,
1225
1960
  "sh:parameter": ["sh:PatternConstraintComponent-flags".freeze, "sh:PatternConstraintComponent-pattern".freeze],
@@ -1236,7 +1971,7 @@ module RDF::Vocab
1236
1971
  "sh:path": "sh:pattern".freeze,
1237
1972
  type: "sh:Parameter".freeze
1238
1973
  term :PropertyConstraintComponent,
1239
- comment: %(A constraint component that can be used to verify that all value nodes conform to the given property shape.).freeze,
1974
+ comment: "A constraint component that can be used to verify that all value nodes conform to the given property shape.".freeze,
1240
1975
  isDefinedBy: "sh:".freeze,
1241
1976
  label: "Property constraint component".freeze,
1242
1977
  "sh:parameter": "sh:PropertyConstraintComponent-property".freeze,
@@ -1246,7 +1981,7 @@ module RDF::Vocab
1246
1981
  "sh:path": "sh:property".freeze,
1247
1982
  type: "sh:Parameter".freeze
1248
1983
  term :QualifiedMaxCountConstraintComponent,
1249
- comment: %(A constraint component that can be used to verify that a specified maximum number of value nodes conforms to a given shape.).freeze,
1984
+ comment: "A constraint component that can be used to verify that a specified maximum number of value nodes conforms to a given shape.".freeze,
1250
1985
  isDefinedBy: "sh:".freeze,
1251
1986
  label: "Qualified-max-count constraint component".freeze,
1252
1987
  "sh:parameter": ["sh:QualifiedMaxCountConstraintComponent-qualifiedMaxCount".freeze, "sh:QualifiedMaxCountConstraintComponent-qualifiedValueShape".freeze, "sh:QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint".freeze],
@@ -1267,7 +2002,7 @@ module RDF::Vocab
1267
2002
  "sh:path": "sh:qualifiedValueShapesDisjoint".freeze,
1268
2003
  type: "sh:Parameter".freeze
1269
2004
  term :QualifiedMinCountConstraintComponent,
1270
- comment: %(A constraint component that can be used to verify that a specified minimum number of value nodes conforms to a given shape.).freeze,
2005
+ comment: "A constraint component that can be used to verify that a specified minimum number of value nodes conforms to a given shape.".freeze,
1271
2006
  isDefinedBy: "sh:".freeze,
1272
2007
  label: "Qualified-min-count constraint component".freeze,
1273
2008
  "sh:parameter": ["sh:QualifiedMinCountConstraintComponent-qualifiedMinCount".freeze, "sh:QualifiedMinCountConstraintComponent-qualifiedValueShape".freeze, "sh:QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint".freeze],
@@ -1288,7 +2023,7 @@ module RDF::Vocab
1288
2023
  "sh:path": "sh:qualifiedValueShapesDisjoint".freeze,
1289
2024
  type: "sh:Parameter".freeze
1290
2025
  term :SPARQLConstraintComponent,
1291
- comment: %(A constraint component that can be used to define constraints based on SPARQL queries.).freeze,
2026
+ comment: "A constraint component that can be used to define constraints based on SPARQL queries.".freeze,
1292
2027
  isDefinedBy: "sh:".freeze,
1293
2028
  label: "SPARQL constraint component".freeze,
1294
2029
  "sh:parameter": "sh:SPARQLConstraintComponent-sparql".freeze,
@@ -1298,7 +2033,7 @@ module RDF::Vocab
1298
2033
  "sh:path": "sh:sparql".freeze,
1299
2034
  type: "sh:Parameter".freeze
1300
2035
  term :UniqueLangConstraintComponent,
1301
- comment: %(A constraint component that can be used to specify that no pair of value nodes may use the same language tag.).freeze,
2036
+ comment: "A constraint component that can be used to specify that no pair of value nodes may use the same language tag.".freeze,
1302
2037
  isDefinedBy: "sh:".freeze,
1303
2038
  label: "Unique-languages constraint component".freeze,
1304
2039
  "sh:parameter": "sh:UniqueLangConstraintComponent-uniqueLang".freeze,
@@ -1310,17 +2045,17 @@ module RDF::Vocab
1310
2045
  "sh:path": "sh:uniqueLang".freeze,
1311
2046
  type: "sh:Parameter".freeze
1312
2047
  term :Violation,
1313
- comment: %(The severity for a violation validation result.).freeze,
2048
+ comment: "The severity for a violation validation result.".freeze,
1314
2049
  isDefinedBy: "sh:".freeze,
1315
2050
  label: "Violation".freeze,
1316
2051
  type: "sh:Severity".freeze
1317
2052
  term :Warning,
1318
- comment: %(The severity for a warning validation result.).freeze,
2053
+ comment: "The severity for a warning validation result.".freeze,
1319
2054
  isDefinedBy: "sh:".freeze,
1320
2055
  label: "Warning".freeze,
1321
2056
  type: "sh:Severity".freeze
1322
2057
  term :XoneConstraintComponent,
1323
- comment: %(A constraint component that can be used to restrict the value nodes so that they conform to exactly one out of several provided shapes.).freeze,
2058
+ comment: "A constraint component that can be used to restrict the value nodes so that they conform to exactly one out of several provided shapes.".freeze,
1324
2059
  isDefinedBy: "sh:".freeze,
1325
2060
  label: "Exactly one constraint component".freeze,
1326
2061
  "sh:parameter": "sh:XoneConstraintComponent-xone".freeze,
@@ -1330,7 +2065,7 @@ module RDF::Vocab
1330
2065
  "sh:path": "sh:xone".freeze,
1331
2066
  type: "sh:Parameter".freeze
1332
2067
  term :this,
1333
- comment: %(A node expression that represents the current focus node.).freeze,
2068
+ comment: "A node expression that represents the current focus node.".freeze,
1334
2069
  isDefinedBy: "sh:".freeze,
1335
2070
  label: "this".freeze,
1336
2071
  type: "rdfs:Resource".freeze