+ example [[ <http://伝言.example/?user=أكرم&amp;channel=R%26D> a :subject8 . ]] per <a href="http://www.w3.org/2011/rdf-wg/wiki/I18n-Comments#181:_Ack_.5BE.5D_Non-ASCII_IRI_example">I18N-ISSUE-181: Non-ASCII IRI example<a>
authorEric Prud'hommeaux <eric@w3.org>
Tue, 02 Oct 2012 08:08:39 -0400
changeset 507 865287cd95fd
parent 506 0b3c4dad9b67
child 508 7bbfe468e440
+ example [[ <http://伝言.example/?user=أكرم&amp;channel=R%26D> a :subject8 . ]] per <a href="http://www.w3.org/2011/rdf-wg/wiki/I18n-Comments#181:_Ack_.5BE.5D_Non-ASCII_IRI_example">I18N-ISSUE-181: Non-ASCII IRI example<a>
+ codepoints in the form of [[ (<span class="codepoint">U+22</span>) ]] sprinkled in <a href="#turtle-literals">Quoted Literals</a> in response to <a href="http://www.w3.org/2011/rdf-wg/wiki/I18n-Comments#180:_Ack_.5BE.5D_180:_Various_random_character_references_should_be_more_explicit">I18N-ISSUE-180: Various random character references should be more explicit</a>
~ changed \uB7 character designators to U+B7 in reponse to <a href="http://www.w3.org/2011/rdf-wg/wiki/I18n-Comments#184:_Ack_Malformed_escapes">I18N-ISSUE-184: Malformed escapes</a>
~ use U+XX or U+XXXX everywhere except grammar
+ reference to BCP47 per <a href="http://www.w3.org/2011/rdf-wg/wiki/I18n-Comments#178:_Ack_.5BE.5D_Reference_IETF_BCP_47_for_language_declaration">-ISSUE-178: Reference IETF BCP 47 for language declaration</a>
+ attempt at CVS-style Log
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Thu Aug 23 17:15:32 2012 +0100
+++ b/rdf-turtle/index.html	Tue Oct 02 08:08:39 2012 -0400
@@ -314,6 +314,8 @@
 :subject5 :predicate5 :object5 .        # prefixed name, e.g. http://another.example/subject5
 
 :subject6 a :subject7 .                 # same as :subject6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> :subject7 .
+
+<http://伝言.example/?user=أكرم&amp;channel=R%26D> a :subject8 . # a multi-script subject IRI .
 </script></pre>
 	</section>
 
@@ -337,14 +339,14 @@
 
 				<p>
 				  Quoted Literals (Grammar production <a href="#grammar-production-RDFLiteral">RDFLiteral</a>) have a lexical form followed by a language tag, a datatype IRI, or neither.
-				  The representation of the lexical form consists of an initial delimiter, e.g. <code>"</code>, 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 representation of the lexical form consists of an initial delimiter, e.g. <code>"</code> (<span class="codepoint">U+22</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="../rdf-concepts/index.html#dfn-lexical-form">RDF lexical form</a> is the characters between the delimiters, after processing any escape sequences.
-				  If present, the <a href="../rdf-concepts/index.html#dfn-language-tagged-string">language tag</a> is preceded by a '<code>@</code>'.
-				  If there is no language tag, there may be a <a href="../rdf-concepts/index.html#dfn-datatype-URI">datatype IRI</a>, preceeded by '<code>^^</code>'. 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 present, the <a href="../rdf-concepts/index.html#dfn-language-tagged-string">language tag</a> is preceded by a '<code>@</code>' (<span class="codepoint">U+40</span>).
+				  If there is no language tag, there may be a <a href="../rdf-concepts/index.html#dfn-datatype-URI">datatype IRI</a>, preceeded by '<code>^^</code>' (<span class="codepoint">U+5E</span> <span class="codepoint">U+5E</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>' may not appear in any quoted literal except as part of an escape sequence. Other restrictions depend on the delimiter:</p>
+				<p>'<code>\</code>' (<span class="codepoint">U+5C</span>) may not appear in any quoted literal except as part of an escape sequence. Other restrictions depend on the delimiter:</p>
 				<ul>
-					<li>Literals delimited by <code>'</code>, may not contain the characters <code>'</code>, <code title="LINE FEED"><sub>LF</sub></code>, or <code title="CARRIAGE RETURN"><sub>CR</sub></code>.
+					<li>Literals delimited by <code>'</code> (<span class="codepoint">U+27</span>), may not contain the characters <code>'</code>, <code title="LINE FEED"><sub>LF</sub></code> (<span class="codepoint">U+0A</span>), or <code title="CARRIAGE RETURN"><sub>CR</sub></code> (<span class="codepoint">U+0D</span>).
 					<li>Literals delimited by <code>"</code>, may not contain the characters <code>"</code>, <code title="LINE FEED"><sub>LF</sub></code>, or <code title="CARRIAGE RETURN"><sub>CR</sub></code>.
 					<li>Literals delimited by <code>'''</code> may not contain the sequence of characters <code>'''</code>.
 					<li>Literals delimited by <code>"""</code> may not contain the sequence of characters <code>"""</code>.
@@ -435,7 +437,7 @@
 				<ul>
 				  <li>The characters <code>_</code> and digits may appear anywhere in a blank node label.</li>
 				  <li>The character <code>.</code> may appear anywhere except the first or last character.</li>
-				  <li>The characters <code>-</code>, <code>\uB7</code>, <code>\u300</code> to <code>\u36F</code> and <code>\u203F</code> to <code>2040</code> are permitted anywhere except the first character.</li>
+				  <li>The characters <code>-</code>, <code>U+B7</code>, <code>U+300</code> to <code>U+36F</code> and <code>U+203F</code> to <code>U+2040</code> are permitted anywhere except the first character.</li>
 				</ul>
 				<p>
 				  A fresh RDF blank node is allocated for each unique blank node label in a document.
@@ -639,7 +641,7 @@
           <p>A Turtle document is a
           Unicode[[!UNICODE]]
           character string encoded in UTF-8.
-          Unicode codepoints only in the range U+0 to U+10FFFF inclusive are
+          Unicode codepoints only in the range U+0000 to U+10FFFF inclusive are
           allowed.
           </p>
           <section id="sec-grammar-ws">
@@ -653,7 +655,7 @@
 
             <p>Comments in Turtle take the form of '#', outside an
             <a href="#grammar-production-IRIREF">IRIREF</a> or <a href="#grammar-production-String">String</a>,
-            and continue to the end of line (marked by characters U+000D or U+000A)
+            and continue to the end of line (marked by characters U+0D or U+0A)
             or end of file if there is no end of line after the comment
             marker.  Comments are treated as white space.
 
@@ -742,44 +744,44 @@
 
 		    <tr>
 		      <td>'\t'</td>
-		      <td>U+0009</td>
+		      <td>U+09</td>
 		    </tr>
 		    
 		    <tr>
 		      <td>'\b'</td>
-		      <td>U+0008</td>
+		      <td>U+08</td>
 		    </tr>
 		    
 		    <tr>
 
 		      <td>'\n'</td>
-		      <td>U+000A</td>
+		      <td>U+0A</td>
 		    </tr>
 		    
 		    <tr>
 		      <td>'\r'</td>
-		      <td>U+000D</td>
+		      <td>U+0D</td>
 		    </tr>
 		    
 		    <tr>
 		      <td>'\f'</td>
-		      <td>U+000C</td>
+		      <td>U+0C</td>
 		    </tr>
 		    
 		    <tr>
 		      <td>'\"'</td>
-		      <td>U+0022</td>
+		      <td>U+22</td>
 		    </tr>
 		    
 		    <tr>
 		      <td>'\''</td>
-		      <td>U+0027</td>
+		      <td>U+27</td>
 		    </tr>
 		    
 		    <tr>
 		      <td>'\\'</td>
 
-		      <td>U+005C</td>
+		      <td>U+5C</td>
 		    </tr>
 
 		  </tbody>
@@ -852,7 +854,7 @@
           <a href="../rdf-concepts/index.html#dfn-iri">IRIs</a>,
           <a href="../rdf-concepts/index.html#dfn-literal">literals</a> and
           <a href="../rdf-concepts/index.html#dfn-blank-node">blank nodes</a>.
-          Literals are composed of a <a href="../rdf-concepts/index.html#dfn-lexical-form">lexical form</a> and an optional <a href="../rdf-concepts/index.html#dfn-language-identifier">language tag</a> or datatype IRI.
+          Literals are composed of a <a href="../rdf-concepts/index.html#dfn-lexical-form">lexical form</a> and an optional <a href="../rdf-concepts/index.html#dfn-language-identifier">language tag</a> [[!BCP47]] or datatype IRI.
           An extra type, <code id="prefix" class="dfn">prefix</code>, is used during parsing to map string identifiers to namespace IRIs.
 
           This section maps a string conforming to the grammar in <a href="#sec-grammar-grammar" class="sectionRef"></a> to a set of triples by mapping strings matching productions and lexical tokens to RDF terms or their components (e.g. language tags, lexical forms of literals). Grammar productions change the parser state and emit triples.</p>
@@ -1158,6 +1160,12 @@
             <li>explicitly allowed re-use of the same prefix.</li>
           <li>Added <a href="#sec-parsing">parsing rules</a>.</li>
             </ul>
+
+	    <pre>
+$Log$
+
+</pre>
+
       </section>