--- a/trig/index.html Thu Mar 28 14:50:26 2013 +0100
+++ b/trig/index.html Sun Mar 31 23:33:01 2013 +0200
@@ -27,14 +27,14 @@
specStatus: "FPWD",
// the specification's short name, as in http://www.w3.org/TR/short-name/
- shortName: "TriG",
+ shortName: "trig",
// if your specification has a subtitle that goes below the main
// formal title, define it here
subtitle : "RDF Dataset Language",
// if you wish the publication date to be other than today, set this
- publishDate: "9999-01-01",
+ publishDate: "2013-04-02",
// if the specification's copyright date is a range of years, specify
// the start date here:
@@ -74,7 +74,8 @@
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
@@ -104,7 +105,7 @@
that allows an RDF dataset to be completely written in a compact and
natural text form, with abbreviations for common usage patterns and
datatypes. TriG is an extension of the
- <a href="http://www.w3.org/TR/Turtle">Turtle</a> format.
+ <a href="http://www.w3.org/TR/turtle">Turtle</a> format.
</p>
</section>
@@ -117,7 +118,7 @@
<p>This document defines TriG a concrete syntax for RDF as defined in the
<a href="../rdf-concepts/index.html">RDF Concepts and Abstract Syntax</a>
([[!RDF-CONCEPTS]]) W3C Recommendation. TriG is an extension of
- <a href="http://www.w3.org/TR/Turtle">Turtle</a> ([[!TURTLE]]), extended
+ <a href="http://www.w3.org/TR/Turtle">Turtle</a> ([[!TURTLE-TR]]), extended
to support representing a complete RDF Dataset.
</section>
@@ -422,7 +423,7 @@
<section id="grammar-ebnf">
<h3>Grammar</h3>
<p>The <abbr title="Extended Backus–Naur Form">EBNF</abbr> used here is defined in XML 1.0
- [[!EBNF-NOTATION]]. Production labels consisting of a number and a final 'g' are unique to TriG. All Production labels consisting of only a number reference the production with that number in the Turtle grammar [[Turtle]]. Production labels consisting of a number and a final 's', e.g. [<a href="http://www.w3.org/TR/sparql11-query/#rRDFLiteral"><span class="prodNo">60s</span></a>], reference the production with that number in the <a href="http://www.w3.org/TR/sparql11-query/#sparqlGrammar">SPARQL Query Language for RDF grammar</a> [[RDF-SPARQL-QUERY]].
+ [[!EBNF-NOTATION]]. Production labels consisting of a number and a final 'g' are unique to TriG. All Production labels consisting of only a number reference the production with that number in the Turtle grammar [[TURTLE-TR]]. Production labels consisting of a number and a final 's', e.g. [<a href="http://www.w3.org/TR/sparql11-query/#rRDFLiteral"><span class="prodNo">60s</span></a>], reference the production with that number in the <a href="http://www.w3.org/TR/sparql11-query/#sparqlGrammar">SPARQL Query Language for RDF grammar</a> [[RDF-SPARQL-QUERY]].
</p>
<div data-include="trig-bnf.html">
</p>