Add README for N-Triples tests.
--- a/local-biblio.js Wed Dec 18 18:12:35 2013 +0100
+++ b/local-biblio.js Wed Dec 18 11:03:51 2013 -0800
@@ -8,7 +8,7 @@
"N-TRIPLES": "Gavin Carothers, Andy Seabourne. <cite><a href=\"http://www.w3.org/TR/2013/CR-n-triples-20131105/\">RDF 1.1 N-Triples</cite></a></cite>. 5 November 2013. W3C Candidate Recommendation (work in progress). URL: <a href=\"http://www.w3.org/TR/2013/CR-n-triples-20131105/\">http://www.w3.org/TR/2013/CR-n-triples-20131105/</a>. The latest edition is available at <a href=\"http://www.w3.org/TR/n-triples/\">http://www.w3.org/TR/n-triples/</a>",
"N-QUADS": "Gavin Carothers, Editor. <cite><a href=\"http://www.w3.org/TR/2013/CR-n-quads-20131105/\">RDF 1.1 N-Quads</cite></a></cite>. 5 November 2013. W3C Candidate Recommendation (work in progress). URL: <a href=\"http://www.w3.org/TR/2013/CR-n-quads-20131105/\">http://www.w3.org/TR/2013/CR-n-quads-20131105/</a>. The latest edition is available at <a href=\"http://www.w3.org/TR/n-quads/\">http://www.w3.org/TR/n-quads/</a>",
"TRIG": "Gavin Carothers, Andy Seaborne, Editors. <cite><a href=\"http://www.w3.org/TR/2013/WD-trig-20130919/\">TriG: RDF Dataset Language</a></cite>. 19 September 2013. W3C Candidate Recommendation (work in progress). URL: <a href=\"http://www.w3.org/TR/2013/WD-trig-20130919/\">http://www.w3.org/TR/2013/WD-trig-20130919/</a>. The latest edition is available at <a href=\"http://www.w3.org/TR/trig/\">http://www.w3.org/TR/trig/</a>",
- "RDF11-TESTCASES": "Markus Lanthaler, Editor. <cite><a href=\"http://www.w3.org/2013/rdf11-testcases/\">RDF 1.1 Test Cases</a></cite>. W3C Editor's Draft (work in progress). URL: <a href=\"http://www.w3.org/2013/rdf11-testcases/\">http://www.w3.org/2013/rdf11-testcases/</a>. The latest edition is available at <a href=\"https://dvcs.w3.org/hg/rdf/raw-file/default/rdf11-testcases/index.html\">https://dvcs.w3.org/hg/rdf/raw-file/default/rdf11-testcases/index.html</a>",
+ "RDF11-TESTCASES": "Gregg Kellogg, Markus Lanthaler, Editors. <cite><a href=\"http://www.w3.org/2013/rdf11-testcases/\">RDF 1.1 Test Cases</a></cite>. W3C Editor's Draft (work in progress). URL: <a href=\"http://www.w3.org/2013/rdf11-testcases/\">http://www.w3.org/2013/rdf11-testcases/</a>. The latest edition is available at <a href=\"https://dvcs.w3.org/hg/rdf/raw-file/default/rdf11-testcases/index.html\">https://dvcs.w3.org/hg/rdf/raw-file/default/rdf11-testcases/index.html</a>",
"RDF11-PRIMER": "Guus Schreiber, Yves Raimond. <cite><a href=\"http://www.w3.org/TR/2013/WD-rdf11-primer-20131217/\">RDF 1.1 Primer</a></cite>. W3C Working Draft (work in progress), 17 December 2013. The latest version is available at <a href=\"http://www.w3.org/TR/rdf11-primer/\">http://www.w3.org/TR/rdf11-primer/</a>.",
"RDF11-NEW": "David Wood. <cite><a href=\"http://www.w3.org/TR/2013/WD-rdf11-new-20131217/\">What’s New in RDF 1.1</a></cite>. W3C Working Draft (work in progress), 17 December 2013. The latest version is available at <a href=\"http://www.w3.org/TR/rdf11-new/\">http://www.w3.org/TR/rdf11-new/</a>.",
"RDF11-DATASETS": "Antoine Zimmermann. <cite><a href=\"http://www.w3.org/TR/2013/WD-rdf11-datasets-20131217/\">RDF 1.1: On Semantics of Datasets</a></cite>. W3C Working Draft (work in progress), 17 December 2013. The latest version is available at <a href=\"http://www.w3.org/TR/rdf11-datasets/\">http://www.w3.org/TR/rdf11-datasets/</a>.",
--- a/rdf-mt/reports/index.html Wed Dec 18 18:12:35 2013 +0100
+++ b/rdf-mt/reports/index.html Wed Dec 18 11:03:51 2013 -0800
@@ -46,9 +46,7 @@
// only "name" is required
editors: [
{ name: "Gregg Kellogg", url: "http://greggkellogg.net/",
- company: "Kellogg Associates" },
- { name: "Andy Seaborne",
- company: "The Apache Software Foundation"}
+ company: "Kellogg Associates" }
],
// authors, add as many as you like.
--- a/rdf-mt/reports/template.md Wed Dec 18 18:12:35 2013 +0100
+++ b/rdf-mt/reports/template.md Wed Dec 18 11:03:51 2013 -0800
@@ -87,9 +87,7 @@
// only "name" is required
editors: [
{ name: "Gregg Kellogg", url: "http://greggkellogg.net/",
- company: "Kellogg Associates" },
- { name: "Andy Seaborne",
- company: "The Apache Software Foundation"}
+ company: "Kellogg Associates" }
],
// authors, add as many as you like.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/tests-nt/README Wed Dec 18 11:03:51 2013 -0800
@@ -0,0 +1,25 @@
+This README is for the W3C RDF Working Group's N-Triples test suite.
+This test suite contains two kinds of tests:
+
+ Positive syntax (rdft:TestNTriplesPositiveSyntax) - an input N-Triples
+ file with no syntax errors.
+
+ Negative syntax (rdft:TestNTriplesNegativeSyntax) - an input N-Triples
+ file with at least one syntax error.
+
+The manifest.ttl file in this directory lists tests in the
+RDF WG's N-Triples test suite. All
+tests have a name (mf:name) and an input (mf:action).
+
+• An implementation passes a positive syntax test if it parses the
+ input.
+
+• An implementation passes a negative syntax test if it fails to parse
+ the input.
+
+The home of the test suite is <http://www.w3.org/2013/N-TriplesTests/>.
+
+See http://www.w3.org/2011/rdf-wg/wiki/RDF_Test_Suites for more details.
+
+Eric Prud'hommeaux <eric+turtle@w3.org> - 11 June 2013.
+Gregg Kellogg <gregg@greggkellogg.net> - 26 June 2013.
--- a/rdf11-testcases/index.html Wed Dec 18 18:12:35 2013 +0100
+++ b/rdf11-testcases/index.html Wed Dec 18 11:03:51 2013 -0800
@@ -34,13 +34,18 @@
// if there is an earler version of this specification at the Recommendation level,
// set this to the shortname of that version. This is optional and not usually
// necessary.
- prevRecShortname: "rdf-testcases",
+ prevRecShortname: "rdf11-testcases",
// editors, add as many as you like
// only "name" is required
editors: [
- { name: "Markus Lanthaler", url: "http://www.markus-lanthaler.com/",
- company: "Graz University of Technology", companyURL: "http://www.tugraz.at/" }
+ { name: "Gregg Kellogg",
+ url: "http://greggkellogg.net/",
+ company: "Kellogg Associates" },
+ { name: "Markus Lanthaler",
+ url: "http://www.markus-lanthaler.com/",
+ company: "Graz University of Technology",
+ companyURL: "http://www.tugraz.at/" }
],
// name of the WG
@@ -74,16 +79,22 @@
<section id="abstract">
<p>The Resource Description Framework (RDF) is a framework for
representing information in the Web. This document lists
- the test suites for RDF 1.1 Semantics as well as the various
+ the test suites and implementation reports
+ for RDF 1.1 Semantics as well as the various
serialization formats.</p>
</section>
<section>
- <h1>Test Suites</h1>
+ <h1>Test Suites and Implementation Reports</h1>
+ <section>
+ <h2>RDF 1.1 Semantics [[RDF11-MT]]</h2>
+
<ul>
- <li><p><strong>RDF 1.1 Semantics</strong> [[RDF11-MT]]<br>
- <a href="http://www.w3.org/2013/rdf-mt-tests/">http://www.w3.org/2013/rdf-mt-tests/</a></li></p>
+ <li><strong>RDF 1.1 Semantics</strong> [[RDF11-MT]]<br>
+ <a href="http://www.w3.org/2013/rdf-mt-tests/">http://www.w3.org/2013/rdf-mt-tests/</a>
+ (<a href="https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-mt/reports/index.html">Implementation Report</a>)
+ </li>
<li><p><strong>RDF 1.1 Turtle</strong> [[TURTLE]]<br>
<a href="http://www.w3.org/2013/TurtleTests/">http://www.w3.org/2013/TurtleTests/</a></li></p>
<li><p><strong>RDF 1.1 TriG</strong> [[TRIG]]<br>