@@ -84,7 +84,7 @@ trs:manifest a mf:Manifest;
84
84
) .
85
85
86
86
trs:all-identical-triple-terms-are-the-same a mf:PositiveEntailmentTest;
87
- rdfs:comment " Multiple occurences of the same triple terms are undistinguishable in the abstract model ." ;
87
+ rdfs:comment " Multiple occurrences of the same triple term are the same domain element ." ;
88
88
mf:action <test001a.ttl> ;
89
89
mf:entailmentRegime " simple" ;
90
90
mf:name " all-identical-triple-terms-are-the-same" ;
@@ -94,7 +94,7 @@ trs:all-identical-triple-terms-are-the-same a mf:PositiveEntailmentTest;
94
94
test:approval test:NotClassified .
95
95
96
96
trs:annotated-asserted a mf:PositiveEntailmentTest;
97
- rdfs:comment " Annotated triples are asserted." ;
97
+ rdfs:comment " Annotated triples are asserted. This is about shorthand expansion, and is not really a semantics test. " ;
98
98
mf:action <test007a.ttl> ;
99
99
mf:entailmentRegime " simple" ;
100
100
mf:name " annotated-asserted" ;
@@ -104,7 +104,7 @@ trs:annotated-asserted a mf:PositiveEntailmentTest;
104
104
test:approval test:NotClassified .
105
105
106
106
trs:annotation a mf:PositiveEntailmentTest;
107
- rdfs:comment " Annotation are about the reifying triple." ;
107
+ rdfs:comment " Annotations are about the reifying triple. This is about shorthand expansion, and is not really a semantics test ." ;
108
108
mf:action <test007a.ttl> ;
109
109
mf:entailmentRegime " simple" ;
110
110
mf:name " annotation" ;
@@ -114,7 +114,7 @@ trs:annotation a mf:PositiveEntailmentTest;
114
114
test:approval test:NotClassified .
115
115
116
116
trs:annotation-unfolded a mf:PositiveEntailmentTest;
117
- rdfs:comment " Annotation is the same as separate assertions." ;
117
+ rdfs:comment " Annotations are the same as separate assertions. This is about shorthand expansion, and is not really a semantics test ." ;
118
118
mf:action <test007a2.ttl> ;
119
119
mf:entailmentRegime " simple" ;
120
120
mf:name " annotation-unfolded" ;
@@ -227,14 +227,14 @@ trs:triple-terms-no-spurious a mf:NegativeEntailmentTest;
227
227
rdfs:comment " This test ensures that other entailments are not spurious." ;
228
228
mf:action <test002a.ttl> ;
229
229
mf:entailmentRegime " simple" ;
230
- mf:name " quoted-triples -no-spurious" ;
230
+ mf:name " triple-terms -no-spurious" ;
231
231
mf:recognizedDatatypes ();
232
232
mf:result <test005.ttl> ;
233
233
mf:unrecognizedDatatypes ();
234
234
test:approval test:NotClassified .
235
235
236
- trs:malformed-literal a mf:NegativeEntailmentTest ;
237
- rdfs:comment " Malformed literals are allowed when in triple terms." ;
236
+ trs:malformed-literal a mf:PositiveEntailmentTest ;
237
+ rdfs:comment " Malformed literals are allowed in triple terms, but cause inconsistency ." ;
238
238
mf:action <malformed-literal.ttl> ;
239
239
mf:entailmentRegime " RDF" ;
240
240
mf:name " malformed-literal" ;
@@ -254,10 +254,10 @@ trs:malformed-literal-accepted a mf:PositiveEntailmentTest;
254
254
test:approval test:NotClassified .
255
255
256
256
trs:malformed-literal-bnode-neg a mf:NegativeEntailmentTest;
257
- rdfs:comment " Malformed literals can not be replaced by blank nodes." ;
257
+ rdfs:comment " Malformed literals cannot be replaced by blank nodes." ;
258
258
mf:action <malformed-literal.ttl> ;
259
259
mf:entailmentRegime " RDF" ;
260
- mf:name " malformed-literal-bnode" ;
260
+ mf:name " malformed-literal-bnode-neg " ;
261
261
mf:recognizedDatatypes (xsd:integer);
262
262
mf:result <test002or.ttl> ;
263
263
mf:unrecognizedDatatypes ();
@@ -283,8 +283,8 @@ trs:malformed-literal-no-spurious a mf:NegativeEntailmentTest;
283
283
mf:unrecognizedDatatypes ();
284
284
test:approval test:NotClassified .
285
285
286
- trs:opaque-iri a mf:NegativeEntailmentTest ;
287
- rdfs:comment " Triple term IRIs are opaque ." ;
286
+ trs:opaque-iri a mf:PositiveEntailmentTest ;
287
+ rdfs:comment " Triple term IRIs are transparent ." ;
288
288
mf:action <superman.ttl> ;
289
289
mf:entailmentRegime " RDFS-Plus" ;
290
290
mf:name " opaque-iri" ;
@@ -294,7 +294,7 @@ trs:opaque-iri a mf:NegativeEntailmentTest;
294
294
test:approval test:NotClassified .
295
295
296
296
trs:opaque-iri-control a mf:PositiveEntailmentTest;
297
- rdfs:comment " Check that owl:sameAs works as expected, to ensure that opaque-iri does not pass spuriously." ;
297
+ rdfs:comment " Check that owl:sameAs works as expected; was to ensure that opaque-iri did not pass spuriously." ;
298
298
mf:action <control-sameas-a.ttl> ;
299
299
mf:entailmentRegime " RDFS-Plus" ;
300
300
mf:name " opaque-iri-control" ;
@@ -303,8 +303,8 @@ trs:opaque-iri-control a mf:PositiveEntailmentTest;
303
303
mf:unrecognizedDatatypes ();
304
304
test:approval test:NotClassified .
305
305
306
- trs:opaque-language-string a mf:NegativeEntailmentTest ;
307
- rdfs:comment " Literals within reifying terms (including language strings) are opaque, even when their datatype is recognized ." ;
306
+ trs:opaque-language-string a mf:PositiveEntailmentTest ;
307
+ rdfs:comment " Literals within reifying terms (including language strings) are transparent ." ;
308
308
mf:action <lowercase-language-string.ttl> ;
309
309
mf:entailmentRegime " RDF" ;
310
310
mf:name " opaque-language-string" ;
@@ -314,7 +314,7 @@ trs:opaque-language-string a mf:NegativeEntailmentTest;
314
314
test:approval test:NotClassified .
315
315
316
316
trs:opaque-language-string-control a mf:PositiveEntailmentTest;
317
- rdfs:comment " Checks that language strings are indeed recognized, to ensure that opaque-language-string does not pass spuriously." ;
317
+ rdfs:comment " Checks that language strings are indeed recognized; was to ensure that opaque-language-string did not pass spuriously." ;
318
318
mf:action <lowercase-language-string-control.ttl> ;
319
319
mf:entailmentRegime " RDF" ;
320
320
mf:name " opaque-language-string-control" ;
@@ -323,8 +323,8 @@ trs:opaque-language-string-control a mf:PositiveEntailmentTest;
323
323
mf:unrecognizedDatatypes ();
324
324
test:approval test:NotClassified .
325
325
326
- trs:opaque-literal a mf:NegativeEntailmentTest ;
327
- rdfs:comment " Literals within triple terms are opaque, even when their datatype is recognized ." ;
326
+ trs:opaque-literal a mf:PositiveEntailmentTest ;
327
+ rdfs:comment " Literals within triple terms are transparent ." ;
328
328
mf:action <non-canonical-literal.ttl> ;
329
329
mf:entailmentRegime " RDF" ;
330
330
mf:name " opaque-literal" ;
@@ -334,7 +334,7 @@ trs:opaque-literal a mf:NegativeEntailmentTest;
334
334
test:approval test:NotClassified .
335
335
336
336
trs:opaque-literal-control a mf:PositiveEntailmentTest;
337
- rdfs:comment " Checks that xsd:integer is indeed recognized, to ensure that opaque-literal does not pass spuriously." ;
337
+ rdfs:comment " Checks that xsd:integer is indeed recognized; was to ensure that opaque-literal did not pass spuriously." ;
338
338
mf:action <non-canonical-literal-control.ttl> ;
339
339
mf:entailmentRegime " RDF" ;
340
340
mf:name " opaque-literal-control" ;
0 commit comments