File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
2
+ PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
3
+ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
4
+ PREFIX : <http://example.com/ns#>
5
+
6
+ :a :b _:x .
7
+ _:x rdf:type xsd:integer .
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ trs:manifest a mf:Manifest;
49
49
trs:constrained-bnodes-in-triple-term-object
50
50
trs:constrained-bnodes-in-triple-term-fail
51
51
trs:constrained-bnodes-on-literal
52
+ trs:literal-type
52
53
trs:malformed-literal-control
53
54
trs:malformed-literal
54
55
trs:malformed-literal-accepted
@@ -235,6 +236,16 @@ trs:triple-terms-no-spurious a mf:NegativeEntailmentTest;
235
236
mf:unrecognizedDatatypes ();
236
237
rdft:approval rdft:NotClassified .
237
238
239
+ trs:literal-type a mf:PositiveEntailmentTest;
240
+ rdfs:comment " Literals denote instances of their datatype." ;
241
+ mf:action <canonical-literal-control.ttl> ;
242
+ mf:entailmentRegime " RDF" ;
243
+ mf:name " literal-type" ;
244
+ mf:recognizedDatatypes (xsd:integer);
245
+ mf:result <literal-type.ttl> ;
246
+ mf:unrecognizedDatatypes ();
247
+ test:approval test:NotClassified .
248
+
238
249
trs:malformed-literal a mf:PositiveEntailmentTest;
239
250
rdfs:comment " Malformed literals are allowed in triple terms, but cause inconsistency." ;
240
251
mf:action <malformed-literal.ttl> ;
You can’t perform that action at this time.
0 commit comments