--- a/trig/index.html Sun Dec 22 22:21:50 2013 +0100
+++ b/trig/index.html Sun Dec 22 22:28:20 2013 +0100
@@ -48,7 +48,7 @@
subtitle : "RDF Dataset Language",
// if you wish the publication date to be other than today, set this
- publishDate: "2014-01-07",
+ publishDate: "2014-01-09",
// if the specification's copyright date is a range of years, specify
// the start date here:
@@ -57,16 +57,16 @@
// 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",
- //previousURI: "http://www.w3.org/TR/trig/",
+ previousMaturity: "CR",
+ // 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",
// 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-04",
+ 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
@@ -182,7 +182,7 @@
<section id="sec-intro">
<h2>Introduction</h2>
<p>This document defines TriG, a concrete syntax for RDF as defined in the
- RDF Concepts and Abstract Syntax
+ RDF Concepts and Abstract Syntax document
[[!RDF11-CONCEPTS]]. TriG is an extension of
Turtle [[!TURTLE]], extended
to support representing a complete RDF Dataset.
@@ -642,7 +642,7 @@
<tr> <th> production </th><th> type </th><th>procedure</th></tr>
</thead>
<tbody>
- <tr id="handle-IRIREF" ><td style="text-align:left;"><a class="type IRI" href="#grammar-production-IRIREF" >IRIREF </a></td><td><a href="http://www.w3.org/TR/rdf11-concepts/#dfn-iri"> IRI </a></td><td>The characters between "<" and ">" are taken, with the <a href="#numeric">numeric escape sequences</a> unescaped, to form the unicode string of the IRI. Relative IRI resolution is performed per <a href="#sec-iri-references" class="sectionRef">Section 6.3</a>.</td></tr>
+ <tr id="handle-IRIREF" ><td style="text-align:left;"><a class="type IRI" href="#grammar-production-IRIREF" >IRIREF </a></td><td><a href="http://www.w3.org/TR/rdf11-concepts/#dfn-iri"> IRI </a></td><td>The characters between "<" and ">" are taken, with the <a href="#numeric">numeric escape sequences</a> unescaped, to form the unicode string of the IRI. Relative IRI resolution is performed per <a href="#sec-iri-references" class="sectionRef"></a>.</td></tr>
<tr id="handle-PNAME_NS" ><td style="text-align:left;" rowspan="2"><a class="type string" href="#grammar-production-PNAME_NS" >PNAME_NS </a></td><td><a href="#prefix"> prefix </a></td><td>When used in a <a href="#grammar-production-prefixID">prefixID</a> or <a href="#grammar-production-sparqlPrefix">sparqlPrefix</a> production, the <code>prefix</code> is the potentially empty unicode string matching the first argument of the rule is a key into the <a href="#namespaces">namespaces map</a>.</td></tr>
<tr id="handle-PNAME-IRI" > <td><a href="http://www.w3.org/TR/rdf11-concepts/#dfn-iri"> IRI </a></td><td>When used in a <a href="#grammar-production-PrefixedName">PrefixedName</a> production, the <code>iri</code> is the value in the <a href="#namespaces">namespaces map</a> corresponding to the first argument of the rule.</td></tr>
<tr id="handle-PNAME_LN" ><td style="text-align:left;"><a class="type IRI" href="#grammar-production-PNAME_LN" >PNAME_LN </a></td><td><a href="http://www.w3.org/TR/rdf11-concepts/#dfn-iri"> IRI </a></td><td>A potentially empty <a href="#prefix">prefix</a> is identified by the first sequence, <code>PNAME_NS</code>. The <a href="#namespaces">namespaces map</a> <em class="rfc2119">MUST</em> have a corresponding <code>namespace</code>. The unicode string of the IRI is formed by unescaping the <a href="#reserved">reserved characters</a> in the second argument, <code>PN_LOCAL</code>, and concatenating this onto the <code>namespace</code>.</td></tr>