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