--- a/rdf-turtle/index.html Thu Oct 24 07:09:00 2013 -0700
+++ b/rdf-turtle/index.html Thu Oct 24 07:40:01 2013 -0700
@@ -3,6 +3,7 @@
<head>
<title>Turtle</title>
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
+ <script src="../local-biblio.js" class="remove"></script>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js' class='remove'></script>
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
<script class='remove'>
@@ -23,6 +24,7 @@
}
};
var respecConfig = {
+ localBiblio: localBibliography,
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
specStatus: "ED",
@@ -54,7 +56,7 @@
// if you want to have extra CSS, append them to this list
// it is recommended that the respec.css stylesheet be kept
- extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
+ //extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
// editors, add as many as you like
// only "name" is required
@@ -62,8 +64,7 @@
{ name: "Eric Prud'hommeaux", url: "http://www.w3.org/People/Eric/",
company: "W3C", companyURL: "http://www.w3.org/" },
{ name: "Gavin Carothers", url: "http://gavin.carothers.name/",
- company: [{name:"TopQuadrant, Inc", url: "http://topquadrant.com/"},
- {name:"Lex Machina, Inc", url: "http://lexmachina.com/"} ] },
+ company: "Lex Machina, Inc", companyURL: "http://lexmachina.com/"},
],
// authors, add as many as you like.
@@ -77,8 +78,7 @@
{ name: "Eric Prud'hommeaux", url: "http://www.w3.org/People/Eric/",
company: "W3C", companyURL: "http://www.w3.org/" },
{ name: "Gavin Carothers", url: "http://gavin.carothers.name/",
- company: [{name:"TopQuadrant, Inc", url: "http://topquadrant.com/"},
- {name:"Lex Machina, Inc", url: "http://lexmachina.com/"} ]},
+ company: "Lex Machina, Inc", companyURL: "http://lexmachina.com/"},
],
// name of the WG
@@ -102,8 +102,9 @@
</script>
<script class="remove">
function updateExample(doc, content) {
+ var utils = require("core/utils");
// perform transformations to make it render and prettier
- return '<pre class="example">' + doc._esc(content) + '</pre>';
+ return '<pre class="example">' + utils.xmlEscape(content) + '</pre>';
}
function esc(doc, content) {
return doc._esc(content);
@@ -596,7 +597,7 @@
</p>
<ol>
- <li>SPARQL permits RDF Literals as the subject of RDF triples (per <a href="http://www.w3.org/TR/sparql11-query/#rGraphTerm">Last Call draft</a>).</li>
+ <li><a href="http://www.w3.org/TR/sparql11-query/#rGraphTerm">SPARQL permits RDF Literals</a> as the subject of RDF triples.</li>
<li>SPARQL permits variables (<code>?</code><em>name</em> or <code>$</code><em>name</em>) in any part of the triple of the form.</li>
<li>Turtle allows <a href="#grammar-production-directive">prefix and base declarations</a> anywhere outside of a triple. In SPARQL, they are only allowed in the <a href="http://www.w3.org/TR/sparql11-query/#rPrologue">Prologue</a> (at the start of the SPARQL query).</li>
@@ -1115,7 +1116,7 @@
Any person or application that is writing or interpreting data in Turtle must take care to use the IRI that matches the intended semantics, and avoid IRIs that make look similar.
Further information about matching of similar characters can be found
in <a class="inform" href="http://www.unicode.org/reports/tr36/">Unicode Security
- Considerations</a> [[UNISEC]] and
+ Considerations</a> [[UNICODE-SECURITY]] and
<a class="norm" href="http://www.ietf.org/rfc/rfc3987.txt">Internationalized Resource
Identifiers (IRIs)</a> [[RFC3987]] Section 8.