Minor fix to Semantics test result page and README
authorPeter F. Patel-Schneider <pfpschneider@gmail.com>
Wed, 06 Nov 2013 09:05:15 -0800
changeset 1233 bc17c49e0e23
parent 1232 403b1d0c6a06
child 1234 4073ce62f3c3
Minor fix to Semantics test result page and README
rdf-mt/reports/index.html
rdf-mt/tests/README
--- a/rdf-mt/reports/index.html	Wed Nov 06 17:47:00 2013 +0100
+++ b/rdf-mt/reports/index.html	Wed Nov 06 09:05:15 2013 -0800
@@ -134,6 +134,7 @@
       </p>
     </section>
     <section id='sodt'></section>
+
     <section>
       <h2>Instructions for submitting implementation reports</h2>
       
@@ -160,8 +161,12 @@
       
       <pre><code>  &lt;http://greggkellogg.net/foaf#me&gt; a foaf:Person, earl:Assertor;&#x000A;    foaf:name &quot;Gregg Kellogg&quot;;&#x000A;    foaf:title &quot;Implementor&quot;;&#x000A;    foaf:homepage &lt;http://greggkellogg.net/&gt; .&#x000A;</code></pre>
       
-      <p>See <a href="http://www.w3.org/2011/rdf-wg/wiki/Semantics_Test_Suite">RDF Semantics Test Suite Wiki</a>
-        for more information.</p>
+      <p>See <a href="http://www.w3.org/2013/rdf-mt-tests/">RDF Semantics: Test Suite</a>
+	for information on where the tests are stored.   The 
+	<a href="https://dvcs.w3.org/hg/rdf/file/tip/rdf-mt/tests/README">README
+	file</a> in the test suite has more information.
+      </p>
+
     </section>
     <section>
       <h2>
--- a/rdf-mt/tests/README	Wed Nov 06 17:47:00 2013 +0100
+++ b/rdf-mt/tests/README	Wed Nov 06 09:05:15 2013 -0800
@@ -4,12 +4,16 @@
   Positive Entailment Tests (mf:PositiveEntailmentTest)
   Negative Entailment Tests (mf:NegativeEntailmentTest)
 
-The manifest.ttl file in this directory lists all of the tests in the
-RDF WG's RDF Entailment test suite. Each test is one of the above kinds of tests. 
-All tests have 
+The manifest.ttl file in this directory lists all of the approved tests in the
+RDF WG's RDF Entailment test suite.   The manifest-az.ttl file in this
+directory lists proposed tests.  Please try both sets of tests as
+appropriate, as some of the proposed tests may become approved tests.
+
+
+Each test is one of the above kinds of tests. All tests have 
 - a name (mf:name),
-- an input RDF graph (mf:action),
-- an output RDF graph or the special marker false (mf:result),
+- an input RDF graph URL (mf:action),
+- an output RDF graph URL or the special marker false (mf:result),
 - an entailment regime, which is "simple", "RDF", or "RDFS" (mf:entailmentRegime),
 - a list of recognized datatypes (mf:recognizedDatatypes),
 - a list of unrecognized datatypes (mf:unrecognizedDatatypes).
@@ -32,6 +36,19 @@
 configured recognized datatypes.
  
 
-The home of the test suite is <http://www.w3.org/2013/rdf-mt-tests/>.
+The home of the test suite should eventually be
+<http://www.w3.org/2013/rdf-mt-tests/>. 
 Per RFC 3986 section 5.1.3, the base IRI for parsing each file is the
-retrieval IRI for that file. 
+retrieval IRI for that file, but changing base IRIs should not affect any
+testing results.
+
+
+
+Test results should be submitted as EARL reports.   See
+http://www.w3.org/TR/EARL10-Schema/ for information on EARL.  
+
+A document on the results of the testing is at 
+https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-mt/reports/index.html
+which currently has only a null report.
+This document has more information on submitting reports, including examples
+of what the reports should contain.
\ No newline at end of file