@@ -251,16 +251,6 @@ trs:malformed-literal-accepted a mf:PositiveEntailmentTest;
251
251
mf:unrecognizedDatatypes ();
252
252
test:approval test:NotClassified .
253
253
254
- trs:malformed-literal-bnode a mf:PositiveEntailmentTest;
255
- rdfs:comment " Malformed literals can be replaced by blank nodes (withdrawn as the current semantics does not enforce this)." ;
256
- mf:action <malformed-literal.ttl> ;
257
- mf:entailmentRegime " RDF" ;
258
- mf:name " malformed-literal-bnode" ;
259
- mf:recognizedDatatypes (xsd:integer);
260
- mf:result <test002or.ttl> ;
261
- mf:unrecognizedDatatypes ();
262
- test:approval test:Withdrawn .
263
-
264
254
trs:malformed-literal-bnode-neg a mf:NegativeEntailmentTest;
265
255
rdfs:comment " Malformed literals can not be replaced by blank nodes." ;
266
256
mf:action <malformed-literal.ttl> ;
@@ -271,26 +261,6 @@ trs:malformed-literal-bnode-neg a mf:NegativeEntailmentTest;
271
261
mf:unrecognizedDatatypes ();
272
262
test:approval test:NotClassified .
273
263
274
- trs:malformed-literal-bnode-2 a mf:PositiveEntailmentTest;
275
- rdfs:comment " Identical malformed literals can be replaced with the same blank node (withdrawn as the current semantics does not enforce this)." ;
276
- mf:action <malformed-literal-2a.ttl> ;
277
- mf:entailmentRegime " RDF" ;
278
- mf:name " malformed-literal-bnode-2" ;
279
- mf:recognizedDatatypes (xsd:integer);
280
- mf:result <malformed-literal-2r.ttl> ;
281
- mf:unrecognizedDatatypes ();
282
- test:approval test:Withdrawn .
283
-
284
- trs:malformed-literal-bnode-3 a mf:NegativeEntailmentTest;
285
- rdfs:comment " Identical malformed literals can not be replaced with the same blank node (withdrawn as the current semantics does not enforce this)." ;
286
- mf:action <malformed-literal-3a.ttl> ;
287
- mf:entailmentRegime " RDF" ;
288
- mf:name " malformed-literal-bnode-3" ;
289
- mf:recognizedDatatypes (xsd:integer);
290
- mf:result <malformed-literal-3r.ttl> ;
291
- mf:unrecognizedDatatypes ();
292
- test:approval test:Withdrawn .
293
-
294
264
trs:malformed-literal-control a mf:PositiveEntailmentTest;
295
265
rdfs:comment " Checks that xsd:integer is indeed recognized, to ensure that malformed-literal-* tests do not pass spuriously." ;
296
266
mf:action <malformed-literal-control.ttl> ;
@@ -381,26 +351,6 @@ trs:same-bnode-same-triple-term a mf:PositiveEntailmentTest;
381
351
mf:unrecognizedDatatypes ();
382
352
test:approval test:NotClassified .
383
353
384
- trs:triple-in-object a mf:PositiveEntailmentTest;
385
- rdfs:comment " Triple terms can appear in object position (withdrawn, as it belongs to concrete syntax test-suites)." ;
386
- mf:action <test000o.ttl> ;
387
- mf:entailmentRegime " simple" ;
388
- mf:name " triple-in-object" ;
389
- mf:recognizedDatatypes ();
390
- mf:result <test000o.ttl> ;
391
- mf:unrecognizedDatatypes ();
392
- test:approval test:Withdrawn .
393
-
394
- trs:triple-in-subject a mf:PositiveEntailmentTest;
395
- rdfs:comment " Quoted triples can appear in subject position (withdrawn, as it belongs to concrete syntax test-suites)." ;
396
- mf:action <test000s.ttl> ;
397
- mf:entailmentRegime " simple" ;
398
- mf:name " triple-in-subject" ;
399
- mf:recognizedDatatypes ();
400
- mf:result <test000s.ttl> ;
401
- mf:unrecognizedDatatypes ();
402
- test:approval test:Withdrawn .
403
-
404
354
trs:json-array-ordered a mf:NegativeEntailmentTest;
405
355
rdfs:comment " Arrays are ordered in rdf:JSON." ;
406
356
mf:action <json-array-1.ttl> ;
0 commit comments