File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939<#ill-formed-string> a mf:PositiveEntailmentTest;
4040 mf:name " ill-formed-string" ;
4141 rdfs:comment """
42- XSD Strings do not allow the null code point \0000.
42+ XSD Strings do not allow the null code point \\ 0000.
4343 """ ;
4444 mf:entailmentRegime " Simple" ;
4545 mf:recognizedDatatypes ( xsd:string ) ;
5050<#well-formed-html> a mf:NegativeEntailmentTest;
5151 mf:name " well-formed-html" ;
5252 rdfs:comment """
53- rdf:HTML does allow the null code point \0000.
53+ rdf:HTML does allow the null code point \\ 0000.
5454 """ ;
5555 mf:entailmentRegime " Simple" ;
5656 mf:recognizedDatatypes ( rdf:HTML ) ;
8787 """ ;
8888 mf:entailmentRegime " RDFS" ;
8989 mf:recognizedDatatypes ( xsd:integer ) ;
90- mf:unrecognizedDatatypes ( ex:dt ) ;
90+ mf:unrecognizedDatatypes ( <http://example.org/dt> ) ;
9191 mf:action <az-tests/unrecognized-datatype001.ttl> ;
9292 mf:result false .
9393
100100 """ ;
101101 mf:entailmentRegime " RDFS" ;
102102 mf:recognizedDatatypes ( ) ;
103- mf:unrecognizedDatatypes ( ex:dt ) ;
103+ mf:unrecognizedDatatypes ( <http://example.org/dt> ) ;
104104 mf:action <az-tests/unrecognized-datatype002.ttl> ;
105105 mf:result <az-tests/unrecognized-datatype003.ttl> .
106106
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ trs:literal-type a mf:PositiveEntailmentTest;
244244 mf:recognizedDatatypes (xsd:integer);
245245 mf:result <literal-type.ttl> ;
246246 mf:unrecognizedDatatypes ();
247- test :approval test :NotClassified .
247+ rdft :approval rdft :NotClassified .
248248
249249trs:malformed-literal a mf:PositiveEntailmentTest;
250250 rdfs:comment " Malformed literals are allowed in triple terms, but cause inconsistency." ;
You can’t perform that action at this time.
0 commit comments