--- a/trig/index.html Mon Sep 02 21:20:39 2013 +0100
+++ b/trig/index.html Tue Sep 03 10:32:35 2013 +0100
@@ -36,7 +36,10 @@
subtitle : "RDF Dataset Language",
"localBiblio" : {
- "EBNF-NOTATION" : "Tim Bray; Jean Paoli; C. M. Sperberg-McQueen; Eve Maler; François Yergeau. <a href=\"http://www.w3.org/TR/REC-xml/#sec-notation\"><cite>EBNF Notation</cite></a> 26 November 2008. W3C Recommendation. URL: <a href=\"http://www.w3.org/TR/REC-xml/#sec-notation\">http://www.w3.org/TR/REC-xml/#sec-notation</a> "
+ "EBNF-NOTATION" : "Tim Bray; Jean Paoli; C. M. Sperberg-McQueen; Eve Maler; François Yergeau. <a href=\"http://www.w3.org/TR/REC-xml/#sec-notation\"><cite>EBNF Notation</cite></a> 26 November 2008. W3C Recommendation.
+URL: <a href=\"http://www.w3.org/TR/REC-xml/#sec-notation\">http://www.w3.org/TR/REC-xml/#sec-notation</a>",
+ "TURTLE" :
+
},
// if you wish the publication date to be other than today, set this
@@ -153,7 +156,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
- Turtle [[!turtle]] format.
+ <a href="http:http://www.w3.org/TR/turtle">Turtle</a> [[!Turtle]] format.
</p>
</section>
@@ -161,7 +164,8 @@
<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
define an RDF syntax for multiple graphs. TriG is an extension of the
-Turtle syntax for RDF [[!turtle]. The current document is based on
+<a href="http:http://www.w3.org/TR/turtle">Turtle</a>
+syntax for RDF [[!Turtle]]. The current document is based on
the original proposal by Chris Bizer and Richard Cyganiak.</p>
</section>
@@ -170,7 +174,7 @@
<p>This document defines TriG a concrete syntax for RDF as defined in the
RDF Concepts and Abstract Syntax
([[!rdf11-concepts]]). TriG is an extension of
- Turtle ([[!turtle]]), extended
+ <a href="http:http://www.w3.org/TR/turtle">Turtle</a> ([[!Turtle]]), extended
to support representing a complete RDF Dataset.
</section>
@@ -586,7 +590,9 @@
<hr/>
<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
+<a href="http:http://www.w3.org/TR/turtle">Turtle</a> 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]].
</p>
@@ -821,7 +827,8 @@
<p>This section describes the main differences between TriG, as
defined in this ddcument, and the
<ul>
- <li>Syntax is aligned to the Turtle [[!Turtle]] recommendation
+ <li>Syntax is aligned to the
+ <a href="http:http://www.w3.org/TR/turtle">Turtle</a> [[!Turtle]] recommendation
for RDF terms.</li>
<li>Graph labels can be blank nodes.</li>
<li>The default graph, or sections of the default graph, do not
@@ -833,7 +840,7 @@
for that graph to be included in the resulting graph.
Sections with the same label are combined by set union.</li>
<li>Keywords <code>BASE</code>,
- <code>PREFIX</code> (see also [[!Turtle]) and
+ <code>PREFIX</code> (see also [[!Turtle]]) and
<code>GRAPH</code> are introduced.
</ul>
</section>