--- a/drafts/trig/Overview.html Wed Sep 18 07:06:23 2013 -0700
+++ b/drafts/trig/Overview.html Wed Sep 18 07:06:56 2013 -0700
@@ -301,7 +301,7 @@
that allows an <abbr title="Resource Description Framework">RDF</abbr> 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:http://www.w3.org/TR/turtle">Turtle</a> [<cite><a class="bibref" href="#bib-turtle">turtle</a></cite>] format.
+ <a href="http://www.w3.org/TR/turtle/">Turtle</a> [<cite><a class="bibref" href="#bib-turtle">turtle</a></cite>] format.
</p>
</section><section id="sotd" class="introductory" typeof="bibo:Chapter" resource="#sotd" rel="bibo:chapter"><h2 aria-level="1" role="heading" id="h2_sotd">Status of This Document</h2>
@@ -317,7 +317,7 @@
<p>TriG is intended the meet the charter requirement of the
<a href="http://www.w3.org/2011/rdf-wg/"><abbr title="Resource Description Framework">RDF</abbr> Working Group</a> to
define an <abbr title="Resource Description Framework">RDF</abbr> syntax for multiple graphs. TriG is an extension of the
-<a href="http:http://www.w3.org/TR/turtle">Turtle</a>
+<a href="http://www.w3.org/TR/turtle/">Turtle</a>
syntax for <abbr title="Resource Description Framework">RDF</abbr> [<cite><a class="bibref" href="#bib-turtle">turtle</a></cite>]. The current document is based on
the original proposal by Chris Bizer and Richard Cyganiak.</p>
@@ -385,7 +385,7 @@
<p>This document defines TriG a concrete syntax for <abbr title="Resource Description Framework">RDF</abbr> as defined in the
<abbr title="Resource Description Framework">RDF</abbr> Concepts and Abstract Syntax
([<cite><a class="bibref" href="#bib-rdf11-concepts">rdf11-concepts</a></cite>]). TriG is an extension of
- <a href="http:http://www.w3.org/TR/turtle">Turtle</a> ([<cite><a class="bibref" href="#bib-turtle">turtle</a></cite>]), extended
+ <a href="http://www.w3.org/TR/turtle/">Turtle</a> ([<cite><a class="bibref" href="#bib-turtle">turtle</a></cite>]), extended
to support representing a complete <abbr title="Resource Description Framework">RDF</abbr> Dataset.
</p></section>
@@ -743,9 +743,9 @@
<div class="atrisk"><p class="atrisktext">Feature At Risk</p>
- <p><b><tt>GRAPH</tt> keyword</b></p>
+ <p><b><code>GRAPH</code> keyword</b></p>
<p>In this version of TriG, but not previous versions,
- the keyword <tt>GRAPH</tt> may occur before graph
+ the keyword <code>GRAPH</code> may occur before graph
names, as specified in the grammar.
</p>
<p>
@@ -764,12 +764,12 @@
<p>
This feature is marked as being "at risk", which means the Working Group
seeks feedback from the community on whether to allow the
- <tt>GRAPH</tt> keyword. The group may remove this feature without
+ <code>GRAPH</code> keyword. The group may remove this feature without
publishing another Last Call Working Draft. Users with a strong
preference or with information which might influence the Working Group's
decision whether to keep this feature are encouraged to send feedback.</p>
<p>Previous publications of Turtle and TriG
- already included <tt>PREFIX</tt> and <tt>BASE</tt> keywords.
+ already included <code>PREFIX</code> and <code>BASE</code> keywords.
</p>
</div>
@@ -778,7 +778,7 @@
<p>In this version of TriG, but not previous versions,
triples in the default graph are allowed to
occur without requiring enclosing braces (
- <tt>{</tt>...<tt>}</tt>).
+ <code>{</code>...<code>}</code>).
outside of any curly braces. </p>
<p>
This
@@ -808,7 +808,7 @@
<p>The <abbr title="Extended Backus–Naur Form">EBNF</abbr> used here is defined in XML 1.0
[<cite><a class="bibref" href="#bib-EBNF-NOTATION">EBNF-NOTATION</a></cite>]. 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
+<a href="http://www.w3.org/TR/turtle/">Turtle</a> grammar
[<cite><a class="bibref" href="#bib-turtle">turtle</a></cite>]. 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 <abbr title="Resource Description Framework">RDF</abbr> grammar</a> [<cite><a class="bibref" href="#bib-RDF-SPARQL-QUERY">RDF-SPARQL-QUERY</a></cite>].
</p>
@@ -1303,7 +1303,7 @@
graph is used.</p>
<p>The rule
- <tt><a href="#grammar-production-labelOrSubject">labelOrSubject</a></tt>
+ <code><a href="#grammar-production-labelOrSubject">labelOrSubject</a></code>
sets both <code class="curGraph">curGraph</code>
and <code class="curSubject">curSubject</code>
(only one of these will be used).
@@ -1315,21 +1315,21 @@
</p>
<ul>
<li>
- The grammar production clause <tt>wrappedGraph</tt> in rule <tt><a href="#grammar-production-block">block</a></tt>.
+ The grammar production clause <code>wrappedGraph</code> in rule <code><a href="#grammar-production-block">block</a></code>.
</li>
<li>
The grammar production in rule
- <tt><a href="#grammar-production-triples2">triples2</a></tt>.
+ <code><a href="#grammar-production-triples2">triples2</a></code>.
</li>
</ul>
<p>
The grammar production
- <tt>labelOrSubject predicateObjectList '.'</tt>
+ <code>labelOrSubject predicateObjectList '.'</code>
unsets
<code class="curGraph">curGraph</code>
- before handling <tt>predicateObjectLists</tt>
- in rule <tt><a href="#grammar-production-triplesOrGraph">triplesOrGraph</a></tt>.
+ before handling <code>predicateObjectLists</code>
+ in rule <code><a href="#grammar-production-triplesOrGraph">triplesOrGraph</a></code>.
</p></section>
@@ -1387,7 +1387,7 @@
defined in this document, and earlier forms.
</p><ul>
<li>Syntax is aligned to the
- <a href="http:http://www.w3.org/TR/turtle">Turtle</a> [<cite><a class="bibref" href="#bib-turtle">turtle</a></cite>] recommendation
+ <a href="http://www.w3.org/TR/turtle/">Turtle</a> [<cite><a class="bibref" href="#bib-turtle">turtle</a></cite>] recommendation
for <abbr title="Resource Description Framework">RDF</abbr> terms.</li>
<li>Graph labels can be blank nodes.</li>
<li>The default graph, or sections of the default graph, do not