Undo TriG ending up Turtle
authorGavin Carothers <gavin@carothers.name>
Thu, 24 Oct 2013 07:09:00 -0700
changeset 1159 ec714e117c2c
parent 1158 6015317ea0b5
child 1160 dd655658485b
Undo TriG ending up Turtle
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Thu Oct 24 11:29:42 2013 +0200
+++ b/rdf-turtle/index.html	Thu Oct 24 07:09:00 2013 -0700
@@ -4,7 +4,7 @@
 	<title>Turtle</title>
 	<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
 	<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js' class='remove'></script>
-	<script src='https://raw.github.com/darobin/respec/develop/builds/respec-w3c-common-3.1.62.js' async class='remove'></script>
+    <script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
 	<script class='remove'>
       $.fn.renameElement = function (name) {
         return this.each(function () {
@@ -617,13 +617,13 @@
         				<li>Turtle documents
     					<li>Turtle parsers
 					</ul>
-			<p>A conforming <strong>Turtle document</strong> is a Unicode string that conforms to the grammar and additional constraints defined in <a href="#sec-grammar" class="sectionRef"></a>, starting with the <a href="#grammar-production-trigDoc"><code>trigDoc</code> production</a>. A TriG document serializes an RDF Dataset.</p>
+			<p>A conforming <strong>Turtle document</strong> is a Unicode string that conforms to the grammar and additional constraints defined in <a href="#sec-grammar" class="sectionRef"></a>, starting with the <a href="#grammar-production-turtleDoc"><code>turtleDoc</code> production</a>. A Turtle document serializes an RDF Graph.</p>
 
-			<p>A conforming <strong>TriG parser</strong> is a system capable of reading TriG documents on behalf of an application. It makes the serialized RDF dataset, as defined in <a href="#sec-parsing" class="sectionRef"></a>, available to the application, usually through some form of API.</p>
+			<p>A conforming <strong>Turtle parser</strong> is a system capable of reading Turtle documents on behalf of an application. It makes the serialized RDF dataset, as defined in <a href="#sec-parsing" class="sectionRef"></a>, available to the application, usually through some form of API.</p>
 
-			<p>The IRI that identifies the TriG language is: <code>http://www.w3.org/ns/formats/TriG</code></p>          
+			<p>The IRI that identifies the Turtle language is: <code>http://www.w3.org/ns/formats/Turtle</code></p>          
 
-			<p class="note">This specification does not define how TriG parsers handle non-conforming input documents.</p>
+			<p class="note">This specification does not define how Turtle parsers handle non-conforming input documents.</p>
 	        <section id="sec-mime">
 	          <h2>Media Type and Content Encoding</h2>