eyeleng 1.0.7 → 1.0.8
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/package.json +2 -1
- package/playground.html +16 -4
- package/reports/w3c-shacl12-rules-earl.ttl +1337 -1056
- package/test/browser-bundle.test.js +8 -0
- package/test/shacl12-rules.test.js +0 -8
- package/test/w3c-rdf.test.js +0 -3
- package/tools/bundle.js +0 -17
|
@@ -1,1519 +1,1800 @@
|
|
|
1
1
|
# EARL 1.0 test result report for Eyeleng running the W3C SHACL 1.2 Rules test suite.
|
|
2
2
|
# Generated from the manifest at https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl .
|
|
3
3
|
|
|
4
|
+
@base <https://eyereasoner.github.io/eyeleng/reports/w3c-shacl12-rules-earl.ttl> .
|
|
4
5
|
@prefix dct: <http://purl.org/dc/terms/> .
|
|
5
6
|
@prefix doap: <http://usefulinc.com/ns/doap#> .
|
|
6
7
|
@prefix earl: <http://www.w3.org/ns/earl#> .
|
|
7
8
|
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
|
9
|
+
@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
|
|
10
|
+
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
11
|
+
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
8
12
|
@prefix srt: <http://www.w3.org/ns/shacl-rules-test#> .
|
|
9
13
|
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
|
10
14
|
|
|
11
15
|
<#report>
|
|
12
16
|
a earl:TestResult ;
|
|
13
17
|
dct:title "Eyeleng W3C SHACL 1.2 Rules EARL report"@en ;
|
|
14
|
-
dct:description "
|
|
15
|
-
dct:date "2026-06-
|
|
18
|
+
dct:description "Official Eyeleng EARL 1.0 report for the W3C SHACL 1.2 Rules test manifest. All 88 tests passed."@en ;
|
|
19
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
16
20
|
earl:outcome earl:passed .
|
|
17
21
|
|
|
18
22
|
<https://github.com/eyereasoner/eyeleng>
|
|
19
23
|
a earl:Software, doap:Project, foaf:Agent ;
|
|
20
24
|
dct:title "Eyeleng"@en ;
|
|
25
|
+
dct:description "The EYE Logic Engine: a JavaScript implementation of SHACL 1.2 Rules, including SRL and RDF Rules syntax front-ends."@en ;
|
|
21
26
|
doap:name "eyeleng" ;
|
|
22
27
|
foaf:homepage <https://github.com/eyereasoner/eyeleng> .
|
|
23
28
|
|
|
24
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/
|
|
29
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl>
|
|
30
|
+
a earl:TestRequirement ;
|
|
31
|
+
dct:title "W3C SHACL 1.2 Rules test manifest"@en ;
|
|
32
|
+
dct:description "Root manifest for the W3C SHACL 1.2 Rules tests."@en .
|
|
33
|
+
|
|
34
|
+
earl:passed
|
|
35
|
+
dct:title "Passed"@en ;
|
|
36
|
+
dct:description "The test passed."@en .
|
|
37
|
+
|
|
38
|
+
earl:automatic
|
|
39
|
+
dct:title "Automatic"@en ;
|
|
40
|
+
dct:description "The test was carried out automatically by the software."@en .
|
|
41
|
+
|
|
42
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_1>
|
|
25
43
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
26
44
|
dct:title "syntax/syntax-ruleset-structure-01.srl"@en ;
|
|
45
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
27
46
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
28
47
|
|
|
29
|
-
|
|
30
|
-
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
31
|
-
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
32
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_1> ;
|
|
33
|
-
earl:mode earl:automatic ;
|
|
34
|
-
earl:result [
|
|
35
|
-
a earl:TestResult ;
|
|
36
|
-
earl:outcome earl:passed ;
|
|
37
|
-
earl:info "passed" ;
|
|
38
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
39
|
-
] .
|
|
40
|
-
|
|
41
|
-
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/:test_2>
|
|
48
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_2>
|
|
42
49
|
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
43
50
|
dct:title "syntax/syntax-ruleset-structure-02.srl"@en ;
|
|
51
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
52
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
53
|
+
|
|
54
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_3>
|
|
55
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
56
|
+
dct:title "syntax/syntax-ruleset-structure-03.srl"@en ;
|
|
57
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
58
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
59
|
+
|
|
60
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_4>
|
|
61
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
62
|
+
dct:title "syntax/syntax-ruleset-structure-04.srl"@en ;
|
|
63
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
64
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
65
|
+
|
|
66
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_5>
|
|
67
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
68
|
+
dct:title "syntax/syntax-ruleset-structure-05.srl"@en ;
|
|
69
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
70
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
71
|
+
|
|
72
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_6>
|
|
73
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
74
|
+
dct:title "syntax/syntax-rule-terms-06.srl"@en ;
|
|
75
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
76
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
77
|
+
|
|
78
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_7>
|
|
79
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
80
|
+
dct:title "syntax/syntax-rule-terms-07.srl"@en ;
|
|
81
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
82
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
83
|
+
|
|
84
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_8>
|
|
85
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
86
|
+
dct:title "syntax/syntax-rule-terms-08.srl"@en ;
|
|
87
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
88
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
89
|
+
|
|
90
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_9>
|
|
91
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
92
|
+
dct:title "syntax/syntax-rule-terms-09.srl"@en ;
|
|
93
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
94
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
95
|
+
|
|
96
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_10>
|
|
97
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
98
|
+
dct:title "syntax/syntax-rule-terms-10.srl"@en ;
|
|
99
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
100
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
101
|
+
|
|
102
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_12>
|
|
103
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
104
|
+
dct:title "syntax/syntax-rule-terms-12.srl"@en ;
|
|
105
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
106
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
107
|
+
|
|
108
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_13>
|
|
109
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
110
|
+
dct:title "syntax/syntax-rule-terms-13.srl"@en ;
|
|
111
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
112
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
113
|
+
|
|
114
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_14>
|
|
115
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
116
|
+
dct:title "syntax/syntax-rule-terms-14.srl"@en ;
|
|
117
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
118
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
119
|
+
|
|
120
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_15>
|
|
121
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
122
|
+
dct:title "syntax/syntax-rule-terms-15.srl"@en ;
|
|
123
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
124
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
125
|
+
|
|
126
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_16>
|
|
127
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
128
|
+
dct:title "syntax/syntax-rule-terms-16.srl"@en ;
|
|
129
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
130
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
131
|
+
|
|
132
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_17>
|
|
133
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
134
|
+
dct:title "syntax/syntax-rule-terms-17.srl"@en ;
|
|
135
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
136
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
137
|
+
|
|
138
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_18>
|
|
139
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
140
|
+
dct:title "syntax/syntax-rule-terms-18.srl"@en ;
|
|
141
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
142
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
143
|
+
|
|
144
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_19>
|
|
145
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
146
|
+
dct:title "syntax/syntax-rule-terms-19.srl"@en ;
|
|
147
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
148
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
149
|
+
|
|
150
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_20>
|
|
151
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
152
|
+
dct:title "syntax/syntax-rule-terms-20.srl"@en ;
|
|
153
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
154
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
155
|
+
|
|
156
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_21>
|
|
157
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
158
|
+
dct:title "syntax/syntax-rule-terms-21.srl"@en ;
|
|
159
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
160
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
161
|
+
|
|
162
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_22>
|
|
163
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
164
|
+
dct:title "syntax/syntax-rule-elements-01.srl"@en ;
|
|
165
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
166
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
167
|
+
|
|
168
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_23>
|
|
169
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
170
|
+
dct:title "syntax/syntax-rule-elements-02.srl"@en ;
|
|
171
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
172
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
173
|
+
|
|
174
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_24>
|
|
175
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
176
|
+
dct:title "syntax/syntax-rule-elements-03.srl"@en ;
|
|
177
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
178
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
179
|
+
|
|
180
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_25>
|
|
181
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
182
|
+
dct:title "syntax/syntax-rule-elements-04.srl"@en ;
|
|
183
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
184
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
185
|
+
|
|
186
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_26>
|
|
187
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
188
|
+
dct:title "syntax/syntax-rule-elements-05.srl"@en ;
|
|
189
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
190
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
191
|
+
|
|
192
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_27>
|
|
193
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
194
|
+
dct:title "syntax/syntax-rule-elements-filter-01.srl"@en ;
|
|
195
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
196
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
197
|
+
|
|
198
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_28>
|
|
199
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
200
|
+
dct:title "syntax/syntax-rule-elements-filter-02.srl"@en ;
|
|
201
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
202
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
203
|
+
|
|
204
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_29>
|
|
205
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
206
|
+
dct:title "syntax/syntax-rule-elements-filter-03.srl"@en ;
|
|
207
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
208
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
209
|
+
|
|
210
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_30>
|
|
211
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
212
|
+
dct:title "syntax/syntax-rule-elements-not-01.srl"@en ;
|
|
213
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
214
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
215
|
+
|
|
216
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_31>
|
|
217
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
218
|
+
dct:title "syntax/syntax-rule-head-02.srl"@en ;
|
|
219
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
220
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
221
|
+
|
|
222
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_32>
|
|
223
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
224
|
+
dct:title "syntax/syntax-rule-elements-not-03.srl"@en ;
|
|
225
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
226
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
227
|
+
|
|
228
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_33>
|
|
229
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
230
|
+
dct:title "syntax/syntax-rule-elements-not-04.srl"@en ;
|
|
231
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
232
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
233
|
+
|
|
234
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_34>
|
|
235
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
236
|
+
dct:title "syntax/syntax-rule-elements-not-05.srl"@en ;
|
|
237
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
238
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
239
|
+
|
|
240
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_35>
|
|
241
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
242
|
+
dct:title "syntax/syntax-reification-01.srl"@en ;
|
|
243
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
244
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
245
|
+
|
|
246
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_36>
|
|
247
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
248
|
+
dct:title "syntax/syntax-reification-02.srl"@en ;
|
|
249
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
250
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
251
|
+
|
|
252
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_37>
|
|
253
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
254
|
+
dct:title "syntax/syntax-reification-03.srl"@en ;
|
|
255
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
256
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
257
|
+
|
|
258
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_38>
|
|
259
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
260
|
+
dct:title "syntax/syntax-reification-04.srl"@en ;
|
|
261
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
262
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
263
|
+
|
|
264
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_39>
|
|
265
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
266
|
+
dct:title "syntax/syntax-reification-05.srl"@en ;
|
|
267
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
268
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
269
|
+
|
|
270
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_40>
|
|
271
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
272
|
+
dct:title "syntax/syntax-reification-06.srl"@en ;
|
|
273
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
274
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
275
|
+
|
|
276
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_41>
|
|
277
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
278
|
+
dct:title "syntax/syntax-reification-07.srl"@en ;
|
|
279
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
280
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
281
|
+
|
|
282
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_42>
|
|
283
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
284
|
+
dct:title "syntax/syntax-reification-08.srl"@en ;
|
|
285
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
286
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
287
|
+
|
|
288
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_43>
|
|
289
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
290
|
+
dct:title "syntax/syntax-reification-09.srl"@en ;
|
|
291
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
292
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
293
|
+
|
|
294
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_44>
|
|
295
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
296
|
+
dct:title "syntax/syntax-rule-head-01.srl"@en ;
|
|
297
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
298
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
299
|
+
|
|
300
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_45>
|
|
301
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
302
|
+
dct:title "syntax/syntax-rule-head-02.srl"@en ;
|
|
303
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
304
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
305
|
+
|
|
306
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_46>
|
|
307
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
308
|
+
dct:title "syntax/syntax-rule-head-03.srl"@en ;
|
|
309
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
310
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
311
|
+
|
|
312
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_47>
|
|
313
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
314
|
+
dct:title "syntax/syntax-rule-head-04.srl"@en ;
|
|
315
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
316
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
317
|
+
|
|
318
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_48>
|
|
319
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
320
|
+
dct:title "syntax/syntax-rule-head-05.srl"@en ;
|
|
321
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
322
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
323
|
+
|
|
324
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_49>
|
|
325
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
326
|
+
dct:title "syntax/syntax-rule-head-06.srl"@en ;
|
|
327
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
328
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
329
|
+
|
|
330
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_50>
|
|
331
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
332
|
+
dct:title "syntax/syntax-rule-head-07.srl"@en ;
|
|
333
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
334
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
335
|
+
|
|
336
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_51>
|
|
337
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
338
|
+
dct:title "syntax/syntax-data-08.srl"@en ;
|
|
339
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
340
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
341
|
+
|
|
342
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_52>
|
|
343
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
344
|
+
dct:title "syntax/syntax-data-09.srl"@en ;
|
|
345
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
346
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
347
|
+
|
|
348
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_53>
|
|
349
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
350
|
+
dct:title "syntax/syntax-data-10.srl"@en ;
|
|
351
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
352
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
353
|
+
|
|
354
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_54>
|
|
355
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
356
|
+
dct:title "syntax/syntax-data-11.srl"@en ;
|
|
357
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
358
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
359
|
+
|
|
360
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_55>
|
|
361
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
362
|
+
dct:title "syntax/syntax-data-12.srl"@en ;
|
|
363
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
364
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
365
|
+
|
|
366
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_56>
|
|
367
|
+
a earl:TestCase, srt:RulesPositiveSyntaxTest ;
|
|
368
|
+
dct:title "syntax/syntax-data-13.srl"@en ;
|
|
369
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
370
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
371
|
+
|
|
372
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_57>
|
|
373
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
374
|
+
dct:title "syntax/syntax-rule-bad-01.srl"@en ;
|
|
375
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
44
376
|
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
45
377
|
|
|
46
|
-
|
|
378
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_58>
|
|
379
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
380
|
+
dct:title "syntax/syntax-rule-bad-02.srl"@en ;
|
|
381
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
382
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
383
|
+
|
|
384
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_59>
|
|
385
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
386
|
+
dct:title "syntax/syntax-rule-bad-03.srl"@en ;
|
|
387
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
388
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
389
|
+
|
|
390
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_60>
|
|
391
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
392
|
+
dct:title "syntax/syntax-rule-bad-04.srl"@en ;
|
|
393
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
394
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
395
|
+
|
|
396
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_61>
|
|
397
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
398
|
+
dct:title "syntax/syntax-rule-bad-05.srl"@en ;
|
|
399
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
400
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
401
|
+
|
|
402
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_62>
|
|
403
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
404
|
+
dct:title "syntax/syntax-rule-bad-06.srl"@en ;
|
|
405
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
406
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
407
|
+
|
|
408
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_63>
|
|
409
|
+
a earl:TestCase, srt:RulesNegativeSyntaxTest ;
|
|
410
|
+
dct:title "syntax/syntax-data-bad-01.srl"@en ;
|
|
411
|
+
dct:description "Syntax test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
412
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
413
|
+
|
|
414
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/manifest#test_1>
|
|
415
|
+
a earl:TestCase, srt:RulesPositiveWellFormednessTest ;
|
|
416
|
+
dct:title "wellformed/wellformed-01.srl"@en ;
|
|
417
|
+
dct:description "Wellformed test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
418
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
419
|
+
|
|
420
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/manifest#test_2>
|
|
421
|
+
a earl:TestCase, srt:RulesPositiveWellFormednessTest ;
|
|
422
|
+
dct:title "wellformed/wellformed-02.srl"@en ;
|
|
423
|
+
dct:description "Wellformed test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
424
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
425
|
+
|
|
426
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/manifest#test_3>
|
|
427
|
+
a earl:TestCase, srt:RulesPositiveWellFormednessTest ;
|
|
428
|
+
dct:title "wellformed/wellformed-03.srl"@en ;
|
|
429
|
+
dct:description "Wellformed test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
430
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
431
|
+
|
|
432
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/manifest#test_4>
|
|
433
|
+
a earl:TestCase, srt:RulesPositiveWellFormednessTest ;
|
|
434
|
+
dct:title "wellformed/wellformed-04.srl"@en ;
|
|
435
|
+
dct:description "Wellformed test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
436
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
437
|
+
|
|
438
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/manifest#test_5>
|
|
439
|
+
a earl:TestCase, srt:RulesNegativeWellFormednessTest ;
|
|
440
|
+
dct:title "wellformed/wellformed-bad-01.srl"@en ;
|
|
441
|
+
dct:description "Wellformed test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
442
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
443
|
+
|
|
444
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/manifest#test_6>
|
|
445
|
+
a earl:TestCase, srt:RulesNegativeWellFormednessTest ;
|
|
446
|
+
dct:title "wellformed/wellformed-bad-02.srl"@en ;
|
|
447
|
+
dct:description "Wellformed test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
448
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
449
|
+
|
|
450
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/manifest#test_7>
|
|
451
|
+
a earl:TestCase, srt:RulesNegativeWellFormednessTest ;
|
|
452
|
+
dct:title "wellformed/wellformed-bad-03.srl"@en ;
|
|
453
|
+
dct:description "Wellformed test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
454
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
455
|
+
|
|
456
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/manifest#test_1>
|
|
457
|
+
a earl:TestCase, srt:RulesPositiveStratificationTest ;
|
|
458
|
+
dct:title "stratification/stratification-01.srl"@en ;
|
|
459
|
+
dct:description "Stratification test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
460
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
461
|
+
|
|
462
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/manifest#test_2>
|
|
463
|
+
a earl:TestCase, srt:RulesPositiveStratificationTest ;
|
|
464
|
+
dct:title "stratification/stratification-02.srl"@en ;
|
|
465
|
+
dct:description "Stratification test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
466
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
467
|
+
|
|
468
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/manifest#test_3>
|
|
469
|
+
a earl:TestCase, srt:RulesPositiveStratificationTest ;
|
|
470
|
+
dct:title "stratification/stratification-03.srl"@en ;
|
|
471
|
+
dct:description "Stratification test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
472
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
473
|
+
|
|
474
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/manifest#test_4>
|
|
475
|
+
a earl:TestCase, srt:RulesPositiveStratificationTest ;
|
|
476
|
+
dct:title "stratification/stratification-04.srl"@en ;
|
|
477
|
+
dct:description "Stratification test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
478
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
479
|
+
|
|
480
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/manifest#test_5>
|
|
481
|
+
a earl:TestCase, srt:RulesPositiveStratificationTest ;
|
|
482
|
+
dct:title "stratification/stratification-05-new-terms.srl"@en ;
|
|
483
|
+
dct:description "Stratification test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
484
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
485
|
+
|
|
486
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/manifest#test_6>
|
|
487
|
+
a earl:TestCase, srt:RulesNegativeStratificationTest ;
|
|
488
|
+
dct:title "stratification/stratification-bad-01.srl"@en ;
|
|
489
|
+
dct:description "Stratification test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
490
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
491
|
+
|
|
492
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/manifest#test_7>
|
|
493
|
+
a earl:TestCase, srt:RulesNegativeStratificationTest ;
|
|
494
|
+
dct:title "stratification/stratification-bad-02-new-terms.srl"@en ;
|
|
495
|
+
dct:description "Stratification test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
496
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
497
|
+
|
|
498
|
+
<https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/manifest#test_8>
|
|
499
|
+
a earl:TestCase, srt:RulesNegativeStratificationTest ;
|
|
500
|
+
dct:title "stratification/stratification-bad-03-new-terms.srl"@en ;
|
|
501
|
+
dct:description "Stratification test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
502
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
503
|
+
|
|
504
|
+
<https://w3c.github.io/rdf-tests/shacl/shacl12/eval-basic-01>
|
|
505
|
+
a earl:TestCase, srt:RulesEvalTest ;
|
|
506
|
+
dct:title "eval/Eval-basic-01"@en ;
|
|
507
|
+
dct:description "Eval test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
508
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
509
|
+
|
|
510
|
+
<https://w3c.github.io/rdf-tests/shacl/shacl12/eval-basic-02>
|
|
511
|
+
a earl:TestCase, srt:RulesEvalTest ;
|
|
512
|
+
dct:title "eval/Eval-basic-02"@en ;
|
|
513
|
+
dct:description "Eval test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
514
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
515
|
+
|
|
516
|
+
<https://w3c.github.io/rdf-tests/shacl/shacl12/eval-data-01>
|
|
517
|
+
a earl:TestCase, srt:RulesEvalTest ;
|
|
518
|
+
dct:title "eval/Eval-data-01"@en ;
|
|
519
|
+
dct:description "Eval test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
520
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
521
|
+
|
|
522
|
+
<https://w3c.github.io/rdf-tests/shacl/shacl12/eval-data-02>
|
|
523
|
+
a earl:TestCase, srt:RulesEvalTest ;
|
|
524
|
+
dct:title "eval/Eval-data-02"@en ;
|
|
525
|
+
dct:description "Eval test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
526
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
527
|
+
|
|
528
|
+
<https://w3c.github.io/rdf-tests/shacl/shacl12/eval-neg-01>
|
|
529
|
+
a earl:TestCase, srt:RulesEvalTest ;
|
|
530
|
+
dct:title "eval/Eval-negation-01"@en ;
|
|
531
|
+
dct:description "Eval test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
532
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
533
|
+
|
|
534
|
+
<https://w3c.github.io/rdf-tests/shacl/shacl12/eval-rdfs-subclass-1>
|
|
535
|
+
a earl:TestCase, srt:RulesEvalTest ;
|
|
536
|
+
dct:title "eval/Eval-rdfs-subclassof-1"@en ;
|
|
537
|
+
dct:description "Eval test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
538
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
539
|
+
|
|
540
|
+
<https://w3c.github.io/rdf-tests/shacl/shacl12/eval-rdfs-subproperty-1>
|
|
541
|
+
a earl:TestCase, srt:RulesEvalTest ;
|
|
542
|
+
dct:title "eval/Eval-rdfs-subproperty-1"@en ;
|
|
543
|
+
dct:description "Eval test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
544
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
545
|
+
|
|
546
|
+
<https://w3c.github.io/rdf-tests/shacl/shacl12/eval-rdfs-domain-1>
|
|
547
|
+
a earl:TestCase, srt:RulesEvalTest ;
|
|
548
|
+
dct:title "eval/Eval-rdfs-domain-1"@en ;
|
|
549
|
+
dct:description "Eval test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
550
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
551
|
+
|
|
552
|
+
<https://w3c.github.io/rdf-tests/shacl/shacl12/eval-rdfs-domain-2>
|
|
553
|
+
a earl:TestCase, srt:RulesEvalTest ;
|
|
554
|
+
dct:title "eval/Eval-rdfs-domain-2"@en ;
|
|
555
|
+
dct:description "Eval test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
556
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
557
|
+
|
|
558
|
+
<https://w3c.github.io/rdf-tests/shacl/shacl12/eval-rdfs-range-1>
|
|
559
|
+
a earl:TestCase, srt:RulesEvalTest ;
|
|
560
|
+
dct:title "eval/Eval-rdfs-range-1"@en ;
|
|
561
|
+
dct:description "Eval test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
562
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
563
|
+
|
|
564
|
+
<https://w3c.github.io/rdf-tests/shacl/shacl12/eval-rdfs-range-2>
|
|
565
|
+
a earl:TestCase, srt:RulesEvalTest ;
|
|
566
|
+
dct:title "eval/Eval-rdfs-range-2"@en ;
|
|
567
|
+
dct:description "Eval test from the W3C SHACL 1.2 Rules test suite."@en ;
|
|
568
|
+
dct:isPartOf <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/manifest-rules.ttl> .
|
|
569
|
+
|
|
570
|
+
<#assertion-001-syntax-syntax-ruleset-structure-01-srl>
|
|
571
|
+
a earl:Assertion ;
|
|
47
572
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
48
573
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
49
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
574
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_1> ;
|
|
50
575
|
earl:mode earl:automatic ;
|
|
51
|
-
earl:result
|
|
52
|
-
a earl:TestResult ;
|
|
53
|
-
earl:outcome earl:passed ;
|
|
54
|
-
earl:info "passed" ;
|
|
55
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
56
|
-
] .
|
|
576
|
+
earl:result <#result-001-syntax-syntax-ruleset-structure-01-srl> .
|
|
57
577
|
|
|
58
|
-
|
|
59
|
-
a earl:
|
|
60
|
-
dct:
|
|
61
|
-
|
|
578
|
+
<#result-001-syntax-syntax-ruleset-structure-01-srl>
|
|
579
|
+
a earl:TestResult ;
|
|
580
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
581
|
+
earl:outcome earl:passed ;
|
|
582
|
+
earl:info "Eyeleng passed syntax/syntax-ruleset-structure-01.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
62
583
|
|
|
63
|
-
|
|
584
|
+
<#assertion-002-syntax-syntax-ruleset-structure-02-srl>
|
|
585
|
+
a earl:Assertion ;
|
|
64
586
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
65
587
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
66
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
588
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_2> ;
|
|
67
589
|
earl:mode earl:automatic ;
|
|
68
|
-
earl:result
|
|
69
|
-
a earl:TestResult ;
|
|
70
|
-
earl:outcome earl:passed ;
|
|
71
|
-
earl:info "passed" ;
|
|
72
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
73
|
-
] .
|
|
590
|
+
earl:result <#result-002-syntax-syntax-ruleset-structure-02-srl> .
|
|
74
591
|
|
|
75
|
-
|
|
76
|
-
a earl:
|
|
77
|
-
dct:
|
|
78
|
-
|
|
592
|
+
<#result-002-syntax-syntax-ruleset-structure-02-srl>
|
|
593
|
+
a earl:TestResult ;
|
|
594
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
595
|
+
earl:outcome earl:passed ;
|
|
596
|
+
earl:info "Eyeleng passed syntax/syntax-ruleset-structure-02.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
79
597
|
|
|
80
|
-
|
|
598
|
+
<#assertion-003-syntax-syntax-ruleset-structure-03-srl>
|
|
599
|
+
a earl:Assertion ;
|
|
81
600
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
82
601
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
83
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
602
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_3> ;
|
|
84
603
|
earl:mode earl:automatic ;
|
|
85
|
-
earl:result
|
|
86
|
-
a earl:TestResult ;
|
|
87
|
-
earl:outcome earl:passed ;
|
|
88
|
-
earl:info "passed" ;
|
|
89
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
90
|
-
] .
|
|
604
|
+
earl:result <#result-003-syntax-syntax-ruleset-structure-03-srl> .
|
|
91
605
|
|
|
92
|
-
|
|
93
|
-
a earl:
|
|
94
|
-
dct:
|
|
95
|
-
|
|
606
|
+
<#result-003-syntax-syntax-ruleset-structure-03-srl>
|
|
607
|
+
a earl:TestResult ;
|
|
608
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
609
|
+
earl:outcome earl:passed ;
|
|
610
|
+
earl:info "Eyeleng passed syntax/syntax-ruleset-structure-03.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
96
611
|
|
|
97
|
-
|
|
612
|
+
<#assertion-004-syntax-syntax-ruleset-structure-04-srl>
|
|
613
|
+
a earl:Assertion ;
|
|
98
614
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
99
615
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
100
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
616
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_4> ;
|
|
101
617
|
earl:mode earl:automatic ;
|
|
102
|
-
earl:result
|
|
103
|
-
a earl:TestResult ;
|
|
104
|
-
earl:outcome earl:passed ;
|
|
105
|
-
earl:info "passed" ;
|
|
106
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
107
|
-
] .
|
|
618
|
+
earl:result <#result-004-syntax-syntax-ruleset-structure-04-srl> .
|
|
108
619
|
|
|
109
|
-
|
|
110
|
-
a earl:
|
|
111
|
-
dct:
|
|
112
|
-
|
|
620
|
+
<#result-004-syntax-syntax-ruleset-structure-04-srl>
|
|
621
|
+
a earl:TestResult ;
|
|
622
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
623
|
+
earl:outcome earl:passed ;
|
|
624
|
+
earl:info "Eyeleng passed syntax/syntax-ruleset-structure-04.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
113
625
|
|
|
114
|
-
|
|
626
|
+
<#assertion-005-syntax-syntax-ruleset-structure-05-srl>
|
|
627
|
+
a earl:Assertion ;
|
|
115
628
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
116
629
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
117
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
630
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_5> ;
|
|
118
631
|
earl:mode earl:automatic ;
|
|
119
|
-
earl:result
|
|
120
|
-
a earl:TestResult ;
|
|
121
|
-
earl:outcome earl:passed ;
|
|
122
|
-
earl:info "passed" ;
|
|
123
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
124
|
-
] .
|
|
632
|
+
earl:result <#result-005-syntax-syntax-ruleset-structure-05-srl> .
|
|
125
633
|
|
|
126
|
-
|
|
127
|
-
a earl:
|
|
128
|
-
dct:
|
|
129
|
-
|
|
634
|
+
<#result-005-syntax-syntax-ruleset-structure-05-srl>
|
|
635
|
+
a earl:TestResult ;
|
|
636
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
637
|
+
earl:outcome earl:passed ;
|
|
638
|
+
earl:info "Eyeleng passed syntax/syntax-ruleset-structure-05.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
130
639
|
|
|
131
|
-
|
|
640
|
+
<#assertion-006-syntax-syntax-rule-terms-06-srl>
|
|
641
|
+
a earl:Assertion ;
|
|
132
642
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
133
643
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
134
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
644
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_6> ;
|
|
135
645
|
earl:mode earl:automatic ;
|
|
136
|
-
earl:result
|
|
137
|
-
a earl:TestResult ;
|
|
138
|
-
earl:outcome earl:passed ;
|
|
139
|
-
earl:info "passed" ;
|
|
140
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
141
|
-
] .
|
|
646
|
+
earl:result <#result-006-syntax-syntax-rule-terms-06-srl> .
|
|
142
647
|
|
|
143
|
-
|
|
144
|
-
a earl:
|
|
145
|
-
dct:
|
|
146
|
-
|
|
648
|
+
<#result-006-syntax-syntax-rule-terms-06-srl>
|
|
649
|
+
a earl:TestResult ;
|
|
650
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
651
|
+
earl:outcome earl:passed ;
|
|
652
|
+
earl:info "Eyeleng passed syntax/syntax-rule-terms-06.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
147
653
|
|
|
148
|
-
|
|
654
|
+
<#assertion-007-syntax-syntax-rule-terms-07-srl>
|
|
655
|
+
a earl:Assertion ;
|
|
149
656
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
150
657
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
151
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
658
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_7> ;
|
|
152
659
|
earl:mode earl:automatic ;
|
|
153
|
-
earl:result
|
|
154
|
-
a earl:TestResult ;
|
|
155
|
-
earl:outcome earl:passed ;
|
|
156
|
-
earl:info "passed" ;
|
|
157
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
158
|
-
] .
|
|
660
|
+
earl:result <#result-007-syntax-syntax-rule-terms-07-srl> .
|
|
159
661
|
|
|
160
|
-
|
|
161
|
-
a earl:
|
|
162
|
-
dct:
|
|
163
|
-
|
|
662
|
+
<#result-007-syntax-syntax-rule-terms-07-srl>
|
|
663
|
+
a earl:TestResult ;
|
|
664
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
665
|
+
earl:outcome earl:passed ;
|
|
666
|
+
earl:info "Eyeleng passed syntax/syntax-rule-terms-07.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
164
667
|
|
|
165
|
-
|
|
668
|
+
<#assertion-008-syntax-syntax-rule-terms-08-srl>
|
|
669
|
+
a earl:Assertion ;
|
|
166
670
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
167
671
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
168
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
672
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_8> ;
|
|
169
673
|
earl:mode earl:automatic ;
|
|
170
|
-
earl:result
|
|
171
|
-
a earl:TestResult ;
|
|
172
|
-
earl:outcome earl:passed ;
|
|
173
|
-
earl:info "passed" ;
|
|
174
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
175
|
-
] .
|
|
674
|
+
earl:result <#result-008-syntax-syntax-rule-terms-08-srl> .
|
|
176
675
|
|
|
177
|
-
|
|
178
|
-
a earl:
|
|
179
|
-
dct:
|
|
180
|
-
|
|
676
|
+
<#result-008-syntax-syntax-rule-terms-08-srl>
|
|
677
|
+
a earl:TestResult ;
|
|
678
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
679
|
+
earl:outcome earl:passed ;
|
|
680
|
+
earl:info "Eyeleng passed syntax/syntax-rule-terms-08.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
181
681
|
|
|
182
|
-
|
|
682
|
+
<#assertion-009-syntax-syntax-rule-terms-09-srl>
|
|
683
|
+
a earl:Assertion ;
|
|
183
684
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
184
685
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
185
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
686
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_9> ;
|
|
186
687
|
earl:mode earl:automatic ;
|
|
187
|
-
earl:result
|
|
188
|
-
a earl:TestResult ;
|
|
189
|
-
earl:outcome earl:passed ;
|
|
190
|
-
earl:info "passed" ;
|
|
191
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
192
|
-
] .
|
|
688
|
+
earl:result <#result-009-syntax-syntax-rule-terms-09-srl> .
|
|
193
689
|
|
|
194
|
-
|
|
195
|
-
a earl:
|
|
196
|
-
dct:
|
|
197
|
-
|
|
690
|
+
<#result-009-syntax-syntax-rule-terms-09-srl>
|
|
691
|
+
a earl:TestResult ;
|
|
692
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
693
|
+
earl:outcome earl:passed ;
|
|
694
|
+
earl:info "Eyeleng passed syntax/syntax-rule-terms-09.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
198
695
|
|
|
199
|
-
|
|
696
|
+
<#assertion-010-syntax-syntax-rule-terms-10-srl>
|
|
697
|
+
a earl:Assertion ;
|
|
200
698
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
201
699
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
202
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
700
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_10> ;
|
|
203
701
|
earl:mode earl:automatic ;
|
|
204
|
-
earl:result
|
|
205
|
-
a earl:TestResult ;
|
|
206
|
-
earl:outcome earl:passed ;
|
|
207
|
-
earl:info "passed" ;
|
|
208
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
209
|
-
] .
|
|
702
|
+
earl:result <#result-010-syntax-syntax-rule-terms-10-srl> .
|
|
210
703
|
|
|
211
|
-
|
|
212
|
-
a earl:
|
|
213
|
-
dct:
|
|
214
|
-
|
|
704
|
+
<#result-010-syntax-syntax-rule-terms-10-srl>
|
|
705
|
+
a earl:TestResult ;
|
|
706
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
707
|
+
earl:outcome earl:passed ;
|
|
708
|
+
earl:info "Eyeleng passed syntax/syntax-rule-terms-10.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
215
709
|
|
|
216
|
-
|
|
710
|
+
<#assertion-011-syntax-syntax-rule-terms-12-srl>
|
|
711
|
+
a earl:Assertion ;
|
|
217
712
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
218
713
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
219
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
714
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_12> ;
|
|
220
715
|
earl:mode earl:automatic ;
|
|
221
|
-
earl:result
|
|
222
|
-
a earl:TestResult ;
|
|
223
|
-
earl:outcome earl:passed ;
|
|
224
|
-
earl:info "passed" ;
|
|
225
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
226
|
-
] .
|
|
716
|
+
earl:result <#result-011-syntax-syntax-rule-terms-12-srl> .
|
|
227
717
|
|
|
228
|
-
|
|
229
|
-
a earl:
|
|
230
|
-
dct:
|
|
231
|
-
|
|
718
|
+
<#result-011-syntax-syntax-rule-terms-12-srl>
|
|
719
|
+
a earl:TestResult ;
|
|
720
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
721
|
+
earl:outcome earl:passed ;
|
|
722
|
+
earl:info "Eyeleng passed syntax/syntax-rule-terms-12.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
232
723
|
|
|
233
|
-
|
|
724
|
+
<#assertion-012-syntax-syntax-rule-terms-13-srl>
|
|
725
|
+
a earl:Assertion ;
|
|
234
726
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
235
727
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
236
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
728
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_13> ;
|
|
237
729
|
earl:mode earl:automatic ;
|
|
238
|
-
earl:result
|
|
239
|
-
a earl:TestResult ;
|
|
240
|
-
earl:outcome earl:passed ;
|
|
241
|
-
earl:info "passed" ;
|
|
242
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
243
|
-
] .
|
|
730
|
+
earl:result <#result-012-syntax-syntax-rule-terms-13-srl> .
|
|
244
731
|
|
|
245
|
-
|
|
246
|
-
a earl:
|
|
247
|
-
dct:
|
|
248
|
-
|
|
732
|
+
<#result-012-syntax-syntax-rule-terms-13-srl>
|
|
733
|
+
a earl:TestResult ;
|
|
734
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
735
|
+
earl:outcome earl:passed ;
|
|
736
|
+
earl:info "Eyeleng passed syntax/syntax-rule-terms-13.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
249
737
|
|
|
250
|
-
|
|
738
|
+
<#assertion-013-syntax-syntax-rule-terms-14-srl>
|
|
739
|
+
a earl:Assertion ;
|
|
251
740
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
252
741
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
253
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
742
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_14> ;
|
|
254
743
|
earl:mode earl:automatic ;
|
|
255
|
-
earl:result
|
|
256
|
-
a earl:TestResult ;
|
|
257
|
-
earl:outcome earl:passed ;
|
|
258
|
-
earl:info "passed" ;
|
|
259
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
260
|
-
] .
|
|
744
|
+
earl:result <#result-013-syntax-syntax-rule-terms-14-srl> .
|
|
261
745
|
|
|
262
|
-
|
|
263
|
-
a earl:
|
|
264
|
-
dct:
|
|
265
|
-
|
|
746
|
+
<#result-013-syntax-syntax-rule-terms-14-srl>
|
|
747
|
+
a earl:TestResult ;
|
|
748
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
749
|
+
earl:outcome earl:passed ;
|
|
750
|
+
earl:info "Eyeleng passed syntax/syntax-rule-terms-14.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
266
751
|
|
|
267
|
-
|
|
752
|
+
<#assertion-014-syntax-syntax-rule-terms-15-srl>
|
|
753
|
+
a earl:Assertion ;
|
|
268
754
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
269
755
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
270
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
756
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_15> ;
|
|
271
757
|
earl:mode earl:automatic ;
|
|
272
|
-
earl:result
|
|
273
|
-
a earl:TestResult ;
|
|
274
|
-
earl:outcome earl:passed ;
|
|
275
|
-
earl:info "passed" ;
|
|
276
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
277
|
-
] .
|
|
758
|
+
earl:result <#result-014-syntax-syntax-rule-terms-15-srl> .
|
|
278
759
|
|
|
279
|
-
|
|
280
|
-
a earl:
|
|
281
|
-
dct:
|
|
282
|
-
|
|
760
|
+
<#result-014-syntax-syntax-rule-terms-15-srl>
|
|
761
|
+
a earl:TestResult ;
|
|
762
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
763
|
+
earl:outcome earl:passed ;
|
|
764
|
+
earl:info "Eyeleng passed syntax/syntax-rule-terms-15.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
283
765
|
|
|
284
|
-
|
|
766
|
+
<#assertion-015-syntax-syntax-rule-terms-16-srl>
|
|
767
|
+
a earl:Assertion ;
|
|
285
768
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
286
769
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
287
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
770
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_16> ;
|
|
288
771
|
earl:mode earl:automatic ;
|
|
289
|
-
earl:result
|
|
290
|
-
a earl:TestResult ;
|
|
291
|
-
earl:outcome earl:passed ;
|
|
292
|
-
earl:info "passed" ;
|
|
293
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
294
|
-
] .
|
|
772
|
+
earl:result <#result-015-syntax-syntax-rule-terms-16-srl> .
|
|
295
773
|
|
|
296
|
-
|
|
297
|
-
a earl:
|
|
298
|
-
dct:
|
|
299
|
-
|
|
774
|
+
<#result-015-syntax-syntax-rule-terms-16-srl>
|
|
775
|
+
a earl:TestResult ;
|
|
776
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
777
|
+
earl:outcome earl:passed ;
|
|
778
|
+
earl:info "Eyeleng passed syntax/syntax-rule-terms-16.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
300
779
|
|
|
301
|
-
|
|
780
|
+
<#assertion-016-syntax-syntax-rule-terms-17-srl>
|
|
781
|
+
a earl:Assertion ;
|
|
302
782
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
303
783
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
304
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
784
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_17> ;
|
|
305
785
|
earl:mode earl:automatic ;
|
|
306
|
-
earl:result
|
|
307
|
-
a earl:TestResult ;
|
|
308
|
-
earl:outcome earl:passed ;
|
|
309
|
-
earl:info "passed" ;
|
|
310
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
311
|
-
] .
|
|
786
|
+
earl:result <#result-016-syntax-syntax-rule-terms-17-srl> .
|
|
312
787
|
|
|
313
|
-
|
|
314
|
-
a earl:
|
|
315
|
-
dct:
|
|
316
|
-
|
|
788
|
+
<#result-016-syntax-syntax-rule-terms-17-srl>
|
|
789
|
+
a earl:TestResult ;
|
|
790
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
791
|
+
earl:outcome earl:passed ;
|
|
792
|
+
earl:info "Eyeleng passed syntax/syntax-rule-terms-17.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
317
793
|
|
|
318
|
-
|
|
794
|
+
<#assertion-017-syntax-syntax-rule-terms-18-srl>
|
|
795
|
+
a earl:Assertion ;
|
|
319
796
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
320
797
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
321
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
798
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_18> ;
|
|
322
799
|
earl:mode earl:automatic ;
|
|
323
|
-
earl:result
|
|
324
|
-
a earl:TestResult ;
|
|
325
|
-
earl:outcome earl:passed ;
|
|
326
|
-
earl:info "passed" ;
|
|
327
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
328
|
-
] .
|
|
800
|
+
earl:result <#result-017-syntax-syntax-rule-terms-18-srl> .
|
|
329
801
|
|
|
330
|
-
|
|
331
|
-
a earl:
|
|
332
|
-
dct:
|
|
333
|
-
|
|
802
|
+
<#result-017-syntax-syntax-rule-terms-18-srl>
|
|
803
|
+
a earl:TestResult ;
|
|
804
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
805
|
+
earl:outcome earl:passed ;
|
|
806
|
+
earl:info "Eyeleng passed syntax/syntax-rule-terms-18.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
334
807
|
|
|
335
|
-
|
|
808
|
+
<#assertion-018-syntax-syntax-rule-terms-19-srl>
|
|
809
|
+
a earl:Assertion ;
|
|
336
810
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
337
811
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
338
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
812
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_19> ;
|
|
339
813
|
earl:mode earl:automatic ;
|
|
340
|
-
earl:result
|
|
341
|
-
a earl:TestResult ;
|
|
342
|
-
earl:outcome earl:passed ;
|
|
343
|
-
earl:info "passed" ;
|
|
344
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
345
|
-
] .
|
|
814
|
+
earl:result <#result-018-syntax-syntax-rule-terms-19-srl> .
|
|
346
815
|
|
|
347
|
-
|
|
348
|
-
a earl:
|
|
349
|
-
dct:
|
|
350
|
-
|
|
816
|
+
<#result-018-syntax-syntax-rule-terms-19-srl>
|
|
817
|
+
a earl:TestResult ;
|
|
818
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
819
|
+
earl:outcome earl:passed ;
|
|
820
|
+
earl:info "Eyeleng passed syntax/syntax-rule-terms-19.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
351
821
|
|
|
352
|
-
|
|
822
|
+
<#assertion-019-syntax-syntax-rule-terms-20-srl>
|
|
823
|
+
a earl:Assertion ;
|
|
353
824
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
354
825
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
355
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
826
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_20> ;
|
|
356
827
|
earl:mode earl:automatic ;
|
|
357
|
-
earl:result
|
|
358
|
-
a earl:TestResult ;
|
|
359
|
-
earl:outcome earl:passed ;
|
|
360
|
-
earl:info "passed" ;
|
|
361
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
362
|
-
] .
|
|
828
|
+
earl:result <#result-019-syntax-syntax-rule-terms-20-srl> .
|
|
363
829
|
|
|
364
|
-
|
|
365
|
-
a earl:
|
|
366
|
-
dct:
|
|
367
|
-
|
|
830
|
+
<#result-019-syntax-syntax-rule-terms-20-srl>
|
|
831
|
+
a earl:TestResult ;
|
|
832
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
833
|
+
earl:outcome earl:passed ;
|
|
834
|
+
earl:info "Eyeleng passed syntax/syntax-rule-terms-20.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
368
835
|
|
|
369
|
-
|
|
836
|
+
<#assertion-020-syntax-syntax-rule-terms-21-srl>
|
|
837
|
+
a earl:Assertion ;
|
|
370
838
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
371
839
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
372
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
840
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_21> ;
|
|
373
841
|
earl:mode earl:automatic ;
|
|
374
|
-
earl:result
|
|
375
|
-
a earl:TestResult ;
|
|
376
|
-
earl:outcome earl:passed ;
|
|
377
|
-
earl:info "passed" ;
|
|
378
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
379
|
-
] .
|
|
842
|
+
earl:result <#result-020-syntax-syntax-rule-terms-21-srl> .
|
|
380
843
|
|
|
381
|
-
|
|
382
|
-
a earl:
|
|
383
|
-
dct:
|
|
384
|
-
|
|
844
|
+
<#result-020-syntax-syntax-rule-terms-21-srl>
|
|
845
|
+
a earl:TestResult ;
|
|
846
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
847
|
+
earl:outcome earl:passed ;
|
|
848
|
+
earl:info "Eyeleng passed syntax/syntax-rule-terms-21.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
385
849
|
|
|
386
|
-
|
|
850
|
+
<#assertion-021-syntax-syntax-rule-elements-01-srl>
|
|
851
|
+
a earl:Assertion ;
|
|
387
852
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
388
853
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
389
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
854
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_22> ;
|
|
390
855
|
earl:mode earl:automatic ;
|
|
391
|
-
earl:result
|
|
392
|
-
a earl:TestResult ;
|
|
393
|
-
earl:outcome earl:passed ;
|
|
394
|
-
earl:info "passed" ;
|
|
395
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
396
|
-
] .
|
|
856
|
+
earl:result <#result-021-syntax-syntax-rule-elements-01-srl> .
|
|
397
857
|
|
|
398
|
-
|
|
399
|
-
a earl:
|
|
400
|
-
dct:
|
|
401
|
-
|
|
858
|
+
<#result-021-syntax-syntax-rule-elements-01-srl>
|
|
859
|
+
a earl:TestResult ;
|
|
860
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
861
|
+
earl:outcome earl:passed ;
|
|
862
|
+
earl:info "Eyeleng passed syntax/syntax-rule-elements-01.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
402
863
|
|
|
403
|
-
|
|
864
|
+
<#assertion-022-syntax-syntax-rule-elements-02-srl>
|
|
865
|
+
a earl:Assertion ;
|
|
404
866
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
405
867
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
406
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
868
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_23> ;
|
|
407
869
|
earl:mode earl:automatic ;
|
|
408
|
-
earl:result
|
|
409
|
-
a earl:TestResult ;
|
|
410
|
-
earl:outcome earl:passed ;
|
|
411
|
-
earl:info "passed" ;
|
|
412
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
413
|
-
] .
|
|
870
|
+
earl:result <#result-022-syntax-syntax-rule-elements-02-srl> .
|
|
414
871
|
|
|
415
|
-
|
|
416
|
-
a earl:
|
|
417
|
-
dct:
|
|
418
|
-
|
|
872
|
+
<#result-022-syntax-syntax-rule-elements-02-srl>
|
|
873
|
+
a earl:TestResult ;
|
|
874
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
875
|
+
earl:outcome earl:passed ;
|
|
876
|
+
earl:info "Eyeleng passed syntax/syntax-rule-elements-02.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
419
877
|
|
|
420
|
-
|
|
878
|
+
<#assertion-023-syntax-syntax-rule-elements-03-srl>
|
|
879
|
+
a earl:Assertion ;
|
|
421
880
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
422
881
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
423
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
882
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_24> ;
|
|
424
883
|
earl:mode earl:automatic ;
|
|
425
|
-
earl:result
|
|
426
|
-
a earl:TestResult ;
|
|
427
|
-
earl:outcome earl:passed ;
|
|
428
|
-
earl:info "passed" ;
|
|
429
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
430
|
-
] .
|
|
884
|
+
earl:result <#result-023-syntax-syntax-rule-elements-03-srl> .
|
|
431
885
|
|
|
432
|
-
|
|
433
|
-
a earl:
|
|
434
|
-
dct:
|
|
435
|
-
|
|
886
|
+
<#result-023-syntax-syntax-rule-elements-03-srl>
|
|
887
|
+
a earl:TestResult ;
|
|
888
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
889
|
+
earl:outcome earl:passed ;
|
|
890
|
+
earl:info "Eyeleng passed syntax/syntax-rule-elements-03.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
891
|
+
|
|
892
|
+
<#assertion-024-syntax-syntax-rule-elements-04-srl>
|
|
893
|
+
a earl:Assertion ;
|
|
894
|
+
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
895
|
+
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
896
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_25> ;
|
|
897
|
+
earl:mode earl:automatic ;
|
|
898
|
+
earl:result <#result-024-syntax-syntax-rule-elements-04-srl> .
|
|
899
|
+
|
|
900
|
+
<#result-024-syntax-syntax-rule-elements-04-srl>
|
|
901
|
+
a earl:TestResult ;
|
|
902
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
903
|
+
earl:outcome earl:passed ;
|
|
904
|
+
earl:info "Eyeleng passed syntax/syntax-rule-elements-04.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
436
905
|
|
|
437
|
-
|
|
906
|
+
<#assertion-025-syntax-syntax-rule-elements-05-srl>
|
|
907
|
+
a earl:Assertion ;
|
|
438
908
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
439
909
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
440
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
910
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_26> ;
|
|
441
911
|
earl:mode earl:automatic ;
|
|
442
|
-
earl:result
|
|
443
|
-
a earl:TestResult ;
|
|
444
|
-
earl:outcome earl:passed ;
|
|
445
|
-
earl:info "passed" ;
|
|
446
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
447
|
-
] .
|
|
912
|
+
earl:result <#result-025-syntax-syntax-rule-elements-05-srl> .
|
|
448
913
|
|
|
449
|
-
|
|
450
|
-
a earl:
|
|
451
|
-
dct:
|
|
452
|
-
|
|
914
|
+
<#result-025-syntax-syntax-rule-elements-05-srl>
|
|
915
|
+
a earl:TestResult ;
|
|
916
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
917
|
+
earl:outcome earl:passed ;
|
|
918
|
+
earl:info "Eyeleng passed syntax/syntax-rule-elements-05.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
453
919
|
|
|
454
|
-
|
|
920
|
+
<#assertion-026-syntax-syntax-rule-elements-filter-01-srl>
|
|
921
|
+
a earl:Assertion ;
|
|
455
922
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
456
923
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
457
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
924
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_27> ;
|
|
458
925
|
earl:mode earl:automatic ;
|
|
459
|
-
earl:result
|
|
460
|
-
a earl:TestResult ;
|
|
461
|
-
earl:outcome earl:passed ;
|
|
462
|
-
earl:info "passed" ;
|
|
463
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
464
|
-
] .
|
|
926
|
+
earl:result <#result-026-syntax-syntax-rule-elements-filter-01-srl> .
|
|
465
927
|
|
|
466
|
-
|
|
467
|
-
a earl:
|
|
468
|
-
dct:
|
|
469
|
-
|
|
928
|
+
<#result-026-syntax-syntax-rule-elements-filter-01-srl>
|
|
929
|
+
a earl:TestResult ;
|
|
930
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
931
|
+
earl:outcome earl:passed ;
|
|
932
|
+
earl:info "Eyeleng passed syntax/syntax-rule-elements-filter-01.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
470
933
|
|
|
471
|
-
|
|
934
|
+
<#assertion-027-syntax-syntax-rule-elements-filter-02-srl>
|
|
935
|
+
a earl:Assertion ;
|
|
472
936
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
473
937
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
474
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
938
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_28> ;
|
|
475
939
|
earl:mode earl:automatic ;
|
|
476
|
-
earl:result
|
|
477
|
-
a earl:TestResult ;
|
|
478
|
-
earl:outcome earl:passed ;
|
|
479
|
-
earl:info "passed" ;
|
|
480
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
481
|
-
] .
|
|
940
|
+
earl:result <#result-027-syntax-syntax-rule-elements-filter-02-srl> .
|
|
482
941
|
|
|
483
|
-
|
|
484
|
-
a earl:
|
|
485
|
-
dct:
|
|
486
|
-
|
|
942
|
+
<#result-027-syntax-syntax-rule-elements-filter-02-srl>
|
|
943
|
+
a earl:TestResult ;
|
|
944
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
945
|
+
earl:outcome earl:passed ;
|
|
946
|
+
earl:info "Eyeleng passed syntax/syntax-rule-elements-filter-02.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
487
947
|
|
|
488
|
-
|
|
948
|
+
<#assertion-028-syntax-syntax-rule-elements-filter-03-srl>
|
|
949
|
+
a earl:Assertion ;
|
|
489
950
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
490
951
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
491
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
952
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_29> ;
|
|
492
953
|
earl:mode earl:automatic ;
|
|
493
|
-
earl:result
|
|
494
|
-
a earl:TestResult ;
|
|
495
|
-
earl:outcome earl:passed ;
|
|
496
|
-
earl:info "passed" ;
|
|
497
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
498
|
-
] .
|
|
954
|
+
earl:result <#result-028-syntax-syntax-rule-elements-filter-03-srl> .
|
|
499
955
|
|
|
500
|
-
|
|
501
|
-
a earl:
|
|
502
|
-
dct:
|
|
503
|
-
|
|
956
|
+
<#result-028-syntax-syntax-rule-elements-filter-03-srl>
|
|
957
|
+
a earl:TestResult ;
|
|
958
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
959
|
+
earl:outcome earl:passed ;
|
|
960
|
+
earl:info "Eyeleng passed syntax/syntax-rule-elements-filter-03.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
504
961
|
|
|
505
|
-
|
|
962
|
+
<#assertion-029-syntax-syntax-rule-elements-not-01-srl>
|
|
963
|
+
a earl:Assertion ;
|
|
506
964
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
507
965
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
508
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
966
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_30> ;
|
|
509
967
|
earl:mode earl:automatic ;
|
|
510
|
-
earl:result
|
|
511
|
-
a earl:TestResult ;
|
|
512
|
-
earl:outcome earl:passed ;
|
|
513
|
-
earl:info "passed" ;
|
|
514
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
515
|
-
] .
|
|
968
|
+
earl:result <#result-029-syntax-syntax-rule-elements-not-01-srl> .
|
|
516
969
|
|
|
517
|
-
|
|
518
|
-
a earl:
|
|
519
|
-
dct:
|
|
520
|
-
|
|
970
|
+
<#result-029-syntax-syntax-rule-elements-not-01-srl>
|
|
971
|
+
a earl:TestResult ;
|
|
972
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
973
|
+
earl:outcome earl:passed ;
|
|
974
|
+
earl:info "Eyeleng passed syntax/syntax-rule-elements-not-01.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
521
975
|
|
|
522
|
-
|
|
976
|
+
<#assertion-030-syntax-syntax-rule-head-02-srl>
|
|
977
|
+
a earl:Assertion ;
|
|
523
978
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
524
979
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
525
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
980
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_31> ;
|
|
526
981
|
earl:mode earl:automatic ;
|
|
527
|
-
earl:result
|
|
528
|
-
a earl:TestResult ;
|
|
529
|
-
earl:outcome earl:passed ;
|
|
530
|
-
earl:info "passed" ;
|
|
531
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
532
|
-
] .
|
|
982
|
+
earl:result <#result-030-syntax-syntax-rule-head-02-srl> .
|
|
533
983
|
|
|
534
|
-
|
|
535
|
-
a earl:
|
|
536
|
-
dct:
|
|
537
|
-
|
|
984
|
+
<#result-030-syntax-syntax-rule-head-02-srl>
|
|
985
|
+
a earl:TestResult ;
|
|
986
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
987
|
+
earl:outcome earl:passed ;
|
|
988
|
+
earl:info "Eyeleng passed syntax/syntax-rule-head-02.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
538
989
|
|
|
539
|
-
|
|
990
|
+
<#assertion-031-syntax-syntax-rule-elements-not-03-srl>
|
|
991
|
+
a earl:Assertion ;
|
|
540
992
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
541
993
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
542
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
994
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_32> ;
|
|
543
995
|
earl:mode earl:automatic ;
|
|
544
|
-
earl:result
|
|
545
|
-
a earl:TestResult ;
|
|
546
|
-
earl:outcome earl:passed ;
|
|
547
|
-
earl:info "passed" ;
|
|
548
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
549
|
-
] .
|
|
996
|
+
earl:result <#result-031-syntax-syntax-rule-elements-not-03-srl> .
|
|
550
997
|
|
|
551
|
-
|
|
552
|
-
a earl:
|
|
553
|
-
dct:
|
|
554
|
-
|
|
998
|
+
<#result-031-syntax-syntax-rule-elements-not-03-srl>
|
|
999
|
+
a earl:TestResult ;
|
|
1000
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1001
|
+
earl:outcome earl:passed ;
|
|
1002
|
+
earl:info "Eyeleng passed syntax/syntax-rule-elements-not-03.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
555
1003
|
|
|
556
|
-
|
|
1004
|
+
<#assertion-032-syntax-syntax-rule-elements-not-04-srl>
|
|
1005
|
+
a earl:Assertion ;
|
|
557
1006
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
558
1007
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
559
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1008
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_33> ;
|
|
560
1009
|
earl:mode earl:automatic ;
|
|
561
|
-
earl:result
|
|
562
|
-
a earl:TestResult ;
|
|
563
|
-
earl:outcome earl:passed ;
|
|
564
|
-
earl:info "passed" ;
|
|
565
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
566
|
-
] .
|
|
1010
|
+
earl:result <#result-032-syntax-syntax-rule-elements-not-04-srl> .
|
|
567
1011
|
|
|
568
|
-
|
|
569
|
-
a earl:
|
|
570
|
-
dct:
|
|
571
|
-
|
|
1012
|
+
<#result-032-syntax-syntax-rule-elements-not-04-srl>
|
|
1013
|
+
a earl:TestResult ;
|
|
1014
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1015
|
+
earl:outcome earl:passed ;
|
|
1016
|
+
earl:info "Eyeleng passed syntax/syntax-rule-elements-not-04.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
572
1017
|
|
|
573
|
-
|
|
1018
|
+
<#assertion-033-syntax-syntax-rule-elements-not-05-srl>
|
|
1019
|
+
a earl:Assertion ;
|
|
574
1020
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
575
1021
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
576
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1022
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_34> ;
|
|
577
1023
|
earl:mode earl:automatic ;
|
|
578
|
-
earl:result
|
|
579
|
-
a earl:TestResult ;
|
|
580
|
-
earl:outcome earl:passed ;
|
|
581
|
-
earl:info "passed" ;
|
|
582
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
583
|
-
] .
|
|
1024
|
+
earl:result <#result-033-syntax-syntax-rule-elements-not-05-srl> .
|
|
584
1025
|
|
|
585
|
-
|
|
586
|
-
a earl:
|
|
587
|
-
dct:
|
|
588
|
-
|
|
1026
|
+
<#result-033-syntax-syntax-rule-elements-not-05-srl>
|
|
1027
|
+
a earl:TestResult ;
|
|
1028
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1029
|
+
earl:outcome earl:passed ;
|
|
1030
|
+
earl:info "Eyeleng passed syntax/syntax-rule-elements-not-05.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
589
1031
|
|
|
590
|
-
|
|
1032
|
+
<#assertion-034-syntax-syntax-reification-01-srl>
|
|
1033
|
+
a earl:Assertion ;
|
|
591
1034
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
592
1035
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
593
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1036
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_35> ;
|
|
594
1037
|
earl:mode earl:automatic ;
|
|
595
|
-
earl:result
|
|
596
|
-
a earl:TestResult ;
|
|
597
|
-
earl:outcome earl:passed ;
|
|
598
|
-
earl:info "passed" ;
|
|
599
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
600
|
-
] .
|
|
1038
|
+
earl:result <#result-034-syntax-syntax-reification-01-srl> .
|
|
601
1039
|
|
|
602
|
-
|
|
603
|
-
a earl:
|
|
604
|
-
dct:
|
|
605
|
-
|
|
1040
|
+
<#result-034-syntax-syntax-reification-01-srl>
|
|
1041
|
+
a earl:TestResult ;
|
|
1042
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1043
|
+
earl:outcome earl:passed ;
|
|
1044
|
+
earl:info "Eyeleng passed syntax/syntax-reification-01.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
606
1045
|
|
|
607
|
-
|
|
1046
|
+
<#assertion-035-syntax-syntax-reification-02-srl>
|
|
1047
|
+
a earl:Assertion ;
|
|
608
1048
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
609
1049
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
610
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1050
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_36> ;
|
|
611
1051
|
earl:mode earl:automatic ;
|
|
612
|
-
earl:result
|
|
613
|
-
a earl:TestResult ;
|
|
614
|
-
earl:outcome earl:passed ;
|
|
615
|
-
earl:info "passed" ;
|
|
616
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
617
|
-
] .
|
|
1052
|
+
earl:result <#result-035-syntax-syntax-reification-02-srl> .
|
|
618
1053
|
|
|
619
|
-
|
|
620
|
-
a earl:
|
|
621
|
-
dct:
|
|
622
|
-
|
|
1054
|
+
<#result-035-syntax-syntax-reification-02-srl>
|
|
1055
|
+
a earl:TestResult ;
|
|
1056
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1057
|
+
earl:outcome earl:passed ;
|
|
1058
|
+
earl:info "Eyeleng passed syntax/syntax-reification-02.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
623
1059
|
|
|
624
|
-
|
|
1060
|
+
<#assertion-036-syntax-syntax-reification-03-srl>
|
|
1061
|
+
a earl:Assertion ;
|
|
625
1062
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
626
1063
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
627
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1064
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_37> ;
|
|
628
1065
|
earl:mode earl:automatic ;
|
|
629
|
-
earl:result
|
|
630
|
-
a earl:TestResult ;
|
|
631
|
-
earl:outcome earl:passed ;
|
|
632
|
-
earl:info "passed" ;
|
|
633
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
634
|
-
] .
|
|
1066
|
+
earl:result <#result-036-syntax-syntax-reification-03-srl> .
|
|
635
1067
|
|
|
636
|
-
|
|
637
|
-
a earl:
|
|
638
|
-
dct:
|
|
639
|
-
|
|
1068
|
+
<#result-036-syntax-syntax-reification-03-srl>
|
|
1069
|
+
a earl:TestResult ;
|
|
1070
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1071
|
+
earl:outcome earl:passed ;
|
|
1072
|
+
earl:info "Eyeleng passed syntax/syntax-reification-03.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
640
1073
|
|
|
641
|
-
|
|
1074
|
+
<#assertion-037-syntax-syntax-reification-04-srl>
|
|
1075
|
+
a earl:Assertion ;
|
|
642
1076
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
643
1077
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
644
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1078
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_38> ;
|
|
645
1079
|
earl:mode earl:automatic ;
|
|
646
|
-
earl:result
|
|
647
|
-
a earl:TestResult ;
|
|
648
|
-
earl:outcome earl:passed ;
|
|
649
|
-
earl:info "passed" ;
|
|
650
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
651
|
-
] .
|
|
1080
|
+
earl:result <#result-037-syntax-syntax-reification-04-srl> .
|
|
652
1081
|
|
|
653
|
-
|
|
654
|
-
a earl:
|
|
655
|
-
dct:
|
|
656
|
-
|
|
1082
|
+
<#result-037-syntax-syntax-reification-04-srl>
|
|
1083
|
+
a earl:TestResult ;
|
|
1084
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1085
|
+
earl:outcome earl:passed ;
|
|
1086
|
+
earl:info "Eyeleng passed syntax/syntax-reification-04.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
657
1087
|
|
|
658
|
-
|
|
1088
|
+
<#assertion-038-syntax-syntax-reification-05-srl>
|
|
1089
|
+
a earl:Assertion ;
|
|
659
1090
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
660
1091
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
661
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1092
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_39> ;
|
|
662
1093
|
earl:mode earl:automatic ;
|
|
663
|
-
earl:result
|
|
664
|
-
a earl:TestResult ;
|
|
665
|
-
earl:outcome earl:passed ;
|
|
666
|
-
earl:info "passed" ;
|
|
667
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
668
|
-
] .
|
|
1094
|
+
earl:result <#result-038-syntax-syntax-reification-05-srl> .
|
|
669
1095
|
|
|
670
|
-
|
|
671
|
-
a earl:
|
|
672
|
-
dct:
|
|
673
|
-
|
|
1096
|
+
<#result-038-syntax-syntax-reification-05-srl>
|
|
1097
|
+
a earl:TestResult ;
|
|
1098
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1099
|
+
earl:outcome earl:passed ;
|
|
1100
|
+
earl:info "Eyeleng passed syntax/syntax-reification-05.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
674
1101
|
|
|
675
|
-
|
|
1102
|
+
<#assertion-039-syntax-syntax-reification-06-srl>
|
|
1103
|
+
a earl:Assertion ;
|
|
676
1104
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
677
1105
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
678
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1106
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_40> ;
|
|
679
1107
|
earl:mode earl:automatic ;
|
|
680
|
-
earl:result
|
|
681
|
-
a earl:TestResult ;
|
|
682
|
-
earl:outcome earl:passed ;
|
|
683
|
-
earl:info "passed" ;
|
|
684
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
685
|
-
] .
|
|
1108
|
+
earl:result <#result-039-syntax-syntax-reification-06-srl> .
|
|
686
1109
|
|
|
687
|
-
|
|
688
|
-
a earl:
|
|
689
|
-
dct:
|
|
690
|
-
|
|
1110
|
+
<#result-039-syntax-syntax-reification-06-srl>
|
|
1111
|
+
a earl:TestResult ;
|
|
1112
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1113
|
+
earl:outcome earl:passed ;
|
|
1114
|
+
earl:info "Eyeleng passed syntax/syntax-reification-06.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
691
1115
|
|
|
692
|
-
|
|
1116
|
+
<#assertion-040-syntax-syntax-reification-07-srl>
|
|
1117
|
+
a earl:Assertion ;
|
|
693
1118
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
694
1119
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
695
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1120
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_41> ;
|
|
696
1121
|
earl:mode earl:automatic ;
|
|
697
|
-
earl:result
|
|
698
|
-
a earl:TestResult ;
|
|
699
|
-
earl:outcome earl:passed ;
|
|
700
|
-
earl:info "passed" ;
|
|
701
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
702
|
-
] .
|
|
1122
|
+
earl:result <#result-040-syntax-syntax-reification-07-srl> .
|
|
703
1123
|
|
|
704
|
-
|
|
705
|
-
a earl:
|
|
706
|
-
dct:
|
|
707
|
-
|
|
1124
|
+
<#result-040-syntax-syntax-reification-07-srl>
|
|
1125
|
+
a earl:TestResult ;
|
|
1126
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1127
|
+
earl:outcome earl:passed ;
|
|
1128
|
+
earl:info "Eyeleng passed syntax/syntax-reification-07.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
708
1129
|
|
|
709
|
-
|
|
1130
|
+
<#assertion-041-syntax-syntax-reification-08-srl>
|
|
1131
|
+
a earl:Assertion ;
|
|
710
1132
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
711
1133
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
712
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1134
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_42> ;
|
|
713
1135
|
earl:mode earl:automatic ;
|
|
714
|
-
earl:result
|
|
715
|
-
a earl:TestResult ;
|
|
716
|
-
earl:outcome earl:passed ;
|
|
717
|
-
earl:info "passed" ;
|
|
718
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
719
|
-
] .
|
|
1136
|
+
earl:result <#result-041-syntax-syntax-reification-08-srl> .
|
|
720
1137
|
|
|
721
|
-
|
|
722
|
-
a earl:
|
|
723
|
-
dct:
|
|
724
|
-
|
|
1138
|
+
<#result-041-syntax-syntax-reification-08-srl>
|
|
1139
|
+
a earl:TestResult ;
|
|
1140
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1141
|
+
earl:outcome earl:passed ;
|
|
1142
|
+
earl:info "Eyeleng passed syntax/syntax-reification-08.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
725
1143
|
|
|
726
|
-
|
|
1144
|
+
<#assertion-042-syntax-syntax-reification-09-srl>
|
|
1145
|
+
a earl:Assertion ;
|
|
727
1146
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
728
1147
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
729
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1148
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_43> ;
|
|
730
1149
|
earl:mode earl:automatic ;
|
|
731
|
-
earl:result
|
|
732
|
-
a earl:TestResult ;
|
|
733
|
-
earl:outcome earl:passed ;
|
|
734
|
-
earl:info "passed" ;
|
|
735
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
736
|
-
] .
|
|
1150
|
+
earl:result <#result-042-syntax-syntax-reification-09-srl> .
|
|
737
1151
|
|
|
738
|
-
|
|
739
|
-
a earl:
|
|
740
|
-
dct:
|
|
741
|
-
|
|
1152
|
+
<#result-042-syntax-syntax-reification-09-srl>
|
|
1153
|
+
a earl:TestResult ;
|
|
1154
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1155
|
+
earl:outcome earl:passed ;
|
|
1156
|
+
earl:info "Eyeleng passed syntax/syntax-reification-09.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
742
1157
|
|
|
743
|
-
|
|
1158
|
+
<#assertion-043-syntax-syntax-rule-head-01-srl>
|
|
1159
|
+
a earl:Assertion ;
|
|
744
1160
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
745
1161
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
746
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1162
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_44> ;
|
|
747
1163
|
earl:mode earl:automatic ;
|
|
748
|
-
earl:result
|
|
749
|
-
a earl:TestResult ;
|
|
750
|
-
earl:outcome earl:passed ;
|
|
751
|
-
earl:info "passed" ;
|
|
752
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
753
|
-
] .
|
|
1164
|
+
earl:result <#result-043-syntax-syntax-rule-head-01-srl> .
|
|
754
1165
|
|
|
755
|
-
|
|
756
|
-
a earl:
|
|
757
|
-
dct:
|
|
758
|
-
|
|
1166
|
+
<#result-043-syntax-syntax-rule-head-01-srl>
|
|
1167
|
+
a earl:TestResult ;
|
|
1168
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1169
|
+
earl:outcome earl:passed ;
|
|
1170
|
+
earl:info "Eyeleng passed syntax/syntax-rule-head-01.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
759
1171
|
|
|
760
|
-
|
|
1172
|
+
<#assertion-044-syntax-syntax-rule-head-02-srl>
|
|
1173
|
+
a earl:Assertion ;
|
|
761
1174
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
762
1175
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
763
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1176
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_45> ;
|
|
764
1177
|
earl:mode earl:automatic ;
|
|
765
|
-
earl:result
|
|
766
|
-
a earl:TestResult ;
|
|
767
|
-
earl:outcome earl:passed ;
|
|
768
|
-
earl:info "passed" ;
|
|
769
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
770
|
-
] .
|
|
1178
|
+
earl:result <#result-044-syntax-syntax-rule-head-02-srl> .
|
|
771
1179
|
|
|
772
|
-
|
|
773
|
-
a earl:
|
|
774
|
-
dct:
|
|
775
|
-
|
|
1180
|
+
<#result-044-syntax-syntax-rule-head-02-srl>
|
|
1181
|
+
a earl:TestResult ;
|
|
1182
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1183
|
+
earl:outcome earl:passed ;
|
|
1184
|
+
earl:info "Eyeleng passed syntax/syntax-rule-head-02.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
776
1185
|
|
|
777
|
-
|
|
1186
|
+
<#assertion-045-syntax-syntax-rule-head-03-srl>
|
|
1187
|
+
a earl:Assertion ;
|
|
778
1188
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
779
1189
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
780
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1190
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_46> ;
|
|
781
1191
|
earl:mode earl:automatic ;
|
|
782
|
-
earl:result
|
|
783
|
-
a earl:TestResult ;
|
|
784
|
-
earl:outcome earl:passed ;
|
|
785
|
-
earl:info "passed" ;
|
|
786
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
787
|
-
] .
|
|
1192
|
+
earl:result <#result-045-syntax-syntax-rule-head-03-srl> .
|
|
788
1193
|
|
|
789
|
-
|
|
790
|
-
a earl:
|
|
791
|
-
dct:
|
|
792
|
-
|
|
1194
|
+
<#result-045-syntax-syntax-rule-head-03-srl>
|
|
1195
|
+
a earl:TestResult ;
|
|
1196
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1197
|
+
earl:outcome earl:passed ;
|
|
1198
|
+
earl:info "Eyeleng passed syntax/syntax-rule-head-03.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
793
1199
|
|
|
794
|
-
|
|
1200
|
+
<#assertion-046-syntax-syntax-rule-head-04-srl>
|
|
1201
|
+
a earl:Assertion ;
|
|
795
1202
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
796
1203
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
797
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1204
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_47> ;
|
|
798
1205
|
earl:mode earl:automatic ;
|
|
799
|
-
earl:result
|
|
800
|
-
a earl:TestResult ;
|
|
801
|
-
earl:outcome earl:passed ;
|
|
802
|
-
earl:info "passed" ;
|
|
803
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
804
|
-
] .
|
|
1206
|
+
earl:result <#result-046-syntax-syntax-rule-head-04-srl> .
|
|
805
1207
|
|
|
806
|
-
|
|
807
|
-
a earl:
|
|
808
|
-
dct:
|
|
809
|
-
|
|
1208
|
+
<#result-046-syntax-syntax-rule-head-04-srl>
|
|
1209
|
+
a earl:TestResult ;
|
|
1210
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1211
|
+
earl:outcome earl:passed ;
|
|
1212
|
+
earl:info "Eyeleng passed syntax/syntax-rule-head-04.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
810
1213
|
|
|
811
|
-
|
|
1214
|
+
<#assertion-047-syntax-syntax-rule-head-05-srl>
|
|
1215
|
+
a earl:Assertion ;
|
|
812
1216
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
813
1217
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
814
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1218
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_48> ;
|
|
815
1219
|
earl:mode earl:automatic ;
|
|
816
|
-
earl:result
|
|
817
|
-
a earl:TestResult ;
|
|
818
|
-
earl:outcome earl:passed ;
|
|
819
|
-
earl:info "passed" ;
|
|
820
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
821
|
-
] .
|
|
1220
|
+
earl:result <#result-047-syntax-syntax-rule-head-05-srl> .
|
|
822
1221
|
|
|
823
|
-
|
|
824
|
-
a earl:
|
|
825
|
-
dct:
|
|
826
|
-
|
|
1222
|
+
<#result-047-syntax-syntax-rule-head-05-srl>
|
|
1223
|
+
a earl:TestResult ;
|
|
1224
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1225
|
+
earl:outcome earl:passed ;
|
|
1226
|
+
earl:info "Eyeleng passed syntax/syntax-rule-head-05.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
827
1227
|
|
|
828
|
-
|
|
1228
|
+
<#assertion-048-syntax-syntax-rule-head-06-srl>
|
|
1229
|
+
a earl:Assertion ;
|
|
829
1230
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
830
1231
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
831
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1232
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_49> ;
|
|
832
1233
|
earl:mode earl:automatic ;
|
|
833
|
-
earl:result
|
|
834
|
-
a earl:TestResult ;
|
|
835
|
-
earl:outcome earl:passed ;
|
|
836
|
-
earl:info "passed" ;
|
|
837
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
838
|
-
] .
|
|
1234
|
+
earl:result <#result-048-syntax-syntax-rule-head-06-srl> .
|
|
839
1235
|
|
|
840
|
-
|
|
841
|
-
a earl:
|
|
842
|
-
dct:
|
|
843
|
-
|
|
1236
|
+
<#result-048-syntax-syntax-rule-head-06-srl>
|
|
1237
|
+
a earl:TestResult ;
|
|
1238
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1239
|
+
earl:outcome earl:passed ;
|
|
1240
|
+
earl:info "Eyeleng passed syntax/syntax-rule-head-06.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
844
1241
|
|
|
845
|
-
|
|
1242
|
+
<#assertion-049-syntax-syntax-rule-head-07-srl>
|
|
1243
|
+
a earl:Assertion ;
|
|
846
1244
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
847
1245
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
848
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1246
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_50> ;
|
|
849
1247
|
earl:mode earl:automatic ;
|
|
850
|
-
earl:result
|
|
851
|
-
a earl:TestResult ;
|
|
852
|
-
earl:outcome earl:passed ;
|
|
853
|
-
earl:info "passed" ;
|
|
854
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
855
|
-
] .
|
|
1248
|
+
earl:result <#result-049-syntax-syntax-rule-head-07-srl> .
|
|
856
1249
|
|
|
857
|
-
|
|
858
|
-
a earl:
|
|
859
|
-
dct:
|
|
860
|
-
|
|
1250
|
+
<#result-049-syntax-syntax-rule-head-07-srl>
|
|
1251
|
+
a earl:TestResult ;
|
|
1252
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1253
|
+
earl:outcome earl:passed ;
|
|
1254
|
+
earl:info "Eyeleng passed syntax/syntax-rule-head-07.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
861
1255
|
|
|
862
|
-
|
|
1256
|
+
<#assertion-050-syntax-syntax-data-08-srl>
|
|
1257
|
+
a earl:Assertion ;
|
|
863
1258
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
864
1259
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
865
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1260
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_51> ;
|
|
866
1261
|
earl:mode earl:automatic ;
|
|
867
|
-
earl:result
|
|
868
|
-
a earl:TestResult ;
|
|
869
|
-
earl:outcome earl:passed ;
|
|
870
|
-
earl:info "passed" ;
|
|
871
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
872
|
-
] .
|
|
1262
|
+
earl:result <#result-050-syntax-syntax-data-08-srl> .
|
|
873
1263
|
|
|
874
|
-
|
|
875
|
-
a earl:
|
|
876
|
-
dct:
|
|
877
|
-
|
|
1264
|
+
<#result-050-syntax-syntax-data-08-srl>
|
|
1265
|
+
a earl:TestResult ;
|
|
1266
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1267
|
+
earl:outcome earl:passed ;
|
|
1268
|
+
earl:info "Eyeleng passed syntax/syntax-data-08.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
878
1269
|
|
|
879
|
-
|
|
1270
|
+
<#assertion-051-syntax-syntax-data-09-srl>
|
|
1271
|
+
a earl:Assertion ;
|
|
880
1272
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
881
1273
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
882
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1274
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_52> ;
|
|
883
1275
|
earl:mode earl:automatic ;
|
|
884
|
-
earl:result
|
|
885
|
-
a earl:TestResult ;
|
|
886
|
-
earl:outcome earl:passed ;
|
|
887
|
-
earl:info "passed" ;
|
|
888
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
889
|
-
] .
|
|
1276
|
+
earl:result <#result-051-syntax-syntax-data-09-srl> .
|
|
890
1277
|
|
|
891
|
-
|
|
892
|
-
a earl:
|
|
893
|
-
dct:
|
|
894
|
-
|
|
1278
|
+
<#result-051-syntax-syntax-data-09-srl>
|
|
1279
|
+
a earl:TestResult ;
|
|
1280
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1281
|
+
earl:outcome earl:passed ;
|
|
1282
|
+
earl:info "Eyeleng passed syntax/syntax-data-09.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
895
1283
|
|
|
896
|
-
|
|
1284
|
+
<#assertion-052-syntax-syntax-data-10-srl>
|
|
1285
|
+
a earl:Assertion ;
|
|
897
1286
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
898
1287
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
899
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1288
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_53> ;
|
|
900
1289
|
earl:mode earl:automatic ;
|
|
901
|
-
earl:result
|
|
902
|
-
a earl:TestResult ;
|
|
903
|
-
earl:outcome earl:passed ;
|
|
904
|
-
earl:info "passed" ;
|
|
905
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
906
|
-
] .
|
|
1290
|
+
earl:result <#result-052-syntax-syntax-data-10-srl> .
|
|
907
1291
|
|
|
908
|
-
|
|
909
|
-
a earl:
|
|
910
|
-
dct:
|
|
911
|
-
|
|
1292
|
+
<#result-052-syntax-syntax-data-10-srl>
|
|
1293
|
+
a earl:TestResult ;
|
|
1294
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1295
|
+
earl:outcome earl:passed ;
|
|
1296
|
+
earl:info "Eyeleng passed syntax/syntax-data-10.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
912
1297
|
|
|
913
|
-
|
|
1298
|
+
<#assertion-053-syntax-syntax-data-11-srl>
|
|
1299
|
+
a earl:Assertion ;
|
|
914
1300
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
915
1301
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
916
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1302
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_54> ;
|
|
917
1303
|
earl:mode earl:automatic ;
|
|
918
|
-
earl:result
|
|
919
|
-
a earl:TestResult ;
|
|
920
|
-
earl:outcome earl:passed ;
|
|
921
|
-
earl:info "passed" ;
|
|
922
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
923
|
-
] .
|
|
1304
|
+
earl:result <#result-053-syntax-syntax-data-11-srl> .
|
|
924
1305
|
|
|
925
|
-
|
|
926
|
-
a earl:
|
|
927
|
-
dct:
|
|
928
|
-
|
|
1306
|
+
<#result-053-syntax-syntax-data-11-srl>
|
|
1307
|
+
a earl:TestResult ;
|
|
1308
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1309
|
+
earl:outcome earl:passed ;
|
|
1310
|
+
earl:info "Eyeleng passed syntax/syntax-data-11.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
929
1311
|
|
|
930
|
-
|
|
1312
|
+
<#assertion-054-syntax-syntax-data-12-srl>
|
|
1313
|
+
a earl:Assertion ;
|
|
931
1314
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
932
1315
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
933
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1316
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_55> ;
|
|
934
1317
|
earl:mode earl:automatic ;
|
|
935
|
-
earl:result
|
|
936
|
-
a earl:TestResult ;
|
|
937
|
-
earl:outcome earl:passed ;
|
|
938
|
-
earl:info "passed" ;
|
|
939
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
940
|
-
] .
|
|
1318
|
+
earl:result <#result-054-syntax-syntax-data-12-srl> .
|
|
941
1319
|
|
|
942
|
-
|
|
943
|
-
a earl:
|
|
944
|
-
dct:
|
|
945
|
-
|
|
1320
|
+
<#result-054-syntax-syntax-data-12-srl>
|
|
1321
|
+
a earl:TestResult ;
|
|
1322
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1323
|
+
earl:outcome earl:passed ;
|
|
1324
|
+
earl:info "Eyeleng passed syntax/syntax-data-12.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
946
1325
|
|
|
947
|
-
|
|
1326
|
+
<#assertion-055-syntax-syntax-data-13-srl>
|
|
1327
|
+
a earl:Assertion ;
|
|
948
1328
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
949
1329
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
950
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1330
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_56> ;
|
|
951
1331
|
earl:mode earl:automatic ;
|
|
952
|
-
earl:result
|
|
953
|
-
a earl:TestResult ;
|
|
954
|
-
earl:outcome earl:passed ;
|
|
955
|
-
earl:info "passed" ;
|
|
956
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
957
|
-
] .
|
|
1332
|
+
earl:result <#result-055-syntax-syntax-data-13-srl> .
|
|
958
1333
|
|
|
959
|
-
|
|
960
|
-
a earl:
|
|
961
|
-
dct:
|
|
962
|
-
|
|
1334
|
+
<#result-055-syntax-syntax-data-13-srl>
|
|
1335
|
+
a earl:TestResult ;
|
|
1336
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1337
|
+
earl:outcome earl:passed ;
|
|
1338
|
+
earl:info "Eyeleng passed syntax/syntax-data-13.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
963
1339
|
|
|
964
|
-
|
|
1340
|
+
<#assertion-056-syntax-syntax-rule-bad-01-srl>
|
|
1341
|
+
a earl:Assertion ;
|
|
965
1342
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
966
1343
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
967
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1344
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_57> ;
|
|
968
1345
|
earl:mode earl:automatic ;
|
|
969
|
-
earl:result
|
|
970
|
-
a earl:TestResult ;
|
|
971
|
-
earl:outcome earl:passed ;
|
|
972
|
-
earl:info "passed" ;
|
|
973
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
974
|
-
] .
|
|
1346
|
+
earl:result <#result-056-syntax-syntax-rule-bad-01-srl> .
|
|
975
1347
|
|
|
976
|
-
|
|
977
|
-
a earl:
|
|
978
|
-
dct:
|
|
979
|
-
|
|
1348
|
+
<#result-056-syntax-syntax-rule-bad-01-srl>
|
|
1349
|
+
a earl:TestResult ;
|
|
1350
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1351
|
+
earl:outcome earl:passed ;
|
|
1352
|
+
earl:info "Eyeleng passed syntax/syntax-rule-bad-01.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
980
1353
|
|
|
981
|
-
|
|
1354
|
+
<#assertion-057-syntax-syntax-rule-bad-02-srl>
|
|
1355
|
+
a earl:Assertion ;
|
|
982
1356
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
983
1357
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
984
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1358
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_58> ;
|
|
985
1359
|
earl:mode earl:automatic ;
|
|
986
|
-
earl:result
|
|
987
|
-
a earl:TestResult ;
|
|
988
|
-
earl:outcome earl:passed ;
|
|
989
|
-
earl:info "passed" ;
|
|
990
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
991
|
-
] .
|
|
1360
|
+
earl:result <#result-057-syntax-syntax-rule-bad-02-srl> .
|
|
992
1361
|
|
|
993
|
-
|
|
994
|
-
a earl:
|
|
995
|
-
dct:
|
|
996
|
-
|
|
1362
|
+
<#result-057-syntax-syntax-rule-bad-02-srl>
|
|
1363
|
+
a earl:TestResult ;
|
|
1364
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1365
|
+
earl:outcome earl:passed ;
|
|
1366
|
+
earl:info "Eyeleng passed syntax/syntax-rule-bad-02.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
997
1367
|
|
|
998
|
-
|
|
1368
|
+
<#assertion-058-syntax-syntax-rule-bad-03-srl>
|
|
1369
|
+
a earl:Assertion ;
|
|
999
1370
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1000
1371
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1001
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1372
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_59> ;
|
|
1002
1373
|
earl:mode earl:automatic ;
|
|
1003
|
-
earl:result
|
|
1004
|
-
a earl:TestResult ;
|
|
1005
|
-
earl:outcome earl:passed ;
|
|
1006
|
-
earl:info "passed" ;
|
|
1007
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1008
|
-
] .
|
|
1374
|
+
earl:result <#result-058-syntax-syntax-rule-bad-03-srl> .
|
|
1009
1375
|
|
|
1010
|
-
|
|
1011
|
-
a earl:
|
|
1012
|
-
dct:
|
|
1013
|
-
|
|
1376
|
+
<#result-058-syntax-syntax-rule-bad-03-srl>
|
|
1377
|
+
a earl:TestResult ;
|
|
1378
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1379
|
+
earl:outcome earl:passed ;
|
|
1380
|
+
earl:info "Eyeleng passed syntax/syntax-rule-bad-03.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1014
1381
|
|
|
1015
|
-
|
|
1382
|
+
<#assertion-059-syntax-syntax-rule-bad-04-srl>
|
|
1383
|
+
a earl:Assertion ;
|
|
1016
1384
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1017
1385
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1018
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1386
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_60> ;
|
|
1019
1387
|
earl:mode earl:automatic ;
|
|
1020
|
-
earl:result
|
|
1021
|
-
a earl:TestResult ;
|
|
1022
|
-
earl:outcome earl:passed ;
|
|
1023
|
-
earl:info "passed" ;
|
|
1024
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1025
|
-
] .
|
|
1388
|
+
earl:result <#result-059-syntax-syntax-rule-bad-04-srl> .
|
|
1026
1389
|
|
|
1027
|
-
|
|
1028
|
-
a earl:
|
|
1029
|
-
dct:
|
|
1030
|
-
|
|
1390
|
+
<#result-059-syntax-syntax-rule-bad-04-srl>
|
|
1391
|
+
a earl:TestResult ;
|
|
1392
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1393
|
+
earl:outcome earl:passed ;
|
|
1394
|
+
earl:info "Eyeleng passed syntax/syntax-rule-bad-04.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1031
1395
|
|
|
1032
|
-
|
|
1396
|
+
<#assertion-060-syntax-syntax-rule-bad-05-srl>
|
|
1397
|
+
a earl:Assertion ;
|
|
1033
1398
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1034
1399
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1035
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1400
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_61> ;
|
|
1036
1401
|
earl:mode earl:automatic ;
|
|
1037
|
-
earl:result
|
|
1038
|
-
a earl:TestResult ;
|
|
1039
|
-
earl:outcome earl:passed ;
|
|
1040
|
-
earl:info "passed" ;
|
|
1041
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1042
|
-
] .
|
|
1402
|
+
earl:result <#result-060-syntax-syntax-rule-bad-05-srl> .
|
|
1043
1403
|
|
|
1044
|
-
|
|
1045
|
-
a earl:
|
|
1046
|
-
dct:
|
|
1047
|
-
|
|
1404
|
+
<#result-060-syntax-syntax-rule-bad-05-srl>
|
|
1405
|
+
a earl:TestResult ;
|
|
1406
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1407
|
+
earl:outcome earl:passed ;
|
|
1408
|
+
earl:info "Eyeleng passed syntax/syntax-rule-bad-05.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1048
1409
|
|
|
1049
|
-
|
|
1410
|
+
<#assertion-061-syntax-syntax-rule-bad-06-srl>
|
|
1411
|
+
a earl:Assertion ;
|
|
1050
1412
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1051
1413
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1052
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1414
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_62> ;
|
|
1053
1415
|
earl:mode earl:automatic ;
|
|
1054
|
-
earl:result
|
|
1055
|
-
a earl:TestResult ;
|
|
1056
|
-
earl:outcome earl:passed ;
|
|
1057
|
-
earl:info "passed" ;
|
|
1058
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1059
|
-
] .
|
|
1416
|
+
earl:result <#result-061-syntax-syntax-rule-bad-06-srl> .
|
|
1060
1417
|
|
|
1061
|
-
|
|
1062
|
-
a earl:
|
|
1063
|
-
dct:
|
|
1064
|
-
|
|
1418
|
+
<#result-061-syntax-syntax-rule-bad-06-srl>
|
|
1419
|
+
a earl:TestResult ;
|
|
1420
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1421
|
+
earl:outcome earl:passed ;
|
|
1422
|
+
earl:info "Eyeleng passed syntax/syntax-rule-bad-06.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1065
1423
|
|
|
1066
|
-
|
|
1424
|
+
<#assertion-062-syntax-syntax-data-bad-01-srl>
|
|
1425
|
+
a earl:Assertion ;
|
|
1067
1426
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1068
1427
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1069
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax
|
|
1428
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/syntax/manifest#test_63> ;
|
|
1070
1429
|
earl:mode earl:automatic ;
|
|
1071
|
-
earl:result
|
|
1072
|
-
a earl:TestResult ;
|
|
1073
|
-
earl:outcome earl:passed ;
|
|
1074
|
-
earl:info "passed" ;
|
|
1075
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1076
|
-
] .
|
|
1430
|
+
earl:result <#result-062-syntax-syntax-data-bad-01-srl> .
|
|
1077
1431
|
|
|
1078
|
-
|
|
1079
|
-
a earl:
|
|
1080
|
-
dct:
|
|
1081
|
-
|
|
1432
|
+
<#result-062-syntax-syntax-data-bad-01-srl>
|
|
1433
|
+
a earl:TestResult ;
|
|
1434
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1435
|
+
earl:outcome earl:passed ;
|
|
1436
|
+
earl:info "Eyeleng passed syntax/syntax-data-bad-01.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1082
1437
|
|
|
1083
|
-
|
|
1438
|
+
<#assertion-063-wellformed-wellformed-01-srl>
|
|
1439
|
+
a earl:Assertion ;
|
|
1084
1440
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1085
1441
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1086
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed
|
|
1442
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/manifest#test_1> ;
|
|
1087
1443
|
earl:mode earl:automatic ;
|
|
1088
|
-
earl:result
|
|
1089
|
-
a earl:TestResult ;
|
|
1090
|
-
earl:outcome earl:passed ;
|
|
1091
|
-
earl:info "passed" ;
|
|
1092
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1093
|
-
] .
|
|
1444
|
+
earl:result <#result-063-wellformed-wellformed-01-srl> .
|
|
1094
1445
|
|
|
1095
|
-
|
|
1096
|
-
a earl:
|
|
1097
|
-
dct:
|
|
1098
|
-
|
|
1446
|
+
<#result-063-wellformed-wellformed-01-srl>
|
|
1447
|
+
a earl:TestResult ;
|
|
1448
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1449
|
+
earl:outcome earl:passed ;
|
|
1450
|
+
earl:info "Eyeleng passed wellformed/wellformed-01.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1099
1451
|
|
|
1100
|
-
|
|
1452
|
+
<#assertion-064-wellformed-wellformed-02-srl>
|
|
1453
|
+
a earl:Assertion ;
|
|
1101
1454
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1102
1455
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1103
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed
|
|
1456
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/manifest#test_2> ;
|
|
1104
1457
|
earl:mode earl:automatic ;
|
|
1105
|
-
earl:result
|
|
1106
|
-
a earl:TestResult ;
|
|
1107
|
-
earl:outcome earl:passed ;
|
|
1108
|
-
earl:info "passed" ;
|
|
1109
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1110
|
-
] .
|
|
1458
|
+
earl:result <#result-064-wellformed-wellformed-02-srl> .
|
|
1111
1459
|
|
|
1112
|
-
|
|
1113
|
-
a earl:
|
|
1114
|
-
dct:
|
|
1115
|
-
|
|
1460
|
+
<#result-064-wellformed-wellformed-02-srl>
|
|
1461
|
+
a earl:TestResult ;
|
|
1462
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1463
|
+
earl:outcome earl:passed ;
|
|
1464
|
+
earl:info "Eyeleng passed wellformed/wellformed-02.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1116
1465
|
|
|
1117
|
-
|
|
1466
|
+
<#assertion-065-wellformed-wellformed-03-srl>
|
|
1467
|
+
a earl:Assertion ;
|
|
1118
1468
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1119
1469
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1120
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed
|
|
1470
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/manifest#test_3> ;
|
|
1121
1471
|
earl:mode earl:automatic ;
|
|
1122
|
-
earl:result
|
|
1123
|
-
a earl:TestResult ;
|
|
1124
|
-
earl:outcome earl:passed ;
|
|
1125
|
-
earl:info "passed" ;
|
|
1126
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1127
|
-
] .
|
|
1472
|
+
earl:result <#result-065-wellformed-wellformed-03-srl> .
|
|
1128
1473
|
|
|
1129
|
-
|
|
1130
|
-
a earl:
|
|
1131
|
-
dct:
|
|
1132
|
-
|
|
1474
|
+
<#result-065-wellformed-wellformed-03-srl>
|
|
1475
|
+
a earl:TestResult ;
|
|
1476
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1477
|
+
earl:outcome earl:passed ;
|
|
1478
|
+
earl:info "Eyeleng passed wellformed/wellformed-03.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1133
1479
|
|
|
1134
|
-
|
|
1480
|
+
<#assertion-066-wellformed-wellformed-04-srl>
|
|
1481
|
+
a earl:Assertion ;
|
|
1135
1482
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1136
1483
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1137
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed
|
|
1484
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/manifest#test_4> ;
|
|
1138
1485
|
earl:mode earl:automatic ;
|
|
1139
|
-
earl:result
|
|
1140
|
-
a earl:TestResult ;
|
|
1141
|
-
earl:outcome earl:passed ;
|
|
1142
|
-
earl:info "passed" ;
|
|
1143
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1144
|
-
] .
|
|
1486
|
+
earl:result <#result-066-wellformed-wellformed-04-srl> .
|
|
1145
1487
|
|
|
1146
|
-
|
|
1147
|
-
a earl:
|
|
1148
|
-
dct:
|
|
1149
|
-
|
|
1488
|
+
<#result-066-wellformed-wellformed-04-srl>
|
|
1489
|
+
a earl:TestResult ;
|
|
1490
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1491
|
+
earl:outcome earl:passed ;
|
|
1492
|
+
earl:info "Eyeleng passed wellformed/wellformed-04.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1150
1493
|
|
|
1151
|
-
|
|
1494
|
+
<#assertion-067-wellformed-wellformed-bad-01-srl>
|
|
1495
|
+
a earl:Assertion ;
|
|
1152
1496
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1153
1497
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1154
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed
|
|
1498
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/manifest#test_5> ;
|
|
1155
1499
|
earl:mode earl:automatic ;
|
|
1156
|
-
earl:result
|
|
1157
|
-
a earl:TestResult ;
|
|
1158
|
-
earl:outcome earl:passed ;
|
|
1159
|
-
earl:info "passed" ;
|
|
1160
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1161
|
-
] .
|
|
1500
|
+
earl:result <#result-067-wellformed-wellformed-bad-01-srl> .
|
|
1162
1501
|
|
|
1163
|
-
|
|
1164
|
-
a earl:
|
|
1165
|
-
dct:
|
|
1166
|
-
|
|
1502
|
+
<#result-067-wellformed-wellformed-bad-01-srl>
|
|
1503
|
+
a earl:TestResult ;
|
|
1504
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1505
|
+
earl:outcome earl:passed ;
|
|
1506
|
+
earl:info "Eyeleng passed wellformed/wellformed-bad-01.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1167
1507
|
|
|
1168
|
-
|
|
1508
|
+
<#assertion-068-wellformed-wellformed-bad-02-srl>
|
|
1509
|
+
a earl:Assertion ;
|
|
1169
1510
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1170
1511
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1171
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed
|
|
1512
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/manifest#test_6> ;
|
|
1172
1513
|
earl:mode earl:automatic ;
|
|
1173
|
-
earl:result
|
|
1174
|
-
a earl:TestResult ;
|
|
1175
|
-
earl:outcome earl:passed ;
|
|
1176
|
-
earl:info "passed" ;
|
|
1177
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1178
|
-
] .
|
|
1514
|
+
earl:result <#result-068-wellformed-wellformed-bad-02-srl> .
|
|
1179
1515
|
|
|
1180
|
-
|
|
1181
|
-
a earl:
|
|
1182
|
-
dct:
|
|
1183
|
-
|
|
1516
|
+
<#result-068-wellformed-wellformed-bad-02-srl>
|
|
1517
|
+
a earl:TestResult ;
|
|
1518
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1519
|
+
earl:outcome earl:passed ;
|
|
1520
|
+
earl:info "Eyeleng passed wellformed/wellformed-bad-02.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1184
1521
|
|
|
1185
|
-
|
|
1522
|
+
<#assertion-069-wellformed-wellformed-bad-03-srl>
|
|
1523
|
+
a earl:Assertion ;
|
|
1186
1524
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1187
1525
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1188
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed
|
|
1526
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/wellformed/manifest#test_7> ;
|
|
1189
1527
|
earl:mode earl:automatic ;
|
|
1190
|
-
earl:result
|
|
1191
|
-
a earl:TestResult ;
|
|
1192
|
-
earl:outcome earl:passed ;
|
|
1193
|
-
earl:info "passed" ;
|
|
1194
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1195
|
-
] .
|
|
1528
|
+
earl:result <#result-069-wellformed-wellformed-bad-03-srl> .
|
|
1196
1529
|
|
|
1197
|
-
|
|
1198
|
-
a earl:
|
|
1199
|
-
dct:
|
|
1200
|
-
|
|
1530
|
+
<#result-069-wellformed-wellformed-bad-03-srl>
|
|
1531
|
+
a earl:TestResult ;
|
|
1532
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1533
|
+
earl:outcome earl:passed ;
|
|
1534
|
+
earl:info "Eyeleng passed wellformed/wellformed-bad-03.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1201
1535
|
|
|
1202
|
-
|
|
1536
|
+
<#assertion-070-stratification-stratification-01-srl>
|
|
1537
|
+
a earl:Assertion ;
|
|
1203
1538
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1204
1539
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1205
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification
|
|
1540
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/manifest#test_1> ;
|
|
1206
1541
|
earl:mode earl:automatic ;
|
|
1207
|
-
earl:result
|
|
1208
|
-
a earl:TestResult ;
|
|
1209
|
-
earl:outcome earl:passed ;
|
|
1210
|
-
earl:info "passed" ;
|
|
1211
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1212
|
-
] .
|
|
1542
|
+
earl:result <#result-070-stratification-stratification-01-srl> .
|
|
1213
1543
|
|
|
1214
|
-
|
|
1215
|
-
a earl:
|
|
1216
|
-
dct:
|
|
1217
|
-
|
|
1544
|
+
<#result-070-stratification-stratification-01-srl>
|
|
1545
|
+
a earl:TestResult ;
|
|
1546
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1547
|
+
earl:outcome earl:passed ;
|
|
1548
|
+
earl:info "Eyeleng passed stratification/stratification-01.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1218
1549
|
|
|
1219
|
-
|
|
1550
|
+
<#assertion-071-stratification-stratification-02-srl>
|
|
1551
|
+
a earl:Assertion ;
|
|
1220
1552
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1221
1553
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1222
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification
|
|
1554
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/manifest#test_2> ;
|
|
1223
1555
|
earl:mode earl:automatic ;
|
|
1224
|
-
earl:result
|
|
1225
|
-
a earl:TestResult ;
|
|
1226
|
-
earl:outcome earl:passed ;
|
|
1227
|
-
earl:info "passed" ;
|
|
1228
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1229
|
-
] .
|
|
1556
|
+
earl:result <#result-071-stratification-stratification-02-srl> .
|
|
1230
1557
|
|
|
1231
|
-
|
|
1232
|
-
a earl:
|
|
1233
|
-
dct:
|
|
1234
|
-
|
|
1558
|
+
<#result-071-stratification-stratification-02-srl>
|
|
1559
|
+
a earl:TestResult ;
|
|
1560
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1561
|
+
earl:outcome earl:passed ;
|
|
1562
|
+
earl:info "Eyeleng passed stratification/stratification-02.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1235
1563
|
|
|
1236
|
-
|
|
1564
|
+
<#assertion-072-stratification-stratification-03-srl>
|
|
1565
|
+
a earl:Assertion ;
|
|
1237
1566
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1238
1567
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1239
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification
|
|
1568
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/manifest#test_3> ;
|
|
1240
1569
|
earl:mode earl:automatic ;
|
|
1241
|
-
earl:result
|
|
1242
|
-
a earl:TestResult ;
|
|
1243
|
-
earl:outcome earl:passed ;
|
|
1244
|
-
earl:info "passed" ;
|
|
1245
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1246
|
-
] .
|
|
1570
|
+
earl:result <#result-072-stratification-stratification-03-srl> .
|
|
1247
1571
|
|
|
1248
|
-
|
|
1249
|
-
a earl:
|
|
1250
|
-
dct:
|
|
1251
|
-
|
|
1572
|
+
<#result-072-stratification-stratification-03-srl>
|
|
1573
|
+
a earl:TestResult ;
|
|
1574
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1575
|
+
earl:outcome earl:passed ;
|
|
1576
|
+
earl:info "Eyeleng passed stratification/stratification-03.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1252
1577
|
|
|
1253
|
-
|
|
1578
|
+
<#assertion-073-stratification-stratification-04-srl>
|
|
1579
|
+
a earl:Assertion ;
|
|
1254
1580
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1255
1581
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1256
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification
|
|
1582
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/manifest#test_4> ;
|
|
1257
1583
|
earl:mode earl:automatic ;
|
|
1258
|
-
earl:result
|
|
1259
|
-
a earl:TestResult ;
|
|
1260
|
-
earl:outcome earl:passed ;
|
|
1261
|
-
earl:info "passed" ;
|
|
1262
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1263
|
-
] .
|
|
1584
|
+
earl:result <#result-073-stratification-stratification-04-srl> .
|
|
1264
1585
|
|
|
1265
|
-
|
|
1266
|
-
a earl:
|
|
1267
|
-
dct:
|
|
1268
|
-
|
|
1586
|
+
<#result-073-stratification-stratification-04-srl>
|
|
1587
|
+
a earl:TestResult ;
|
|
1588
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1589
|
+
earl:outcome earl:passed ;
|
|
1590
|
+
earl:info "Eyeleng passed stratification/stratification-04.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1269
1591
|
|
|
1270
|
-
|
|
1592
|
+
<#assertion-074-stratification-stratification-05-new-terms-srl>
|
|
1593
|
+
a earl:Assertion ;
|
|
1271
1594
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1272
1595
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1273
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification
|
|
1596
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/manifest#test_5> ;
|
|
1274
1597
|
earl:mode earl:automatic ;
|
|
1275
|
-
earl:result
|
|
1276
|
-
a earl:TestResult ;
|
|
1277
|
-
earl:outcome earl:passed ;
|
|
1278
|
-
earl:info "passed" ;
|
|
1279
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1280
|
-
] .
|
|
1598
|
+
earl:result <#result-074-stratification-stratification-05-new-terms-srl> .
|
|
1281
1599
|
|
|
1282
|
-
|
|
1283
|
-
a earl:
|
|
1284
|
-
dct:
|
|
1285
|
-
|
|
1600
|
+
<#result-074-stratification-stratification-05-new-terms-srl>
|
|
1601
|
+
a earl:TestResult ;
|
|
1602
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1603
|
+
earl:outcome earl:passed ;
|
|
1604
|
+
earl:info "Eyeleng passed stratification/stratification-05-new-terms.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1286
1605
|
|
|
1287
|
-
|
|
1606
|
+
<#assertion-075-stratification-stratification-bad-01-srl>
|
|
1607
|
+
a earl:Assertion ;
|
|
1288
1608
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1289
1609
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1290
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification
|
|
1610
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/manifest#test_6> ;
|
|
1291
1611
|
earl:mode earl:automatic ;
|
|
1292
|
-
earl:result
|
|
1293
|
-
a earl:TestResult ;
|
|
1294
|
-
earl:outcome earl:passed ;
|
|
1295
|
-
earl:info "passed" ;
|
|
1296
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1297
|
-
] .
|
|
1612
|
+
earl:result <#result-075-stratification-stratification-bad-01-srl> .
|
|
1298
1613
|
|
|
1299
|
-
|
|
1300
|
-
a earl:
|
|
1301
|
-
dct:
|
|
1302
|
-
|
|
1614
|
+
<#result-075-stratification-stratification-bad-01-srl>
|
|
1615
|
+
a earl:TestResult ;
|
|
1616
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1617
|
+
earl:outcome earl:passed ;
|
|
1618
|
+
earl:info "Eyeleng passed stratification/stratification-bad-01.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1303
1619
|
|
|
1304
|
-
|
|
1620
|
+
<#assertion-076-stratification-stratification-bad-02-new-terms-srl>
|
|
1621
|
+
a earl:Assertion ;
|
|
1305
1622
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1306
1623
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1307
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification
|
|
1624
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/manifest#test_7> ;
|
|
1308
1625
|
earl:mode earl:automatic ;
|
|
1309
|
-
earl:result
|
|
1310
|
-
a earl:TestResult ;
|
|
1311
|
-
earl:outcome earl:passed ;
|
|
1312
|
-
earl:info "passed" ;
|
|
1313
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1314
|
-
] .
|
|
1626
|
+
earl:result <#result-076-stratification-stratification-bad-02-new-terms-srl> .
|
|
1315
1627
|
|
|
1316
|
-
|
|
1317
|
-
a earl:
|
|
1318
|
-
dct:
|
|
1319
|
-
|
|
1628
|
+
<#result-076-stratification-stratification-bad-02-new-terms-srl>
|
|
1629
|
+
a earl:TestResult ;
|
|
1630
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1631
|
+
earl:outcome earl:passed ;
|
|
1632
|
+
earl:info "Eyeleng passed stratification/stratification-bad-02-new-terms.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1320
1633
|
|
|
1321
|
-
|
|
1634
|
+
<#assertion-077-stratification-stratification-bad-03-new-terms-srl>
|
|
1635
|
+
a earl:Assertion ;
|
|
1322
1636
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1323
1637
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1324
|
-
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification
|
|
1638
|
+
earl:test <https://w3c.github.io/data-shapes/shacl12-test-suite/tests/rules/stratification/manifest#test_8> ;
|
|
1325
1639
|
earl:mode earl:automatic ;
|
|
1326
|
-
earl:result
|
|
1327
|
-
a earl:TestResult ;
|
|
1328
|
-
earl:outcome earl:passed ;
|
|
1329
|
-
earl:info "passed" ;
|
|
1330
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1331
|
-
] .
|
|
1640
|
+
earl:result <#result-077-stratification-stratification-bad-03-new-terms-srl> .
|
|
1332
1641
|
|
|
1333
|
-
|
|
1334
|
-
a earl:
|
|
1335
|
-
dct:
|
|
1336
|
-
|
|
1642
|
+
<#result-077-stratification-stratification-bad-03-new-terms-srl>
|
|
1643
|
+
a earl:TestResult ;
|
|
1644
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1645
|
+
earl:outcome earl:passed ;
|
|
1646
|
+
earl:info "Eyeleng passed stratification/stratification-bad-03-new-terms.srl when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1337
1647
|
|
|
1338
|
-
|
|
1648
|
+
<#assertion-078-eval-eval-basic-01>
|
|
1649
|
+
a earl:Assertion ;
|
|
1339
1650
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1340
1651
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1341
|
-
earl:test <https://w3c.github.io/
|
|
1652
|
+
earl:test <https://w3c.github.io/rdf-tests/shacl/shacl12/eval-basic-01> ;
|
|
1342
1653
|
earl:mode earl:automatic ;
|
|
1343
|
-
earl:result
|
|
1344
|
-
a earl:TestResult ;
|
|
1345
|
-
earl:outcome earl:passed ;
|
|
1346
|
-
earl:info "passed" ;
|
|
1347
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1348
|
-
] .
|
|
1654
|
+
earl:result <#result-078-eval-eval-basic-01> .
|
|
1349
1655
|
|
|
1350
|
-
|
|
1351
|
-
a earl:
|
|
1352
|
-
dct:
|
|
1353
|
-
|
|
1656
|
+
<#result-078-eval-eval-basic-01>
|
|
1657
|
+
a earl:TestResult ;
|
|
1658
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1659
|
+
earl:outcome earl:passed ;
|
|
1660
|
+
earl:info "Eyeleng passed eval/Eval-basic-01 when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1354
1661
|
|
|
1355
|
-
|
|
1662
|
+
<#assertion-079-eval-eval-basic-02>
|
|
1663
|
+
a earl:Assertion ;
|
|
1356
1664
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1357
1665
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1358
|
-
earl:test <https://w3c.github.io/
|
|
1666
|
+
earl:test <https://w3c.github.io/rdf-tests/shacl/shacl12/eval-basic-02> ;
|
|
1359
1667
|
earl:mode earl:automatic ;
|
|
1360
|
-
earl:result
|
|
1361
|
-
a earl:TestResult ;
|
|
1362
|
-
earl:outcome earl:passed ;
|
|
1363
|
-
earl:info "passed" ;
|
|
1364
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1365
|
-
] .
|
|
1668
|
+
earl:result <#result-079-eval-eval-basic-02> .
|
|
1366
1669
|
|
|
1367
|
-
|
|
1368
|
-
a earl:
|
|
1369
|
-
dct:
|
|
1370
|
-
|
|
1670
|
+
<#result-079-eval-eval-basic-02>
|
|
1671
|
+
a earl:TestResult ;
|
|
1672
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1673
|
+
earl:outcome earl:passed ;
|
|
1674
|
+
earl:info "Eyeleng passed eval/Eval-basic-02 when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1371
1675
|
|
|
1372
|
-
|
|
1676
|
+
<#assertion-080-eval-eval-data-01>
|
|
1677
|
+
a earl:Assertion ;
|
|
1373
1678
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1374
1679
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1375
|
-
earl:test <https://w3c.github.io/
|
|
1680
|
+
earl:test <https://w3c.github.io/rdf-tests/shacl/shacl12/eval-data-01> ;
|
|
1376
1681
|
earl:mode earl:automatic ;
|
|
1377
|
-
earl:result
|
|
1378
|
-
a earl:TestResult ;
|
|
1379
|
-
earl:outcome earl:passed ;
|
|
1380
|
-
earl:info "passed" ;
|
|
1381
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1382
|
-
] .
|
|
1682
|
+
earl:result <#result-080-eval-eval-data-01> .
|
|
1383
1683
|
|
|
1384
|
-
|
|
1385
|
-
a earl:
|
|
1386
|
-
dct:
|
|
1387
|
-
|
|
1684
|
+
<#result-080-eval-eval-data-01>
|
|
1685
|
+
a earl:TestResult ;
|
|
1686
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1687
|
+
earl:outcome earl:passed ;
|
|
1688
|
+
earl:info "Eyeleng passed eval/Eval-data-01 when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1388
1689
|
|
|
1389
|
-
|
|
1690
|
+
<#assertion-081-eval-eval-data-02>
|
|
1691
|
+
a earl:Assertion ;
|
|
1390
1692
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1391
1693
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1392
|
-
earl:test <https://w3c.github.io/
|
|
1694
|
+
earl:test <https://w3c.github.io/rdf-tests/shacl/shacl12/eval-data-02> ;
|
|
1393
1695
|
earl:mode earl:automatic ;
|
|
1394
|
-
earl:result
|
|
1395
|
-
a earl:TestResult ;
|
|
1396
|
-
earl:outcome earl:passed ;
|
|
1397
|
-
earl:info "passed" ;
|
|
1398
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1399
|
-
] .
|
|
1696
|
+
earl:result <#result-081-eval-eval-data-02> .
|
|
1400
1697
|
|
|
1401
|
-
|
|
1402
|
-
a earl:
|
|
1403
|
-
dct:
|
|
1404
|
-
|
|
1698
|
+
<#result-081-eval-eval-data-02>
|
|
1699
|
+
a earl:TestResult ;
|
|
1700
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1701
|
+
earl:outcome earl:passed ;
|
|
1702
|
+
earl:info "Eyeleng passed eval/Eval-data-02 when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1405
1703
|
|
|
1406
|
-
|
|
1704
|
+
<#assertion-082-eval-eval-negation-01>
|
|
1705
|
+
a earl:Assertion ;
|
|
1407
1706
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1408
1707
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1409
|
-
earl:test <https://w3c.github.io/
|
|
1708
|
+
earl:test <https://w3c.github.io/rdf-tests/shacl/shacl12/eval-neg-01> ;
|
|
1410
1709
|
earl:mode earl:automatic ;
|
|
1411
|
-
earl:result
|
|
1412
|
-
a earl:TestResult ;
|
|
1413
|
-
earl:outcome earl:passed ;
|
|
1414
|
-
earl:info "passed" ;
|
|
1415
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1416
|
-
] .
|
|
1710
|
+
earl:result <#result-082-eval-eval-negation-01> .
|
|
1417
1711
|
|
|
1418
|
-
|
|
1419
|
-
a earl:
|
|
1420
|
-
dct:
|
|
1421
|
-
|
|
1712
|
+
<#result-082-eval-eval-negation-01>
|
|
1713
|
+
a earl:TestResult ;
|
|
1714
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1715
|
+
earl:outcome earl:passed ;
|
|
1716
|
+
earl:info "Eyeleng passed eval/Eval-negation-01 when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1422
1717
|
|
|
1423
|
-
|
|
1718
|
+
<#assertion-083-eval-eval-rdfs-subclassof-1>
|
|
1719
|
+
a earl:Assertion ;
|
|
1424
1720
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1425
1721
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1426
|
-
earl:test <https://w3c.github.io/
|
|
1722
|
+
earl:test <https://w3c.github.io/rdf-tests/shacl/shacl12/eval-rdfs-subclass-1> ;
|
|
1427
1723
|
earl:mode earl:automatic ;
|
|
1428
|
-
earl:result
|
|
1429
|
-
a earl:TestResult ;
|
|
1430
|
-
earl:outcome earl:passed ;
|
|
1431
|
-
earl:info "passed" ;
|
|
1432
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1433
|
-
] .
|
|
1724
|
+
earl:result <#result-083-eval-eval-rdfs-subclassof-1> .
|
|
1434
1725
|
|
|
1435
|
-
|
|
1436
|
-
a earl:
|
|
1437
|
-
dct:
|
|
1438
|
-
|
|
1726
|
+
<#result-083-eval-eval-rdfs-subclassof-1>
|
|
1727
|
+
a earl:TestResult ;
|
|
1728
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1729
|
+
earl:outcome earl:passed ;
|
|
1730
|
+
earl:info "Eyeleng passed eval/Eval-rdfs-subclassof-1 when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1439
1731
|
|
|
1440
|
-
|
|
1732
|
+
<#assertion-084-eval-eval-rdfs-subproperty-1>
|
|
1733
|
+
a earl:Assertion ;
|
|
1441
1734
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1442
1735
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1443
|
-
earl:test <https://w3c.github.io/
|
|
1736
|
+
earl:test <https://w3c.github.io/rdf-tests/shacl/shacl12/eval-rdfs-subproperty-1> ;
|
|
1444
1737
|
earl:mode earl:automatic ;
|
|
1445
|
-
earl:result
|
|
1446
|
-
a earl:TestResult ;
|
|
1447
|
-
earl:outcome earl:passed ;
|
|
1448
|
-
earl:info "passed" ;
|
|
1449
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1450
|
-
] .
|
|
1738
|
+
earl:result <#result-084-eval-eval-rdfs-subproperty-1> .
|
|
1451
1739
|
|
|
1452
|
-
|
|
1453
|
-
a earl:
|
|
1454
|
-
dct:
|
|
1455
|
-
|
|
1740
|
+
<#result-084-eval-eval-rdfs-subproperty-1>
|
|
1741
|
+
a earl:TestResult ;
|
|
1742
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1743
|
+
earl:outcome earl:passed ;
|
|
1744
|
+
earl:info "Eyeleng passed eval/Eval-rdfs-subproperty-1 when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1456
1745
|
|
|
1457
|
-
|
|
1746
|
+
<#assertion-085-eval-eval-rdfs-domain-1>
|
|
1747
|
+
a earl:Assertion ;
|
|
1458
1748
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1459
1749
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1460
|
-
earl:test <https://w3c.github.io/
|
|
1750
|
+
earl:test <https://w3c.github.io/rdf-tests/shacl/shacl12/eval-rdfs-domain-1> ;
|
|
1461
1751
|
earl:mode earl:automatic ;
|
|
1462
|
-
earl:result
|
|
1463
|
-
a earl:TestResult ;
|
|
1464
|
-
earl:outcome earl:passed ;
|
|
1465
|
-
earl:info "passed" ;
|
|
1466
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1467
|
-
] .
|
|
1752
|
+
earl:result <#result-085-eval-eval-rdfs-domain-1> .
|
|
1468
1753
|
|
|
1469
|
-
|
|
1470
|
-
a earl:
|
|
1471
|
-
dct:
|
|
1472
|
-
|
|
1754
|
+
<#result-085-eval-eval-rdfs-domain-1>
|
|
1755
|
+
a earl:TestResult ;
|
|
1756
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1757
|
+
earl:outcome earl:passed ;
|
|
1758
|
+
earl:info "Eyeleng passed eval/Eval-rdfs-domain-1 when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1473
1759
|
|
|
1474
|
-
|
|
1760
|
+
<#assertion-086-eval-eval-rdfs-domain-2>
|
|
1761
|
+
a earl:Assertion ;
|
|
1475
1762
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1476
1763
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1477
|
-
earl:test <https://w3c.github.io/
|
|
1764
|
+
earl:test <https://w3c.github.io/rdf-tests/shacl/shacl12/eval-rdfs-domain-2> ;
|
|
1478
1765
|
earl:mode earl:automatic ;
|
|
1479
|
-
earl:result
|
|
1480
|
-
a earl:TestResult ;
|
|
1481
|
-
earl:outcome earl:passed ;
|
|
1482
|
-
earl:info "passed" ;
|
|
1483
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1484
|
-
] .
|
|
1766
|
+
earl:result <#result-086-eval-eval-rdfs-domain-2> .
|
|
1485
1767
|
|
|
1486
|
-
|
|
1487
|
-
a earl:
|
|
1488
|
-
dct:
|
|
1489
|
-
|
|
1768
|
+
<#result-086-eval-eval-rdfs-domain-2>
|
|
1769
|
+
a earl:TestResult ;
|
|
1770
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1771
|
+
earl:outcome earl:passed ;
|
|
1772
|
+
earl:info "Eyeleng passed eval/Eval-rdfs-domain-2 when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1490
1773
|
|
|
1491
|
-
|
|
1774
|
+
<#assertion-087-eval-eval-rdfs-range-1>
|
|
1775
|
+
a earl:Assertion ;
|
|
1492
1776
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1493
1777
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1494
|
-
earl:test <https://w3c.github.io/
|
|
1778
|
+
earl:test <https://w3c.github.io/rdf-tests/shacl/shacl12/eval-rdfs-range-1> ;
|
|
1495
1779
|
earl:mode earl:automatic ;
|
|
1496
|
-
earl:result
|
|
1497
|
-
a earl:TestResult ;
|
|
1498
|
-
earl:outcome earl:passed ;
|
|
1499
|
-
earl:info "passed" ;
|
|
1500
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1501
|
-
] .
|
|
1780
|
+
earl:result <#result-087-eval-eval-rdfs-range-1> .
|
|
1502
1781
|
|
|
1503
|
-
|
|
1504
|
-
a earl:
|
|
1505
|
-
dct:
|
|
1506
|
-
|
|
1782
|
+
<#result-087-eval-eval-rdfs-range-1>
|
|
1783
|
+
a earl:TestResult ;
|
|
1784
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1785
|
+
earl:outcome earl:passed ;
|
|
1786
|
+
earl:info "Eyeleng passed eval/Eval-rdfs-range-1 when running the W3C SHACL 1.2 Rules manifest."@en .
|
|
1507
1787
|
|
|
1508
|
-
|
|
1788
|
+
<#assertion-088-eval-eval-rdfs-range-2>
|
|
1789
|
+
a earl:Assertion ;
|
|
1509
1790
|
earl:assertedBy <https://github.com/eyereasoner/eyeleng> ;
|
|
1510
1791
|
earl:subject <https://github.com/eyereasoner/eyeleng> ;
|
|
1511
|
-
earl:test <https://w3c.github.io/
|
|
1792
|
+
earl:test <https://w3c.github.io/rdf-tests/shacl/shacl12/eval-rdfs-range-2> ;
|
|
1512
1793
|
earl:mode earl:automatic ;
|
|
1513
|
-
earl:result
|
|
1514
|
-
a earl:TestResult ;
|
|
1515
|
-
earl:outcome earl:passed ;
|
|
1516
|
-
earl:info "passed" ;
|
|
1517
|
-
dct:date "2026-06-27T17:11:16.611Z"^^xsd:dateTime
|
|
1518
|
-
] .
|
|
1794
|
+
earl:result <#result-088-eval-eval-rdfs-range-2> .
|
|
1519
1795
|
|
|
1796
|
+
<#result-088-eval-eval-rdfs-range-2>
|
|
1797
|
+
a earl:TestResult ;
|
|
1798
|
+
dct:date "2026-06-25T20:49:00Z"^^xsd:dateTime ;
|
|
1799
|
+
earl:outcome earl:passed ;
|
|
1800
|
+
earl:info "Eyeleng passed eval/Eval-rdfs-range-2 when running the W3C SHACL 1.2 Rules manifest."@en .
|