update
authorGuus Schreiber <guus.schreiber@vu.nl>
Sun, 05 Jan 2014 00:22:22 +0100
changeset 1749 fc9b189f26b6
parent 1748 b25a110f5a53
child 1750 970a72d69195
update
PR-drafts/PR-turtle-20140109/Overview.html
--- a/PR-drafts/PR-turtle-20140109/Overview.html	Sun Jan 05 00:16:26 2014 +0100
+++ b/PR-drafts/PR-turtle-20140109/Overview.html	Sun Jan 05 00:22:22 2014 +0100
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html lang="en" dir="ltr" typeof="bibo:Document w3p:PR" about="" property="dcterms:language" content="en" version="XHTML+RDFa 1.0" prefix="bibo: http://purl.org/ontology/bibo/ w3p: http://www.w3.org/2001/02pd/rec54# dcterms: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ xsd: http://www.w3.org/2001/XMLSchema#" xmlns="http://www.w3.org/1999/xhtml">
+<html lang="en" dir="ltr" typeof="bibo:Document w3p:PR" about="" property="dcterms:language" content="en" prefix="bibo: http://purl.org/ontology/bibo/ w3p: http://www.w3.org/2001/02pd/rec54#" xmlns="http://www.w3.org/1999/xhtml">
 <head>
 	<title>RDF 1.1 Turtle</title>
 	<meta charset="utf-8" />
@@ -264,6 +264,13 @@
   </dl>
   
   
+    <p>
+      
+        This document is also available in this non-normative format:
+      
+      <a href="diff-20130219.html" rel="alternate">diff to previous version</a>
+    </p>
+  
   
   
     
@@ -591,7 +598,7 @@
 				  The representation of the lexical form consists of an initial delimiter, e.g. <code>&quot;</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"><abbr title="Resource Description Framework">RDF</abbr> 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>
@@ -1835,12 +1842,12 @@
       <h3 aria-level="2" role="heading" id="h3_sec-changelog-CR-PR"><span class="secno">D.1 </span>Changes from <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/">February 2013 Candidate Recommendation</a> to this Proposed Recommendation</h3>
       <ul>
       	<li>The addition of <a href="#grammar-production-sparqlPrefix">sparqlPrefix</a> and <a href="#grammar-production-sparqlBase">sparqlBase</a> which allow for using <abbr title="SPARQL Protocol And RDF Query Language">SPARQL</abbr> style <code>BASE</code> and <code>PREFIX</code> directives in a Turtle document was marked &quot;at risk&quot; in the Candidate Recommendation publication. This feature is no longer at risk.</li>
-        <li>The title of this document was changed from &quot;<em>Turtle</em>&quot; to &quot;<em><abbr title="Resource Description Framework">RDF</abbr> 1.1 Turtle</em>&quot;.</li>
-	    </ul>
-        <p>
-            See also the <a href="http://www.w3.org/TR/turtle/CR-PR-diff">HTML diff</a>.
-        </p>
-      </section>
+        <li>The title of this document was changed from
+      &quot;<em>Turtle</em>&quot; to &quot;<em><abbr title="Resource Description Framework">RDF</abbr> 1.1 Turtle</em>&quot;.</li>
+        <li>Removed the obsolete links to tests in <a href="#sec-parsing-state">Sec. 7.1</a>.</li>
+    </ul>
+    </section>
+	    
       <section id="sec-changelog-WD-CR" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
       <h3 aria-level="2" role="heading" id="h3_sec-changelog-WD-CR"><span class="secno">D.2 </span>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>