Minor fix to Semantics test result page
authorPeter F. Patel-Schneider <pfpschneider@gmail.com>
Wed, 06 Nov 2013 09:12:39 -0800
changeset 1234 4073ce62f3c3
parent 1233 bc17c49e0e23
child 1235 b5ce966414dd
Minor fix to Semantics test result page
rdf-mt/reports/index.html
--- 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>&lt;http://example/base/&gt;</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>  &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/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>