REC version
authorGuus Schreiber <guus.schreiber@vu.nl>
Tue, 11 Feb 2014 19:18:31 +0100
changeset 1847 25af29f4e5ef
parent 1846 f1adb0e25843
child 1848 6114bbb363b4
REC version
trig/index.html
--- a/trig/index.html	Tue Feb 11 18:37:19 2014 +0100
+++ b/trig/index.html	Tue Feb 11 19:18:31 2014 +0100
@@ -38,8 +38,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:            "trig",
 
@@ -48,7 +50,7 @@
 	  subtitle   :  "RDF Dataset Language",
 
 	  // if you wish the publication date to be other than today, set this
-	  publishDate:  "2014-01-09",
+	  publishDate:  "2014-02-25",
 
 	  // if the specification's copyright date is a range of years, specify
 	  // the start date here:
@@ -56,17 +58,17 @@
 
 	  // 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",
 	  // previousURI: "http://www.w3.org/TR/trig/",
 
 	  // if there a publicly available Editor's Draft, this is the link
-	  edDraftURI:           "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/index.html", 
+	  // edDraftURI:           "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/index.html", 
 
 	  // if this is a LCWD, uncomment and set the end of its review period
-	  lcEnd: "2013-10-11",
-          crEnd: "2013-11-26",
-          prEnd: "2014-02-09",
+	  // lcEnd: "2013-10-11",
+          // crEnd: "2013-11-26",
+          // prEnd: "2014-02-09",
 
 	  // if you want to have extra CSS, append them to this list
 	  // it is recommended that the respec.css stylesheet be kept
@@ -96,7 +98,7 @@
   	      	company: "Freie Universität Berlin", companyURL: "http://www.fu-berlin.de/" },
 	  ],
 
-// name of the WG
+          // name of the WG
 	  wg:           "RDF Working Group",
 
 	  // URI of the public WG page
@@ -116,8 +118,6 @@
 	  // doRDFa: true,
 	  preProcess: [ preprocessTrig ] ,
 
-      testSuiteURI:         "http://www.w3.org/2013/TrigTests/" ,
-      implementationReportURI: "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/reports/index.html", 
       };
     </script>
 
@@ -157,10 +157,6 @@
 	</head>
 	<body>
 		<section id='abstract'>
-			<p>The Resource Description Framework
-			(<abbr title="Resource Description Framework">RDF</abbr>) is a
-			general-purpose language for representing information in the Web.</p>
-
 			<p>This document defines a textual syntax for RDF called TriG
 			that allows an RDF dataset to be completely written in a compact and
 			natural text form, with abbreviations for common usage patterns and
@@ -170,8 +166,9 @@
 		</section>
 
 	        <section id='sotd'>
-<p>TriG is intended the meet the charter requirement of the
-<a href="http://www.w3.org/2011/rdf-wg/">RDF Working Group</a> to
+<p>This document is part of the RDF 1.1 document suite.
+TriG is intended the meet the charter requirement of the
+RDF Working Group to
 define an RDF syntax for multiple graphs. TriG is an extension of the
 Turtle
 syntax for RDF [[!TURTLE]]. The current document is based on
@@ -886,50 +883,9 @@
 
    <section id="sec-changes"  class="appendix">
      <h2>Changes since the last publication of this document</h2>
-     <p>A bug in the grammar in rule 4g has been corrected.</p>
-
-     <table class="grammar">
-       <tbody class="grammar-productions">
-         <tr>
-           <td>[4g]</td>
-           <td><code>triples2</code></td>
-           <td>::=</td>
-           <td><a href='#grammar-production-blankNodePropertyList'>blankNodePropertyList</a> 
-             <a href='#grammar-production-predicateObjectList'>predicateObjectList</a>?
-             '<code class='grammar-literal'>.</code>'
-             <code>| </code> 
-             <a href='#grammar-production-collection'>collection</a>
-             <a href='#grammar-production-predicateObjectList'>predicateObjectList</a> 
-             '<code class='grammar-literal'>.</code>'
-           </td>
-         </tr>
-       </tbody>
-     </table>
-
-     <p>The old rule was:</p>
-
-     <table class="grammar">
-       <tbody class="grammar-productions">
-         <tr>
-           <td>[4g]</td>
-           <td><code>triples2</code></td>
-           <td>::=</td>
-           <td>(<a href="#grammar-production-blankNodePropertyList">blankNodePropertyList</a> <code>| </code> <a href="#grammar-production-collection">collection</a>) <a href="#grammar-production-predicateObjectList">predicateObjectList</a>?
-             '<code class="grammar-literal">.</code>'
-           </td>
-         </tr>
-       </tbody>
-     </table>
-
-     <p>The effect of this change is to not allow as a TriG document:</p>
-     <pre>
-       (1 2 3) .
-     </pre>
-     and
-     <pre>
-       () .
-     </pre>
-     <p> which are not legal Turtle documents.</p>
+     <p>No changes since <a
+     href="http://www.w3.org/TR/2014/PR-trig-20140109/">Proposed
+     Recommendation</a>.</p>
    </section>
 </body>
 </html>