Fix turtle refrences
authorGavin Carothers <gavin@carothers.name>
Tue, 03 Sep 2013 08:35:51 -0700
changeset 1056 60553e787d51
parent 1055 d8624ff738b8
child 1057 6c5276c0b67a
Fix turtle refrences

Sadly TURTLE is the team submission, so turtle is the turtle-tr, see https://raw.github.com/tobie/specref/master/biblio.json

Yes, this is madness. Not sure how to update biblio to make sense, perhaps alias TURTLE-TR to turtle in biblio?
trig/index.html
--- a/trig/index.html	Tue Sep 03 10:32:35 2013 +0100
+++ b/trig/index.html	Tue Sep 03 08:35:51 2013 -0700
@@ -13,13 +13,21 @@
             var attribute = this.attributes[i];
             $newElement[0].setAttributeNS(attribute.namespaceURI, attribute.name, attribute.value);
           }
-          $(this).contents().appendTo($newElement);
-          $(this).replaceWith($newElement);
+          $(this)
+            .contents()
+            .appendTo($newElement);
+          $(this)
+            .replaceWith($newElement);
         });
       };
-      preprocessTrig = { apply: function (ignore) {
-          $("script[type='application/trig']").removeAttr('type').renameElement('span');
-          $("script[type='text/plain']").removeAttr('type').renameElement('span');
+      preprocessTrig = {
+        apply: function (ignore) {
+          $("script[type='application/trig']")
+            .removeAttr('type')
+            .renameElement('span');
+          $("script[type='text/plain']")
+            .removeAttr('type')
+            .renameElement('span');
         }
       };
   	</script>
@@ -36,10 +44,7 @@
 	  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>",
-      "TURTLE" : 
-      
+	  	   "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>"
 	  },
 
 	  // if you wish the publication date to be other than today, set this
@@ -156,7 +161,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:http://www.w3.org/TR/turtle">Turtle</a> [[!Turtle]] format.
+			<a href="http:http://www.w3.org/TR/turtle">Turtle</a> [[!turtle]] format.
 			</p>
 		</section>
 
@@ -165,7 +170,7 @@
 <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 
 <a href="http:http://www.w3.org/TR/turtle">Turtle</a>
-syntax for RDF [[!Turtle]]. The current document is based on
+syntax for RDF [[!turtle]]. The current document is based on
 the original proposal by Chris Bizer and Richard Cyganiak.</p> 
                 </section>
 
@@ -174,7 +179,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 
-			<a href="http:http://www.w3.org/TR/turtle">Turtle</a> ([[!Turtle]]), extended 
+			<a href="http:http://www.w3.org/TR/turtle">Turtle</a> ([[!turtle]]), extended 
 			to support representing a complete RDF Dataset.
 		</section>
 
@@ -592,7 +597,7 @@
             <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 
 <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]].
+[[!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>
 
 
@@ -828,7 +833,7 @@
 defined in this ddcument, and the 
       	<ul>
           <li>Syntax is aligned to the 
-            <a href="http:http://www.w3.org/TR/turtle">Turtle</a> [[!Turtle]] recommendation
+            <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
@@ -840,7 +845,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>