@@ -37,17 +37,17 @@ trs:manifest a mf:Manifest;
37
37
""" ;
38
38
rdfs:seeAlso <README> ;
39
39
mf:entries (
40
- trs:all-identical-quoted-triples -are-the-same
41
- trs:quoted-triples -no-spurious
42
- trs:bnodes-in-quoted -subject
43
- trs:bnodes-in-quoted -object
44
- trs:bnodes-in-quoted -subject-and-object
45
- trs:bnodes-in-quoted -subject-and-object-fail
46
- trs:same-bnode-same-quoted -term
47
- trs:different-bnodes-same-quoted -term
48
- trs:constrained-bnodes-in-quoted -subject
49
- trs:constrained-bnodes-in-quoted -object
50
- trs:constrained-bnodes-in-quoted -fail
40
+ trs:all-identical-triple-terms -are-the-same
41
+ trs:triple-terms -no-spurious
42
+ trs:bnodes-in-triple-term -subject
43
+ trs:bnodes-in-triple-term -object
44
+ trs:bnodes-in-triple-term -subject-and-object
45
+ trs:bnodes-in-triple-term -subject-and-object-fail
46
+ trs:same-bnode-same-triple -term
47
+ trs:different-bnodes-same-triple -term
48
+ trs:constrained-bnodes-in-triple-term -subject
49
+ trs:constrained-bnodes-in-triple-term -object
50
+ trs:constrained-bnodes-in-triple-term -fail
51
51
trs:constrained-bnodes-on-literal
52
52
trs:malformed-literal-control
53
53
trs:malformed-literal
@@ -60,7 +60,7 @@ trs:manifest a mf:Manifest;
60
60
trs:opaque-language-string
61
61
trs:opaque-iri-control
62
62
trs:opaque-iri
63
- trs:quoted -not-asserted
63
+ trs:triple-term -not-asserted
64
64
trs:annotated-asserted
65
65
trs:annotation
66
66
trs:annotation-unfolded
@@ -81,11 +81,11 @@ trs:manifest a mf:Manifest;
81
81
trs:double-infinity
82
82
) .
83
83
84
- trs:all-identical-quoted-triples -are-the-same a mf:PositiveEntailmentTest;
85
- rdfs:comment " Multiple occurences of the same quoted triples are undistinguishable in the abstract model." ;
84
+ trs:all-identical-triple-terms -are-the-same a mf:PositiveEntailmentTest;
85
+ rdfs:comment " Multiple occurences of the same triple terms are undistinguishable in the abstract model." ;
86
86
mf:action <test001a.ttl> ;
87
87
mf:entailmentRegime " simple" ;
88
- mf:name " all-identical-quoted-triples -are-the-same" ;
88
+ mf:name " all-identical-triple-terms -are-the-same" ;
89
89
mf:recognizedDatatypes ();
90
90
mf:result <test001r.ttl> ;
91
91
mf:unrecognizedDatatypes ();
@@ -102,7 +102,7 @@ trs:annotated-asserted a mf:PositiveEntailmentTest;
102
102
test:approval test:NotClassified .
103
103
104
104
trs:annotation a mf:PositiveEntailmentTest;
105
- rdfs:comment " Annotation are about the annotated triple." ;
105
+ rdfs:comment " Annotation are about the reifying triple." ;
106
106
mf:action <test007a.ttl> ;
107
107
mf:entailmentRegime " simple" ;
108
108
mf:name " annotation" ;
@@ -121,78 +121,78 @@ trs:annotation-unfolded a mf:PositiveEntailmentTest;
121
121
mf:unrecognizedDatatypes ();
122
122
test:approval test:NotClassified .
123
123
124
- trs:bnodes-in-quoted -object a mf:PositiveEntailmentTest;
125
- rdfs:comment " Terms inside quoted triples can be replaced by fresh bnodes." ;
124
+ trs:bnodes-in-triple-term -object a mf:PositiveEntailmentTest;
125
+ rdfs:comment " Terms inside triple terms can be replaced by fresh bnodes." ;
126
126
mf:action <test002a.ttl> ;
127
127
mf:entailmentRegime " simple" ;
128
- mf:name " bnodes-in-quoted -object" ;
128
+ mf:name " bnodes-in-triple-term -object" ;
129
129
mf:recognizedDatatypes ();
130
130
mf:result <test002or.ttl> ;
131
131
mf:unrecognizedDatatypes ();
132
132
test:approval test:NotClassified .
133
133
134
- trs:bnodes-in-quoted -subject a mf:PositiveEntailmentTest;
135
- rdfs:comment " Terms inside quoted triples can be replaced by fresh bnodes." ;
134
+ trs:bnodes-in-triple-term -subject a mf:PositiveEntailmentTest;
135
+ rdfs:comment " Terms inside triple terms can be replaced by fresh bnodes." ;
136
136
mf:action <test002a.ttl> ;
137
137
mf:entailmentRegime " simple" ;
138
- mf:name " bnodes-in-quoted -subject" ;
138
+ mf:name " bnodes-in-triple-term -subject" ;
139
139
mf:recognizedDatatypes ();
140
140
mf:result <test002sr.ttl> ;
141
141
mf:unrecognizedDatatypes ();
142
142
test:approval test:NotClassified .
143
143
144
- trs:bnodes-in-quoted -subject-and-object a mf:PositiveEntailmentTest;
145
- rdfs:comment " Terms inside quoted triples can be replaced by fresh bnodes." ;
144
+ trs:bnodes-in-triple-term -subject-and-object a mf:PositiveEntailmentTest;
145
+ rdfs:comment " Terms inside triple terms can be replaced by fresh bnodes." ;
146
146
mf:action <test002a.ttl> ;
147
147
mf:entailmentRegime " simple" ;
148
- mf:name " bnodes-in-quoted -subject-and-object" ;
148
+ mf:name " bnodes-in-triple-term -subject-and-object" ;
149
149
mf:recognizedDatatypes ();
150
150
mf:result <test002sor.ttl> ;
151
151
mf:unrecognizedDatatypes ();
152
152
test:approval test:NotClassified .
153
153
154
- trs:bnodes-in-quoted -subject-and-object-fail a mf:NegativeEntailmentTest;
155
- rdfs:comment " The same bnode can not match different quoted terms." ;
154
+ trs:bnodes-in-triple-term -subject-and-object-fail a mf:NegativeEntailmentTest;
155
+ rdfs:comment " The same bnode can not match different triple terms." ;
156
156
mf:action <test002a.ttl> ;
157
157
mf:entailmentRegime " simple" ;
158
- mf:name " bnodes-in-quoted -subject-and-object-fail" ;
158
+ mf:name " bnodes-in-triple-term -subject-and-object-fail" ;
159
159
mf:recognizedDatatypes ();
160
160
mf:result <test002sbr.ttl> ;
161
161
mf:unrecognizedDatatypes ();
162
162
test:approval test:NotClassified .
163
163
164
- trs:constrained-bnodes-in-quoted -fail a mf:NegativeEntailmentTest;
165
- rdfs:comment " Quoted bnode identifiers share the same scope as non-quoted ones. A bnode that occurs both inside quoted triples and inside asserted triples must satisfy all occurrences at the same time." ;
164
+ trs:constrained-bnodes-in-triple-term -fail a mf:NegativeEntailmentTest;
165
+ rdfs:comment " Quoted bnode identifiers share the same scope as non-quoted ones. A bnode that occurs both inside triple terms and inside asserted triples must satisfy all occurrences at the same time." ;
166
166
mf:action <test004a.ttl> ;
167
167
mf:entailmentRegime " simple" ;
168
- mf:name " constrained-bnodes-in-quoted -fail" ;
168
+ mf:name " constrained-bnodes-in-triple-term -fail" ;
169
169
mf:recognizedDatatypes ();
170
170
mf:result <test004fr.ttl> ;
171
171
mf:unrecognizedDatatypes ();
172
172
test:approval test:NotClassified .
173
173
174
- trs:constrained-bnodes-in-quoted -object a mf:PositiveEntailmentTest;
175
- rdfs:comment " Terms inside and outside quoted triples can be replaced by fresh bnodes." ;
174
+ trs:constrained-bnodes-in-triple-term -object a mf:PositiveEntailmentTest;
175
+ rdfs:comment " Terms inside and outside triple terms can be replaced by fresh bnodes." ;
176
176
mf:action <test004a.ttl> ;
177
177
mf:entailmentRegime " simple" ;
178
- mf:name " constrained-bnodes-in-quoted -object" ;
178
+ mf:name " constrained-bnodes-in-triple-term -object" ;
179
179
mf:recognizedDatatypes ();
180
180
mf:result <test004or.ttl> ;
181
181
mf:unrecognizedDatatypes ();
182
182
test:approval test:NotClassified .
183
183
184
- trs:constrained-bnodes-in-quoted -subject a mf:PositiveEntailmentTest;
185
- rdfs:comment " Terms inside and outside quoted triples can be replaced by fresh bnodes" ;
184
+ trs:constrained-bnodes-in-triple-term -subject a mf:PositiveEntailmentTest;
185
+ rdfs:comment " Terms inside and outside triple terms can be replaced by fresh bnodes" ;
186
186
mf:action <test004a.ttl> ;
187
187
mf:entailmentRegime " simple" ;
188
- mf:name " constrained-bnodes-in-quoted -subject" ;
188
+ mf:name " constrained-bnodes-in-triple-term -subject" ;
189
189
mf:recognizedDatatypes ();
190
190
mf:result <test004sr.ttl> ;
191
191
mf:unrecognizedDatatypes ();
192
192
test:approval test:NotClassified .
193
193
194
194
trs:constrained-bnodes-on-literal a mf:PositiveEntailmentTest;
195
- rdfs:comment " Literals inside and outside quoted triples can be replaced by fresh bnodes." ;
195
+ rdfs:comment " Literals inside and outside triple terms can be replaced by fresh bnodes." ;
196
196
mf:action <test006a.ttl> ;
197
197
mf:entailmentRegime " simple" ;
198
198
mf:name " constrained-bnodes-on-literal" ;
@@ -201,27 +201,27 @@ trs:constrained-bnodes-on-literal a mf:PositiveEntailmentTest;
201
201
mf:unrecognizedDatatypes ();
202
202
test:approval test:NotClassified .
203
203
204
- trs:different-bnodes-same-quoted -term a mf:PositiveEntailmentTest;
205
- rdfs:comment " Different bnodes can match identical quoted terms." ;
204
+ trs:different-bnodes-same-triple -term a mf:PositiveEntailmentTest;
205
+ rdfs:comment " Different bnodes can match identical triple terms." ;
206
206
mf:action <test003a.ttl> ;
207
207
mf:entailmentRegime " simple" ;
208
- mf:name " different-bnodes-same-quoted -term" ;
208
+ mf:name " different-bnodes-same-triple -term" ;
209
209
mf:recognizedDatatypes ();
210
210
mf:result <test002sor.ttl> ;
211
211
mf:unrecognizedDatatypes ();
212
212
test:approval test:NotClassified .
213
213
214
- trs:quoted -not-asserted a mf:NegativeEntailmentTest;
215
- rdfs:comment " Quoted triples are not asserted." ;
214
+ trs:triple-term -not-asserted a mf:NegativeEntailmentTest;
215
+ rdfs:comment " Triple terms are not asserted." ;
216
216
mf:action <test002a.ttl> ;
217
217
mf:entailmentRegime " simple" ;
218
- mf:name " quoted -not-asserted" ;
218
+ mf:name " triple-term -not-asserted" ;
219
219
mf:recognizedDatatypes ();
220
220
mf:result <test002pgr.ttl> ;
221
221
mf:unrecognizedDatatypes ();
222
222
test:approval test:NotClassified .
223
223
224
- trs:quoted-triples -no-spurious a mf:NegativeEntailmentTest;
224
+ trs:triple-terms -no-spurious a mf:NegativeEntailmentTest;
225
225
rdfs:comment " This test ensures that other entailments are not spurious." ;
226
226
mf:action <test002a.ttl> ;
227
227
mf:entailmentRegime " simple" ;
@@ -232,7 +232,7 @@ trs:quoted-triples-no-spurious a mf:NegativeEntailmentTest;
232
232
test:approval test:NotClassified .
233
233
234
234
trs:malformed-literal a mf:NegativeEntailmentTest;
235
- rdfs:comment " Malformed literals are allowed when quoted ." ;
235
+ rdfs:comment " Malformed literals are allowed when in triple terms ." ;
236
236
mf:action <malformed-literal.ttl> ;
237
237
mf:entailmentRegime " RDF" ;
238
238
mf:name " malformed-literal" ;
@@ -242,7 +242,7 @@ trs:malformed-literal a mf:NegativeEntailmentTest;
242
242
test:approval test:NotClassified .
243
243
244
244
trs:malformed-literal-accepted a mf:PositiveEntailmentTest;
245
- rdfs:comment " Malformed literals are allowed when quoted ." ;
245
+ rdfs:comment " Malformed literals are allowed when in triple terms ." ;
246
246
mf:action <malformed-literal.ttl> ;
247
247
mf:entailmentRegime " RDF" ;
248
248
mf:name " malformed-literal-accepted" ;
@@ -302,7 +302,7 @@ trs:malformed-literal-control a mf:PositiveEntailmentTest;
302
302
test:approval test:NotClassified .
303
303
304
304
trs:malformed-literal-no-spurious a mf:NegativeEntailmentTest;
305
- rdfs:comment " Quoted malformed literals do not lead to spurious entailment." ;
305
+ rdfs:comment " Malformed literals within triple terms do not lead to spurious entailment." ;
306
306
mf:action <malformed-literal.ttl> ;
307
307
mf:entailmentRegime " RDF" ;
308
308
mf:name " malformed-literal-no-spurious" ;
@@ -312,7 +312,7 @@ trs:malformed-literal-no-spurious a mf:NegativeEntailmentTest;
312
312
test:approval test:NotClassified .
313
313
314
314
trs:opaque-iri a mf:NegativeEntailmentTest;
315
- rdfs:comment " Quoted IRIs are opaque." ;
315
+ rdfs:comment " Triple term IRIs are opaque." ;
316
316
mf:action <superman.ttl> ;
317
317
mf:entailmentRegime " RDFS-Plus" ;
318
318
mf:name " opaque-iri" ;
@@ -332,7 +332,7 @@ trs:opaque-iri-control a mf:PositiveEntailmentTest;
332
332
test:approval test:NotClassified .
333
333
334
334
trs:opaque-language-string a mf:NegativeEntailmentTest;
335
- rdfs:comment " Quoted literals (including language strings) are opaque, even when their datatype is recognized." ;
335
+ rdfs:comment " Literals within reifying terms (including language strings) are opaque, even when their datatype is recognized." ;
336
336
mf:action <lowercase-language-string.ttl> ;
337
337
mf:entailmentRegime " RDF" ;
338
338
mf:name " opaque-language-string" ;
@@ -352,7 +352,7 @@ trs:opaque-language-string-control a mf:PositiveEntailmentTest;
352
352
test:approval test:NotClassified .
353
353
354
354
trs:opaque-literal a mf:NegativeEntailmentTest;
355
- rdfs:comment " Quoted literals are opaque, even when their datatype is recognized." ;
355
+ rdfs:comment " Literals within triple terms are opaque, even when their datatype is recognized." ;
356
356
mf:action <non-canonical-literal.ttl> ;
357
357
mf:entailmentRegime " RDF" ;
358
358
mf:name " opaque-literal" ;
@@ -371,8 +371,8 @@ trs:opaque-literal-control a mf:PositiveEntailmentTest;
371
371
mf:unrecognizedDatatypes ();
372
372
test:approval test:NotClassified .
373
373
374
- trs:same-bnode-same-quoted -term a mf:PositiveEntailmentTest;
375
- rdfs:comment " Identical quoted term can be replaced by the same fresh bnode multiple times." ;
374
+ trs:same-bnode-same-triple -term a mf:PositiveEntailmentTest;
375
+ rdfs:comment " Identical triple term can be replaced by the same fresh bnode multiple times." ;
376
376
mf:action <test003a.ttl> ;
377
377
mf:entailmentRegime " simple" ;
378
378
mf:name " same-bnode-same-quoted-term" ;
@@ -382,7 +382,7 @@ trs:same-bnode-same-quoted-term a mf:PositiveEntailmentTest;
382
382
test:approval test:NotClassified .
383
383
384
384
trs:triple-in-object a mf:PositiveEntailmentTest;
385
- rdfs:comment " Quoted triples can appear in object position (withdrawn, as it belongs to concrete syntax test-suites)." ;
385
+ rdfs:comment " Triple terms can appear in object position (withdrawn, as it belongs to concrete syntax test-suites)." ;
386
386
mf:action <test000o.ttl> ;
387
387
mf:entailmentRegime " simple" ;
388
388
mf:name " triple-in-object" ;
0 commit comments