Add missing implementation reports to Test Cases document
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sat, 04 Jan 2014 16:31:26 -0800
changeset 1757 bc53164722de
parent 1756 83ecde6ef72c
child 1758 5d2b9e387b0f
Add missing implementation reports to Test Cases document
rdf11-testcases/index.html
--- 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">&lt;#datatypes-non-well-formed-literal-2&gt; a mf:PositiveEntailmentTest;
-  mf:name &quot;datatypes-non-well-formed-literal-2&quot;;
-  rdfs:comment &quot;&quot;&quot;
-    With appropriate datatype knowledge, a &#x27;badly-formed&#x27;
+     <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.
-  &quot;&quot;&quot;;
-  rdfs:comment &quot;&quot;&quot;
+  """;
+  rdfs:comment """
     Ill-formed datatyped literals now are inconsistent.
-    Used to be negative entailment to &lt;datatypes/test002b.nt&gt;
-  &quot;&quot;&quot;;
+    Used to be negative entailment to <datatypes/test002b.nt>
+  """;
   rdfs:approval rdft:Approved;
-  mf:entailmentRegime &quot;RDFS&quot; ;
+  mf:entailmentRegime "RDFS" ;
   mf:recognizedDatatypes ( xsd:integer ) ;
   mf:unrecognizedDatatypes ( ) ;
-  mf:action &lt;datatypes/test002.nt&gt;;
+  mf:action <datatypes/test002.nt>;
   mf:result false.</script></pre>
 
     <p>An implementation passes a Positive (Negative) Entailment Test if, when