Skip to content

Commit 23f0470

Browse files
committed
Fixes manifest syntax
1 parent 6c2afd0 commit 23f0470

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

rdf/rdf11/rdf-mt/manifest-az.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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 ) ;
@@ -50,7 +50,7 @@
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 ) ;
@@ -87,7 +87,7 @@
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

@@ -100,7 +100,7 @@
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

rdf/rdf12/rdf-semantics/manifest.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

249249
trs:malformed-literal a mf:PositiveEntailmentTest;
250250
rdfs:comment "Malformed literals are allowed in triple terms, but cause inconsistency.";

0 commit comments

Comments
 (0)