eyeleng 1.1.2 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +47 -5
- package/dist/browser/eyeleng.browser.js +45 -3
- package/examples/README.md +4 -0
- package/examples/output/socrates.trig +1 -0
- package/examples/socrates.srl +12 -0
- package/eyeleng.js +99 -20
- package/package.json +2 -2
- package/playground.html +57 -24
- package/reports/w3c-shacl12-rules-earl.ttl +1540 -214
- package/src/api.js +2 -1
- package/src/cli.js +51 -16
- package/src/engine.js +12 -0
- package/src/format.js +31 -2
- package/test/browser-bundle.test.js +21 -0
- package/test/cli.test.js +33 -1
- package/tools/browser-bundle.js +1 -0
- package/tools/bundle.js +39 -1
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
<#report>
|
|
12
12
|
a earl:TestResult ;
|
|
13
13
|
dct:title "Eyeleng W3C SHACL 1.2 Rules EARL report"@en ;
|
|
14
|
-
dct:description "Generated Eyeleng EARL 1.0 report for the W3C SHACL 1.2 Rules test manifest.
|
|
15
|
-
dct:date "2026-
|
|
14
|
+
dct:description "Generated Eyeleng EARL 1.0 report for the W3C SHACL 1.2 Rules test manifest. 166/166 tests passed."@en ;
|
|
15
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime ;
|
|
16
16
|
earl:outcome earl:passed .
|
|
17
17
|
|
|
18
18
|
<https://github.com/eyereasoner/eyeleng>
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
a earl:TestResult ;
|
|
36
36
|
earl:outcome earl:passed ;
|
|
37
37
|
earl:info "passed" ;
|
|
38
|
-
dct:date "2026-
|
|
38
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
39
39
|
] .
|
|
40
40
|
|
|
41
41
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_2>
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
a earl:TestResult ;
|
|
53
53
|
earl:outcome earl:passed ;
|
|
54
54
|
earl:info "passed" ;
|
|
55
|
-
dct:date "2026-
|
|
55
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
56
56
|
] .
|
|
57
57
|
|
|
58
58
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_3>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
a earl:TestResult ;
|
|
70
70
|
earl:outcome earl:passed ;
|
|
71
71
|
earl:info "passed" ;
|
|
72
|
-
dct:date "2026-
|
|
72
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
73
73
|
] .
|
|
74
74
|
|
|
75
75
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_4>
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
a earl:TestResult ;
|
|
87
87
|
earl:outcome earl:passed ;
|
|
88
88
|
earl:info "passed" ;
|
|
89
|
-
dct:date "2026-
|
|
89
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
90
90
|
] .
|
|
91
91
|
|
|
92
92
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_5>
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
a earl:TestResult ;
|
|
104
104
|
earl:outcome earl:passed ;
|
|
105
105
|
earl:info "passed" ;
|
|
106
|
-
dct:date "2026-
|
|
106
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
107
107
|
] .
|
|
108
108
|
|
|
109
109
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_6>
|
|
110
110
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
111
|
-
dct:title "syntax/syntax-rule-terms-
|
|
111
|
+
dct:title "syntax/syntax-rule-terms-07.srl"@en ;
|
|
112
112
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
113
113
|
|
|
114
114
|
[] a earl:Assertion ;
|
|
@@ -120,12 +120,12 @@
|
|
|
120
120
|
a earl:TestResult ;
|
|
121
121
|
earl:outcome earl:passed ;
|
|
122
122
|
earl:info "passed" ;
|
|
123
|
-
dct:date "2026-
|
|
123
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
124
124
|
] .
|
|
125
125
|
|
|
126
126
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_7>
|
|
127
127
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
128
|
-
dct:title "syntax/syntax-rule-terms-
|
|
128
|
+
dct:title "syntax/syntax-rule-terms-08.srl"@en ;
|
|
129
129
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
130
130
|
|
|
131
131
|
[] a earl:Assertion ;
|
|
@@ -137,12 +137,12 @@
|
|
|
137
137
|
a earl:TestResult ;
|
|
138
138
|
earl:outcome earl:passed ;
|
|
139
139
|
earl:info "passed" ;
|
|
140
|
-
dct:date "2026-
|
|
140
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
141
141
|
] .
|
|
142
142
|
|
|
143
143
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_8>
|
|
144
144
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
145
|
-
dct:title "syntax/syntax-rule-terms-
|
|
145
|
+
dct:title "syntax/syntax-rule-terms-09.srl"@en ;
|
|
146
146
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
147
147
|
|
|
148
148
|
[] a earl:Assertion ;
|
|
@@ -154,12 +154,12 @@
|
|
|
154
154
|
a earl:TestResult ;
|
|
155
155
|
earl:outcome earl:passed ;
|
|
156
156
|
earl:info "passed" ;
|
|
157
|
-
dct:date "2026-
|
|
157
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
158
158
|
] .
|
|
159
159
|
|
|
160
160
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_9>
|
|
161
161
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
162
|
-
dct:title "syntax/syntax-rule-terms-
|
|
162
|
+
dct:title "syntax/syntax-rule-terms-10.srl"@en ;
|
|
163
163
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
164
164
|
|
|
165
165
|
[] a earl:Assertion ;
|
|
@@ -171,12 +171,12 @@
|
|
|
171
171
|
a earl:TestResult ;
|
|
172
172
|
earl:outcome earl:passed ;
|
|
173
173
|
earl:info "passed" ;
|
|
174
|
-
dct:date "2026-
|
|
174
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
175
175
|
] .
|
|
176
176
|
|
|
177
177
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_10>
|
|
178
178
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
179
|
-
dct:title "syntax/syntax-rule-terms-
|
|
179
|
+
dct:title "syntax/syntax-rule-terms-11.srl"@en ;
|
|
180
180
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
181
181
|
|
|
182
182
|
[] a earl:Assertion ;
|
|
@@ -188,14 +188,31 @@
|
|
|
188
188
|
a earl:TestResult ;
|
|
189
189
|
earl:outcome earl:passed ;
|
|
190
190
|
earl:info "passed" ;
|
|
191
|
-
dct:date "2026-
|
|
191
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
192
192
|
] .
|
|
193
193
|
|
|
194
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:
|
|
194
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_11>
|
|
195
195
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
196
196
|
dct:title "syntax/syntax-rule-terms-12.srl"@en ;
|
|
197
197
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
198
198
|
|
|
199
|
+
[] a earl:Assertion ;
|
|
200
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
201
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
202
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_11> ;
|
|
203
|
+
earl:mode earl:automatic ;
|
|
204
|
+
earl:result [
|
|
205
|
+
a earl:TestResult ;
|
|
206
|
+
earl:outcome earl:passed ;
|
|
207
|
+
earl:info "passed" ;
|
|
208
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
209
|
+
] .
|
|
210
|
+
|
|
211
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_12>
|
|
212
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
213
|
+
dct:title "syntax/syntax-rule-terms-13.srl"@en ;
|
|
214
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
215
|
+
|
|
199
216
|
[] a earl:Assertion ;
|
|
200
217
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
201
218
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
@@ -205,12 +222,12 @@
|
|
|
205
222
|
a earl:TestResult ;
|
|
206
223
|
earl:outcome earl:passed ;
|
|
207
224
|
earl:info "passed" ;
|
|
208
|
-
dct:date "2026-
|
|
225
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
209
226
|
] .
|
|
210
227
|
|
|
211
228
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_13>
|
|
212
229
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
213
|
-
dct:title "syntax/syntax-rule-terms-
|
|
230
|
+
dct:title "syntax/syntax-rule-terms-14.srl"@en ;
|
|
214
231
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
215
232
|
|
|
216
233
|
[] a earl:Assertion ;
|
|
@@ -222,12 +239,12 @@
|
|
|
222
239
|
a earl:TestResult ;
|
|
223
240
|
earl:outcome earl:passed ;
|
|
224
241
|
earl:info "passed" ;
|
|
225
|
-
dct:date "2026-
|
|
242
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
226
243
|
] .
|
|
227
244
|
|
|
228
245
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_14>
|
|
229
246
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
230
|
-
dct:title "syntax/syntax-rule-terms-
|
|
247
|
+
dct:title "syntax/syntax-rule-terms-15.srl"@en ;
|
|
231
248
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
232
249
|
|
|
233
250
|
[] a earl:Assertion ;
|
|
@@ -239,12 +256,12 @@
|
|
|
239
256
|
a earl:TestResult ;
|
|
240
257
|
earl:outcome earl:passed ;
|
|
241
258
|
earl:info "passed" ;
|
|
242
|
-
dct:date "2026-
|
|
259
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
243
260
|
] .
|
|
244
261
|
|
|
245
262
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_15>
|
|
246
263
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
247
|
-
dct:title "syntax/syntax-rule-terms-
|
|
264
|
+
dct:title "syntax/syntax-rule-terms-16.srl"@en ;
|
|
248
265
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
249
266
|
|
|
250
267
|
[] a earl:Assertion ;
|
|
@@ -256,12 +273,12 @@
|
|
|
256
273
|
a earl:TestResult ;
|
|
257
274
|
earl:outcome earl:passed ;
|
|
258
275
|
earl:info "passed" ;
|
|
259
|
-
dct:date "2026-
|
|
276
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
260
277
|
] .
|
|
261
278
|
|
|
262
279
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_16>
|
|
263
280
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
264
|
-
dct:title "syntax/syntax-rule-
|
|
281
|
+
dct:title "syntax/syntax-rule-paths-01.srl"@en ;
|
|
265
282
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
266
283
|
|
|
267
284
|
[] a earl:Assertion ;
|
|
@@ -273,12 +290,12 @@
|
|
|
273
290
|
a earl:TestResult ;
|
|
274
291
|
earl:outcome earl:passed ;
|
|
275
292
|
earl:info "passed" ;
|
|
276
|
-
dct:date "2026-
|
|
293
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
277
294
|
] .
|
|
278
295
|
|
|
279
296
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_17>
|
|
280
297
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
281
|
-
dct:title "syntax/syntax-rule-
|
|
298
|
+
dct:title "syntax/syntax-rule-paths-02.srl"@en ;
|
|
282
299
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
283
300
|
|
|
284
301
|
[] a earl:Assertion ;
|
|
@@ -290,12 +307,12 @@
|
|
|
290
307
|
a earl:TestResult ;
|
|
291
308
|
earl:outcome earl:passed ;
|
|
292
309
|
earl:info "passed" ;
|
|
293
|
-
dct:date "2026-
|
|
310
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
294
311
|
] .
|
|
295
312
|
|
|
296
313
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_18>
|
|
297
314
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
298
|
-
dct:title "syntax/syntax-rule-
|
|
315
|
+
dct:title "syntax/syntax-rule-paths-03.srl"@en ;
|
|
299
316
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
300
317
|
|
|
301
318
|
[] a earl:Assertion ;
|
|
@@ -307,12 +324,12 @@
|
|
|
307
324
|
a earl:TestResult ;
|
|
308
325
|
earl:outcome earl:passed ;
|
|
309
326
|
earl:info "passed" ;
|
|
310
|
-
dct:date "2026-
|
|
327
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
311
328
|
] .
|
|
312
329
|
|
|
313
330
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_19>
|
|
314
331
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
315
|
-
dct:title "syntax/syntax-rule-
|
|
332
|
+
dct:title "syntax/syntax-rule-elements-filter-01.srl"@en ;
|
|
316
333
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
317
334
|
|
|
318
335
|
[] a earl:Assertion ;
|
|
@@ -324,12 +341,12 @@
|
|
|
324
341
|
a earl:TestResult ;
|
|
325
342
|
earl:outcome earl:passed ;
|
|
326
343
|
earl:info "passed" ;
|
|
327
|
-
dct:date "2026-
|
|
344
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
328
345
|
] .
|
|
329
346
|
|
|
330
347
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_20>
|
|
331
348
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
332
|
-
dct:title "syntax/syntax-rule-
|
|
349
|
+
dct:title "syntax/syntax-rule-elements-filter-02.srl"@en ;
|
|
333
350
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
334
351
|
|
|
335
352
|
[] a earl:Assertion ;
|
|
@@ -341,12 +358,12 @@
|
|
|
341
358
|
a earl:TestResult ;
|
|
342
359
|
earl:outcome earl:passed ;
|
|
343
360
|
earl:info "passed" ;
|
|
344
|
-
dct:date "2026-
|
|
361
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
345
362
|
] .
|
|
346
363
|
|
|
347
364
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_21>
|
|
348
365
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
349
|
-
dct:title "syntax/syntax-rule-
|
|
366
|
+
dct:title "syntax/syntax-rule-elements-filter-03.srl"@en ;
|
|
350
367
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
351
368
|
|
|
352
369
|
[] a earl:Assertion ;
|
|
@@ -358,12 +375,12 @@
|
|
|
358
375
|
a earl:TestResult ;
|
|
359
376
|
earl:outcome earl:passed ;
|
|
360
377
|
earl:info "passed" ;
|
|
361
|
-
dct:date "2026-
|
|
378
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
362
379
|
] .
|
|
363
380
|
|
|
364
381
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_22>
|
|
365
382
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
366
|
-
dct:title "syntax/syntax-rule-elements-01.srl"@en ;
|
|
383
|
+
dct:title "syntax/syntax-rule-elements-not-01.srl"@en ;
|
|
367
384
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
368
385
|
|
|
369
386
|
[] a earl:Assertion ;
|
|
@@ -375,12 +392,12 @@
|
|
|
375
392
|
a earl:TestResult ;
|
|
376
393
|
earl:outcome earl:passed ;
|
|
377
394
|
earl:info "passed" ;
|
|
378
|
-
dct:date "2026-
|
|
395
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
379
396
|
] .
|
|
380
397
|
|
|
381
398
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_23>
|
|
382
399
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
383
|
-
dct:title "syntax/syntax-rule-elements-02.srl"@en ;
|
|
400
|
+
dct:title "syntax/syntax-rule-elements-not-02.srl"@en ;
|
|
384
401
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
385
402
|
|
|
386
403
|
[] a earl:Assertion ;
|
|
@@ -392,12 +409,12 @@
|
|
|
392
409
|
a earl:TestResult ;
|
|
393
410
|
earl:outcome earl:passed ;
|
|
394
411
|
earl:info "passed" ;
|
|
395
|
-
dct:date "2026-
|
|
412
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
396
413
|
] .
|
|
397
414
|
|
|
398
415
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_24>
|
|
399
416
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
400
|
-
dct:title "syntax/syntax-rule-elements-03.srl"@en ;
|
|
417
|
+
dct:title "syntax/syntax-rule-elements-not-03.srl"@en ;
|
|
401
418
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
402
419
|
|
|
403
420
|
[] a earl:Assertion ;
|
|
@@ -409,12 +426,12 @@
|
|
|
409
426
|
a earl:TestResult ;
|
|
410
427
|
earl:outcome earl:passed ;
|
|
411
428
|
earl:info "passed" ;
|
|
412
|
-
dct:date "2026-
|
|
429
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
413
430
|
] .
|
|
414
431
|
|
|
415
432
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_25>
|
|
416
433
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
417
|
-
dct:title "syntax/syntax-rule-elements-04.srl"@en ;
|
|
434
|
+
dct:title "syntax/syntax-rule-elements-not-04.srl"@en ;
|
|
418
435
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
419
436
|
|
|
420
437
|
[] a earl:Assertion ;
|
|
@@ -426,12 +443,12 @@
|
|
|
426
443
|
a earl:TestResult ;
|
|
427
444
|
earl:outcome earl:passed ;
|
|
428
445
|
earl:info "passed" ;
|
|
429
|
-
dct:date "2026-
|
|
446
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
430
447
|
] .
|
|
431
448
|
|
|
432
449
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_26>
|
|
433
450
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
434
|
-
dct:title "syntax/syntax-
|
|
451
|
+
dct:title "syntax/syntax-reification-01.srl"@en ;
|
|
435
452
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
436
453
|
|
|
437
454
|
[] a earl:Assertion ;
|
|
@@ -443,12 +460,12 @@
|
|
|
443
460
|
a earl:TestResult ;
|
|
444
461
|
earl:outcome earl:passed ;
|
|
445
462
|
earl:info "passed" ;
|
|
446
|
-
dct:date "2026-
|
|
463
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
447
464
|
] .
|
|
448
465
|
|
|
449
466
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_27>
|
|
450
467
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
451
|
-
dct:title "syntax/syntax-
|
|
468
|
+
dct:title "syntax/syntax-reification-02.srl"@en ;
|
|
452
469
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
453
470
|
|
|
454
471
|
[] a earl:Assertion ;
|
|
@@ -460,12 +477,12 @@
|
|
|
460
477
|
a earl:TestResult ;
|
|
461
478
|
earl:outcome earl:passed ;
|
|
462
479
|
earl:info "passed" ;
|
|
463
|
-
dct:date "2026-
|
|
480
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
464
481
|
] .
|
|
465
482
|
|
|
466
483
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_28>
|
|
467
484
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
468
|
-
dct:title "syntax/syntax-
|
|
485
|
+
dct:title "syntax/syntax-reification-03.srl"@en ;
|
|
469
486
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
470
487
|
|
|
471
488
|
[] a earl:Assertion ;
|
|
@@ -477,12 +494,12 @@
|
|
|
477
494
|
a earl:TestResult ;
|
|
478
495
|
earl:outcome earl:passed ;
|
|
479
496
|
earl:info "passed" ;
|
|
480
|
-
dct:date "2026-
|
|
497
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
481
498
|
] .
|
|
482
499
|
|
|
483
500
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_29>
|
|
484
501
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
485
|
-
dct:title "syntax/syntax-
|
|
502
|
+
dct:title "syntax/syntax-reification-04.srl"@en ;
|
|
486
503
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
487
504
|
|
|
488
505
|
[] a earl:Assertion ;
|
|
@@ -494,12 +511,12 @@
|
|
|
494
511
|
a earl:TestResult ;
|
|
495
512
|
earl:outcome earl:passed ;
|
|
496
513
|
earl:info "passed" ;
|
|
497
|
-
dct:date "2026-
|
|
514
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
498
515
|
] .
|
|
499
516
|
|
|
500
517
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_30>
|
|
501
518
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
502
|
-
dct:title "syntax/syntax-
|
|
519
|
+
dct:title "syntax/syntax-reification-05.srl"@en ;
|
|
503
520
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
504
521
|
|
|
505
522
|
[] a earl:Assertion ;
|
|
@@ -511,12 +528,12 @@
|
|
|
511
528
|
a earl:TestResult ;
|
|
512
529
|
earl:outcome earl:passed ;
|
|
513
530
|
earl:info "passed" ;
|
|
514
|
-
dct:date "2026-
|
|
531
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
515
532
|
] .
|
|
516
533
|
|
|
517
534
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_31>
|
|
518
535
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
519
|
-
dct:title "syntax/syntax-
|
|
536
|
+
dct:title "syntax/syntax-reification-06.srl"@en ;
|
|
520
537
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
521
538
|
|
|
522
539
|
[] a earl:Assertion ;
|
|
@@ -528,12 +545,12 @@
|
|
|
528
545
|
a earl:TestResult ;
|
|
529
546
|
earl:outcome earl:passed ;
|
|
530
547
|
earl:info "passed" ;
|
|
531
|
-
dct:date "2026-
|
|
548
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
532
549
|
] .
|
|
533
550
|
|
|
534
551
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_32>
|
|
535
552
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
536
|
-
dct:title "syntax/syntax-
|
|
553
|
+
dct:title "syntax/syntax-reification-07.srl"@en ;
|
|
537
554
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
538
555
|
|
|
539
556
|
[] a earl:Assertion ;
|
|
@@ -545,12 +562,12 @@
|
|
|
545
562
|
a earl:TestResult ;
|
|
546
563
|
earl:outcome earl:passed ;
|
|
547
564
|
earl:info "passed" ;
|
|
548
|
-
dct:date "2026-
|
|
565
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
549
566
|
] .
|
|
550
567
|
|
|
551
568
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_33>
|
|
552
569
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
553
|
-
dct:title "syntax/syntax-
|
|
570
|
+
dct:title "syntax/syntax-reification-08.srl"@en ;
|
|
554
571
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
555
572
|
|
|
556
573
|
[] a earl:Assertion ;
|
|
@@ -562,12 +579,12 @@
|
|
|
562
579
|
a earl:TestResult ;
|
|
563
580
|
earl:outcome earl:passed ;
|
|
564
581
|
earl:info "passed" ;
|
|
565
|
-
dct:date "2026-
|
|
582
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
566
583
|
] .
|
|
567
584
|
|
|
568
585
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_34>
|
|
569
586
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
570
|
-
dct:title "syntax/syntax-
|
|
587
|
+
dct:title "syntax/syntax-data-01.srl"@en ;
|
|
571
588
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
572
589
|
|
|
573
590
|
[] a earl:Assertion ;
|
|
@@ -579,12 +596,12 @@
|
|
|
579
596
|
a earl:TestResult ;
|
|
580
597
|
earl:outcome earl:passed ;
|
|
581
598
|
earl:info "passed" ;
|
|
582
|
-
dct:date "2026-
|
|
599
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
583
600
|
] .
|
|
584
601
|
|
|
585
602
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_35>
|
|
586
603
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
587
|
-
dct:title "syntax/syntax-
|
|
604
|
+
dct:title "syntax/syntax-data-02.srl"@en ;
|
|
588
605
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
589
606
|
|
|
590
607
|
[] a earl:Assertion ;
|
|
@@ -596,12 +613,12 @@
|
|
|
596
613
|
a earl:TestResult ;
|
|
597
614
|
earl:outcome earl:passed ;
|
|
598
615
|
earl:info "passed" ;
|
|
599
|
-
dct:date "2026-
|
|
616
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
600
617
|
] .
|
|
601
618
|
|
|
602
619
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_36>
|
|
603
620
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
604
|
-
dct:title "syntax/syntax-
|
|
621
|
+
dct:title "syntax/syntax-data-03.srl"@en ;
|
|
605
622
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
606
623
|
|
|
607
624
|
[] a earl:Assertion ;
|
|
@@ -613,12 +630,12 @@
|
|
|
613
630
|
a earl:TestResult ;
|
|
614
631
|
earl:outcome earl:passed ;
|
|
615
632
|
earl:info "passed" ;
|
|
616
|
-
dct:date "2026-
|
|
633
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
617
634
|
] .
|
|
618
635
|
|
|
619
636
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_37>
|
|
620
637
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
621
|
-
dct:title "syntax/syntax-
|
|
638
|
+
dct:title "syntax/syntax-data-04.srl"@en ;
|
|
622
639
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
623
640
|
|
|
624
641
|
[] a earl:Assertion ;
|
|
@@ -630,12 +647,12 @@
|
|
|
630
647
|
a earl:TestResult ;
|
|
631
648
|
earl:outcome earl:passed ;
|
|
632
649
|
earl:info "passed" ;
|
|
633
|
-
dct:date "2026-
|
|
650
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
634
651
|
] .
|
|
635
652
|
|
|
636
653
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_38>
|
|
637
654
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
638
|
-
dct:title "syntax/syntax-
|
|
655
|
+
dct:title "syntax/syntax-data-05.srl"@en ;
|
|
639
656
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
640
657
|
|
|
641
658
|
[] a earl:Assertion ;
|
|
@@ -647,12 +664,12 @@
|
|
|
647
664
|
a earl:TestResult ;
|
|
648
665
|
earl:outcome earl:passed ;
|
|
649
666
|
earl:info "passed" ;
|
|
650
|
-
dct:date "2026-
|
|
667
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
651
668
|
] .
|
|
652
669
|
|
|
653
670
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_39>
|
|
654
671
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
655
|
-
dct:title "syntax/syntax-
|
|
672
|
+
dct:title "syntax/syntax-data-06.srl"@en ;
|
|
656
673
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
657
674
|
|
|
658
675
|
[] a earl:Assertion ;
|
|
@@ -664,12 +681,12 @@
|
|
|
664
681
|
a earl:TestResult ;
|
|
665
682
|
earl:outcome earl:passed ;
|
|
666
683
|
earl:info "passed" ;
|
|
667
|
-
dct:date "2026-
|
|
684
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
668
685
|
] .
|
|
669
686
|
|
|
670
687
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_40>
|
|
671
688
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
672
|
-
dct:title "syntax/syntax-
|
|
689
|
+
dct:title "syntax/syntax-data-07.srl"@en ;
|
|
673
690
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
674
691
|
|
|
675
692
|
[] a earl:Assertion ;
|
|
@@ -681,12 +698,12 @@
|
|
|
681
698
|
a earl:TestResult ;
|
|
682
699
|
earl:outcome earl:passed ;
|
|
683
700
|
earl:info "passed" ;
|
|
684
|
-
dct:date "2026-
|
|
701
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
685
702
|
] .
|
|
686
703
|
|
|
687
704
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_41>
|
|
688
705
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
689
|
-
dct:title "syntax/syntax-
|
|
706
|
+
dct:title "syntax/syntax-data-08.srl"@en ;
|
|
690
707
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
691
708
|
|
|
692
709
|
[] a earl:Assertion ;
|
|
@@ -698,12 +715,12 @@
|
|
|
698
715
|
a earl:TestResult ;
|
|
699
716
|
earl:outcome earl:passed ;
|
|
700
717
|
earl:info "passed" ;
|
|
701
|
-
dct:date "2026-
|
|
718
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
702
719
|
] .
|
|
703
720
|
|
|
704
721
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_42>
|
|
705
722
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
706
|
-
dct:title "syntax/syntax-
|
|
723
|
+
dct:title "syntax/syntax-data-09.srl"@en ;
|
|
707
724
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
708
725
|
|
|
709
726
|
[] a earl:Assertion ;
|
|
@@ -715,12 +732,12 @@
|
|
|
715
732
|
a earl:TestResult ;
|
|
716
733
|
earl:outcome earl:passed ;
|
|
717
734
|
earl:info "passed" ;
|
|
718
|
-
dct:date "2026-
|
|
735
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
719
736
|
] .
|
|
720
737
|
|
|
721
738
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_43>
|
|
722
739
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
723
|
-
dct:title "syntax/syntax-
|
|
740
|
+
dct:title "syntax/syntax-data-10.srl"@en ;
|
|
724
741
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
725
742
|
|
|
726
743
|
[] a earl:Assertion ;
|
|
@@ -732,12 +749,12 @@
|
|
|
732
749
|
a earl:TestResult ;
|
|
733
750
|
earl:outcome earl:passed ;
|
|
734
751
|
earl:info "passed" ;
|
|
735
|
-
dct:date "2026-
|
|
752
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
736
753
|
] .
|
|
737
754
|
|
|
738
755
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_44>
|
|
739
756
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
740
|
-
dct:title "syntax/syntax-
|
|
757
|
+
dct:title "syntax/syntax-data-11.srl"@en ;
|
|
741
758
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
742
759
|
|
|
743
760
|
[] a earl:Assertion ;
|
|
@@ -749,12 +766,12 @@
|
|
|
749
766
|
a earl:TestResult ;
|
|
750
767
|
earl:outcome earl:passed ;
|
|
751
768
|
earl:info "passed" ;
|
|
752
|
-
dct:date "2026-
|
|
769
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
753
770
|
] .
|
|
754
771
|
|
|
755
772
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_45>
|
|
756
773
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
757
|
-
dct:title "syntax/syntax-
|
|
774
|
+
dct:title "syntax/syntax-data-12.srl"@en ;
|
|
758
775
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
759
776
|
|
|
760
777
|
[] a earl:Assertion ;
|
|
@@ -766,12 +783,12 @@
|
|
|
766
783
|
a earl:TestResult ;
|
|
767
784
|
earl:outcome earl:passed ;
|
|
768
785
|
earl:info "passed" ;
|
|
769
|
-
dct:date "2026-
|
|
786
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
770
787
|
] .
|
|
771
788
|
|
|
772
789
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_46>
|
|
773
790
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
774
|
-
dct:title "syntax/syntax-
|
|
791
|
+
dct:title "syntax/syntax-data-13.srl"@en ;
|
|
775
792
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
776
793
|
|
|
777
794
|
[] a earl:Assertion ;
|
|
@@ -783,12 +800,12 @@
|
|
|
783
800
|
a earl:TestResult ;
|
|
784
801
|
earl:outcome earl:passed ;
|
|
785
802
|
earl:info "passed" ;
|
|
786
|
-
dct:date "2026-
|
|
803
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
787
804
|
] .
|
|
788
805
|
|
|
789
806
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_47>
|
|
790
807
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
791
|
-
dct:title "syntax/syntax-
|
|
808
|
+
dct:title "syntax/syntax-data-14.srl"@en ;
|
|
792
809
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
793
810
|
|
|
794
811
|
[] a earl:Assertion ;
|
|
@@ -800,12 +817,12 @@
|
|
|
800
817
|
a earl:TestResult ;
|
|
801
818
|
earl:outcome earl:passed ;
|
|
802
819
|
earl:info "passed" ;
|
|
803
|
-
dct:date "2026-
|
|
820
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
804
821
|
] .
|
|
805
822
|
|
|
806
823
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_48>
|
|
807
824
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
808
|
-
dct:title "syntax/syntax-
|
|
825
|
+
dct:title "syntax/syntax-data-15.srl"@en ;
|
|
809
826
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
810
827
|
|
|
811
828
|
[] a earl:Assertion ;
|
|
@@ -817,12 +834,12 @@
|
|
|
817
834
|
a earl:TestResult ;
|
|
818
835
|
earl:outcome earl:passed ;
|
|
819
836
|
earl:info "passed" ;
|
|
820
|
-
dct:date "2026-
|
|
837
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
821
838
|
] .
|
|
822
839
|
|
|
823
840
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_49>
|
|
824
841
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
825
|
-
dct:title "syntax/syntax-
|
|
842
|
+
dct:title "syntax/syntax-data-16.srl"@en ;
|
|
826
843
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
827
844
|
|
|
828
845
|
[] a earl:Assertion ;
|
|
@@ -834,12 +851,12 @@
|
|
|
834
851
|
a earl:TestResult ;
|
|
835
852
|
earl:outcome earl:passed ;
|
|
836
853
|
earl:info "passed" ;
|
|
837
|
-
dct:date "2026-
|
|
854
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
838
855
|
] .
|
|
839
856
|
|
|
840
857
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_50>
|
|
841
858
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
842
|
-
dct:title "syntax/syntax-
|
|
859
|
+
dct:title "syntax/syntax-data-17.srl"@en ;
|
|
843
860
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
844
861
|
|
|
845
862
|
[] a earl:Assertion ;
|
|
@@ -851,12 +868,12 @@
|
|
|
851
868
|
a earl:TestResult ;
|
|
852
869
|
earl:outcome earl:passed ;
|
|
853
870
|
earl:info "passed" ;
|
|
854
|
-
dct:date "2026-
|
|
871
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
855
872
|
] .
|
|
856
873
|
|
|
857
874
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_51>
|
|
858
875
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
859
|
-
dct:title "syntax/syntax-data-
|
|
876
|
+
dct:title "syntax/syntax-data-18.srl"@en ;
|
|
860
877
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
861
878
|
|
|
862
879
|
[] a earl:Assertion ;
|
|
@@ -868,12 +885,12 @@
|
|
|
868
885
|
a earl:TestResult ;
|
|
869
886
|
earl:outcome earl:passed ;
|
|
870
887
|
earl:info "passed" ;
|
|
871
|
-
dct:date "2026-
|
|
888
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
872
889
|
] .
|
|
873
890
|
|
|
874
891
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_52>
|
|
875
892
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
876
|
-
dct:title "syntax/syntax-data-
|
|
893
|
+
dct:title "syntax/syntax-data-19.srl"@en ;
|
|
877
894
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
878
895
|
|
|
879
896
|
[] a earl:Assertion ;
|
|
@@ -885,12 +902,12 @@
|
|
|
885
902
|
a earl:TestResult ;
|
|
886
903
|
earl:outcome earl:passed ;
|
|
887
904
|
earl:info "passed" ;
|
|
888
|
-
dct:date "2026-
|
|
905
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
889
906
|
] .
|
|
890
907
|
|
|
891
908
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_53>
|
|
892
909
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
893
|
-
dct:title "syntax/syntax-data-
|
|
910
|
+
dct:title "syntax/syntax-data-20.srl"@en ;
|
|
894
911
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
895
912
|
|
|
896
913
|
[] a earl:Assertion ;
|
|
@@ -902,12 +919,12 @@
|
|
|
902
919
|
a earl:TestResult ;
|
|
903
920
|
earl:outcome earl:passed ;
|
|
904
921
|
earl:info "passed" ;
|
|
905
|
-
dct:date "2026-
|
|
922
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
906
923
|
] .
|
|
907
924
|
|
|
908
925
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_54>
|
|
909
926
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
910
|
-
dct:title "syntax/syntax-data-
|
|
927
|
+
dct:title "syntax/syntax-data-21.srl"@en ;
|
|
911
928
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
912
929
|
|
|
913
930
|
[] a earl:Assertion ;
|
|
@@ -919,12 +936,12 @@
|
|
|
919
936
|
a earl:TestResult ;
|
|
920
937
|
earl:outcome earl:passed ;
|
|
921
938
|
earl:info "passed" ;
|
|
922
|
-
dct:date "2026-
|
|
939
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
923
940
|
] .
|
|
924
941
|
|
|
925
942
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_55>
|
|
926
943
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
927
|
-
dct:title "syntax/syntax-
|
|
944
|
+
dct:title "syntax/syntax-template-01.srl"@en ;
|
|
928
945
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
929
946
|
|
|
930
947
|
[] a earl:Assertion ;
|
|
@@ -936,12 +953,12 @@
|
|
|
936
953
|
a earl:TestResult ;
|
|
937
954
|
earl:outcome earl:passed ;
|
|
938
955
|
earl:info "passed" ;
|
|
939
|
-
dct:date "2026-
|
|
956
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
940
957
|
] .
|
|
941
958
|
|
|
942
959
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_56>
|
|
943
960
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
944
|
-
dct:title "syntax/syntax-
|
|
961
|
+
dct:title "syntax/syntax-template-02.srl"@en ;
|
|
945
962
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
946
963
|
|
|
947
964
|
[] a earl:Assertion ;
|
|
@@ -953,12 +970,12 @@
|
|
|
953
970
|
a earl:TestResult ;
|
|
954
971
|
earl:outcome earl:passed ;
|
|
955
972
|
earl:info "passed" ;
|
|
956
|
-
dct:date "2026-
|
|
973
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
957
974
|
] .
|
|
958
975
|
|
|
959
976
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_57>
|
|
960
|
-
a earl:TestCase, srt:
|
|
961
|
-
dct:title "syntax/syntax-
|
|
977
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
978
|
+
dct:title "syntax/syntax-template-03.srl"@en ;
|
|
962
979
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
963
980
|
|
|
964
981
|
[] a earl:Assertion ;
|
|
@@ -970,12 +987,12 @@
|
|
|
970
987
|
a earl:TestResult ;
|
|
971
988
|
earl:outcome earl:passed ;
|
|
972
989
|
earl:info "passed" ;
|
|
973
|
-
dct:date "2026-
|
|
990
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
974
991
|
] .
|
|
975
992
|
|
|
976
993
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_58>
|
|
977
|
-
a earl:TestCase, srt:
|
|
978
|
-
dct:title "syntax/syntax-
|
|
994
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
995
|
+
dct:title "syntax/syntax-template-04.srl"@en ;
|
|
979
996
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
980
997
|
|
|
981
998
|
[] a earl:Assertion ;
|
|
@@ -987,12 +1004,12 @@
|
|
|
987
1004
|
a earl:TestResult ;
|
|
988
1005
|
earl:outcome earl:passed ;
|
|
989
1006
|
earl:info "passed" ;
|
|
990
|
-
dct:date "2026-
|
|
1007
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
991
1008
|
] .
|
|
992
1009
|
|
|
993
1010
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_59>
|
|
994
|
-
a earl:TestCase, srt:
|
|
995
|
-
dct:title "syntax/syntax-
|
|
1011
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1012
|
+
dct:title "syntax/syntax-template-05.srl"@en ;
|
|
996
1013
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
997
1014
|
|
|
998
1015
|
[] a earl:Assertion ;
|
|
@@ -1004,12 +1021,12 @@
|
|
|
1004
1021
|
a earl:TestResult ;
|
|
1005
1022
|
earl:outcome earl:passed ;
|
|
1006
1023
|
earl:info "passed" ;
|
|
1007
|
-
dct:date "2026-
|
|
1024
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1008
1025
|
] .
|
|
1009
1026
|
|
|
1010
1027
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_60>
|
|
1011
|
-
a earl:TestCase, srt:
|
|
1012
|
-
dct:title "syntax/syntax-
|
|
1028
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1029
|
+
dct:title "syntax/syntax-template-06.srl"@en ;
|
|
1013
1030
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1014
1031
|
|
|
1015
1032
|
[] a earl:Assertion ;
|
|
@@ -1021,12 +1038,12 @@
|
|
|
1021
1038
|
a earl:TestResult ;
|
|
1022
1039
|
earl:outcome earl:passed ;
|
|
1023
1040
|
earl:info "passed" ;
|
|
1024
|
-
dct:date "2026-
|
|
1041
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1025
1042
|
] .
|
|
1026
1043
|
|
|
1027
1044
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_61>
|
|
1028
|
-
a earl:TestCase, srt:
|
|
1029
|
-
dct:title "syntax/syntax-
|
|
1045
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1046
|
+
dct:title "syntax/syntax-template-07.srl"@en ;
|
|
1030
1047
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1031
1048
|
|
|
1032
1049
|
[] a earl:Assertion ;
|
|
@@ -1038,12 +1055,12 @@
|
|
|
1038
1055
|
a earl:TestResult ;
|
|
1039
1056
|
earl:outcome earl:passed ;
|
|
1040
1057
|
earl:info "passed" ;
|
|
1041
|
-
dct:date "2026-
|
|
1058
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1042
1059
|
] .
|
|
1043
1060
|
|
|
1044
1061
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_62>
|
|
1045
|
-
a earl:TestCase, srt:
|
|
1046
|
-
dct:title "syntax/syntax-
|
|
1062
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1063
|
+
dct:title "syntax/syntax-template-08.srl"@en ;
|
|
1047
1064
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1048
1065
|
|
|
1049
1066
|
[] a earl:Assertion ;
|
|
@@ -1055,12 +1072,12 @@
|
|
|
1055
1072
|
a earl:TestResult ;
|
|
1056
1073
|
earl:outcome earl:passed ;
|
|
1057
1074
|
earl:info "passed" ;
|
|
1058
|
-
dct:date "2026-
|
|
1075
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1059
1076
|
] .
|
|
1060
1077
|
|
|
1061
1078
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_63>
|
|
1062
|
-
a earl:TestCase, srt:
|
|
1063
|
-
dct:title "syntax/syntax-
|
|
1079
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1080
|
+
dct:title "syntax/syntax-template-09.srl"@en ;
|
|
1064
1081
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1065
1082
|
|
|
1066
1083
|
[] a earl:Assertion ;
|
|
@@ -1072,262 +1089,1571 @@
|
|
|
1072
1089
|
a earl:TestResult ;
|
|
1073
1090
|
earl:outcome earl:passed ;
|
|
1074
1091
|
earl:info "passed" ;
|
|
1075
|
-
dct:date "2026-
|
|
1092
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1076
1093
|
] .
|
|
1077
1094
|
|
|
1078
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1079
|
-
a earl:TestCase, srt:
|
|
1080
|
-
dct:title "
|
|
1095
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_64>
|
|
1096
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1097
|
+
dct:title "syntax/syntax-template-10.srl"@en ;
|
|
1081
1098
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1082
1099
|
|
|
1083
1100
|
[] a earl:Assertion ;
|
|
1084
1101
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1085
1102
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1086
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1103
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_64> ;
|
|
1087
1104
|
earl:mode earl:automatic ;
|
|
1088
1105
|
earl:result [
|
|
1089
1106
|
a earl:TestResult ;
|
|
1090
1107
|
earl:outcome earl:passed ;
|
|
1091
1108
|
earl:info "passed" ;
|
|
1092
|
-
dct:date "2026-
|
|
1109
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1093
1110
|
] .
|
|
1094
1111
|
|
|
1095
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1096
|
-
a earl:TestCase, srt:
|
|
1097
|
-
dct:title "
|
|
1112
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_65>
|
|
1113
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1114
|
+
dct:title "syntax/syntax-template-11.srl"@en ;
|
|
1098
1115
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1099
1116
|
|
|
1100
1117
|
[] a earl:Assertion ;
|
|
1101
1118
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1102
1119
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1103
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1120
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_65> ;
|
|
1104
1121
|
earl:mode earl:automatic ;
|
|
1105
1122
|
earl:result [
|
|
1106
1123
|
a earl:TestResult ;
|
|
1107
1124
|
earl:outcome earl:passed ;
|
|
1108
1125
|
earl:info "passed" ;
|
|
1109
|
-
dct:date "2026-
|
|
1126
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1110
1127
|
] .
|
|
1111
1128
|
|
|
1112
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1113
|
-
a earl:TestCase, srt:
|
|
1114
|
-
dct:title "
|
|
1129
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_66>
|
|
1130
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1131
|
+
dct:title "syntax/syntax-template-12.srl"@en ;
|
|
1115
1132
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1116
1133
|
|
|
1117
1134
|
[] a earl:Assertion ;
|
|
1118
1135
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1119
1136
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1120
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1137
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_66> ;
|
|
1121
1138
|
earl:mode earl:automatic ;
|
|
1122
1139
|
earl:result [
|
|
1123
1140
|
a earl:TestResult ;
|
|
1124
1141
|
earl:outcome earl:passed ;
|
|
1125
1142
|
earl:info "passed" ;
|
|
1126
|
-
dct:date "2026-
|
|
1143
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1127
1144
|
] .
|
|
1128
1145
|
|
|
1129
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1130
|
-
a earl:TestCase, srt:
|
|
1131
|
-
dct:title "
|
|
1146
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_67>
|
|
1147
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1148
|
+
dct:title "syntax/syntax-template-13.srl"@en ;
|
|
1132
1149
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1133
1150
|
|
|
1134
1151
|
[] a earl:Assertion ;
|
|
1135
1152
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1136
1153
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1137
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1154
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_67> ;
|
|
1138
1155
|
earl:mode earl:automatic ;
|
|
1139
1156
|
earl:result [
|
|
1140
1157
|
a earl:TestResult ;
|
|
1141
1158
|
earl:outcome earl:passed ;
|
|
1142
1159
|
earl:info "passed" ;
|
|
1143
|
-
dct:date "2026-
|
|
1160
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1144
1161
|
] .
|
|
1145
1162
|
|
|
1146
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1147
|
-
a earl:TestCase, srt:
|
|
1148
|
-
dct:title "
|
|
1163
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_68>
|
|
1164
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1165
|
+
dct:title "syntax/syntax-template-14.srl"@en ;
|
|
1149
1166
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1150
1167
|
|
|
1151
1168
|
[] a earl:Assertion ;
|
|
1152
1169
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1153
1170
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1154
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1171
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_68> ;
|
|
1155
1172
|
earl:mode earl:automatic ;
|
|
1156
1173
|
earl:result [
|
|
1157
1174
|
a earl:TestResult ;
|
|
1158
1175
|
earl:outcome earl:passed ;
|
|
1159
1176
|
earl:info "passed" ;
|
|
1160
|
-
dct:date "2026-
|
|
1177
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1161
1178
|
] .
|
|
1162
1179
|
|
|
1163
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1164
|
-
a earl:TestCase, srt:
|
|
1165
|
-
dct:title "
|
|
1180
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_69>
|
|
1181
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1182
|
+
dct:title "syntax/syntax-template-15.srl"@en ;
|
|
1166
1183
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1167
1184
|
|
|
1168
1185
|
[] a earl:Assertion ;
|
|
1169
1186
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1170
1187
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1171
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1188
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_69> ;
|
|
1172
1189
|
earl:mode earl:automatic ;
|
|
1173
1190
|
earl:result [
|
|
1174
1191
|
a earl:TestResult ;
|
|
1175
1192
|
earl:outcome earl:passed ;
|
|
1176
1193
|
earl:info "passed" ;
|
|
1177
|
-
dct:date "2026-
|
|
1194
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1178
1195
|
] .
|
|
1179
1196
|
|
|
1180
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1181
|
-
a earl:TestCase, srt:
|
|
1182
|
-
dct:title "
|
|
1197
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_70>
|
|
1198
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1199
|
+
dct:title "syntax/syntax-template-16.srl"@en ;
|
|
1183
1200
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1184
1201
|
|
|
1185
1202
|
[] a earl:Assertion ;
|
|
1186
1203
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1187
1204
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1188
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1205
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_70> ;
|
|
1189
1206
|
earl:mode earl:automatic ;
|
|
1190
1207
|
earl:result [
|
|
1191
1208
|
a earl:TestResult ;
|
|
1192
1209
|
earl:outcome earl:passed ;
|
|
1193
1210
|
earl:info "passed" ;
|
|
1194
|
-
dct:date "2026-
|
|
1211
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1195
1212
|
] .
|
|
1196
1213
|
|
|
1197
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1198
|
-
a earl:TestCase, srt:
|
|
1199
|
-
dct:title "
|
|
1214
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_71>
|
|
1215
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1216
|
+
dct:title "syntax/syntax-template-17.srl"@en ;
|
|
1200
1217
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1201
1218
|
|
|
1202
1219
|
[] a earl:Assertion ;
|
|
1203
1220
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1204
1221
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1205
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1222
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_71> ;
|
|
1206
1223
|
earl:mode earl:automatic ;
|
|
1207
1224
|
earl:result [
|
|
1208
1225
|
a earl:TestResult ;
|
|
1209
1226
|
earl:outcome earl:passed ;
|
|
1210
1227
|
earl:info "passed" ;
|
|
1211
|
-
dct:date "2026-
|
|
1228
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1212
1229
|
] .
|
|
1213
1230
|
|
|
1214
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1215
|
-
a earl:TestCase, srt:
|
|
1216
|
-
dct:title "
|
|
1231
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_72>
|
|
1232
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1233
|
+
dct:title "syntax/syntax-template-18.srl"@en ;
|
|
1217
1234
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1218
1235
|
|
|
1219
1236
|
[] a earl:Assertion ;
|
|
1220
1237
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1221
1238
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1222
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1239
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_72> ;
|
|
1223
1240
|
earl:mode earl:automatic ;
|
|
1224
1241
|
earl:result [
|
|
1225
1242
|
a earl:TestResult ;
|
|
1226
1243
|
earl:outcome earl:passed ;
|
|
1227
1244
|
earl:info "passed" ;
|
|
1228
|
-
dct:date "2026-
|
|
1245
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1229
1246
|
] .
|
|
1230
1247
|
|
|
1231
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1232
|
-
a earl:TestCase, srt:
|
|
1233
|
-
dct:title "
|
|
1248
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_73>
|
|
1249
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1250
|
+
dct:title "syntax/syntax-template-19.srl"@en ;
|
|
1234
1251
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1235
1252
|
|
|
1236
1253
|
[] a earl:Assertion ;
|
|
1237
1254
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1238
1255
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1239
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1256
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_73> ;
|
|
1240
1257
|
earl:mode earl:automatic ;
|
|
1241
1258
|
earl:result [
|
|
1242
1259
|
a earl:TestResult ;
|
|
1243
1260
|
earl:outcome earl:passed ;
|
|
1244
1261
|
earl:info "passed" ;
|
|
1245
|
-
dct:date "2026-
|
|
1262
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1246
1263
|
] .
|
|
1247
1264
|
|
|
1248
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1249
|
-
a earl:TestCase, srt:
|
|
1250
|
-
dct:title "
|
|
1265
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_74>
|
|
1266
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1267
|
+
dct:title "syntax/syntax-template-20.srl"@en ;
|
|
1251
1268
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1252
1269
|
|
|
1253
1270
|
[] a earl:Assertion ;
|
|
1254
1271
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1255
1272
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1256
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1273
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_74> ;
|
|
1257
1274
|
earl:mode earl:automatic ;
|
|
1258
1275
|
earl:result [
|
|
1259
1276
|
a earl:TestResult ;
|
|
1260
1277
|
earl:outcome earl:passed ;
|
|
1261
1278
|
earl:info "passed" ;
|
|
1262
|
-
dct:date "2026-
|
|
1279
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1263
1280
|
] .
|
|
1264
1281
|
|
|
1265
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1266
|
-
a earl:TestCase, srt:
|
|
1267
|
-
dct:title "
|
|
1282
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_75>
|
|
1283
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1284
|
+
dct:title "syntax/syntax-template-21.srl"@en ;
|
|
1268
1285
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1269
1286
|
|
|
1270
1287
|
[] a earl:Assertion ;
|
|
1271
1288
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1272
1289
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1273
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1290
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_75> ;
|
|
1274
1291
|
earl:mode earl:automatic ;
|
|
1275
1292
|
earl:result [
|
|
1276
1293
|
a earl:TestResult ;
|
|
1277
1294
|
earl:outcome earl:passed ;
|
|
1278
1295
|
earl:info "passed" ;
|
|
1279
|
-
dct:date "2026-
|
|
1296
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1280
1297
|
] .
|
|
1281
1298
|
|
|
1282
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1283
|
-
a earl:TestCase, srt:
|
|
1284
|
-
dct:title "
|
|
1299
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_76>
|
|
1300
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1301
|
+
dct:title "syntax/syntax-template-22.srl"@en ;
|
|
1285
1302
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1286
1303
|
|
|
1287
1304
|
[] a earl:Assertion ;
|
|
1288
1305
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1289
1306
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1290
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1307
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_76> ;
|
|
1291
1308
|
earl:mode earl:automatic ;
|
|
1292
1309
|
earl:result [
|
|
1293
1310
|
a earl:TestResult ;
|
|
1294
1311
|
earl:outcome earl:passed ;
|
|
1295
1312
|
earl:info "passed" ;
|
|
1296
|
-
dct:date "2026-
|
|
1313
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1297
1314
|
] .
|
|
1298
1315
|
|
|
1299
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1300
|
-
a earl:TestCase, srt:
|
|
1301
|
-
dct:title "
|
|
1316
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_77>
|
|
1317
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1318
|
+
dct:title "syntax/syntax-template-23.srl"@en ;
|
|
1302
1319
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1303
1320
|
|
|
1304
1321
|
[] a earl:Assertion ;
|
|
1305
1322
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1306
1323
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1307
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1324
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_77> ;
|
|
1308
1325
|
earl:mode earl:automatic ;
|
|
1309
1326
|
earl:result [
|
|
1310
1327
|
a earl:TestResult ;
|
|
1311
1328
|
earl:outcome earl:passed ;
|
|
1312
1329
|
earl:info "passed" ;
|
|
1313
|
-
dct:date "2026-
|
|
1330
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1314
1331
|
] .
|
|
1315
1332
|
|
|
1316
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1317
|
-
a earl:TestCase, srt:
|
|
1318
|
-
dct:title "
|
|
1333
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_78>
|
|
1334
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1335
|
+
dct:title "syntax/syntax-template-24.srl"@en ;
|
|
1319
1336
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1320
1337
|
|
|
1321
1338
|
[] a earl:Assertion ;
|
|
1322
1339
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1323
1340
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1324
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
1341
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_78> ;
|
|
1342
|
+
earl:mode earl:automatic ;
|
|
1343
|
+
earl:result [
|
|
1344
|
+
a earl:TestResult ;
|
|
1345
|
+
earl:outcome earl:passed ;
|
|
1346
|
+
earl:info "passed" ;
|
|
1347
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1348
|
+
] .
|
|
1349
|
+
|
|
1350
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_79>
|
|
1351
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1352
|
+
dct:title "syntax/syntax-template-25.srl"@en ;
|
|
1353
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1354
|
+
|
|
1355
|
+
[] a earl:Assertion ;
|
|
1356
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1357
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1358
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_79> ;
|
|
1359
|
+
earl:mode earl:automatic ;
|
|
1360
|
+
earl:result [
|
|
1361
|
+
a earl:TestResult ;
|
|
1362
|
+
earl:outcome earl:passed ;
|
|
1363
|
+
earl:info "passed" ;
|
|
1364
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1365
|
+
] .
|
|
1366
|
+
|
|
1367
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_80>
|
|
1368
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1369
|
+
dct:title "syntax/syntax-template-26.srl"@en ;
|
|
1370
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1371
|
+
|
|
1372
|
+
[] a earl:Assertion ;
|
|
1373
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1374
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1375
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_80> ;
|
|
1376
|
+
earl:mode earl:automatic ;
|
|
1377
|
+
earl:result [
|
|
1378
|
+
a earl:TestResult ;
|
|
1379
|
+
earl:outcome earl:passed ;
|
|
1380
|
+
earl:info "passed" ;
|
|
1381
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1382
|
+
] .
|
|
1383
|
+
|
|
1384
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_81>
|
|
1385
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1386
|
+
dct:title "syntax/syntax-template-27.srl"@en ;
|
|
1387
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1388
|
+
|
|
1389
|
+
[] a earl:Assertion ;
|
|
1390
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1391
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1392
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_81> ;
|
|
1393
|
+
earl:mode earl:automatic ;
|
|
1394
|
+
earl:result [
|
|
1395
|
+
a earl:TestResult ;
|
|
1396
|
+
earl:outcome earl:passed ;
|
|
1397
|
+
earl:info "passed" ;
|
|
1398
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1399
|
+
] .
|
|
1400
|
+
|
|
1401
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_82>
|
|
1402
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1403
|
+
dct:title "syntax/syntax-pattern-01.srl"@en ;
|
|
1404
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1405
|
+
|
|
1406
|
+
[] a earl:Assertion ;
|
|
1407
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1408
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1409
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_82> ;
|
|
1410
|
+
earl:mode earl:automatic ;
|
|
1411
|
+
earl:result [
|
|
1412
|
+
a earl:TestResult ;
|
|
1413
|
+
earl:outcome earl:passed ;
|
|
1414
|
+
earl:info "passed" ;
|
|
1415
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1416
|
+
] .
|
|
1417
|
+
|
|
1418
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_83>
|
|
1419
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1420
|
+
dct:title "syntax/syntax-pattern-02.srl"@en ;
|
|
1421
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1422
|
+
|
|
1423
|
+
[] a earl:Assertion ;
|
|
1424
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1425
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1426
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_83> ;
|
|
1427
|
+
earl:mode earl:automatic ;
|
|
1428
|
+
earl:result [
|
|
1429
|
+
a earl:TestResult ;
|
|
1430
|
+
earl:outcome earl:passed ;
|
|
1431
|
+
earl:info "passed" ;
|
|
1432
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1433
|
+
] .
|
|
1434
|
+
|
|
1435
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_84>
|
|
1436
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1437
|
+
dct:title "syntax/syntax-pattern-03.srl"@en ;
|
|
1438
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1439
|
+
|
|
1440
|
+
[] a earl:Assertion ;
|
|
1441
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1442
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1443
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_84> ;
|
|
1444
|
+
earl:mode earl:automatic ;
|
|
1445
|
+
earl:result [
|
|
1446
|
+
a earl:TestResult ;
|
|
1447
|
+
earl:outcome earl:passed ;
|
|
1448
|
+
earl:info "passed" ;
|
|
1449
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1450
|
+
] .
|
|
1451
|
+
|
|
1452
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_85>
|
|
1453
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1454
|
+
dct:title "syntax/syntax-pattern-04.srl"@en ;
|
|
1455
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1456
|
+
|
|
1457
|
+
[] a earl:Assertion ;
|
|
1458
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1459
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1460
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_85> ;
|
|
1461
|
+
earl:mode earl:automatic ;
|
|
1462
|
+
earl:result [
|
|
1463
|
+
a earl:TestResult ;
|
|
1464
|
+
earl:outcome earl:passed ;
|
|
1465
|
+
earl:info "passed" ;
|
|
1466
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1467
|
+
] .
|
|
1468
|
+
|
|
1469
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_86>
|
|
1470
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1471
|
+
dct:title "syntax/syntax-pattern-05.srl"@en ;
|
|
1472
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1473
|
+
|
|
1474
|
+
[] a earl:Assertion ;
|
|
1475
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1476
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1477
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_86> ;
|
|
1478
|
+
earl:mode earl:automatic ;
|
|
1479
|
+
earl:result [
|
|
1480
|
+
a earl:TestResult ;
|
|
1481
|
+
earl:outcome earl:passed ;
|
|
1482
|
+
earl:info "passed" ;
|
|
1483
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1484
|
+
] .
|
|
1485
|
+
|
|
1486
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_87>
|
|
1487
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1488
|
+
dct:title "syntax/syntax-pattern-06.srl"@en ;
|
|
1489
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1490
|
+
|
|
1491
|
+
[] a earl:Assertion ;
|
|
1492
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1493
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1494
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_87> ;
|
|
1495
|
+
earl:mode earl:automatic ;
|
|
1496
|
+
earl:result [
|
|
1497
|
+
a earl:TestResult ;
|
|
1498
|
+
earl:outcome earl:passed ;
|
|
1499
|
+
earl:info "passed" ;
|
|
1500
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1501
|
+
] .
|
|
1502
|
+
|
|
1503
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_88>
|
|
1504
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1505
|
+
dct:title "syntax/syntax-pattern-07.srl"@en ;
|
|
1506
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1507
|
+
|
|
1508
|
+
[] a earl:Assertion ;
|
|
1509
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1510
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1511
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_88> ;
|
|
1512
|
+
earl:mode earl:automatic ;
|
|
1513
|
+
earl:result [
|
|
1514
|
+
a earl:TestResult ;
|
|
1515
|
+
earl:outcome earl:passed ;
|
|
1516
|
+
earl:info "passed" ;
|
|
1517
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1518
|
+
] .
|
|
1519
|
+
|
|
1520
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_89>
|
|
1521
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1522
|
+
dct:title "syntax/syntax-pattern-08.srl"@en ;
|
|
1523
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1524
|
+
|
|
1525
|
+
[] a earl:Assertion ;
|
|
1526
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1527
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1528
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_89> ;
|
|
1529
|
+
earl:mode earl:automatic ;
|
|
1530
|
+
earl:result [
|
|
1531
|
+
a earl:TestResult ;
|
|
1532
|
+
earl:outcome earl:passed ;
|
|
1533
|
+
earl:info "passed" ;
|
|
1534
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1535
|
+
] .
|
|
1536
|
+
|
|
1537
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_90>
|
|
1538
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1539
|
+
dct:title "syntax/syntax-pattern-09.srl"@en ;
|
|
1540
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1541
|
+
|
|
1542
|
+
[] a earl:Assertion ;
|
|
1543
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1544
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1545
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_90> ;
|
|
1546
|
+
earl:mode earl:automatic ;
|
|
1547
|
+
earl:result [
|
|
1548
|
+
a earl:TestResult ;
|
|
1549
|
+
earl:outcome earl:passed ;
|
|
1550
|
+
earl:info "passed" ;
|
|
1551
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1552
|
+
] .
|
|
1553
|
+
|
|
1554
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_91>
|
|
1555
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1556
|
+
dct:title "syntax/syntax-pattern-10.srl"@en ;
|
|
1557
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1558
|
+
|
|
1559
|
+
[] a earl:Assertion ;
|
|
1560
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1561
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1562
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_91> ;
|
|
1563
|
+
earl:mode earl:automatic ;
|
|
1564
|
+
earl:result [
|
|
1565
|
+
a earl:TestResult ;
|
|
1566
|
+
earl:outcome earl:passed ;
|
|
1567
|
+
earl:info "passed" ;
|
|
1568
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1569
|
+
] .
|
|
1570
|
+
|
|
1571
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_92>
|
|
1572
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1573
|
+
dct:title "syntax/syntax-pattern-11.srl"@en ;
|
|
1574
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1575
|
+
|
|
1576
|
+
[] a earl:Assertion ;
|
|
1577
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1578
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1579
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_92> ;
|
|
1580
|
+
earl:mode earl:automatic ;
|
|
1581
|
+
earl:result [
|
|
1582
|
+
a earl:TestResult ;
|
|
1583
|
+
earl:outcome earl:passed ;
|
|
1584
|
+
earl:info "passed" ;
|
|
1585
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1586
|
+
] .
|
|
1587
|
+
|
|
1588
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_93>
|
|
1589
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1590
|
+
dct:title "syntax/syntax-pattern-12.srl"@en ;
|
|
1591
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1592
|
+
|
|
1593
|
+
[] a earl:Assertion ;
|
|
1594
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1595
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1596
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_93> ;
|
|
1597
|
+
earl:mode earl:automatic ;
|
|
1598
|
+
earl:result [
|
|
1599
|
+
a earl:TestResult ;
|
|
1600
|
+
earl:outcome earl:passed ;
|
|
1601
|
+
earl:info "passed" ;
|
|
1602
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1603
|
+
] .
|
|
1604
|
+
|
|
1605
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_94>
|
|
1606
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1607
|
+
dct:title "syntax/syntax-pattern-13.srl"@en ;
|
|
1608
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1609
|
+
|
|
1610
|
+
[] a earl:Assertion ;
|
|
1611
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1612
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1613
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_94> ;
|
|
1614
|
+
earl:mode earl:automatic ;
|
|
1615
|
+
earl:result [
|
|
1616
|
+
a earl:TestResult ;
|
|
1617
|
+
earl:outcome earl:passed ;
|
|
1618
|
+
earl:info "passed" ;
|
|
1619
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1620
|
+
] .
|
|
1621
|
+
|
|
1622
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_95>
|
|
1623
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1624
|
+
dct:title "syntax/syntax-pattern-14.srl"@en ;
|
|
1625
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1626
|
+
|
|
1627
|
+
[] a earl:Assertion ;
|
|
1628
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1629
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1630
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_95> ;
|
|
1631
|
+
earl:mode earl:automatic ;
|
|
1632
|
+
earl:result [
|
|
1633
|
+
a earl:TestResult ;
|
|
1634
|
+
earl:outcome earl:passed ;
|
|
1635
|
+
earl:info "passed" ;
|
|
1636
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1637
|
+
] .
|
|
1638
|
+
|
|
1639
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_96>
|
|
1640
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1641
|
+
dct:title "syntax/syntax-pattern-15.srl"@en ;
|
|
1642
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1643
|
+
|
|
1644
|
+
[] a earl:Assertion ;
|
|
1645
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1646
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1647
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_96> ;
|
|
1648
|
+
earl:mode earl:automatic ;
|
|
1649
|
+
earl:result [
|
|
1650
|
+
a earl:TestResult ;
|
|
1651
|
+
earl:outcome earl:passed ;
|
|
1652
|
+
earl:info "passed" ;
|
|
1653
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1654
|
+
] .
|
|
1655
|
+
|
|
1656
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_97>
|
|
1657
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1658
|
+
dct:title "syntax/syntax-pattern-16.srl"@en ;
|
|
1659
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1660
|
+
|
|
1661
|
+
[] a earl:Assertion ;
|
|
1662
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1663
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1664
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_97> ;
|
|
1665
|
+
earl:mode earl:automatic ;
|
|
1666
|
+
earl:result [
|
|
1667
|
+
a earl:TestResult ;
|
|
1668
|
+
earl:outcome earl:passed ;
|
|
1669
|
+
earl:info "passed" ;
|
|
1670
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1671
|
+
] .
|
|
1672
|
+
|
|
1673
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_98>
|
|
1674
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1675
|
+
dct:title "syntax/syntax-pattern-17.srl"@en ;
|
|
1676
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1677
|
+
|
|
1678
|
+
[] a earl:Assertion ;
|
|
1679
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1680
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1681
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_98> ;
|
|
1682
|
+
earl:mode earl:automatic ;
|
|
1683
|
+
earl:result [
|
|
1684
|
+
a earl:TestResult ;
|
|
1685
|
+
earl:outcome earl:passed ;
|
|
1686
|
+
earl:info "passed" ;
|
|
1687
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1688
|
+
] .
|
|
1689
|
+
|
|
1690
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_99>
|
|
1691
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1692
|
+
dct:title "syntax/syntax-pattern-18.srl"@en ;
|
|
1693
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1694
|
+
|
|
1695
|
+
[] a earl:Assertion ;
|
|
1696
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1697
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1698
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_99> ;
|
|
1699
|
+
earl:mode earl:automatic ;
|
|
1700
|
+
earl:result [
|
|
1701
|
+
a earl:TestResult ;
|
|
1702
|
+
earl:outcome earl:passed ;
|
|
1703
|
+
earl:info "passed" ;
|
|
1704
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1705
|
+
] .
|
|
1706
|
+
|
|
1707
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_100>
|
|
1708
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1709
|
+
dct:title "syntax/syntax-pattern-19.srl"@en ;
|
|
1710
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1711
|
+
|
|
1712
|
+
[] a earl:Assertion ;
|
|
1713
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1714
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1715
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_100> ;
|
|
1716
|
+
earl:mode earl:automatic ;
|
|
1717
|
+
earl:result [
|
|
1718
|
+
a earl:TestResult ;
|
|
1719
|
+
earl:outcome earl:passed ;
|
|
1720
|
+
earl:info "passed" ;
|
|
1721
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1722
|
+
] .
|
|
1723
|
+
|
|
1724
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_101>
|
|
1725
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1726
|
+
dct:title "syntax/syntax-pattern-20.srl"@en ;
|
|
1727
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1728
|
+
|
|
1729
|
+
[] a earl:Assertion ;
|
|
1730
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1731
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1732
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_101> ;
|
|
1733
|
+
earl:mode earl:automatic ;
|
|
1734
|
+
earl:result [
|
|
1735
|
+
a earl:TestResult ;
|
|
1736
|
+
earl:outcome earl:passed ;
|
|
1737
|
+
earl:info "passed" ;
|
|
1738
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1739
|
+
] .
|
|
1740
|
+
|
|
1741
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_102>
|
|
1742
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1743
|
+
dct:title "syntax/syntax-pattern-21.srl"@en ;
|
|
1744
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1745
|
+
|
|
1746
|
+
[] a earl:Assertion ;
|
|
1747
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1748
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1749
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_102> ;
|
|
1750
|
+
earl:mode earl:automatic ;
|
|
1751
|
+
earl:result [
|
|
1752
|
+
a earl:TestResult ;
|
|
1753
|
+
earl:outcome earl:passed ;
|
|
1754
|
+
earl:info "passed" ;
|
|
1755
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1756
|
+
] .
|
|
1757
|
+
|
|
1758
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_103>
|
|
1759
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1760
|
+
dct:title "syntax/syntax-pattern-22.srl"@en ;
|
|
1761
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1762
|
+
|
|
1763
|
+
[] a earl:Assertion ;
|
|
1764
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1765
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1766
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_103> ;
|
|
1767
|
+
earl:mode earl:automatic ;
|
|
1768
|
+
earl:result [
|
|
1769
|
+
a earl:TestResult ;
|
|
1770
|
+
earl:outcome earl:passed ;
|
|
1771
|
+
earl:info "passed" ;
|
|
1772
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1773
|
+
] .
|
|
1774
|
+
|
|
1775
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_104>
|
|
1776
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1777
|
+
dct:title "syntax/syntax-pattern-23.srl"@en ;
|
|
1778
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1779
|
+
|
|
1780
|
+
[] a earl:Assertion ;
|
|
1781
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1782
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1783
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_104> ;
|
|
1784
|
+
earl:mode earl:automatic ;
|
|
1785
|
+
earl:result [
|
|
1786
|
+
a earl:TestResult ;
|
|
1787
|
+
earl:outcome earl:passed ;
|
|
1788
|
+
earl:info "passed" ;
|
|
1789
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1790
|
+
] .
|
|
1791
|
+
|
|
1792
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_105>
|
|
1793
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1794
|
+
dct:title "syntax/syntax-pattern-24.srl"@en ;
|
|
1795
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1796
|
+
|
|
1797
|
+
[] a earl:Assertion ;
|
|
1798
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1799
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1800
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_105> ;
|
|
1801
|
+
earl:mode earl:automatic ;
|
|
1802
|
+
earl:result [
|
|
1803
|
+
a earl:TestResult ;
|
|
1804
|
+
earl:outcome earl:passed ;
|
|
1805
|
+
earl:info "passed" ;
|
|
1806
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1807
|
+
] .
|
|
1808
|
+
|
|
1809
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_106>
|
|
1810
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1811
|
+
dct:title "syntax/syntax-pattern-25.srl"@en ;
|
|
1812
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1813
|
+
|
|
1814
|
+
[] a earl:Assertion ;
|
|
1815
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1816
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1817
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_106> ;
|
|
1818
|
+
earl:mode earl:automatic ;
|
|
1819
|
+
earl:result [
|
|
1820
|
+
a earl:TestResult ;
|
|
1821
|
+
earl:outcome earl:passed ;
|
|
1822
|
+
earl:info "passed" ;
|
|
1823
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1824
|
+
] .
|
|
1825
|
+
|
|
1826
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_107>
|
|
1827
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1828
|
+
dct:title "syntax/syntax-pattern-26.srl"@en ;
|
|
1829
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1830
|
+
|
|
1831
|
+
[] a earl:Assertion ;
|
|
1832
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1833
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1834
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_107> ;
|
|
1835
|
+
earl:mode earl:automatic ;
|
|
1836
|
+
earl:result [
|
|
1837
|
+
a earl:TestResult ;
|
|
1838
|
+
earl:outcome earl:passed ;
|
|
1839
|
+
earl:info "passed" ;
|
|
1840
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1841
|
+
] .
|
|
1842
|
+
|
|
1843
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_108>
|
|
1844
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
1845
|
+
dct:title "syntax/syntax-pattern-27.srl"@en ;
|
|
1846
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1847
|
+
|
|
1848
|
+
[] a earl:Assertion ;
|
|
1849
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1850
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1851
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_108> ;
|
|
1852
|
+
earl:mode earl:automatic ;
|
|
1853
|
+
earl:result [
|
|
1854
|
+
a earl:TestResult ;
|
|
1855
|
+
earl:outcome earl:passed ;
|
|
1856
|
+
earl:info "passed" ;
|
|
1857
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1858
|
+
] .
|
|
1859
|
+
|
|
1860
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_109>
|
|
1861
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
1862
|
+
dct:title "syntax/syntax-rule-bad-01.srl"@en ;
|
|
1863
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1864
|
+
|
|
1865
|
+
[] a earl:Assertion ;
|
|
1866
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1867
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1868
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_109> ;
|
|
1869
|
+
earl:mode earl:automatic ;
|
|
1870
|
+
earl:result [
|
|
1871
|
+
a earl:TestResult ;
|
|
1872
|
+
earl:outcome earl:passed ;
|
|
1873
|
+
earl:info "passed" ;
|
|
1874
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1875
|
+
] .
|
|
1876
|
+
|
|
1877
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_110>
|
|
1878
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
1879
|
+
dct:title "syntax/syntax-rule-bad-02.srl"@en ;
|
|
1880
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1881
|
+
|
|
1882
|
+
[] a earl:Assertion ;
|
|
1883
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1884
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1885
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_110> ;
|
|
1886
|
+
earl:mode earl:automatic ;
|
|
1887
|
+
earl:result [
|
|
1888
|
+
a earl:TestResult ;
|
|
1889
|
+
earl:outcome earl:passed ;
|
|
1890
|
+
earl:info "passed" ;
|
|
1891
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1892
|
+
] .
|
|
1893
|
+
|
|
1894
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_111>
|
|
1895
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
1896
|
+
dct:title "syntax/syntax-rule-bad-03.srl"@en ;
|
|
1897
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1898
|
+
|
|
1899
|
+
[] a earl:Assertion ;
|
|
1900
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1901
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1902
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_111> ;
|
|
1903
|
+
earl:mode earl:automatic ;
|
|
1904
|
+
earl:result [
|
|
1905
|
+
a earl:TestResult ;
|
|
1906
|
+
earl:outcome earl:passed ;
|
|
1907
|
+
earl:info "passed" ;
|
|
1908
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1909
|
+
] .
|
|
1910
|
+
|
|
1911
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_112>
|
|
1912
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
1913
|
+
dct:title "syntax/syntax-rule-bad-04.srl"@en ;
|
|
1914
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1915
|
+
|
|
1916
|
+
[] a earl:Assertion ;
|
|
1917
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1918
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1919
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_112> ;
|
|
1920
|
+
earl:mode earl:automatic ;
|
|
1921
|
+
earl:result [
|
|
1922
|
+
a earl:TestResult ;
|
|
1923
|
+
earl:outcome earl:passed ;
|
|
1924
|
+
earl:info "passed" ;
|
|
1925
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1926
|
+
] .
|
|
1927
|
+
|
|
1928
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_113>
|
|
1929
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
1930
|
+
dct:title "syntax/syntax-rule-bad-05.srl"@en ;
|
|
1931
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1932
|
+
|
|
1933
|
+
[] a earl:Assertion ;
|
|
1934
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1935
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1936
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_113> ;
|
|
1937
|
+
earl:mode earl:automatic ;
|
|
1938
|
+
earl:result [
|
|
1939
|
+
a earl:TestResult ;
|
|
1940
|
+
earl:outcome earl:passed ;
|
|
1941
|
+
earl:info "passed" ;
|
|
1942
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1943
|
+
] .
|
|
1944
|
+
|
|
1945
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_114>
|
|
1946
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
1947
|
+
dct:title "syntax/syntax-rule-bad-06.srl"@en ;
|
|
1948
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1949
|
+
|
|
1950
|
+
[] a earl:Assertion ;
|
|
1951
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1952
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1953
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_114> ;
|
|
1954
|
+
earl:mode earl:automatic ;
|
|
1955
|
+
earl:result [
|
|
1956
|
+
a earl:TestResult ;
|
|
1957
|
+
earl:outcome earl:passed ;
|
|
1958
|
+
earl:info "passed" ;
|
|
1959
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1960
|
+
] .
|
|
1961
|
+
|
|
1962
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_115>
|
|
1963
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
1964
|
+
dct:title "syntax/syntax-rule-terms-bad-01.srl"@en ;
|
|
1965
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1966
|
+
|
|
1967
|
+
[] a earl:Assertion ;
|
|
1968
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1969
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1970
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_115> ;
|
|
1971
|
+
earl:mode earl:automatic ;
|
|
1972
|
+
earl:result [
|
|
1973
|
+
a earl:TestResult ;
|
|
1974
|
+
earl:outcome earl:passed ;
|
|
1975
|
+
earl:info "passed" ;
|
|
1976
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1977
|
+
] .
|
|
1978
|
+
|
|
1979
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_116>
|
|
1980
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
1981
|
+
dct:title "syntax/syntax-rule-terms-bad-02.srl"@en ;
|
|
1982
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
1983
|
+
|
|
1984
|
+
[] a earl:Assertion ;
|
|
1985
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1986
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1987
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_116> ;
|
|
1988
|
+
earl:mode earl:automatic ;
|
|
1989
|
+
earl:result [
|
|
1990
|
+
a earl:TestResult ;
|
|
1991
|
+
earl:outcome earl:passed ;
|
|
1992
|
+
earl:info "passed" ;
|
|
1993
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1994
|
+
] .
|
|
1995
|
+
|
|
1996
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_117>
|
|
1997
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
1998
|
+
dct:title "syntax/syntax-rule-terms-bad-03.srl"@en ;
|
|
1999
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2000
|
+
|
|
2001
|
+
[] a earl:Assertion ;
|
|
2002
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2003
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2004
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_117> ;
|
|
2005
|
+
earl:mode earl:automatic ;
|
|
2006
|
+
earl:result [
|
|
2007
|
+
a earl:TestResult ;
|
|
2008
|
+
earl:outcome earl:passed ;
|
|
2009
|
+
earl:info "passed" ;
|
|
2010
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2011
|
+
] .
|
|
2012
|
+
|
|
2013
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_118>
|
|
2014
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2015
|
+
dct:title "syntax/syntax-data-bad-01.srl"@en ;
|
|
2016
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2017
|
+
|
|
2018
|
+
[] a earl:Assertion ;
|
|
2019
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2020
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2021
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_118> ;
|
|
2022
|
+
earl:mode earl:automatic ;
|
|
2023
|
+
earl:result [
|
|
2024
|
+
a earl:TestResult ;
|
|
2025
|
+
earl:outcome earl:passed ;
|
|
2026
|
+
earl:info "passed" ;
|
|
2027
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2028
|
+
] .
|
|
2029
|
+
|
|
2030
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_119>
|
|
2031
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2032
|
+
dct:title "syntax/syntax-data-bad-02.srl"@en ;
|
|
2033
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2034
|
+
|
|
2035
|
+
[] a earl:Assertion ;
|
|
2036
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2037
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2038
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_119> ;
|
|
2039
|
+
earl:mode earl:automatic ;
|
|
2040
|
+
earl:result [
|
|
2041
|
+
a earl:TestResult ;
|
|
2042
|
+
earl:outcome earl:passed ;
|
|
2043
|
+
earl:info "passed" ;
|
|
2044
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2045
|
+
] .
|
|
2046
|
+
|
|
2047
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_120>
|
|
2048
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2049
|
+
dct:title "syntax/syntax-data-bad-03.srl"@en ;
|
|
2050
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2051
|
+
|
|
2052
|
+
[] a earl:Assertion ;
|
|
2053
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2054
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2055
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_120> ;
|
|
2056
|
+
earl:mode earl:automatic ;
|
|
2057
|
+
earl:result [
|
|
2058
|
+
a earl:TestResult ;
|
|
2059
|
+
earl:outcome earl:passed ;
|
|
2060
|
+
earl:info "passed" ;
|
|
2061
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2062
|
+
] .
|
|
2063
|
+
|
|
2064
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_121>
|
|
2065
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2066
|
+
dct:title "syntax/syntax-data-bad-04.srl"@en ;
|
|
2067
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2068
|
+
|
|
2069
|
+
[] a earl:Assertion ;
|
|
2070
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2071
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2072
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_121> ;
|
|
2073
|
+
earl:mode earl:automatic ;
|
|
2074
|
+
earl:result [
|
|
2075
|
+
a earl:TestResult ;
|
|
2076
|
+
earl:outcome earl:passed ;
|
|
2077
|
+
earl:info "passed" ;
|
|
2078
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2079
|
+
] .
|
|
2080
|
+
|
|
2081
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_122>
|
|
2082
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2083
|
+
dct:title "syntax/syntax-data-bad-05.srl"@en ;
|
|
2084
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2085
|
+
|
|
2086
|
+
[] a earl:Assertion ;
|
|
2087
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2088
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2089
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_122> ;
|
|
2090
|
+
earl:mode earl:automatic ;
|
|
2091
|
+
earl:result [
|
|
2092
|
+
a earl:TestResult ;
|
|
2093
|
+
earl:outcome earl:passed ;
|
|
2094
|
+
earl:info "passed" ;
|
|
2095
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2096
|
+
] .
|
|
2097
|
+
|
|
2098
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_123>
|
|
2099
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2100
|
+
dct:title "syntax/syntax-data-bad-06.srl"@en ;
|
|
2101
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2102
|
+
|
|
2103
|
+
[] a earl:Assertion ;
|
|
2104
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2105
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2106
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_123> ;
|
|
2107
|
+
earl:mode earl:automatic ;
|
|
2108
|
+
earl:result [
|
|
2109
|
+
a earl:TestResult ;
|
|
2110
|
+
earl:outcome earl:passed ;
|
|
2111
|
+
earl:info "passed" ;
|
|
2112
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2113
|
+
] .
|
|
2114
|
+
|
|
2115
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_124>
|
|
2116
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2117
|
+
dct:title "syntax/syntax-data-bad-07.srl"@en ;
|
|
2118
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2119
|
+
|
|
2120
|
+
[] a earl:Assertion ;
|
|
2121
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2122
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2123
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_124> ;
|
|
2124
|
+
earl:mode earl:automatic ;
|
|
2125
|
+
earl:result [
|
|
2126
|
+
a earl:TestResult ;
|
|
2127
|
+
earl:outcome earl:passed ;
|
|
2128
|
+
earl:info "passed" ;
|
|
2129
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2130
|
+
] .
|
|
2131
|
+
|
|
2132
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_125>
|
|
2133
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2134
|
+
dct:title "syntax/syntax-data-bad-08.srl"@en ;
|
|
2135
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2136
|
+
|
|
2137
|
+
[] a earl:Assertion ;
|
|
2138
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2139
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2140
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_125> ;
|
|
2141
|
+
earl:mode earl:automatic ;
|
|
2142
|
+
earl:result [
|
|
2143
|
+
a earl:TestResult ;
|
|
2144
|
+
earl:outcome earl:passed ;
|
|
2145
|
+
earl:info "passed" ;
|
|
2146
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2147
|
+
] .
|
|
2148
|
+
|
|
2149
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_126>
|
|
2150
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2151
|
+
dct:title "syntax/syntax-data-bad-09.srl"@en ;
|
|
2152
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2153
|
+
|
|
2154
|
+
[] a earl:Assertion ;
|
|
2155
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2156
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2157
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_126> ;
|
|
2158
|
+
earl:mode earl:automatic ;
|
|
2159
|
+
earl:result [
|
|
2160
|
+
a earl:TestResult ;
|
|
2161
|
+
earl:outcome earl:passed ;
|
|
2162
|
+
earl:info "passed" ;
|
|
2163
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2164
|
+
] .
|
|
2165
|
+
|
|
2166
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_127>
|
|
2167
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2168
|
+
dct:title "syntax/syntax-data-bad-10.srl"@en ;
|
|
2169
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2170
|
+
|
|
2171
|
+
[] a earl:Assertion ;
|
|
2172
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2173
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2174
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_127> ;
|
|
2175
|
+
earl:mode earl:automatic ;
|
|
2176
|
+
earl:result [
|
|
2177
|
+
a earl:TestResult ;
|
|
2178
|
+
earl:outcome earl:passed ;
|
|
2179
|
+
earl:info "passed" ;
|
|
2180
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2181
|
+
] .
|
|
2182
|
+
|
|
2183
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_128>
|
|
2184
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2185
|
+
dct:title "syntax/syntax-data-bad-11.srl"@en ;
|
|
2186
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2187
|
+
|
|
2188
|
+
[] a earl:Assertion ;
|
|
2189
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2190
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2191
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_128> ;
|
|
2192
|
+
earl:mode earl:automatic ;
|
|
2193
|
+
earl:result [
|
|
2194
|
+
a earl:TestResult ;
|
|
2195
|
+
earl:outcome earl:passed ;
|
|
2196
|
+
earl:info "passed" ;
|
|
2197
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2198
|
+
] .
|
|
2199
|
+
|
|
2200
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_129>
|
|
2201
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2202
|
+
dct:title "syntax/syntax-template-bad-01.srl"@en ;
|
|
2203
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2204
|
+
|
|
2205
|
+
[] a earl:Assertion ;
|
|
2206
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2207
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2208
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_129> ;
|
|
2209
|
+
earl:mode earl:automatic ;
|
|
2210
|
+
earl:result [
|
|
2211
|
+
a earl:TestResult ;
|
|
2212
|
+
earl:outcome earl:passed ;
|
|
2213
|
+
earl:info "passed" ;
|
|
2214
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2215
|
+
] .
|
|
2216
|
+
|
|
2217
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_130>
|
|
2218
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2219
|
+
dct:title "syntax/syntax-template-bad-02.srl"@en ;
|
|
2220
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2221
|
+
|
|
2222
|
+
[] a earl:Assertion ;
|
|
2223
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2224
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2225
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_130> ;
|
|
2226
|
+
earl:mode earl:automatic ;
|
|
2227
|
+
earl:result [
|
|
2228
|
+
a earl:TestResult ;
|
|
2229
|
+
earl:outcome earl:passed ;
|
|
2230
|
+
earl:info "passed" ;
|
|
2231
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2232
|
+
] .
|
|
2233
|
+
|
|
2234
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_131>
|
|
2235
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2236
|
+
dct:title "syntax/syntax-template-bad-03.srl"@en ;
|
|
2237
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2238
|
+
|
|
2239
|
+
[] a earl:Assertion ;
|
|
2240
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2241
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2242
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_131> ;
|
|
2243
|
+
earl:mode earl:automatic ;
|
|
2244
|
+
earl:result [
|
|
2245
|
+
a earl:TestResult ;
|
|
2246
|
+
earl:outcome earl:passed ;
|
|
2247
|
+
earl:info "passed" ;
|
|
2248
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2249
|
+
] .
|
|
2250
|
+
|
|
2251
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_132>
|
|
2252
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2253
|
+
dct:title "syntax/syntax-template-bad-04.srl"@en ;
|
|
2254
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2255
|
+
|
|
2256
|
+
[] a earl:Assertion ;
|
|
2257
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2258
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2259
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_132> ;
|
|
2260
|
+
earl:mode earl:automatic ;
|
|
2261
|
+
earl:result [
|
|
2262
|
+
a earl:TestResult ;
|
|
2263
|
+
earl:outcome earl:passed ;
|
|
2264
|
+
earl:info "passed" ;
|
|
2265
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2266
|
+
] .
|
|
2267
|
+
|
|
2268
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_133>
|
|
2269
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2270
|
+
dct:title "syntax/syntax-template-bad-05.srl"@en ;
|
|
2271
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2272
|
+
|
|
2273
|
+
[] a earl:Assertion ;
|
|
2274
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2275
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2276
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_133> ;
|
|
2277
|
+
earl:mode earl:automatic ;
|
|
2278
|
+
earl:result [
|
|
2279
|
+
a earl:TestResult ;
|
|
2280
|
+
earl:outcome earl:passed ;
|
|
2281
|
+
earl:info "passed" ;
|
|
2282
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2283
|
+
] .
|
|
2284
|
+
|
|
2285
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_134>
|
|
2286
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2287
|
+
dct:title "syntax/syntax-template-bad-06.srl"@en ;
|
|
2288
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2289
|
+
|
|
2290
|
+
[] a earl:Assertion ;
|
|
2291
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2292
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2293
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_134> ;
|
|
2294
|
+
earl:mode earl:automatic ;
|
|
2295
|
+
earl:result [
|
|
2296
|
+
a earl:TestResult ;
|
|
2297
|
+
earl:outcome earl:passed ;
|
|
2298
|
+
earl:info "passed" ;
|
|
2299
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2300
|
+
] .
|
|
2301
|
+
|
|
2302
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_135>
|
|
2303
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2304
|
+
dct:title "syntax/syntax-pattern-bad-01.srl"@en ;
|
|
2305
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2306
|
+
|
|
2307
|
+
[] a earl:Assertion ;
|
|
2308
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2309
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2310
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_135> ;
|
|
2311
|
+
earl:mode earl:automatic ;
|
|
2312
|
+
earl:result [
|
|
2313
|
+
a earl:TestResult ;
|
|
2314
|
+
earl:outcome earl:passed ;
|
|
2315
|
+
earl:info "passed" ;
|
|
2316
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2317
|
+
] .
|
|
2318
|
+
|
|
2319
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_136>
|
|
2320
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2321
|
+
dct:title "syntax/syntax-pattern-bad-02.srl"@en ;
|
|
2322
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2323
|
+
|
|
2324
|
+
[] a earl:Assertion ;
|
|
2325
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2326
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2327
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_136> ;
|
|
2328
|
+
earl:mode earl:automatic ;
|
|
2329
|
+
earl:result [
|
|
2330
|
+
a earl:TestResult ;
|
|
2331
|
+
earl:outcome earl:passed ;
|
|
2332
|
+
earl:info "passed" ;
|
|
2333
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2334
|
+
] .
|
|
2335
|
+
|
|
2336
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_137>
|
|
2337
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2338
|
+
dct:title "syntax/syntax-pattern-bad-03.srl"@en ;
|
|
2339
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2340
|
+
|
|
2341
|
+
[] a earl:Assertion ;
|
|
2342
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2343
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2344
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_137> ;
|
|
2345
|
+
earl:mode earl:automatic ;
|
|
2346
|
+
earl:result [
|
|
2347
|
+
a earl:TestResult ;
|
|
2348
|
+
earl:outcome earl:passed ;
|
|
2349
|
+
earl:info "passed" ;
|
|
2350
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2351
|
+
] .
|
|
2352
|
+
|
|
2353
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_138>
|
|
2354
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
2355
|
+
dct:title "syntax/syntax-pattern-bad-04.srl"@en ;
|
|
2356
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2357
|
+
|
|
2358
|
+
[] a earl:Assertion ;
|
|
2359
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2360
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2361
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_138> ;
|
|
2362
|
+
earl:mode earl:automatic ;
|
|
2363
|
+
earl:result [
|
|
2364
|
+
a earl:TestResult ;
|
|
2365
|
+
earl:outcome earl:passed ;
|
|
2366
|
+
earl:info "passed" ;
|
|
2367
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2368
|
+
] .
|
|
2369
|
+
|
|
2370
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/:test_1>
|
|
2371
|
+
a earl:TestCase, srt:RulesPositiveWellFormednessTest ;
|
|
2372
|
+
dct:title "wellformed/wellformed-01.srl"@en ;
|
|
2373
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2374
|
+
|
|
2375
|
+
[] a earl:Assertion ;
|
|
2376
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2377
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2378
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/:test_1> ;
|
|
2379
|
+
earl:mode earl:automatic ;
|
|
2380
|
+
earl:result [
|
|
2381
|
+
a earl:TestResult ;
|
|
2382
|
+
earl:outcome earl:passed ;
|
|
2383
|
+
earl:info "passed" ;
|
|
2384
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2385
|
+
] .
|
|
2386
|
+
|
|
2387
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/:test_2>
|
|
2388
|
+
a earl:TestCase, srt:RulesPositiveWellFormednessTest ;
|
|
2389
|
+
dct:title "wellformed/wellformed-02.srl"@en ;
|
|
2390
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2391
|
+
|
|
2392
|
+
[] a earl:Assertion ;
|
|
2393
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2394
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2395
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/:test_2> ;
|
|
2396
|
+
earl:mode earl:automatic ;
|
|
2397
|
+
earl:result [
|
|
2398
|
+
a earl:TestResult ;
|
|
2399
|
+
earl:outcome earl:passed ;
|
|
2400
|
+
earl:info "passed" ;
|
|
2401
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2402
|
+
] .
|
|
2403
|
+
|
|
2404
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/:test_3>
|
|
2405
|
+
a earl:TestCase, srt:RulesPositiveWellFormednessTest ;
|
|
2406
|
+
dct:title "wellformed/wellformed-03.srl"@en ;
|
|
2407
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2408
|
+
|
|
2409
|
+
[] a earl:Assertion ;
|
|
2410
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2411
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2412
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/:test_3> ;
|
|
2413
|
+
earl:mode earl:automatic ;
|
|
2414
|
+
earl:result [
|
|
2415
|
+
a earl:TestResult ;
|
|
2416
|
+
earl:outcome earl:passed ;
|
|
2417
|
+
earl:info "passed" ;
|
|
2418
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2419
|
+
] .
|
|
2420
|
+
|
|
2421
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/:test_4>
|
|
2422
|
+
a earl:TestCase, srt:RulesPositiveWellFormednessTest ;
|
|
2423
|
+
dct:title "wellformed/wellformed-04.srl"@en ;
|
|
2424
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2425
|
+
|
|
2426
|
+
[] a earl:Assertion ;
|
|
2427
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2428
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2429
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/:test_4> ;
|
|
2430
|
+
earl:mode earl:automatic ;
|
|
2431
|
+
earl:result [
|
|
2432
|
+
a earl:TestResult ;
|
|
2433
|
+
earl:outcome earl:passed ;
|
|
2434
|
+
earl:info "passed" ;
|
|
2435
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2436
|
+
] .
|
|
2437
|
+
|
|
2438
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/:test_5>
|
|
2439
|
+
a earl:TestCase, srt:RulesNegativeWellFormednessTest ;
|
|
2440
|
+
dct:title "wellformed/wellformed-bad-01.srl"@en ;
|
|
2441
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2442
|
+
|
|
2443
|
+
[] a earl:Assertion ;
|
|
2444
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2445
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2446
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/:test_5> ;
|
|
2447
|
+
earl:mode earl:automatic ;
|
|
2448
|
+
earl:result [
|
|
2449
|
+
a earl:TestResult ;
|
|
2450
|
+
earl:outcome earl:passed ;
|
|
2451
|
+
earl:info "passed" ;
|
|
2452
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2453
|
+
] .
|
|
2454
|
+
|
|
2455
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/:test_6>
|
|
2456
|
+
a earl:TestCase, srt:RulesNegativeWellFormednessTest ;
|
|
2457
|
+
dct:title "wellformed/wellformed-bad-02.srl"@en ;
|
|
2458
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2459
|
+
|
|
2460
|
+
[] a earl:Assertion ;
|
|
2461
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2462
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2463
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/:test_6> ;
|
|
2464
|
+
earl:mode earl:automatic ;
|
|
2465
|
+
earl:result [
|
|
2466
|
+
a earl:TestResult ;
|
|
2467
|
+
earl:outcome earl:passed ;
|
|
2468
|
+
earl:info "passed" ;
|
|
2469
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2470
|
+
] .
|
|
2471
|
+
|
|
2472
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/:test_7>
|
|
2473
|
+
a earl:TestCase, srt:RulesNegativeWellFormednessTest ;
|
|
2474
|
+
dct:title "wellformed/wellformed-bad-03.srl"@en ;
|
|
2475
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2476
|
+
|
|
2477
|
+
[] a earl:Assertion ;
|
|
2478
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2479
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2480
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/:test_7> ;
|
|
2481
|
+
earl:mode earl:automatic ;
|
|
2482
|
+
earl:result [
|
|
2483
|
+
a earl:TestResult ;
|
|
2484
|
+
earl:outcome earl:passed ;
|
|
2485
|
+
earl:info "passed" ;
|
|
2486
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2487
|
+
] .
|
|
2488
|
+
|
|
2489
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/:test_8>
|
|
2490
|
+
a earl:TestCase, srt:RulesNegativeWellFormednessTest ;
|
|
2491
|
+
dct:title "wellformed/wellformed-bad-04.srl"@en ;
|
|
2492
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2493
|
+
|
|
2494
|
+
[] a earl:Assertion ;
|
|
2495
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2496
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2497
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/:test_8> ;
|
|
2498
|
+
earl:mode earl:automatic ;
|
|
2499
|
+
earl:result [
|
|
2500
|
+
a earl:TestResult ;
|
|
2501
|
+
earl:outcome earl:passed ;
|
|
2502
|
+
earl:info "passed" ;
|
|
2503
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2504
|
+
] .
|
|
2505
|
+
|
|
2506
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_1>
|
|
2507
|
+
a earl:TestCase, srt:RulesPositiveStratificationTest ;
|
|
2508
|
+
dct:title "stratification/stratification-01.srl"@en ;
|
|
2509
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2510
|
+
|
|
2511
|
+
[] a earl:Assertion ;
|
|
2512
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2513
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2514
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_1> ;
|
|
2515
|
+
earl:mode earl:automatic ;
|
|
2516
|
+
earl:result [
|
|
2517
|
+
a earl:TestResult ;
|
|
2518
|
+
earl:outcome earl:passed ;
|
|
2519
|
+
earl:info "passed" ;
|
|
2520
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2521
|
+
] .
|
|
2522
|
+
|
|
2523
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_2>
|
|
2524
|
+
a earl:TestCase, srt:RulesPositiveStratificationTest ;
|
|
2525
|
+
dct:title "stratification/stratification-02.srl"@en ;
|
|
2526
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2527
|
+
|
|
2528
|
+
[] a earl:Assertion ;
|
|
2529
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2530
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2531
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_2> ;
|
|
2532
|
+
earl:mode earl:automatic ;
|
|
2533
|
+
earl:result [
|
|
2534
|
+
a earl:TestResult ;
|
|
2535
|
+
earl:outcome earl:passed ;
|
|
2536
|
+
earl:info "passed" ;
|
|
2537
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2538
|
+
] .
|
|
2539
|
+
|
|
2540
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_3>
|
|
2541
|
+
a earl:TestCase, srt:RulesPositiveStratificationTest ;
|
|
2542
|
+
dct:title "stratification/stratification-03.srl"@en ;
|
|
2543
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2544
|
+
|
|
2545
|
+
[] a earl:Assertion ;
|
|
2546
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2547
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2548
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_3> ;
|
|
2549
|
+
earl:mode earl:automatic ;
|
|
2550
|
+
earl:result [
|
|
2551
|
+
a earl:TestResult ;
|
|
2552
|
+
earl:outcome earl:passed ;
|
|
2553
|
+
earl:info "passed" ;
|
|
2554
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2555
|
+
] .
|
|
2556
|
+
|
|
2557
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_4>
|
|
2558
|
+
a earl:TestCase, srt:RulesPositiveStratificationTest ;
|
|
2559
|
+
dct:title "stratification/stratification-04.srl"@en ;
|
|
2560
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2561
|
+
|
|
2562
|
+
[] a earl:Assertion ;
|
|
2563
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2564
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2565
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_4> ;
|
|
2566
|
+
earl:mode earl:automatic ;
|
|
2567
|
+
earl:result [
|
|
2568
|
+
a earl:TestResult ;
|
|
2569
|
+
earl:outcome earl:passed ;
|
|
2570
|
+
earl:info "passed" ;
|
|
2571
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2572
|
+
] .
|
|
2573
|
+
|
|
2574
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_5>
|
|
2575
|
+
a earl:TestCase, srt:RulesPositiveStratificationTest ;
|
|
2576
|
+
dct:title "stratification/stratification-05.srl"@en ;
|
|
2577
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2578
|
+
|
|
2579
|
+
[] a earl:Assertion ;
|
|
2580
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2581
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2582
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_5> ;
|
|
2583
|
+
earl:mode earl:automatic ;
|
|
2584
|
+
earl:result [
|
|
2585
|
+
a earl:TestResult ;
|
|
2586
|
+
earl:outcome earl:passed ;
|
|
2587
|
+
earl:info "passed" ;
|
|
2588
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2589
|
+
] .
|
|
2590
|
+
|
|
2591
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_6>
|
|
2592
|
+
a earl:TestCase, srt:RulesNegativeStratificationTest ;
|
|
2593
|
+
dct:title "stratification/stratification-bad-01.srl"@en ;
|
|
2594
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2595
|
+
|
|
2596
|
+
[] a earl:Assertion ;
|
|
2597
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2598
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2599
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_6> ;
|
|
2600
|
+
earl:mode earl:automatic ;
|
|
2601
|
+
earl:result [
|
|
2602
|
+
a earl:TestResult ;
|
|
2603
|
+
earl:outcome earl:passed ;
|
|
2604
|
+
earl:info "passed" ;
|
|
2605
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2606
|
+
] .
|
|
2607
|
+
|
|
2608
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_7>
|
|
2609
|
+
a earl:TestCase, srt:RulesNegativeStratificationTest ;
|
|
2610
|
+
dct:title "stratification/stratification-bad-02.srl"@en ;
|
|
2611
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2612
|
+
|
|
2613
|
+
[] a earl:Assertion ;
|
|
2614
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2615
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2616
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_7> ;
|
|
2617
|
+
earl:mode earl:automatic ;
|
|
2618
|
+
earl:result [
|
|
2619
|
+
a earl:TestResult ;
|
|
2620
|
+
earl:outcome earl:passed ;
|
|
2621
|
+
earl:info "passed" ;
|
|
2622
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2623
|
+
] .
|
|
2624
|
+
|
|
2625
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_8>
|
|
2626
|
+
a earl:TestCase, srt:RulesNegativeStratificationTest ;
|
|
2627
|
+
dct:title "stratification/stratification-bad-03.srl"@en ;
|
|
2628
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2629
|
+
|
|
2630
|
+
[] a earl:Assertion ;
|
|
2631
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2632
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2633
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_8> ;
|
|
2634
|
+
earl:mode earl:automatic ;
|
|
2635
|
+
earl:result [
|
|
2636
|
+
a earl:TestResult ;
|
|
2637
|
+
earl:outcome earl:passed ;
|
|
2638
|
+
earl:info "passed" ;
|
|
2639
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
2640
|
+
] .
|
|
2641
|
+
|
|
2642
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_9>
|
|
2643
|
+
a earl:TestCase, srt:RulesNegativeStratificationTest ;
|
|
2644
|
+
dct:title "stratification/stratification-bad-04.srl"@en ;
|
|
2645
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
2646
|
+
|
|
2647
|
+
[] a earl:Assertion ;
|
|
2648
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
2649
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
2650
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/:test_9> ;
|
|
1325
2651
|
earl:mode earl:automatic ;
|
|
1326
2652
|
earl:result [
|
|
1327
2653
|
a earl:TestResult ;
|
|
1328
2654
|
earl:outcome earl:passed ;
|
|
1329
2655
|
earl:info "passed" ;
|
|
1330
|
-
dct:date "2026-
|
|
2656
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1331
2657
|
] .
|
|
1332
2658
|
|
|
1333
2659
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/eval/:eval-basic-01>
|
|
@@ -1344,7 +2670,7 @@
|
|
|
1344
2670
|
a earl:TestResult ;
|
|
1345
2671
|
earl:outcome earl:passed ;
|
|
1346
2672
|
earl:info "passed" ;
|
|
1347
|
-
dct:date "2026-
|
|
2673
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1348
2674
|
] .
|
|
1349
2675
|
|
|
1350
2676
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/eval/:eval-basic-02>
|
|
@@ -1361,7 +2687,7 @@
|
|
|
1361
2687
|
a earl:TestResult ;
|
|
1362
2688
|
earl:outcome earl:passed ;
|
|
1363
2689
|
earl:info "passed" ;
|
|
1364
|
-
dct:date "2026-
|
|
2690
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1365
2691
|
] .
|
|
1366
2692
|
|
|
1367
2693
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/eval/:eval-data-01>
|
|
@@ -1378,7 +2704,7 @@
|
|
|
1378
2704
|
a earl:TestResult ;
|
|
1379
2705
|
earl:outcome earl:passed ;
|
|
1380
2706
|
earl:info "passed" ;
|
|
1381
|
-
dct:date "2026-
|
|
2707
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1382
2708
|
] .
|
|
1383
2709
|
|
|
1384
2710
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/eval/:eval-data-02>
|
|
@@ -1395,7 +2721,7 @@
|
|
|
1395
2721
|
a earl:TestResult ;
|
|
1396
2722
|
earl:outcome earl:passed ;
|
|
1397
2723
|
earl:info "passed" ;
|
|
1398
|
-
dct:date "2026-
|
|
2724
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1399
2725
|
] .
|
|
1400
2726
|
|
|
1401
2727
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/eval/:eval-neg-01>
|
|
@@ -1412,7 +2738,7 @@
|
|
|
1412
2738
|
a earl:TestResult ;
|
|
1413
2739
|
earl:outcome earl:passed ;
|
|
1414
2740
|
earl:info "passed" ;
|
|
1415
|
-
dct:date "2026-
|
|
2741
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1416
2742
|
] .
|
|
1417
2743
|
|
|
1418
2744
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/eval/:eval-rdfs-subclass-1>
|
|
@@ -1429,7 +2755,7 @@
|
|
|
1429
2755
|
a earl:TestResult ;
|
|
1430
2756
|
earl:outcome earl:passed ;
|
|
1431
2757
|
earl:info "passed" ;
|
|
1432
|
-
dct:date "2026-
|
|
2758
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1433
2759
|
] .
|
|
1434
2760
|
|
|
1435
2761
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/eval/:eval-rdfs-subproperty-1>
|
|
@@ -1446,7 +2772,7 @@
|
|
|
1446
2772
|
a earl:TestResult ;
|
|
1447
2773
|
earl:outcome earl:passed ;
|
|
1448
2774
|
earl:info "passed" ;
|
|
1449
|
-
dct:date "2026-
|
|
2775
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1450
2776
|
] .
|
|
1451
2777
|
|
|
1452
2778
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/eval/:eval-rdfs-domain-1>
|
|
@@ -1463,7 +2789,7 @@
|
|
|
1463
2789
|
a earl:TestResult ;
|
|
1464
2790
|
earl:outcome earl:passed ;
|
|
1465
2791
|
earl:info "passed" ;
|
|
1466
|
-
dct:date "2026-
|
|
2792
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1467
2793
|
] .
|
|
1468
2794
|
|
|
1469
2795
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/eval/:eval-rdfs-domain-2>
|
|
@@ -1480,7 +2806,7 @@
|
|
|
1480
2806
|
a earl:TestResult ;
|
|
1481
2807
|
earl:outcome earl:passed ;
|
|
1482
2808
|
earl:info "passed" ;
|
|
1483
|
-
dct:date "2026-
|
|
2809
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1484
2810
|
] .
|
|
1485
2811
|
|
|
1486
2812
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/eval/:eval-rdfs-range-1>
|
|
@@ -1497,7 +2823,7 @@
|
|
|
1497
2823
|
a earl:TestResult ;
|
|
1498
2824
|
earl:outcome earl:passed ;
|
|
1499
2825
|
earl:info "passed" ;
|
|
1500
|
-
dct:date "2026-
|
|
2826
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1501
2827
|
] .
|
|
1502
2828
|
|
|
1503
2829
|
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/eval/:eval-rdfs-range-2>
|
|
@@ -1514,6 +2840,6 @@
|
|
|
1514
2840
|
a earl:TestResult ;
|
|
1515
2841
|
earl:outcome earl:passed ;
|
|
1516
2842
|
earl:info "passed" ;
|
|
1517
|
-
dct:date "2026-
|
|
2843
|
+
dct:date "2026-07-15T22:33:27.971Z"^^xsd:dateTime
|
|
1518
2844
|
] .
|
|
1519
2845
|
|