|
12 | 12 | sh:result
|
13 | 13 | [
|
14 | 14 | a sh:ValidationResult ;
|
15 |
| - sh:focusNode <http://example.org/kb/action-lifecycle1> ; |
16 |
| - sh:resultMessage "More than 0 values on kb:action-lifecycle1->action:actionStatus" ; |
17 |
| - sh:resultPath action:actionStatus ; |
18 |
| - sh:resultSeverity sh:Violation ; |
19 |
| - sh:sourceConstraintComponent sh:MaxCountConstraintComponent ; |
20 |
| - sh:sourceShape [ |
21 |
| - sh:datatype vocabulary:ActionStatusTypeVocab ; |
22 |
| - sh:maxCount "0"^^xsd:integer ; |
23 |
| - sh:nodeKind sh:Literal ; |
24 |
| - sh:path action:actionStatus ; |
25 |
| - ] ; |
26 |
| - ] , |
27 |
| - [ |
28 |
| - a sh:ValidationResult ; |
29 |
| - sh:focusNode <http://example.org/kb/action-lifecycle1> ; |
30 |
| - sh:resultMessage "Value is not Literal with datatype vocabulary:ActionStatusTypeVocab" ; |
| 15 | + sh:focusNode <http://example.org/kb/action-35fada9e-c807-4fa0-87b8-582473115eeb> ; |
| 16 | + sh:resultMessage "Value is outside the default vocabulary ActionStatusTypeVocab." ; |
31 | 17 | sh:resultPath action:actionStatus ;
|
32 |
| - sh:resultSeverity sh:Violation ; |
| 18 | + sh:resultSeverity sh:Info ; |
33 | 19 | sh:sourceConstraintComponent sh:DatatypeConstraintComponent ;
|
34 | 20 | sh:sourceShape [
|
35 | 21 | sh:datatype vocabulary:ActionStatusTypeVocab ;
|
36 |
| - sh:maxCount "0"^^xsd:integer ; |
37 |
| - sh:nodeKind sh:Literal ; |
| 22 | + sh:message "Value is outside the default vocabulary ActionStatusTypeVocab." ; |
38 | 23 | sh:path action:actionStatus ;
|
| 24 | + sh:severity sh:Info ; |
39 | 25 | ] ;
|
40 | 26 | sh:value "Pending" ;
|
41 | 27 | ] ,
|
42 | 28 | [
|
43 | 29 | a sh:ValidationResult ;
|
44 |
| - sh:focusNode <http://example.org/kb/action-lifecycle1> ; |
| 30 | + sh:focusNode <http://example.org/kb/action-dcb9c6a2-f7b9-454a-b185-44d63244ac1c> ; |
45 | 31 | sh:resultMessage "Value is outside the default vocabulary ActionStatusTypeVocab." ;
|
46 | 32 | sh:resultPath action:actionStatus ;
|
47 | 33 | sh:resultSeverity sh:Info ;
|
|
56 | 42 | ] ,
|
57 | 43 | [
|
58 | 44 | a sh:ValidationResult ;
|
59 |
| - sh:focusNode <http://example.org/kb/action1> ; |
| 45 | + sh:focusNode <http://example.org/kb/action-e1bb7bac-5655-48e3-8c62-843ffb7cc17f> ; |
60 | 46 | sh:resultMessage "Value is outside the default vocabulary ActionStatusTypeVocab." ;
|
61 | 47 | sh:resultPath action:actionStatus ;
|
62 | 48 | sh:resultSeverity sh:Info ;
|
|
71 | 57 | ] ,
|
72 | 58 | [
|
73 | 59 | a sh:ValidationResult ;
|
74 |
| - sh:focusNode <http://example.org/kb/action2> ; |
75 |
| - sh:resultMessage "Value is outside the default vocabulary ActionStatusTypeVocab." ; |
| 60 | + sh:focusNode <http://example.org/kb/action-lifecycle-098ebb7a-949e-4f05-9d7f-1c07260a8e14> ; |
| 61 | + sh:resultMessage "More than 0 values on kb:action-lifecycle-098ebb7a-949e-4f05-9d7f-1c07260a8e14->action:actionStatus" ; |
76 | 62 | sh:resultPath action:actionStatus ;
|
77 |
| - sh:resultSeverity sh:Info ; |
78 |
| - sh:sourceConstraintComponent sh:DatatypeConstraintComponent ; |
| 63 | + sh:resultSeverity sh:Violation ; |
| 64 | + sh:sourceConstraintComponent sh:MaxCountConstraintComponent ; |
79 | 65 | sh:sourceShape [
|
80 |
| - sh:datatype vocabulary:ActionStatusTypeVocab ; |
81 |
| - sh:message "Value is outside the default vocabulary ActionStatusTypeVocab." ; |
| 66 | + sh:maxCount "0"^^xsd:integer ; |
82 | 67 | sh:path action:actionStatus ;
|
83 |
| - sh:severity sh:Info ; |
84 | 68 | ] ;
|
85 |
| - sh:value "Pending" ; |
86 | 69 | ] ,
|
87 | 70 | [
|
88 | 71 | a sh:ValidationResult ;
|
89 |
| - sh:focusNode <http://example.org/kb/action3> ; |
| 72 | + sh:focusNode <http://example.org/kb/action-lifecycle-098ebb7a-949e-4f05-9d7f-1c07260a8e14> ; |
90 | 73 | sh:resultMessage "Value is outside the default vocabulary ActionStatusTypeVocab." ;
|
91 | 74 | sh:resultPath action:actionStatus ;
|
92 | 75 | sh:resultSeverity sh:Info ;
|
|
101 | 84 | ] ,
|
102 | 85 | [
|
103 | 86 | a sh:ValidationResult ;
|
104 |
| - sh:focusNode [ |
105 |
| - a action:ArrayOfAction ; |
106 |
| - action:action |
107 |
| - "kb:action1" , |
108 |
| - "kb:action2" , |
109 |
| - "kb:action3" |
110 |
| - ; |
111 |
| - ] ; |
| 87 | + sh:focusNode <http://example.org/kb/array-of-action-6f91380f-703f-471e-9be6-cf7499bf44f2> ; |
112 | 88 | sh:resultMessage "Value does not have class action:Action" ;
|
113 | 89 | sh:resultPath action:action ;
|
114 | 90 | sh:resultSeverity sh:Violation ;
|
115 | 91 | sh:sourceConstraintComponent sh:ClassConstraintComponent ;
|
116 | 92 | sh:sourceShape [
|
117 | 93 | sh:class action:Action ;
|
118 | 94 | sh:minCount "1"^^xsd:integer ;
|
119 |
| - sh:nodeKind sh:BlankNodeOrIRI ; |
| 95 | + sh:nodeKind sh:IRI ; |
120 | 96 | sh:path action:action ;
|
121 | 97 | ] ;
|
122 |
| - sh:value "kb:action1" ; |
| 98 | + sh:value "kb:action-35fada9e-c807-4fa0-87b8-582473115eeb" ; |
123 | 99 | ] ,
|
124 | 100 | [
|
125 | 101 | a sh:ValidationResult ;
|
126 |
| - sh:focusNode [ |
127 |
| - a action:ArrayOfAction ; |
128 |
| - action:action |
129 |
| - "kb:action1" , |
130 |
| - "kb:action2" , |
131 |
| - "kb:action3" |
132 |
| - ; |
133 |
| - ] ; |
| 102 | + sh:focusNode <http://example.org/kb/array-of-action-6f91380f-703f-471e-9be6-cf7499bf44f2> ; |
134 | 103 | sh:resultMessage "Value does not have class action:Action" ;
|
135 | 104 | sh:resultPath action:action ;
|
136 | 105 | sh:resultSeverity sh:Violation ;
|
137 | 106 | sh:sourceConstraintComponent sh:ClassConstraintComponent ;
|
138 | 107 | sh:sourceShape [
|
139 | 108 | sh:class action:Action ;
|
140 | 109 | sh:minCount "1"^^xsd:integer ;
|
141 |
| - sh:nodeKind sh:BlankNodeOrIRI ; |
| 110 | + sh:nodeKind sh:IRI ; |
142 | 111 | sh:path action:action ;
|
143 | 112 | ] ;
|
144 |
| - sh:value "kb:action2" ; |
| 113 | + sh:value "kb:action-dcb9c6a2-f7b9-454a-b185-44d63244ac1c" ; |
145 | 114 | ] ,
|
146 | 115 | [
|
147 | 116 | a sh:ValidationResult ;
|
148 |
| - sh:focusNode [ |
149 |
| - a action:ArrayOfAction ; |
150 |
| - action:action |
151 |
| - "kb:action1" , |
152 |
| - "kb:action2" , |
153 |
| - "kb:action3" |
154 |
| - ; |
155 |
| - ] ; |
| 117 | + sh:focusNode <http://example.org/kb/array-of-action-6f91380f-703f-471e-9be6-cf7499bf44f2> ; |
156 | 118 | sh:resultMessage "Value does not have class action:Action" ;
|
157 | 119 | sh:resultPath action:action ;
|
158 | 120 | sh:resultSeverity sh:Violation ;
|
159 | 121 | sh:sourceConstraintComponent sh:ClassConstraintComponent ;
|
160 | 122 | sh:sourceShape [
|
161 | 123 | sh:class action:Action ;
|
162 | 124 | sh:minCount "1"^^xsd:integer ;
|
163 |
| - sh:nodeKind sh:BlankNodeOrIRI ; |
| 125 | + sh:nodeKind sh:IRI ; |
164 | 126 | sh:path action:action ;
|
165 | 127 | ] ;
|
166 |
| - sh:value "kb:action3" ; |
| 128 | + sh:value "kb:action-e1bb7bac-5655-48e3-8c62-843ffb7cc17f" ; |
167 | 129 | ] ,
|
168 | 130 | [
|
169 | 131 | a sh:ValidationResult ;
|
170 |
| - sh:focusNode [ |
171 |
| - a action:ArrayOfAction ; |
172 |
| - action:action |
173 |
| - "kb:action1" , |
174 |
| - "kb:action2" , |
175 |
| - "kb:action3" |
176 |
| - ; |
177 |
| - ] ; |
178 |
| - sh:resultMessage "Value is not of Node Kind sh:BlankNodeOrIRI" ; |
| 132 | + sh:focusNode <http://example.org/kb/array-of-action-6f91380f-703f-471e-9be6-cf7499bf44f2> ; |
| 133 | + sh:resultMessage "Value is not of Node Kind sh:IRI" ; |
179 | 134 | sh:resultPath action:action ;
|
180 | 135 | sh:resultSeverity sh:Violation ;
|
181 | 136 | sh:sourceConstraintComponent sh:NodeKindConstraintComponent ;
|
182 | 137 | sh:sourceShape [
|
183 | 138 | sh:class action:Action ;
|
184 | 139 | sh:minCount "1"^^xsd:integer ;
|
185 |
| - sh:nodeKind sh:BlankNodeOrIRI ; |
| 140 | + sh:nodeKind sh:IRI ; |
186 | 141 | sh:path action:action ;
|
187 | 142 | ] ;
|
188 |
| - sh:value "kb:action1" ; |
| 143 | + sh:value "kb:action-35fada9e-c807-4fa0-87b8-582473115eeb" ; |
189 | 144 | ] ,
|
190 | 145 | [
|
191 | 146 | a sh:ValidationResult ;
|
192 |
| - sh:focusNode [ |
193 |
| - a action:ArrayOfAction ; |
194 |
| - action:action |
195 |
| - "kb:action1" , |
196 |
| - "kb:action2" , |
197 |
| - "kb:action3" |
198 |
| - ; |
199 |
| - ] ; |
200 |
| - sh:resultMessage "Value is not of Node Kind sh:BlankNodeOrIRI" ; |
| 147 | + sh:focusNode <http://example.org/kb/array-of-action-6f91380f-703f-471e-9be6-cf7499bf44f2> ; |
| 148 | + sh:resultMessage "Value is not of Node Kind sh:IRI" ; |
201 | 149 | sh:resultPath action:action ;
|
202 | 150 | sh:resultSeverity sh:Violation ;
|
203 | 151 | sh:sourceConstraintComponent sh:NodeKindConstraintComponent ;
|
204 | 152 | sh:sourceShape [
|
205 | 153 | sh:class action:Action ;
|
206 | 154 | sh:minCount "1"^^xsd:integer ;
|
207 |
| - sh:nodeKind sh:BlankNodeOrIRI ; |
| 155 | + sh:nodeKind sh:IRI ; |
208 | 156 | sh:path action:action ;
|
209 | 157 | ] ;
|
210 |
| - sh:value "kb:action2" ; |
| 158 | + sh:value "kb:action-dcb9c6a2-f7b9-454a-b185-44d63244ac1c" ; |
211 | 159 | ] ,
|
212 | 160 | [
|
213 | 161 | a sh:ValidationResult ;
|
214 |
| - sh:focusNode [ |
215 |
| - a action:ArrayOfAction ; |
216 |
| - action:action |
217 |
| - "kb:action1" , |
218 |
| - "kb:action2" , |
219 |
| - "kb:action3" |
220 |
| - ; |
221 |
| - ] ; |
222 |
| - sh:resultMessage "Value is not of Node Kind sh:BlankNodeOrIRI" ; |
| 162 | + sh:focusNode <http://example.org/kb/array-of-action-6f91380f-703f-471e-9be6-cf7499bf44f2> ; |
| 163 | + sh:resultMessage "Value is not of Node Kind sh:IRI" ; |
223 | 164 | sh:resultPath action:action ;
|
224 | 165 | sh:resultSeverity sh:Violation ;
|
225 | 166 | sh:sourceConstraintComponent sh:NodeKindConstraintComponent ;
|
226 | 167 | sh:sourceShape [
|
227 | 168 | sh:class action:Action ;
|
228 | 169 | sh:minCount "1"^^xsd:integer ;
|
229 |
| - sh:nodeKind sh:BlankNodeOrIRI ; |
| 170 | + sh:nodeKind sh:IRI ; |
230 | 171 | sh:path action:action ;
|
231 | 172 | ] ;
|
232 |
| - sh:value "kb:action3" ; |
| 173 | + sh:value "kb:action-e1bb7bac-5655-48e3-8c62-843ffb7cc17f" ; |
233 | 174 | ]
|
234 | 175 | ;
|
235 | 176 | .
|
|
0 commit comments