--- a/nquads/index.html Fri Feb 07 02:10:15 2014 +0100
+++ b/nquads/index.html Sat Feb 08 23:14:03 2014 +0100
@@ -11,8 +11,10 @@
localBiblio: localBibliography,
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
- specStatus: "PR",
-
+ specStatus: "REC",
+ errata: "http://www.w3.org/2014/rdf1.1-errata",
+ implementationReportURI: "http://www.w3.org/TR/2014/NOTE-rdf11-testcases-20140225/",
+
// the specification's short name, as in http://www.w3.org/TR/short-name/
shortName: "n-quads",
@@ -21,8 +23,8 @@
subtitle : "A line-based syntax for an RDF datasets",
// if you wish the publication date to be other than today, set this
- publishDate: "2014-01-09",
- prEnd: "2014-02-09",
+ publishDate: "2014-02-25",
+ // prEnd: "2014-02-09",
// if the specification's copyright date is a range of years, specify
// the start date here:
@@ -30,14 +32,14 @@
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
- previousPublishDate: "2013-11-05",
- previousMaturity: "CR",
+ previousPublishDate: "2014-01-09",
+ previousMaturity: "PR",
// if there a publicly available Editor's Draft, this is the link
- edDraftURI: "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/index.html",
+ // edDraftURI: "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/index.html",
// if this is a LCWD, uncomment and set the end of its review period
- lcEnd: "2013-10-14",
+ // lcEnd: "2013-10-14",
// crEnd: "2013-11-26",
// prEnd: "2013-02-04",
@@ -93,7 +95,8 @@
</section>
<section id='sotd'>
-<p>The N-Quads format has a similar flavor as N-Triples
+<p>This document is part of the RDF 1.1 document suit [[!RDF11-CONCEPTS]].
+The N-Quads format is a line-based RDF syntax with a similar flavor as N-Triples
[[N-TRIPLES]]. The main distinction is that N-Quads allows encoding
multiple graphs. </p>
</section>