--- a/rdf11-testcases/index.html Sun Jan 05 00:58:39 2014 +0100
+++ b/rdf11-testcases/index.html Sat Jan 04 16:31:26 2014 -0800
@@ -109,15 +109,25 @@
(<a href="https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-mt/reports/index.html">Implementation Report</a>)
</li>
<li><strong>RDF 1.1 Turtle</strong> [[TURTLE]]<br/>
- <a href="http://www.w3.org/2013/TurtleTests/">http://www.w3.org/2013/TurtleTests/</a></li>
+ <a href="http://www.w3.org/2013/TurtleTests/">http://www.w3.org/2013/TurtleTests/</a>
+ (<a href="https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/reports/index.html">Implementation Report</a>)
+ </li>
<li><strong>RDF 1.1 TriG</strong> [[TRIG]]<br/>
- <a href="http://www.w3.org/2013/TrigTests/">http://www.w3.org/2013/TrigTests/</a></li>
+ <a href="http://www.w3.org/2013/TrigTests/">http://www.w3.org/2013/TrigTests/</a>
+ (<a href="https://dvcs.w3.org/hg/rdf/raw-file/default/trig/reports/index.html">Implementation Report</a>)
+ </li>
<li><strong>RDF 1.1 N-Triples</strong> [[N-TRIPLES]]<br/>
- <a href="http://www.w3.org/2013/N-TriplesTests/">http://www.w3.org/2013/N-TriplesTests/</a></li>
+ <a href="http://www.w3.org/2013/N-TriplesTests/">http://www.w3.org/2013/N-TriplesTests/</a>
+ (<a href="https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/reports-nt/index.html">Implementation Report</a>)
+ </li>
<li><strong>RDF 1.1 N-Quads</strong> [[N-QUADS]]<br/>
- <a href="http://www.w3.org/2013/N-QuadsTests/">http://www.w3.org/2013/N-QuadsTests/</a></li>
+ <a href="http://www.w3.org/2013/N-QuadsTests/">http://www.w3.org/2013/N-QuadsTests/</a>
+ (<a href="https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/reports/index.html">Implementation Report</a>)
+ </li>
<li><strong>JSON-LD 1.0</strong> [[JSON-LD]]/[[JSON-LD-API]]<br/>
- <a href="http://www.w3.org/2013/json-ld-tests/">http://www.w3.org/2013/json-ld-tests/</a></li>
+ <a href="http://www.w3.org/2013/json-ld-tests/">http://www.w3.org/2013/json-ld-tests/</a>
+ (<a href="http://json-ld.org/test-suite/reports/index.html">Implementation Report</a>)
+ </li>
</ul>
</section>
@@ -231,21 +241,21 @@
</ul>
<p>An example Entailment test is the following:</p>
- <pre class="example" title="Entailment test"><#datatypes-non-well-formed-literal-2> a mf:PositiveEntailmentTest;
- mf:name "datatypes-non-well-formed-literal-2";
- rdfs:comment """
- With appropriate datatype knowledge, a 'badly-formed'
+ <pre class="example" title="Entailment test"><script type="text/turtle"><#datatypes-non-well-formed-literal-2> a mf:PositiveEntailmentTest;
+ mf:name "datatypes-non-well-formed-literal-2";
+ rdfs:comment """
+ With appropriate datatype knowledge, a 'badly-formed'
datatyped literal can be detected.
- """;
- rdfs:comment """
+ """;
+ rdfs:comment """
Ill-formed datatyped literals now are inconsistent.
- Used to be negative entailment to <datatypes/test002b.nt>
- """;
+ Used to be negative entailment to <datatypes/test002b.nt>
+ """;
rdfs:approval rdft:Approved;
- mf:entailmentRegime "RDFS" ;
+ mf:entailmentRegime "RDFS" ;
mf:recognizedDatatypes ( xsd:integer ) ;
mf:unrecognizedDatatypes ( ) ;
- mf:action <datatypes/test002.nt>;
+ mf:action <datatypes/test002.nt>;
mf:result false.</script></pre>
<p>An implementation passes a Positive (Negative) Entailment Test if, when