--- a/rdf-turtle/index.html Sat Jan 04 23:06:23 2014 +0100
+++ b/rdf-turtle/index.html Sun Jan 05 00:06:47 2014 +0100
@@ -102,7 +102,9 @@
testSuiteURI: "http://www.w3.org/2013/TurtleTests/",
implementationReportURI: "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/reports/index.html",
- doRDFa: true,
+ alternateFormats: [ { uri: "diff-20130219.html", label: "diff to previous version" } ]
+
+ doRDFa: "1.1",
preProcess: [ preprocessTurtle ]
};
</script>
@@ -360,7 +362,7 @@
The representation of the lexical form consists of an initial delimiter, e.g. <code>"</code> (<span class="codepoint">U+0022</span>), a sequence of permitted characters or <a href="#numeric">numeric escape sequence</a> or <a href="#string">string escape sequence</a>, and a final delimiter.
The corresponding <a href="http://www.w3.org/TR/rdf11-concepts/#dfn-lexical-form">RDF lexical form</a> is the characters between the delimiters, after processing any escape sequences.
If present, the <a href="http://www.w3.org/TR/rdf11-concepts/#dfn-language-tagged-string">language tag</a> is preceded by a '<code>@</code>' (<span class="codepoint">U+0040</span>).
- If there is no language tag, there may be a <a href="http://www.w3.org/TR/rdf11-concepts/#dfn-datatype-URI">datatype IRI</a>, preceeded by '<code>^^</code>' (<span class="codepoint">U+005E</span> <span class="codepoint">U+005E</span>). The datatype IRI in Turtle may be written using either an <a href="#sec-iri">absolute IRI</a>, a <a href="#sec-iri">relative IRI</a>, or <a href="#prefixed-name">prefixed name</a>. If there is no datatype IRI and no language tag, the datatype is <code>xsd:string</code>.
+ If there is no language tag, there may be a <a href="http://www.w3.org/TR/rdf11-concepts/#dfn-datatype-iri">datatype IRI</a>, preceeded by '<code>^^</code>' (<span class="codepoint">U+005E</span> <span class="codepoint">U+005E</span>). The datatype IRI in Turtle may be written using either an <a href="#sec-iri">absolute IRI</a>, a <a href="#sec-iri">relative IRI</a>, or <a href="#prefixed-name">prefixed name</a>. If there is no datatype IRI and no language tag, the datatype is <code>xsd:string</code>.
</p>
<p>'<code>\</code>' (<span class="codepoint">U+005C</span>) may not appear in any quoted literal except as part of an escape sequence. Other restrictions depend on the delimiter:</p>
<ul>
@@ -1251,10 +1253,8 @@
<li>The addition of <a href="#grammar-production-sparqlPrefix">sparqlPrefix</a> and <a href="#grammar-production-sparqlBase">sparqlBase</a> which allow for using SPARQL style <code>BASE</code> and <code>PREFIX</code> directives in a Turtle document was marked "at risk" in the Candidate Recommendation publication. This feature is no longer at risk.</li>
<li>The title of this document was changed from "<em>Turtle</em>" to "<em>RDF 1.1 Turtle</em>".</li>
</ul>
- <p>
- See also the <a href="http://www.w3.org/TR/turtle/CR-PR-diff">HTML diff</a>.
- </p>
</section>
+
<section id="sec-changelog-WD-CR">
<h3>Changes from <a href="http://www.w3.org/TR/2011/WD-turtle-20110809/">August 2011 First Public Working Draft</a> to <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/">Candidate Recommendation</a></h3>
<ul>