rdf-vocab 3.0.12 → 3.0.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1338 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
3
+ # This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/shacl#
4
+ require 'rdf'
5
+ module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://www.w3.org/ns/shacl#>
8
+ # class SH < RDF::StrictVocabulary
9
+ # end
10
+ class SH < RDF::StrictVocabulary("http://www.w3.org/ns/shacl#")
11
+
12
+ # Ontology definition
13
+ ontology :"http://www.w3.org/ns/shacl#",
14
+ comment: %(This vocabulary defines terms used in SHACL, the W3C Shapes Constraint Language.).freeze,
15
+ label: "W3C Shapes Constraint Language (SHACL) Vocabulary".freeze,
16
+ "sh:declare": term(
17
+ "sh:namespace": "http://www.w3.org/ns/shacl#".freeze,
18
+ "sh:prefix": "sh".freeze
19
+ ),
20
+ "sh:suggestedShapesGraph": "http://www.w3.org/ns/shacl-shacl#".freeze,
21
+ type: "owl:Ontology".freeze
22
+
23
+ # Class definitions
24
+ term :AbstractResult,
25
+ comment: %(The base class of validation results, typically not instantiated directly.).freeze,
26
+ isDefinedBy: "sh:".freeze,
27
+ label: "Abstract result".freeze,
28
+ subClassOf: "rdfs:Resource".freeze,
29
+ type: "rdfs:Class".freeze
30
+ term :ConstraintComponent,
31
+ comment: %(The class of constraint components.).freeze,
32
+ isDefinedBy: "sh:".freeze,
33
+ label: "Constraint component".freeze,
34
+ subClassOf: "sh:Parameterizable".freeze,
35
+ type: "rdfs:Class".freeze
36
+ term :Function,
37
+ comment: %(The class of SHACL functions.).freeze,
38
+ isDefinedBy: "sh:".freeze,
39
+ label: "Function".freeze,
40
+ subClassOf: "sh:Parameterizable".freeze,
41
+ type: "rdfs:Class".freeze
42
+ term :JSConstraint,
43
+ comment: %(The class of constraints backed by a JavaScript function.).freeze,
44
+ isDefinedBy: "sh:".freeze,
45
+ label: "JavaScript-based constraint".freeze,
46
+ subClassOf: "sh:JSExecutable".freeze,
47
+ type: "rdfs:Class".freeze
48
+ term :JSExecutable,
49
+ comment: %(Abstract base class of resources that declare an executable JavaScript.).freeze,
50
+ isDefinedBy: "sh:".freeze,
51
+ label: "JavaScript executable".freeze,
52
+ subClassOf: "rdfs:Resource".freeze,
53
+ type: "rdfs:Class".freeze
54
+ term :JSFunction,
55
+ comment: %(The class of SHACL functions that execute a JavaScript function when called.).freeze,
56
+ isDefinedBy: "sh:".freeze,
57
+ label: "JavaScript function".freeze,
58
+ subClassOf: ["sh:Function".freeze, "sh:JSExecutable".freeze],
59
+ type: "rdfs:Class".freeze
60
+ term :JSLibrary,
61
+ comment: %(Represents a JavaScript library, typically identified by one or more URLs of files to include.).freeze,
62
+ isDefinedBy: "sh:".freeze,
63
+ label: "JavaScript library".freeze,
64
+ subClassOf: "rdfs:Resource".freeze,
65
+ type: "rdfs:Class".freeze
66
+ term :JSRule,
67
+ comment: %(The class of SHACL rules expressed using JavaScript.).freeze,
68
+ isDefinedBy: "sh:".freeze,
69
+ label: "JavaScript rule".freeze,
70
+ subClassOf: ["sh:JSExecutable".freeze, "sh:Rule".freeze],
71
+ type: "rdfs:Class".freeze
72
+ term :JSTarget,
73
+ comment: %(The class of targets that are based on JavaScript functions.).freeze,
74
+ isDefinedBy: "sh:".freeze,
75
+ label: "JavaScript target".freeze,
76
+ subClassOf: ["sh:JSExecutable".freeze, "sh:Target".freeze],
77
+ type: "rdfs:Class".freeze
78
+ term :JSTargetType,
79
+ comment: %(The \(meta\) class for parameterizable targets that are based on JavaScript functions.).freeze,
80
+ isDefinedBy: "sh:".freeze,
81
+ label: "JavaScript target type".freeze,
82
+ subClassOf: ["sh:JSExecutable".freeze, "sh:TargetType".freeze],
83
+ type: "rdfs:Class".freeze
84
+ term :JSValidator,
85
+ comment: %(A SHACL validator based on JavaScript. This can be used to declare SHACL constraint components that perform JavaScript-based validation when used.).freeze,
86
+ isDefinedBy: "sh:".freeze,
87
+ label: "JavaScript validator".freeze,
88
+ subClassOf: ["sh:JSExecutable".freeze, "sh:Validator".freeze],
89
+ type: "rdfs:Class".freeze
90
+ term :NodeKind,
91
+ comment: %(The class of all node kinds, including sh:BlankNode, sh:IRI, sh:Literal or the combinations of these: sh:BlankNodeOrIRI, sh:BlankNodeOrLiteral, sh:IRIOrLiteral.).freeze,
92
+ isDefinedBy: "sh:".freeze,
93
+ label: "Node kind".freeze,
94
+ subClassOf: "rdfs:Resource".freeze,
95
+ type: "rdfs:Class".freeze
96
+ term :NodeShape,
97
+ comment: %(A node shape is a shape that specifies constraint that need to be met with respect to focus nodes.).freeze,
98
+ isDefinedBy: "sh:".freeze,
99
+ label: "Node shape".freeze,
100
+ subClassOf: "sh:Shape".freeze,
101
+ type: "rdfs:Class".freeze
102
+ term :Parameter,
103
+ comment: %(The class of parameter declarations, consisting of a path predicate and \(possibly\) information about allowed value type, cardinality and other characteristics.).freeze,
104
+ isDefinedBy: "sh:".freeze,
105
+ label: "Parameter".freeze,
106
+ subClassOf: "sh:PropertyShape".freeze,
107
+ type: "rdfs:Class".freeze
108
+ term :Parameterizable,
109
+ comment: %(Superclass of components that can take parameters, especially functions and constraint components.).freeze,
110
+ isDefinedBy: "sh:".freeze,
111
+ label: "Parameterizable".freeze,
112
+ subClassOf: "rdfs:Resource".freeze,
113
+ type: "rdfs:Class".freeze
114
+ term :PrefixDeclaration,
115
+ comment: %(The class of prefix declarations, consisting of pairs of a prefix with a namespace.).freeze,
116
+ isDefinedBy: "sh:".freeze,
117
+ label: "Prefix declaration".freeze,
118
+ subClassOf: "rdfs:Resource".freeze,
119
+ type: "rdfs:Class".freeze
120
+ term :PropertyGroup,
121
+ comment: %(Instances of this class represent groups of property shapes that belong together.).freeze,
122
+ isDefinedBy: "sh:".freeze,
123
+ label: "Property group".freeze,
124
+ subClassOf: "rdfs:Resource".freeze,
125
+ type: "rdfs:Class".freeze
126
+ term :PropertyShape,
127
+ comment: %(A property shape is a shape that specifies constraints on the values of a focus node for a given property or path.).freeze,
128
+ isDefinedBy: "sh:".freeze,
129
+ label: "Property shape".freeze,
130
+ subClassOf: "sh:Shape".freeze,
131
+ type: "rdfs:Class".freeze
132
+ term :ResultAnnotation,
133
+ comment: %(A class of result annotations, which define the rules to derive the values of a given annotation property as extra values for a validation result.).freeze,
134
+ isDefinedBy: "sh:".freeze,
135
+ label: "Result annotation".freeze,
136
+ subClassOf: "rdfs:Resource".freeze,
137
+ type: "rdfs:Class".freeze
138
+ term :Rule,
139
+ comment: %(The class of SHACL rules. Never instantiated directly.).freeze,
140
+ isDefinedBy: "sh:".freeze,
141
+ label: "Rule".freeze,
142
+ subClassOf: "rdfs:Resource".freeze,
143
+ type: "rdfs:Class".freeze
144
+ term :SPARQLAskExecutable,
145
+ comment: %(The class of SPARQL executables that are based on an ASK query.).freeze,
146
+ isDefinedBy: "sh:".freeze,
147
+ label: "SPARQL ASK executable".freeze,
148
+ subClassOf: "sh:SPARQLExecutable".freeze,
149
+ type: "rdfs:Class".freeze
150
+ term :SPARQLAskValidator,
151
+ comment: %(The class of validators based on SPARQL ASK queries. The queries are evaluated for each value node and are supposed to return true if the given node conforms.).freeze,
152
+ isDefinedBy: "sh:".freeze,
153
+ label: "SPARQL ASK validator".freeze,
154
+ subClassOf: ["sh:SPARQLAskExecutable".freeze, "sh:Validator".freeze],
155
+ type: "rdfs:Class".freeze
156
+ term :SPARQLConstraint,
157
+ comment: %(The class of constraints based on SPARQL SELECT queries.).freeze,
158
+ isDefinedBy: "sh:".freeze,
159
+ label: "SPARQL constraint".freeze,
160
+ subClassOf: "sh:SPARQLSelectExecutable".freeze,
161
+ type: "rdfs:Class".freeze
162
+ term :SPARQLConstructExecutable,
163
+ comment: %(The class of SPARQL executables that are based on a CONSTRUCT query.).freeze,
164
+ isDefinedBy: "sh:".freeze,
165
+ label: "SPARQL CONSTRUCT executable".freeze,
166
+ subClassOf: "sh:SPARQLExecutable".freeze,
167
+ type: "rdfs:Class".freeze
168
+ term :SPARQLExecutable,
169
+ comment: %(The class of resources that encapsulate a SPARQL query.).freeze,
170
+ isDefinedBy: "sh:".freeze,
171
+ label: "SPARQL executable".freeze,
172
+ subClassOf: "rdfs:Resource".freeze,
173
+ type: "rdfs:Class".freeze
174
+ term :SPARQLFunction,
175
+ comment: %(A function backed by a SPARQL query - either ASK or SELECT.).freeze,
176
+ isDefinedBy: "sh:".freeze,
177
+ label: "SPARQL function".freeze,
178
+ subClassOf: ["sh:Function".freeze, "sh:SPARQLAskExecutable".freeze, "sh:SPARQLSelectExecutable".freeze],
179
+ type: "rdfs:Class".freeze
180
+ term :SPARQLRule,
181
+ comment: %(The class of SHACL rules based on SPARQL CONSTRUCT queries.).freeze,
182
+ isDefinedBy: "sh:".freeze,
183
+ label: "SPARQL CONSTRUCT rule".freeze,
184
+ subClassOf: ["sh:Rule".freeze, "sh:SPARQLConstructExecutable".freeze],
185
+ type: "rdfs:Class".freeze
186
+ term :SPARQLSelectExecutable,
187
+ comment: %(The class of SPARQL executables based on a SELECT query.).freeze,
188
+ isDefinedBy: "sh:".freeze,
189
+ label: "SPARQL SELECT executable".freeze,
190
+ subClassOf: "sh:SPARQLExecutable".freeze,
191
+ type: "rdfs:Class".freeze
192
+ term :SPARQLSelectValidator,
193
+ comment: %(The class of validators based on SPARQL SELECT queries. The queries are evaluated for each focus node and are supposed to produce bindings for all focus nodes that do not conform.).freeze,
194
+ isDefinedBy: "sh:".freeze,
195
+ label: "SPARQL SELECT validator".freeze,
196
+ subClassOf: ["sh:SPARQLSelectExecutable".freeze, "sh:Validator".freeze],
197
+ type: "rdfs:Class".freeze
198
+ term :SPARQLTarget,
199
+ comment: %(The class of targets that are based on SPARQL queries.).freeze,
200
+ isDefinedBy: "sh:".freeze,
201
+ label: "SPARQL target".freeze,
202
+ subClassOf: ["sh:SPARQLAskExecutable".freeze, "sh:SPARQLSelectExecutable".freeze, "sh:Target".freeze],
203
+ type: "rdfs:Class".freeze
204
+ term :SPARQLTargetType,
205
+ comment: %(The \(meta\) class for parameterizable targets that are based on SPARQL queries.).freeze,
206
+ isDefinedBy: "sh:".freeze,
207
+ label: "SPARQL target type".freeze,
208
+ subClassOf: ["sh:SPARQLAskExecutable".freeze, "sh:SPARQLSelectExecutable".freeze, "sh:TargetType".freeze],
209
+ type: "rdfs:Class".freeze
210
+ term :SPARQLUpdateExecutable,
211
+ comment: %(The class of SPARQL executables based on a SPARQL UPDATE.).freeze,
212
+ isDefinedBy: "sh:".freeze,
213
+ label: "SPARQL UPDATE executable".freeze,
214
+ subClassOf: "sh:SPARQLExecutable".freeze,
215
+ type: "rdfs:Class".freeze
216
+ term :Severity,
217
+ comment: %(The class of validation result severity levels, including violation and warning levels.).freeze,
218
+ isDefinedBy: "sh:".freeze,
219
+ label: "Severity".freeze,
220
+ subClassOf: "rdfs:Resource".freeze,
221
+ type: "rdfs:Class".freeze
222
+ term :Shape,
223
+ comment: %(A shape is a collection of constraints that may be targeted for certain nodes.).freeze,
224
+ isDefinedBy: "sh:".freeze,
225
+ label: "Shape".freeze,
226
+ subClassOf: "rdfs:Resource".freeze,
227
+ type: "rdfs:Class".freeze
228
+ term :Target,
229
+ comment: %(The base class of targets such as those based on SPARQL queries.).freeze,
230
+ isDefinedBy: "sh:".freeze,
231
+ label: "Target".freeze,
232
+ subClassOf: "rdfs:Resource".freeze,
233
+ type: "rdfs:Class".freeze
234
+ term :TargetType,
235
+ comment: %(The \(meta\) class for parameterizable targets. Instances of this are instantiated as values of the sh:target property.).freeze,
236
+ isDefinedBy: "sh:".freeze,
237
+ label: "Target type".freeze,
238
+ subClassOf: ["rdfs:Class".freeze, "sh:Parameterizable".freeze],
239
+ type: "rdfs:Class".freeze
240
+ term :TripleRule,
241
+ isDefinedBy: "sh:".freeze,
242
+ label: "A rule based on triple (subject, predicate, object) pattern.".freeze,
243
+ subClassOf: "sh:Rule".freeze,
244
+ type: "rdfs:Class".freeze
245
+ term :ValidationReport,
246
+ comment: %(The class of SHACL validation reports.).freeze,
247
+ isDefinedBy: "sh:".freeze,
248
+ label: "Validation report".freeze,
249
+ subClassOf: "rdfs:Resource".freeze,
250
+ type: "rdfs:Class".freeze
251
+ term :ValidationResult,
252
+ comment: %(The class of validation results.).freeze,
253
+ isDefinedBy: "sh:".freeze,
254
+ label: "Validation result".freeze,
255
+ subClassOf: "sh:AbstractResult".freeze,
256
+ type: "rdfs:Class".freeze
257
+ term :Validator,
258
+ comment: %(The class of validators, which provide instructions on how to process a constraint definition. This class serves as base class for the SPARQL-based validators and other possible implementations.).freeze,
259
+ isDefinedBy: "sh:".freeze,
260
+ label: "Validator".freeze,
261
+ subClassOf: "rdfs:Resource".freeze,
262
+ type: "rdfs:Class".freeze
263
+
264
+ # Property definitions
265
+ property :alternativePath,
266
+ comment: %(The \(single\) value of this property must be a list of path elements, representing the elements of alternative paths.).freeze,
267
+ isDefinedBy: "sh:".freeze,
268
+ label: "alternative path".freeze,
269
+ range: "rdf:List".freeze,
270
+ type: "rdf:Property".freeze
271
+ property :and,
272
+ comment: %(RDF list of shapes to validate the value nodes against.).freeze,
273
+ isDefinedBy: "sh:".freeze,
274
+ label: "and".freeze,
275
+ range: "rdf:List".freeze,
276
+ type: "rdf:Property".freeze
277
+ property :annotationProperty,
278
+ comment: %(The annotation property that shall be set.).freeze,
279
+ domain: "sh:ResultAnnotation".freeze,
280
+ isDefinedBy: "sh:".freeze,
281
+ label: "annotation property".freeze,
282
+ range: "rdf:Property".freeze,
283
+ type: "rdf:Property".freeze
284
+ property :annotationValue,
285
+ comment: %(The \(default\) values of the annotation property.).freeze,
286
+ domain: "sh:ResultAnnotation".freeze,
287
+ isDefinedBy: "sh:".freeze,
288
+ label: "annotation value".freeze,
289
+ type: "rdf:Property".freeze
290
+ property :annotationVarName,
291
+ comment: %(The name of the SPARQL variable from the SELECT clause that shall be used for the values.).freeze,
292
+ domain: "sh:ResultAnnotation".freeze,
293
+ isDefinedBy: "sh:".freeze,
294
+ label: "annotation variable name".freeze,
295
+ range: "xsd:string".freeze,
296
+ type: "rdf:Property".freeze
297
+ property :ask,
298
+ comment: %(The SPARQL ASK query to execute.).freeze,
299
+ domain: "sh:SPARQLAskExecutable".freeze,
300
+ isDefinedBy: "sh:".freeze,
301
+ label: "ask".freeze,
302
+ range: "xsd:string".freeze,
303
+ type: "rdf:Property".freeze
304
+ property :class,
305
+ comment: %(The type that all value nodes must have.).freeze,
306
+ isDefinedBy: "sh:".freeze,
307
+ label: "class".freeze,
308
+ range: "rdfs:Class".freeze,
309
+ type: "rdf:Property".freeze
310
+ property :closed,
311
+ comment: %(If set to true then the shape is closed.).freeze,
312
+ isDefinedBy: "sh:".freeze,
313
+ label: "closed".freeze,
314
+ range: "xsd:boolean".freeze,
315
+ type: "rdf:Property".freeze
316
+ property :condition,
317
+ comment: %(The shapes that the focus nodes need to conform to before a rule is executed on them.).freeze,
318
+ domain: "sh:Rule".freeze,
319
+ isDefinedBy: "sh:".freeze,
320
+ label: "condition".freeze,
321
+ range: "sh:Shape".freeze,
322
+ type: "rdf:Property".freeze
323
+ property :conforms,
324
+ comment: %(True if the validation did not produce any validation results, and false otherwise.).freeze,
325
+ domain: "sh:ValidationReport".freeze,
326
+ isDefinedBy: "sh:".freeze,
327
+ label: "conforms".freeze,
328
+ range: "xsd:boolean".freeze,
329
+ type: "rdf:Property".freeze
330
+ property :construct,
331
+ comment: %(The SPARQL CONSTRUCT query to execute.).freeze,
332
+ domain: "sh:SPARQLConstructExecutable".freeze,
333
+ isDefinedBy: "sh:".freeze,
334
+ label: "construct".freeze,
335
+ range: "xsd:string".freeze,
336
+ type: "rdf:Property".freeze
337
+ property :datatype,
338
+ comment: %(Specifies an RDF datatype that all value nodes must have.).freeze,
339
+ isDefinedBy: "sh:".freeze,
340
+ label: "datatype".freeze,
341
+ range: "rdfs:Datatype".freeze,
342
+ type: "rdf:Property".freeze
343
+ property :deactivated,
344
+ comment: %(If set to true then all nodes conform to this.).freeze,
345
+ isDefinedBy: "sh:".freeze,
346
+ label: "deactivated".freeze,
347
+ range: "xsd:boolean".freeze,
348
+ type: "rdf:Property".freeze
349
+ property :declare,
350
+ comment: %(Links a resource with its namespace prefix declarations.).freeze,
351
+ domain: "owl:Ontology".freeze,
352
+ isDefinedBy: "sh:".freeze,
353
+ label: "declare".freeze,
354
+ range: "sh:PrefixDeclaration".freeze,
355
+ type: "rdf:Property".freeze
356
+ property :defaultValue,
357
+ comment: %(A default value for a property, for example for user interface tools to pre-populate input fields.).freeze,
358
+ domain: "sh:PropertyShape".freeze,
359
+ isDefinedBy: "sh:".freeze,
360
+ label: "default value".freeze,
361
+ type: "rdf:Property".freeze
362
+ property :description,
363
+ comment: %(Human-readable descriptions for the property in the context of the surrounding shape.).freeze,
364
+ domain: "sh:PropertyShape".freeze,
365
+ isDefinedBy: "sh:".freeze,
366
+ label: "description".freeze,
367
+ type: "rdf:Property".freeze
368
+ property :detail,
369
+ comment: %(Links a result with other results that provide more details, for example to describe violations against nested shapes.).freeze,
370
+ domain: "sh:AbstractResult".freeze,
371
+ isDefinedBy: "sh:".freeze,
372
+ label: "detail".freeze,
373
+ range: "sh:AbstractResult".freeze,
374
+ type: "rdf:Property".freeze
375
+ property :disjoint,
376
+ comment: %(Specifies a property where the set of values must be disjoint with the value nodes.).freeze,
377
+ isDefinedBy: "sh:".freeze,
378
+ label: "disjoint".freeze,
379
+ range: "rdf:Property".freeze,
380
+ type: "rdf:Property".freeze
381
+ property :entailment,
382
+ comment: %(An entailment regime that indicates what kind of inferencing is required by a shapes graph.).freeze,
383
+ domain: "owl:Ontology".freeze,
384
+ isDefinedBy: "sh:".freeze,
385
+ label: "entailment".freeze,
386
+ range: "rdfs:Resource".freeze,
387
+ type: "rdf:Property".freeze
388
+ property :equals,
389
+ comment: %(Specifies a property that must have the same values as the value nodes.).freeze,
390
+ isDefinedBy: "sh:".freeze,
391
+ label: "equals".freeze,
392
+ range: "rdf:Property".freeze,
393
+ type: "rdf:Property".freeze
394
+ property :expression,
395
+ comment: %(The node expression that must return true for the value nodes.).freeze,
396
+ isDefinedBy: "sh:".freeze,
397
+ label: "expression".freeze,
398
+ type: "rdf:Property".freeze
399
+ property :filterShape,
400
+ comment: %(The shape that all input nodes of the expression need to conform to.).freeze,
401
+ isDefinedBy: "sh:".freeze,
402
+ label: "filter shape".freeze,
403
+ range: "sh:Shape".freeze,
404
+ type: "rdf:Property".freeze
405
+ property :flags,
406
+ comment: %(An optional flag to be used with regular expression pattern matching.).freeze,
407
+ isDefinedBy: "sh:".freeze,
408
+ label: "flags".freeze,
409
+ range: "xsd:string".freeze,
410
+ type: "rdf:Property".freeze
411
+ property :focusNode,
412
+ comment: %(The focus node that was validated when the result was produced.).freeze,
413
+ domain: "sh:AbstractResult".freeze,
414
+ isDefinedBy: "sh:".freeze,
415
+ label: "focus node".freeze,
416
+ type: "rdf:Property".freeze
417
+ property :group,
418
+ comment: %(Can be used to link to a property group to indicate that a property shape belongs to a group of related property shapes.).freeze,
419
+ domain: "sh:PropertyShape".freeze,
420
+ isDefinedBy: "sh:".freeze,
421
+ label: "group".freeze,
422
+ range: "sh:PropertyGroup".freeze,
423
+ type: "rdf:Property".freeze
424
+ property :hasValue,
425
+ comment: %(Specifies a value that must be among the value nodes.).freeze,
426
+ isDefinedBy: "sh:".freeze,
427
+ label: "has value".freeze,
428
+ type: "rdf:Property".freeze
429
+ property :ignoredProperties,
430
+ comment: %(An optional RDF list of properties that are also permitted in addition to those explicitly enumerated via sh:property/sh:path.).freeze,
431
+ isDefinedBy: "sh:".freeze,
432
+ label: "ignored properties".freeze,
433
+ range: "rdf:List".freeze,
434
+ type: "rdf:Property".freeze
435
+ property :in,
436
+ comment: %(Specifies a list of allowed values so that each value node must be among the members of the given list.).freeze,
437
+ isDefinedBy: "sh:".freeze,
438
+ label: "in".freeze,
439
+ range: "rdf:List".freeze,
440
+ type: "rdf:Property".freeze
441
+ property :intersection,
442
+ comment: %(A list of node expressions that shall be intersected.).freeze,
443
+ isDefinedBy: "sh:".freeze,
444
+ label: "intersection".freeze,
445
+ type: "rdf:Property".freeze
446
+ property :inversePath,
447
+ comment: %(The \(single\) value of this property represents an inverse path \(object to subject\).).freeze,
448
+ isDefinedBy: "sh:".freeze,
449
+ label: "inverse path".freeze,
450
+ range: "rdfs:Resource".freeze,
451
+ type: "rdf:Property".freeze
452
+ property :js,
453
+ comment: %(Constraints expressed in JavaScript.).freeze,
454
+ isDefinedBy: "sh:".freeze,
455
+ label: "JavaScript constraint".freeze,
456
+ range: "sh:JSConstraint".freeze,
457
+ type: "rdf:Property".freeze
458
+ property :jsFunctionName,
459
+ comment: %(The name of the JavaScript function to execute.).freeze,
460
+ domain: "sh:JSExecutable".freeze,
461
+ isDefinedBy: "sh:".freeze,
462
+ label: "JavaScript function name".freeze,
463
+ range: "xsd:string".freeze,
464
+ type: "rdf:Property".freeze
465
+ property :jsLibrary,
466
+ comment: %(Declares which JavaScript libraries are needed to execute this.).freeze,
467
+ isDefinedBy: "sh:".freeze,
468
+ label: "JavaScript library".freeze,
469
+ range: "sh:JSLibrary".freeze,
470
+ type: "rdf:Property".freeze
471
+ property :jsLibraryURL,
472
+ comment: %(Declares the URLs of a JavaScript library. This should be the absolute URL of a JavaScript file. Implementations may redirect those to local files.).freeze,
473
+ domain: "sh:JSLibrary".freeze,
474
+ isDefinedBy: "sh:".freeze,
475
+ label: "JavaScript library URL".freeze,
476
+ range: "xsd:anyURI".freeze,
477
+ type: "rdf:Property".freeze
478
+ property :labelTemplate,
479
+ comment: %(Outlines how human-readable labels of instances of the associated Parameterizable shall be produced. The values can contain {?paramName} as placeholders for the actual values of the given parameter.).freeze,
480
+ domain: "sh:Parameterizable".freeze,
481
+ isDefinedBy: "sh:".freeze,
482
+ label: "label template".freeze,
483
+ type: "rdf:Property".freeze
484
+ property :languageIn,
485
+ comment: %(Specifies a list of language tags that all value nodes must have.).freeze,
486
+ isDefinedBy: "sh:".freeze,
487
+ label: "language in".freeze,
488
+ range: "rdf:List".freeze,
489
+ type: "rdf:Property".freeze
490
+ property :lessThan,
491
+ comment: %(Specifies a property that must have smaller values than the value nodes.).freeze,
492
+ isDefinedBy: "sh:".freeze,
493
+ label: "less than".freeze,
494
+ range: "rdf:Property".freeze,
495
+ type: "rdf:Property".freeze
496
+ property :lessThanOrEquals,
497
+ comment: %(Specifies a property that must have smaller or equal values than the value nodes.).freeze,
498
+ isDefinedBy: "sh:".freeze,
499
+ label: "less than or equals".freeze,
500
+ range: "rdf:Property".freeze,
501
+ type: "rdf:Property".freeze
502
+ property :maxCount,
503
+ comment: %(Specifies the maximum number of values in the set of value nodes.).freeze,
504
+ isDefinedBy: "sh:".freeze,
505
+ label: "max count".freeze,
506
+ range: "xsd:integer".freeze,
507
+ type: "rdf:Property".freeze
508
+ property :maxExclusive,
509
+ comment: %(Specifies the maximum exclusive value of each value node.).freeze,
510
+ isDefinedBy: "sh:".freeze,
511
+ label: "max exclusive".freeze,
512
+ type: "rdf:Property".freeze
513
+ property :maxInclusive,
514
+ comment: %(Specifies the maximum inclusive value of each value node.).freeze,
515
+ isDefinedBy: "sh:".freeze,
516
+ label: "max inclusive".freeze,
517
+ type: "rdf:Property".freeze
518
+ property :maxLength,
519
+ comment: %(Specifies the maximum string length of each value node.).freeze,
520
+ isDefinedBy: "sh:".freeze,
521
+ label: "max length".freeze,
522
+ range: "xsd:integer".freeze,
523
+ type: "rdf:Property".freeze
524
+ property :message,
525
+ comment: %(A human-readable message \(possibly with placeholders for variables\) explaining the cause of the result.).freeze,
526
+ isDefinedBy: "sh:".freeze,
527
+ label: "message".freeze,
528
+ type: "rdf:Property".freeze
529
+ property :minCount,
530
+ comment: %(Specifies the minimum number of values in the set of value nodes.).freeze,
531
+ isDefinedBy: "sh:".freeze,
532
+ label: "min count".freeze,
533
+ range: "xsd:integer".freeze,
534
+ type: "rdf:Property".freeze
535
+ property :minExclusive,
536
+ comment: %(Specifies the minimum exclusive value of each value node.).freeze,
537
+ isDefinedBy: "sh:".freeze,
538
+ label: "min exclusive".freeze,
539
+ type: "rdf:Property".freeze
540
+ property :minInclusive,
541
+ comment: %(Specifies the minimum inclusive value of each value node.).freeze,
542
+ isDefinedBy: "sh:".freeze,
543
+ label: "min inclusive".freeze,
544
+ type: "rdf:Property".freeze
545
+ property :minLength,
546
+ comment: %(Specifies the minimum string length of each value node.).freeze,
547
+ isDefinedBy: "sh:".freeze,
548
+ label: "min length".freeze,
549
+ range: "xsd:integer".freeze,
550
+ type: "rdf:Property".freeze
551
+ property :name,
552
+ comment: %(Human-readable labels for the property in the context of the surrounding shape.).freeze,
553
+ domain: "sh:PropertyShape".freeze,
554
+ isDefinedBy: "sh:".freeze,
555
+ label: "name".freeze,
556
+ type: "rdf:Property".freeze
557
+ property :namespace,
558
+ comment: %(The namespace associated with a prefix in a prefix declaration.).freeze,
559
+ domain: "sh:PrefixDeclaration".freeze,
560
+ isDefinedBy: "sh:".freeze,
561
+ label: "namespace".freeze,
562
+ range: "xsd:anyURI".freeze,
563
+ type: "rdf:Property".freeze
564
+ property :node,
565
+ comment: %(Specifies the node shape that all value nodes must conform to.).freeze,
566
+ isDefinedBy: "sh:".freeze,
567
+ label: "node".freeze,
568
+ range: "sh:NodeShape".freeze,
569
+ type: "rdf:Property".freeze
570
+ property :nodeKind,
571
+ comment: %(Specifies the node kind \(e.g. IRI or literal\) each value node.).freeze,
572
+ isDefinedBy: "sh:".freeze,
573
+ label: "node kind".freeze,
574
+ range: "sh:NodeKind".freeze,
575
+ type: "rdf:Property".freeze
576
+ property :nodeValidator,
577
+ comment: %(The validator\(s\) used to evaluate a constraint in the context of a node shape.).freeze,
578
+ domain: "sh:ConstraintComponent".freeze,
579
+ isDefinedBy: "sh:".freeze,
580
+ label: "shape validator".freeze,
581
+ range: "sh:Validator".freeze,
582
+ type: "rdf:Property".freeze
583
+ property :nodes,
584
+ comment: %(The node expression producing the input nodes of a filter shape expression.).freeze,
585
+ isDefinedBy: "sh:".freeze,
586
+ label: "nodes".freeze,
587
+ type: "rdf:Property".freeze
588
+ property :not,
589
+ comment: %(Specifies a shape that the value nodes must not conform to.).freeze,
590
+ isDefinedBy: "sh:".freeze,
591
+ label: "not".freeze,
592
+ range: "sh:Shape".freeze,
593
+ type: "rdf:Property".freeze
594
+ property :object,
595
+ comment: %(An expression producing the nodes that shall be inferred as objects.).freeze,
596
+ domain: "sh:TripleRule".freeze,
597
+ isDefinedBy: "sh:".freeze,
598
+ label: "object".freeze,
599
+ type: "rdf:Property".freeze
600
+ property :oneOrMorePath,
601
+ comment: %(The \(single\) value of this property represents a path that is matched one or more times.).freeze,
602
+ isDefinedBy: "sh:".freeze,
603
+ label: "one or more path".freeze,
604
+ range: "rdfs:Resource".freeze,
605
+ type: "rdf:Property".freeze
606
+ property :optional,
607
+ comment: %(Indicates whether a parameter is optional.).freeze,
608
+ domain: "sh:Parameter".freeze,
609
+ isDefinedBy: "sh:".freeze,
610
+ label: "optional".freeze,
611
+ range: "xsd:boolean".freeze,
612
+ type: "rdf:Property".freeze
613
+ property :or,
614
+ comment: %(Specifies a list of shapes so that the value nodes must conform to at least one of the shapes.).freeze,
615
+ isDefinedBy: "sh:".freeze,
616
+ label: "or".freeze,
617
+ range: "rdf:List".freeze,
618
+ type: "rdf:Property".freeze
619
+ property :order,
620
+ comment: %(Specifies the relative order of this compared to its siblings. For example use 0 for the first, 1 for the second.).freeze,
621
+ isDefinedBy: "sh:".freeze,
622
+ label: "order".freeze,
623
+ type: "rdf:Property".freeze
624
+ property :parameter,
625
+ comment: %(The parameters of a function or constraint component.).freeze,
626
+ domain: "sh:Parameterizable".freeze,
627
+ isDefinedBy: "sh:".freeze,
628
+ label: "parameter".freeze,
629
+ range: "sh:Parameter".freeze,
630
+ type: "rdf:Property".freeze
631
+ property :path,
632
+ comment: %(Specifies the property path of a property shape.).freeze,
633
+ domain: "sh:PropertyShape".freeze,
634
+ isDefinedBy: "sh:".freeze,
635
+ label: "path".freeze,
636
+ range: "rdfs:Resource".freeze,
637
+ type: "rdf:Property".freeze
638
+ property :pattern,
639
+ comment: %(Specifies a regular expression pattern that the string representations of the value nodes must match.).freeze,
640
+ isDefinedBy: "sh:".freeze,
641
+ label: "pattern".freeze,
642
+ range: "xsd:string".freeze,
643
+ type: "rdf:Property".freeze
644
+ property :predicate,
645
+ comment: %(An expression producing the properties that shall be inferred as predicates.).freeze,
646
+ domain: "sh:TripleRule".freeze,
647
+ isDefinedBy: "sh:".freeze,
648
+ label: "predicate".freeze,
649
+ type: "rdf:Property".freeze
650
+ property :prefix,
651
+ comment: %(The prefix of a prefix declaration.).freeze,
652
+ domain: "sh:PrefixDeclaration".freeze,
653
+ isDefinedBy: "sh:".freeze,
654
+ label: "prefix".freeze,
655
+ range: "xsd:string".freeze,
656
+ type: "rdf:Property".freeze
657
+ property :prefixes,
658
+ comment: %(The prefixes that shall be applied before parsing the associated SPARQL query.).freeze,
659
+ domain: "sh:SPARQLExecutable".freeze,
660
+ isDefinedBy: "sh:".freeze,
661
+ label: "prefixes".freeze,
662
+ range: "owl:Ontology".freeze,
663
+ type: "rdf:Property".freeze
664
+ property :property,
665
+ comment: %(Links a shape to its property shapes.).freeze,
666
+ domain: "sh:Shape".freeze,
667
+ isDefinedBy: "sh:".freeze,
668
+ label: "property".freeze,
669
+ range: "sh:PropertyShape".freeze,
670
+ type: "rdf:Property".freeze
671
+ property :propertyValidator,
672
+ comment: %(The validator\(s\) used to evaluate a constraint in the context of a property shape.).freeze,
673
+ domain: "sh:ConstraintComponent".freeze,
674
+ isDefinedBy: "sh:".freeze,
675
+ label: "property validator".freeze,
676
+ range: "sh:Validator".freeze,
677
+ type: "rdf:Property".freeze
678
+ property :qualifiedMaxCount,
679
+ comment: %(The maximum number of value nodes that can conform to the shape.).freeze,
680
+ isDefinedBy: "sh:".freeze,
681
+ label: "qualified max count".freeze,
682
+ range: "xsd:integer".freeze,
683
+ type: "rdf:Property".freeze
684
+ property :qualifiedMinCount,
685
+ comment: %(The minimum number of value nodes that must conform to the shape.).freeze,
686
+ isDefinedBy: "sh:".freeze,
687
+ label: "qualified min count".freeze,
688
+ range: "xsd:integer".freeze,
689
+ type: "rdf:Property".freeze
690
+ property :qualifiedValueShape,
691
+ comment: %(The shape that a specified number of values must conform to.).freeze,
692
+ isDefinedBy: "sh:".freeze,
693
+ label: "qualified value shape".freeze,
694
+ range: "sh:Shape".freeze,
695
+ type: "rdf:Property".freeze
696
+ property :qualifiedValueShapesDisjoint,
697
+ comment: %(Can be used to mark the qualified value shape to be disjoint with its sibling shapes.).freeze,
698
+ isDefinedBy: "sh:".freeze,
699
+ label: "qualified value shapes disjoint".freeze,
700
+ range: "xsd:boolean".freeze,
701
+ type: "rdf:Property".freeze
702
+ property :result,
703
+ comment: %(The validation results contained in a validation report.).freeze,
704
+ domain: "sh:ValidationReport".freeze,
705
+ isDefinedBy: "sh:".freeze,
706
+ label: "result".freeze,
707
+ range: "sh:ValidationResult".freeze,
708
+ type: "rdf:Property".freeze
709
+ property :resultAnnotation,
710
+ comment: %(Links a SPARQL validator with zero or more sh:ResultAnnotation instances, defining how to derive additional result properties based on the variables of the SELECT query.).freeze,
711
+ domain: "sh:SPARQLSelectValidator".freeze,
712
+ isDefinedBy: "sh:".freeze,
713
+ label: "result annotation".freeze,
714
+ range: "sh:ResultAnnotation".freeze,
715
+ type: "rdf:Property".freeze
716
+ property :resultMessage,
717
+ comment: %(Human-readable messages explaining the cause of the result.).freeze,
718
+ domain: "sh:AbstractResult".freeze,
719
+ isDefinedBy: "sh:".freeze,
720
+ label: "result message".freeze,
721
+ type: "rdf:Property".freeze
722
+ property :resultPath,
723
+ comment: %(The path of a validation result, based on the path of the validated property shape.).freeze,
724
+ domain: "sh:AbstractResult".freeze,
725
+ isDefinedBy: "sh:".freeze,
726
+ label: "result path".freeze,
727
+ range: "rdfs:Resource".freeze,
728
+ type: "rdf:Property".freeze
729
+ property :resultSeverity,
730
+ comment: %(The severity of the result, e.g. warning.).freeze,
731
+ domain: "sh:AbstractResult".freeze,
732
+ isDefinedBy: "sh:".freeze,
733
+ label: "result severity".freeze,
734
+ range: "sh:Severity".freeze,
735
+ type: "rdf:Property".freeze
736
+ property :returnType,
737
+ comment: %(The expected type of values returned by the associated function.).freeze,
738
+ domain: "sh:Function".freeze,
739
+ isDefinedBy: "sh:".freeze,
740
+ label: "return type".freeze,
741
+ range: "rdfs:Class".freeze,
742
+ type: "rdf:Property".freeze
743
+ property :rule,
744
+ comment: %(The rules linked to a shape.).freeze,
745
+ domain: "sh:Shape".freeze,
746
+ isDefinedBy: "sh:".freeze,
747
+ label: "rule".freeze,
748
+ range: "sh:Rule".freeze,
749
+ type: "rdf:Property".freeze
750
+ property :select,
751
+ comment: %(The SPARQL SELECT query to execute.).freeze,
752
+ domain: "sh:SPARQLSelectExecutable".freeze,
753
+ isDefinedBy: "sh:".freeze,
754
+ label: "select".freeze,
755
+ range: "xsd:string".freeze,
756
+ type: "rdf:Property".freeze
757
+ property :severity,
758
+ comment: %(Defines the severity that validation results produced by a shape must have. Defaults to sh:Violation.).freeze,
759
+ domain: "sh:Shape".freeze,
760
+ isDefinedBy: "sh:".freeze,
761
+ label: "severity".freeze,
762
+ range: "sh:Severity".freeze,
763
+ type: "rdf:Property".freeze
764
+ property :shapesGraph,
765
+ comment: %(Shapes graphs that should be used when validating this data graph.).freeze,
766
+ domain: "owl:Ontology".freeze,
767
+ isDefinedBy: "sh:".freeze,
768
+ label: "shapes graph".freeze,
769
+ range: "owl:Ontology".freeze,
770
+ type: "rdf:Property".freeze
771
+ property :shapesGraphWellFormed,
772
+ comment: %(If true then the validation engine was certain that the shapes graph has passed all SHACL syntax requirements during the validation process.).freeze,
773
+ domain: "sh:ValidationReport".freeze,
774
+ isDefinedBy: "sh:".freeze,
775
+ label: "shapes graph well-formed".freeze,
776
+ range: "xsd:boolean".freeze,
777
+ type: "rdf:Property".freeze
778
+ property :sourceConstraint,
779
+ comment: %(The constraint that was validated when the result was produced.).freeze,
780
+ domain: "sh:AbstractResult".freeze,
781
+ isDefinedBy: "sh:".freeze,
782
+ label: "source constraint".freeze,
783
+ type: "rdf:Property".freeze
784
+ property :sourceConstraintComponent,
785
+ comment: %(The constraint component that is the source of the result.).freeze,
786
+ domain: "sh:AbstractResult".freeze,
787
+ isDefinedBy: "sh:".freeze,
788
+ label: "source constraint component".freeze,
789
+ range: "sh:ConstraintComponent".freeze,
790
+ type: "rdf:Property".freeze
791
+ property :sourceShape,
792
+ comment: %(The shape that is was validated when the result was produced.).freeze,
793
+ domain: "sh:AbstractResult".freeze,
794
+ isDefinedBy: "sh:".freeze,
795
+ label: "source shape".freeze,
796
+ range: "sh:Shape".freeze,
797
+ type: "rdf:Property".freeze
798
+ property :sparql,
799
+ comment: %(Links a shape with SPARQL constraints.).freeze,
800
+ domain: "sh:Shape".freeze,
801
+ isDefinedBy: "sh:".freeze,
802
+ label: "constraint (in SPARQL)".freeze,
803
+ range: "sh:SPARQLConstraint".freeze,
804
+ type: "rdf:Property".freeze
805
+ property :subject,
806
+ comment: %(An expression producing the resources that shall be inferred as subjects.).freeze,
807
+ domain: "sh:TripleRule".freeze,
808
+ isDefinedBy: "sh:".freeze,
809
+ label: "subject".freeze,
810
+ type: "rdf:Property".freeze
811
+ property :suggestedShapesGraph,
812
+ comment: %(Suggested shapes graphs for this ontology. The values of this property may be used in the absence of specific sh:shapesGraph statements.).freeze,
813
+ domain: "owl:Ontology".freeze,
814
+ isDefinedBy: "sh:".freeze,
815
+ label: "suggested shapes graph".freeze,
816
+ range: "owl:Ontology".freeze,
817
+ type: "rdf:Property".freeze
818
+ property :target,
819
+ comment: %(Links a shape to a target specified by an extension language, for example instances of sh:SPARQLTarget.).freeze,
820
+ domain: "sh:Shape".freeze,
821
+ isDefinedBy: "sh:".freeze,
822
+ label: "target".freeze,
823
+ range: "sh:Target".freeze,
824
+ type: "rdf:Property".freeze
825
+ property :targetClass,
826
+ comment: %(Links a shape to a class, indicating that all instances of the class must conform to the shape.).freeze,
827
+ domain: "sh:Shape".freeze,
828
+ isDefinedBy: "sh:".freeze,
829
+ label: "target class".freeze,
830
+ range: "rdfs:Class".freeze,
831
+ type: "rdf:Property".freeze
832
+ property :targetNode,
833
+ comment: %(Links a shape to individual nodes, indicating that these nodes must conform to the shape.).freeze,
834
+ domain: "sh:Shape".freeze,
835
+ isDefinedBy: "sh:".freeze,
836
+ label: "target node".freeze,
837
+ type: "rdf:Property".freeze
838
+ property :targetObjectsOf,
839
+ comment: %(Links a shape to a property, indicating that all all objects of triples that have the given property as their predicate must conform to the shape.).freeze,
840
+ domain: "sh:Shape".freeze,
841
+ isDefinedBy: "sh:".freeze,
842
+ label: "target objects of".freeze,
843
+ range: "rdf:Property".freeze,
844
+ type: "rdf:Property".freeze
845
+ property :targetSubjectsOf,
846
+ comment: %(Links a shape to a property, indicating that all subjects of triples that have the given property as their predicate must conform to the shape.).freeze,
847
+ domain: "sh:Shape".freeze,
848
+ isDefinedBy: "sh:".freeze,
849
+ label: "target subjects of".freeze,
850
+ range: "rdf:Property".freeze,
851
+ type: "rdf:Property".freeze
852
+ property :union,
853
+ comment: %(A list of node expressions that shall be used together.).freeze,
854
+ isDefinedBy: "sh:".freeze,
855
+ label: "union".freeze,
856
+ type: "rdf:Property".freeze
857
+ property :uniqueLang,
858
+ comment: %(Specifies whether all node values must have a unique \(or no\) language tag.).freeze,
859
+ isDefinedBy: "sh:".freeze,
860
+ label: "unique languages".freeze,
861
+ range: "xsd:boolean".freeze,
862
+ type: "rdf:Property".freeze
863
+ property :update,
864
+ comment: %(The SPARQL UPDATE to execute.).freeze,
865
+ domain: "sh:SPARQLUpdateExecutable".freeze,
866
+ isDefinedBy: "sh:".freeze,
867
+ label: "update".freeze,
868
+ range: "xsd:string".freeze,
869
+ type: "rdf:Property".freeze
870
+ property :validator,
871
+ comment: %(The validator\(s\) used to evaluate constraints of either node or property shapes.).freeze,
872
+ domain: "sh:ConstraintComponent".freeze,
873
+ isDefinedBy: "sh:".freeze,
874
+ label: "validator".freeze,
875
+ range: "sh:Validator".freeze,
876
+ type: "rdf:Property".freeze
877
+ property :value,
878
+ comment: %(An RDF node that has caused the result.).freeze,
879
+ domain: "sh:AbstractResult".freeze,
880
+ isDefinedBy: "sh:".freeze,
881
+ label: "value".freeze,
882
+ type: "rdf:Property".freeze
883
+ property :xone,
884
+ comment: %(Specifies a list of shapes so that the value nodes must conform to exactly one of the shapes.).freeze,
885
+ isDefinedBy: "sh:".freeze,
886
+ label: "exactly one".freeze,
887
+ range: "rdf:List".freeze,
888
+ type: "rdf:Property".freeze
889
+ property :zeroOrMorePath,
890
+ comment: %(The \(single\) value of this property represents a path that is matched zero or more times.).freeze,
891
+ isDefinedBy: "sh:".freeze,
892
+ label: "zero or more path".freeze,
893
+ range: "rdfs:Resource".freeze,
894
+ type: "rdf:Property".freeze
895
+ property :zeroOrOnePath,
896
+ comment: %(The \(single\) value of this property represents a path that is matched zero or one times.).freeze,
897
+ isDefinedBy: "sh:".freeze,
898
+ label: "zero or one path".freeze,
899
+ range: "rdfs:Resource".freeze,
900
+ type: "rdf:Property".freeze
901
+
902
+ # Extra definitions
903
+ term :AndConstraintComponent,
904
+ comment: %(A constraint component that can be used to test whether a value node conforms to all members of a provided list of shapes.).freeze,
905
+ isDefinedBy: "sh:".freeze,
906
+ label: "And constraint component".freeze,
907
+ "sh:parameter": "sh:AndConstraintComponent-and".freeze,
908
+ type: "sh:ConstraintComponent".freeze
909
+ term :"AndConstraintComponent-and",
910
+ isDefinedBy: "sh:".freeze,
911
+ "sh:path": "sh:and".freeze,
912
+ type: "sh:Parameter".freeze
913
+ term :BlankNode,
914
+ comment: %(The node kind of all blank nodes.).freeze,
915
+ isDefinedBy: "sh:".freeze,
916
+ label: "Blank node".freeze,
917
+ type: "sh:NodeKind".freeze
918
+ term :BlankNodeOrIRI,
919
+ comment: %(The node kind of all blank nodes or IRIs.).freeze,
920
+ isDefinedBy: "sh:".freeze,
921
+ label: "Blank node or IRI".freeze,
922
+ type: "sh:NodeKind".freeze
923
+ term :BlankNodeOrLiteral,
924
+ comment: %(The node kind of all blank nodes or literals.).freeze,
925
+ isDefinedBy: "sh:".freeze,
926
+ label: "Blank node or literal".freeze,
927
+ type: "sh:NodeKind".freeze
928
+ term :ClassConstraintComponent,
929
+ comment: %(A constraint component that can be used to verify that each value node is an instance of a given type.).freeze,
930
+ isDefinedBy: "sh:".freeze,
931
+ label: "Class constraint component".freeze,
932
+ "sh:parameter": "sh:ClassConstraintComponent-class".freeze,
933
+ type: "sh:ConstraintComponent".freeze
934
+ term :"ClassConstraintComponent-class",
935
+ isDefinedBy: "sh:".freeze,
936
+ "sh:nodeKind": "sh:IRI".freeze,
937
+ "sh:path": "sh:class".freeze,
938
+ type: "sh:Parameter".freeze
939
+ term :ClosedConstraintComponent,
940
+ comment: %(A constraint component that can be used to indicate that focus nodes must only have values for those properties that have been explicitly enumerated via sh:property/sh:path.).freeze,
941
+ isDefinedBy: "sh:".freeze,
942
+ label: "Closed constraint component".freeze,
943
+ "sh:parameter": ["sh:ClosedConstraintComponent-closed".freeze, "sh:ClosedConstraintComponent-ignoredProperties".freeze],
944
+ type: "sh:ConstraintComponent".freeze
945
+ term :"ClosedConstraintComponent-closed",
946
+ isDefinedBy: "sh:".freeze,
947
+ "sh:datatype": "xsd:boolean".freeze,
948
+ "sh:path": "sh:closed".freeze,
949
+ type: "sh:Parameter".freeze
950
+ term :"ClosedConstraintComponent-ignoredProperties",
951
+ isDefinedBy: "sh:".freeze,
952
+ "sh:optional": "true".freeze,
953
+ "sh:path": "sh:ignoredProperties".freeze,
954
+ type: "sh:Parameter".freeze
955
+ term :DatatypeConstraintComponent,
956
+ comment: %(A constraint component that can be used to restrict the datatype of all value nodes.).freeze,
957
+ isDefinedBy: "sh:".freeze,
958
+ label: "Datatype constraint component".freeze,
959
+ "sh:parameter": "sh:DatatypeConstraintComponent-datatype".freeze,
960
+ type: "sh:ConstraintComponent".freeze
961
+ term :"DatatypeConstraintComponent-datatype",
962
+ isDefinedBy: "sh:".freeze,
963
+ "sh:maxCount": "1".freeze,
964
+ "sh:nodeKind": "sh:IRI".freeze,
965
+ "sh:path": "sh:datatype".freeze,
966
+ type: "sh:Parameter".freeze
967
+ term :DisjointConstraintComponent,
968
+ comment: %(A constraint component that can be used to verify that the set of value nodes is disjoint with the the set of nodes that have the focus node as subject and the value of a given property as predicate.).freeze,
969
+ isDefinedBy: "sh:".freeze,
970
+ label: "Disjoint constraint component".freeze,
971
+ "sh:parameter": "sh:DisjointConstraintComponent-disjoint".freeze,
972
+ type: "sh:ConstraintComponent".freeze
973
+ term :"DisjointConstraintComponent-disjoint",
974
+ isDefinedBy: "sh:".freeze,
975
+ "sh:nodeKind": "sh:IRI".freeze,
976
+ "sh:path": "sh:disjoint".freeze,
977
+ type: "sh:Parameter".freeze
978
+ term :EqualsConstraintComponent,
979
+ comment: %(A constraint component that can be used to verify that the set of value nodes is equal to the set of nodes that have the focus node as subject and the value of a given property as predicate.).freeze,
980
+ isDefinedBy: "sh:".freeze,
981
+ label: "Equals constraint component".freeze,
982
+ "sh:parameter": "sh:EqualsConstraintComponent-equals".freeze,
983
+ type: "sh:ConstraintComponent".freeze
984
+ term :"EqualsConstraintComponent-equals",
985
+ isDefinedBy: "sh:".freeze,
986
+ "sh:nodeKind": "sh:IRI".freeze,
987
+ "sh:path": "sh:equals".freeze,
988
+ type: "sh:Parameter".freeze
989
+ term :ExpressionConstraintComponent,
990
+ comment: %(A constraint component that can be used to verify that a given node expression produces true for all value nodes.).freeze,
991
+ isDefinedBy: "sh:".freeze,
992
+ label: "Expression constraint component".freeze,
993
+ "sh:parameter": "sh:ExpressionConstraintComponent-expression".freeze,
994
+ type: "sh:ConstraintComponent".freeze
995
+ term :"ExpressionConstraintComponent-expression",
996
+ isDefinedBy: "sh:".freeze,
997
+ "sh:path": "sh:expression".freeze,
998
+ type: "sh:Parameter".freeze
999
+ term :HasValueConstraintComponent,
1000
+ comment: %(A constraint component that can be used to verify that one of the value nodes is a given RDF node.).freeze,
1001
+ isDefinedBy: "sh:".freeze,
1002
+ label: "Has-value constraint component".freeze,
1003
+ "sh:parameter": "sh:HasValueConstraintComponent-hasValue".freeze,
1004
+ type: "sh:ConstraintComponent".freeze
1005
+ term :"HasValueConstraintComponent-hasValue",
1006
+ isDefinedBy: "sh:".freeze,
1007
+ "sh:path": "sh:hasValue".freeze,
1008
+ type: "sh:Parameter".freeze
1009
+ term :IRI,
1010
+ comment: %(The node kind of all IRIs.).freeze,
1011
+ isDefinedBy: "sh:".freeze,
1012
+ label: "IRI".freeze,
1013
+ type: "sh:NodeKind".freeze
1014
+ term :IRIOrLiteral,
1015
+ comment: %(The node kind of all IRIs or literals.).freeze,
1016
+ isDefinedBy: "sh:".freeze,
1017
+ label: "IRI or literal".freeze,
1018
+ type: "sh:NodeKind".freeze
1019
+ term :InConstraintComponent,
1020
+ comment: %(A constraint component that can be used to exclusively enumerate the permitted value nodes.).freeze,
1021
+ isDefinedBy: "sh:".freeze,
1022
+ label: "In constraint component".freeze,
1023
+ "sh:parameter": "sh:InConstraintComponent-in".freeze,
1024
+ type: "sh:ConstraintComponent".freeze
1025
+ term :"InConstraintComponent-in",
1026
+ isDefinedBy: "sh:".freeze,
1027
+ "sh:maxCount": "1".freeze,
1028
+ "sh:path": "sh:in".freeze,
1029
+ type: "sh:Parameter".freeze
1030
+ term :Info,
1031
+ comment: %(The severity for an informational validation result.).freeze,
1032
+ isDefinedBy: "sh:".freeze,
1033
+ label: "Info".freeze,
1034
+ type: "sh:Severity".freeze
1035
+ term :"JSConstraint-js",
1036
+ isDefinedBy: "sh:".freeze,
1037
+ "sh:path": "sh:js".freeze,
1038
+ type: "sh:Parameter".freeze
1039
+ term :JSConstraintComponent,
1040
+ comment: %(A constraint component with the parameter sh:js linking to a sh:JSConstraint containing a sh:script.).freeze,
1041
+ isDefinedBy: "sh:".freeze,
1042
+ label: "JavaScript constraint component".freeze,
1043
+ "sh:parameter": "sh:JSConstraint-js".freeze,
1044
+ type: "sh:ConstraintComponent".freeze
1045
+ term :LanguageInConstraintComponent,
1046
+ comment: %(A constraint component that can be used to enumerate language tags that all value nodes must have.).freeze,
1047
+ isDefinedBy: "sh:".freeze,
1048
+ label: "Language-in constraint component".freeze,
1049
+ "sh:parameter": "sh:LanguageInConstraintComponent-languageIn".freeze,
1050
+ type: "sh:ConstraintComponent".freeze
1051
+ term :"LanguageInConstraintComponent-languageIn",
1052
+ isDefinedBy: "sh:".freeze,
1053
+ "sh:maxCount": "1".freeze,
1054
+ "sh:path": "sh:languageIn".freeze,
1055
+ type: "sh:Parameter".freeze
1056
+ term :LessThanConstraintComponent,
1057
+ comment: %(A constraint component that can be used to verify that each value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate.).freeze,
1058
+ isDefinedBy: "sh:".freeze,
1059
+ label: "Less-than constraint component".freeze,
1060
+ "sh:parameter": "sh:LessThanConstraintComponent-lessThan".freeze,
1061
+ type: "sh:ConstraintComponent".freeze
1062
+ term :"LessThanConstraintComponent-lessThan",
1063
+ isDefinedBy: "sh:".freeze,
1064
+ "sh:nodeKind": "sh:IRI".freeze,
1065
+ "sh:path": "sh:lessThan".freeze,
1066
+ type: "sh:Parameter".freeze
1067
+ term :LessThanOrEqualsConstraintComponent,
1068
+ comment: %(A constraint component that can be used to verify that every value node is smaller than all the nodes that have the focus node as subject and the value of a given property as predicate.).freeze,
1069
+ isDefinedBy: "sh:".freeze,
1070
+ label: "less-than-or-equals constraint component".freeze,
1071
+ "sh:parameter": "sh:LessThanOrEqualsConstraintComponent-lessThanOrEquals".freeze,
1072
+ type: "sh:ConstraintComponent".freeze
1073
+ term :"LessThanOrEqualsConstraintComponent-lessThanOrEquals",
1074
+ isDefinedBy: "sh:".freeze,
1075
+ "sh:nodeKind": "sh:IRI".freeze,
1076
+ "sh:path": "sh:lessThanOrEquals".freeze,
1077
+ type: "sh:Parameter".freeze
1078
+ term :Literal,
1079
+ comment: %(The node kind of all literals.).freeze,
1080
+ isDefinedBy: "sh:".freeze,
1081
+ label: "Literal".freeze,
1082
+ type: "sh:NodeKind".freeze
1083
+ term :MaxCountConstraintComponent,
1084
+ comment: %(A constraint component that can be used to restrict the maximum number of value nodes.).freeze,
1085
+ isDefinedBy: "sh:".freeze,
1086
+ label: "Max-count constraint component".freeze,
1087
+ "sh:parameter": "sh:MaxCountConstraintComponent-maxCount".freeze,
1088
+ type: "sh:ConstraintComponent".freeze
1089
+ term :"MaxCountConstraintComponent-maxCount",
1090
+ isDefinedBy: "sh:".freeze,
1091
+ "sh:datatype": "xsd:integer".freeze,
1092
+ "sh:maxCount": "1".freeze,
1093
+ "sh:path": "sh:maxCount".freeze,
1094
+ type: "sh:Parameter".freeze
1095
+ term :MaxExclusiveConstraintComponent,
1096
+ comment: %(A constraint component that can be used to restrict the range of value nodes with a maximum exclusive value.).freeze,
1097
+ isDefinedBy: "sh:".freeze,
1098
+ label: "Max-exclusive constraint component".freeze,
1099
+ "sh:parameter": "sh:MaxExclusiveConstraintComponent-maxExclusive".freeze,
1100
+ type: "sh:ConstraintComponent".freeze
1101
+ term :"MaxExclusiveConstraintComponent-maxExclusive",
1102
+ isDefinedBy: "sh:".freeze,
1103
+ "sh:maxCount": "1".freeze,
1104
+ "sh:nodeKind": "sh:Literal".freeze,
1105
+ "sh:path": "sh:maxExclusive".freeze,
1106
+ type: "sh:Parameter".freeze
1107
+ term :MaxInclusiveConstraintComponent,
1108
+ comment: %(A constraint component that can be used to restrict the range of value nodes with a maximum inclusive value.).freeze,
1109
+ isDefinedBy: "sh:".freeze,
1110
+ label: "Max-inclusive constraint component".freeze,
1111
+ "sh:parameter": "sh:MaxInclusiveConstraintComponent-maxInclusive".freeze,
1112
+ type: "sh:ConstraintComponent".freeze
1113
+ term :"MaxInclusiveConstraintComponent-maxInclusive",
1114
+ isDefinedBy: "sh:".freeze,
1115
+ "sh:maxCount": "1".freeze,
1116
+ "sh:nodeKind": "sh:Literal".freeze,
1117
+ "sh:path": "sh:maxInclusive".freeze,
1118
+ type: "sh:Parameter".freeze
1119
+ term :MaxLengthConstraintComponent,
1120
+ comment: %(A constraint component that can be used to restrict the maximum string length of value nodes.).freeze,
1121
+ isDefinedBy: "sh:".freeze,
1122
+ label: "Max-length constraint component".freeze,
1123
+ "sh:parameter": "sh:MaxLengthConstraintComponent-maxLength".freeze,
1124
+ type: "sh:ConstraintComponent".freeze
1125
+ term :"MaxLengthConstraintComponent-maxLength",
1126
+ isDefinedBy: "sh:".freeze,
1127
+ "sh:datatype": "xsd:integer".freeze,
1128
+ "sh:maxCount": "1".freeze,
1129
+ "sh:path": "sh:maxLength".freeze,
1130
+ type: "sh:Parameter".freeze
1131
+ term :MinCountConstraintComponent,
1132
+ comment: %(A constraint component that can be used to restrict the minimum number of value nodes.).freeze,
1133
+ isDefinedBy: "sh:".freeze,
1134
+ label: "Min-count constraint component".freeze,
1135
+ "sh:parameter": "sh:MinCountConstraintComponent-minCount".freeze,
1136
+ type: "sh:ConstraintComponent".freeze
1137
+ term :"MinCountConstraintComponent-minCount",
1138
+ isDefinedBy: "sh:".freeze,
1139
+ "sh:datatype": "xsd:integer".freeze,
1140
+ "sh:maxCount": "1".freeze,
1141
+ "sh:path": "sh:minCount".freeze,
1142
+ type: "sh:Parameter".freeze
1143
+ term :MinExclusiveConstraintComponent,
1144
+ comment: %(A constraint component that can be used to restrict the range of value nodes with a minimum exclusive value.).freeze,
1145
+ isDefinedBy: "sh:".freeze,
1146
+ label: "Min-exclusive constraint component".freeze,
1147
+ "sh:parameter": "sh:MinExclusiveConstraintComponent-minExclusive".freeze,
1148
+ type: "sh:ConstraintComponent".freeze
1149
+ term :"MinExclusiveConstraintComponent-minExclusive",
1150
+ isDefinedBy: "sh:".freeze,
1151
+ "sh:maxCount": "1".freeze,
1152
+ "sh:nodeKind": "sh:Literal".freeze,
1153
+ "sh:path": "sh:minExclusive".freeze,
1154
+ type: "sh:Parameter".freeze
1155
+ term :MinInclusiveConstraintComponent,
1156
+ comment: %(A constraint component that can be used to restrict the range of value nodes with a minimum inclusive value.).freeze,
1157
+ isDefinedBy: "sh:".freeze,
1158
+ label: "Min-inclusive constraint component".freeze,
1159
+ "sh:parameter": "sh:MinInclusiveConstraintComponent-minInclusive".freeze,
1160
+ type: "sh:ConstraintComponent".freeze
1161
+ term :"MinInclusiveConstraintComponent-minInclusive",
1162
+ isDefinedBy: "sh:".freeze,
1163
+ "sh:maxCount": "1".freeze,
1164
+ "sh:nodeKind": "sh:Literal".freeze,
1165
+ "sh:path": "sh:minInclusive".freeze,
1166
+ type: "sh:Parameter".freeze
1167
+ term :MinLengthConstraintComponent,
1168
+ comment: %(A constraint component that can be used to restrict the minimum string length of value nodes.).freeze,
1169
+ isDefinedBy: "sh:".freeze,
1170
+ label: "Min-length constraint component".freeze,
1171
+ "sh:parameter": "sh:MinLengthConstraintComponent-minLength".freeze,
1172
+ type: "sh:ConstraintComponent".freeze
1173
+ term :"MinLengthConstraintComponent-minLength",
1174
+ isDefinedBy: "sh:".freeze,
1175
+ "sh:datatype": "xsd:integer".freeze,
1176
+ "sh:maxCount": "1".freeze,
1177
+ "sh:path": "sh:minLength".freeze,
1178
+ type: "sh:Parameter".freeze
1179
+ term :NodeConstraintComponent,
1180
+ comment: %(A constraint component that can be used to verify that all value nodes conform to the given node shape.).freeze,
1181
+ isDefinedBy: "sh:".freeze,
1182
+ label: "Node constraint component".freeze,
1183
+ "sh:parameter": "sh:NodeConstraintComponent-node".freeze,
1184
+ type: "sh:ConstraintComponent".freeze
1185
+ term :"NodeConstraintComponent-node",
1186
+ isDefinedBy: "sh:".freeze,
1187
+ "sh:path": "sh:node".freeze,
1188
+ type: "sh:Parameter".freeze
1189
+ term :NodeKindConstraintComponent,
1190
+ comment: %(A constraint component that can be used to restrict the RDF node kind of each value node.).freeze,
1191
+ isDefinedBy: "sh:".freeze,
1192
+ label: "Node-kind constraint component".freeze,
1193
+ "sh:parameter": "sh:NodeKindConstraintComponent-nodeKind".freeze,
1194
+ type: "sh:ConstraintComponent".freeze
1195
+ term :"NodeKindConstraintComponent-nodeKind",
1196
+ isDefinedBy: "sh:".freeze,
1197
+ "sh:in": list("sh:BlankNode".freeze, "sh:IRI".freeze, "sh:Literal".freeze, "sh:BlankNodeOrIRI".freeze, "sh:BlankNodeOrLiteral".freeze, "sh:IRIOrLiteral".freeze),
1198
+ "sh:maxCount": "1".freeze,
1199
+ "sh:path": "sh:nodeKind".freeze,
1200
+ type: "sh:Parameter".freeze
1201
+ term :NotConstraintComponent,
1202
+ comment: %(A constraint component that can be used to verify that value nodes do not conform to a given shape.).freeze,
1203
+ isDefinedBy: "sh:".freeze,
1204
+ label: "Not constraint component".freeze,
1205
+ "sh:parameter": "sh:NotConstraintComponent-not".freeze,
1206
+ type: "sh:ConstraintComponent".freeze
1207
+ term :"NotConstraintComponent-not",
1208
+ isDefinedBy: "sh:".freeze,
1209
+ "sh:path": "sh:not".freeze,
1210
+ type: "sh:Parameter".freeze
1211
+ term :OrConstraintComponent,
1212
+ comment: %(A constraint component that can be used to restrict the value nodes so that they conform to at least one out of several provided shapes.).freeze,
1213
+ isDefinedBy: "sh:".freeze,
1214
+ label: "Or constraint component".freeze,
1215
+ "sh:parameter": "sh:OrConstraintComponent-or".freeze,
1216
+ type: "sh:ConstraintComponent".freeze
1217
+ term :"OrConstraintComponent-or",
1218
+ isDefinedBy: "sh:".freeze,
1219
+ "sh:path": "sh:or".freeze,
1220
+ type: "sh:Parameter".freeze
1221
+ term :PatternConstraintComponent,
1222
+ comment: %(A constraint component that can be used to verify that every value node matches a given regular expression.).freeze,
1223
+ isDefinedBy: "sh:".freeze,
1224
+ label: "Pattern constraint component".freeze,
1225
+ "sh:parameter": ["sh:PatternConstraintComponent-flags".freeze, "sh:PatternConstraintComponent-pattern".freeze],
1226
+ type: "sh:ConstraintComponent".freeze
1227
+ term :"PatternConstraintComponent-flags",
1228
+ isDefinedBy: "sh:".freeze,
1229
+ "sh:datatype": "xsd:string".freeze,
1230
+ "sh:optional": "true".freeze,
1231
+ "sh:path": "sh:flags".freeze,
1232
+ type: "sh:Parameter".freeze
1233
+ term :"PatternConstraintComponent-pattern",
1234
+ isDefinedBy: "sh:".freeze,
1235
+ "sh:datatype": "xsd:string".freeze,
1236
+ "sh:path": "sh:pattern".freeze,
1237
+ type: "sh:Parameter".freeze
1238
+ term :PropertyConstraintComponent,
1239
+ comment: %(A constraint component that can be used to verify that all value nodes conform to the given property shape.).freeze,
1240
+ isDefinedBy: "sh:".freeze,
1241
+ label: "Property constraint component".freeze,
1242
+ "sh:parameter": "sh:PropertyConstraintComponent-property".freeze,
1243
+ type: "sh:ConstraintComponent".freeze
1244
+ term :"PropertyConstraintComponent-property",
1245
+ isDefinedBy: "sh:".freeze,
1246
+ "sh:path": "sh:property".freeze,
1247
+ type: "sh:Parameter".freeze
1248
+ term :QualifiedMaxCountConstraintComponent,
1249
+ comment: %(A constraint component that can be used to verify that a specified maximum number of value nodes conforms to a given shape.).freeze,
1250
+ isDefinedBy: "sh:".freeze,
1251
+ label: "Qualified-max-count constraint component".freeze,
1252
+ "sh:parameter": ["sh:QualifiedMaxCountConstraintComponent-qualifiedMaxCount".freeze, "sh:QualifiedMaxCountConstraintComponent-qualifiedValueShape".freeze, "sh:QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint".freeze],
1253
+ type: "sh:ConstraintComponent".freeze
1254
+ term :"QualifiedMaxCountConstraintComponent-qualifiedMaxCount",
1255
+ isDefinedBy: "sh:".freeze,
1256
+ "sh:datatype": "xsd:integer".freeze,
1257
+ "sh:path": "sh:qualifiedMaxCount".freeze,
1258
+ type: "sh:Parameter".freeze
1259
+ term :"QualifiedMaxCountConstraintComponent-qualifiedValueShape",
1260
+ isDefinedBy: "sh:".freeze,
1261
+ "sh:path": "sh:qualifiedValueShape".freeze,
1262
+ type: "sh:Parameter".freeze
1263
+ term :"QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint",
1264
+ isDefinedBy: "sh:".freeze,
1265
+ "sh:datatype": "xsd:boolean".freeze,
1266
+ "sh:optional": "true".freeze,
1267
+ "sh:path": "sh:qualifiedValueShapesDisjoint".freeze,
1268
+ type: "sh:Parameter".freeze
1269
+ term :QualifiedMinCountConstraintComponent,
1270
+ comment: %(A constraint component that can be used to verify that a specified minimum number of value nodes conforms to a given shape.).freeze,
1271
+ isDefinedBy: "sh:".freeze,
1272
+ label: "Qualified-min-count constraint component".freeze,
1273
+ "sh:parameter": ["sh:QualifiedMinCountConstraintComponent-qualifiedMinCount".freeze, "sh:QualifiedMinCountConstraintComponent-qualifiedValueShape".freeze, "sh:QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint".freeze],
1274
+ type: "sh:ConstraintComponent".freeze
1275
+ term :"QualifiedMinCountConstraintComponent-qualifiedMinCount",
1276
+ isDefinedBy: "sh:".freeze,
1277
+ "sh:datatype": "xsd:integer".freeze,
1278
+ "sh:path": "sh:qualifiedMinCount".freeze,
1279
+ type: "sh:Parameter".freeze
1280
+ term :"QualifiedMinCountConstraintComponent-qualifiedValueShape",
1281
+ isDefinedBy: "sh:".freeze,
1282
+ "sh:path": "sh:qualifiedValueShape".freeze,
1283
+ type: "sh:Parameter".freeze
1284
+ term :"QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint",
1285
+ isDefinedBy: "sh:".freeze,
1286
+ "sh:datatype": "xsd:boolean".freeze,
1287
+ "sh:optional": "true".freeze,
1288
+ "sh:path": "sh:qualifiedValueShapesDisjoint".freeze,
1289
+ type: "sh:Parameter".freeze
1290
+ term :SPARQLConstraintComponent,
1291
+ comment: %(A constraint component that can be used to define constraints based on SPARQL queries.).freeze,
1292
+ isDefinedBy: "sh:".freeze,
1293
+ label: "SPARQL constraint component".freeze,
1294
+ "sh:parameter": "sh:SPARQLConstraintComponent-sparql".freeze,
1295
+ type: "sh:ConstraintComponent".freeze
1296
+ term :"SPARQLConstraintComponent-sparql",
1297
+ isDefinedBy: "sh:".freeze,
1298
+ "sh:path": "sh:sparql".freeze,
1299
+ type: "sh:Parameter".freeze
1300
+ term :UniqueLangConstraintComponent,
1301
+ comment: %(A constraint component that can be used to specify that no pair of value nodes may use the same language tag.).freeze,
1302
+ isDefinedBy: "sh:".freeze,
1303
+ label: "Unique-languages constraint component".freeze,
1304
+ "sh:parameter": "sh:UniqueLangConstraintComponent-uniqueLang".freeze,
1305
+ type: "sh:ConstraintComponent".freeze
1306
+ term :"UniqueLangConstraintComponent-uniqueLang",
1307
+ isDefinedBy: "sh:".freeze,
1308
+ "sh:datatype": "xsd:boolean".freeze,
1309
+ "sh:maxCount": "1".freeze,
1310
+ "sh:path": "sh:uniqueLang".freeze,
1311
+ type: "sh:Parameter".freeze
1312
+ term :Violation,
1313
+ comment: %(The severity for a violation validation result.).freeze,
1314
+ isDefinedBy: "sh:".freeze,
1315
+ label: "Violation".freeze,
1316
+ type: "sh:Severity".freeze
1317
+ term :Warning,
1318
+ comment: %(The severity for a warning validation result.).freeze,
1319
+ isDefinedBy: "sh:".freeze,
1320
+ label: "Warning".freeze,
1321
+ type: "sh:Severity".freeze
1322
+ term :XoneConstraintComponent,
1323
+ comment: %(A constraint component that can be used to restrict the value nodes so that they conform to exactly one out of several provided shapes.).freeze,
1324
+ isDefinedBy: "sh:".freeze,
1325
+ label: "Exactly one constraint component".freeze,
1326
+ "sh:parameter": "sh:XoneConstraintComponent-xone".freeze,
1327
+ type: "sh:ConstraintComponent".freeze
1328
+ term :"XoneConstraintComponent-xone",
1329
+ isDefinedBy: "sh:".freeze,
1330
+ "sh:path": "sh:xone".freeze,
1331
+ type: "sh:Parameter".freeze
1332
+ term :this,
1333
+ comment: %(A node expression that represents the current focus node.).freeze,
1334
+ isDefinedBy: "sh:".freeze,
1335
+ label: "this".freeze,
1336
+ type: "rdfs:Resource".freeze
1337
+ end
1338
+ end