--- 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> <http://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor;
 foaf:name "Gregg Kellogg";
 foaf:title "Implementor";
 foaf:homepage <http://greggkellogg.net/> .
</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