--- a/rdf-mt/reports/index.html Wed Nov 06 09:05:15 2013 -0800
+++ b/rdf-mt/reports/index.html Wed Nov 06 09:12:39 2013 -0800
@@ -138,11 +138,17 @@
<section>
<h2>Instructions for submitting implementation reports</h2>
- <p>Tests should be run using the test manifests defined in the
+ <p>The test suite tests implementations of the several forms of RDF 1.1
+ entailment and contains both positive and negative tests.
+ The <a href="http://www.w3.org/2013/rdf-mt-tests/">RDF Semantics: Test
+ Suite</a> document contains information on how to obtain the tests.
+ The <a href="https://dvcs.w3.org/hg/rdf/file/tip/rdf-mt/tests/README">README
+ file</a> in the test suite itself has more information on how to run the
+ tests themselves and which tests are to be performed.
+ The currently approved tests are listed in the
<a href="#test-manifests">Test Manifests</a> Section.</p>
-
- <p>The assumed base URI for the tests is <code><http://example/base/></code> if needed.</p>
-
+ </p>
+
<p>Reports should be submitted in Turtle format to <a href="mailto:public-rdf-comments@w3.org">public-rdf-comments@w3.org</a>
and include an <code>earl:Assertion</code>
for each test, referencing the test resource from the associated manifest
@@ -160,12 +166,6 @@
referenced from <code>doap:developer</code> using [[FOAF]]. For example:</p>
<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/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>