rdf-vocab 3.2.0 → 3.2.1

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