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