~ remove <> delims from lexical tokens
authorEric Prud'hommeaux <eric@w3.org>
Mon, 15 Aug 2011 20:02:21 +0200
changeset 124 ee1a3dd5e543
parent 123 9b079233103d
child 125 c3a38f9070e1
~ remove <> delims from lexical tokens
rdf-turtle/turtle-bnf.html
--- a/rdf-turtle/turtle-bnf.html	Mon Aug 15 19:58:58 2011 +0200
+++ b/rdf-turtle/turtle-bnf.html	Mon Aug 15 20:02:21 2011 +0200
@@ -305,7 +305,7 @@
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-BASE"></a>[<span class="prodNo">17</span>]&nbsp;&nbsp;&nbsp;</td>
 
-<td class="cell">&lt;<code class="production term">BASE</code>&gt;</td>
+<td class="cell"><code class="production term">BASE</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">"@base"</code></td>
 </tr>
@@ -314,7 +314,7 @@
 <tbody class="term">
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-PREFIX"></a>[<span class="prodNo">18</span>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">PREFIX</code>&gt;</td>
+<td class="cell"><code class="production term">PREFIX</code></td>
 
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">"@prefix"</code></td>
@@ -324,7 +324,7 @@
 <tbody class="term">
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-IRI_REF"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rRDFLiteral"><span class="prodNo">70s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">IRI_REF</code>&gt;</td>
+<td class="cell"><code class="production term">IRI_REF</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 
 <td class="cell"><code class="content">"&lt;" ( [^&lt;&gt;\"{}|^`\\] - [#0000- ] | <span class="prod"><a class="grammarRef" href="#term-turtle2-UCHAR">UCHAR</a></span> )* "&gt;"</code></td>
@@ -334,7 +334,7 @@
 <tbody class="term">
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-PNAME_NS"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rPNAME_NS"><span class="prodNo">71s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">PNAME_NS</code>&gt;</td>
+<td class="cell"><code class="production term">PNAME_NS</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 
 <td class="cell"><code class="content">(<span class="prod"><a tabindex="72" class="grammarRef" href="#term-turtle2-PN_PREFIX">PN_PREFIX</a></span>)? ":"</code></td>
@@ -344,7 +344,7 @@
 <tbody class="term">
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-PNAME_LN"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rPNAME_LN"><span class="prodNo">72s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">PNAME_LN</code>&gt;</td>
+<td class="cell"><code class="production term">PNAME_LN</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 
 <td class="cell"><code class="content"><span class="prod"><a tabindex="73" class="grammarRef" href="#term-turtle2-PNAME_NS">PNAME_NS</a></span> <span class="prod"><a tabindex="74" class="grammarRef" href="#term-turtle2-PN_LOCAL">PN_LOCAL</a></span></code></td>
@@ -354,7 +354,7 @@
 <tbody class="term">
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-BLANK_NODE_LABEL"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rBLANK_NODE_LABEL"><span class="prodNo">73s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">BLANK_NODE_LABEL</code>&gt;</td>
+<td class="cell"><code class="production term">BLANK_NODE_LABEL</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 
 <td class="cell"><code class="content">"_:" <span class="prod"><a tabindex="75" class="grammarRef" href="#term-turtle2-PN_LOCAL">PN_LOCAL</a></span></code></td>
@@ -364,7 +364,7 @@
 <tbody class="term">
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-VAR1"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rVAR1"><span class="prodNo">74s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">VAR1</code>&gt;</td>
+<td class="cell"><code class="production term">VAR1</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 
 <td class="cell"><code class="content">"?" <span class="prod"><a tabindex="76" class="grammarRef" href="#term-turtle2-VARNAME">VARNAME</a></span></code></td>
@@ -375,7 +375,7 @@
 <tr valign="baseline">
 
 <td class="cell"><a id="term-turtle2-VAR2"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rVAR2"><span class="prodNo">75s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">VAR2</code>&gt;</td>
+<td class="cell"><code class="production term">VAR2</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 
 <td class="cell"><code class="content">"$" <span class="prod"><a tabindex="77" class="grammarRef" href="#term-turtle2-VARNAME">VARNAME</a></span></code></td>
@@ -386,7 +386,7 @@
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-LANGTAG"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rLANGTAG"><span class="prodNo">76s</span></a>]&nbsp;&nbsp;&nbsp;</td>
 
-<td class="cell">&lt;<code class="production term">LANGTAG</code>&gt;</td>
+<td class="cell"><code class="production term">LANGTAG</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 
 <td class="cell"><code class="content"><span class="prod"><a tabindex="78" class="grammarRef" href="#term-turtle2-BASE">BASE</a></span><br/>
@@ -399,7 +399,7 @@
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-INTEGER"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rINTEGER"><span class="prodNo">77s</span></a>]&nbsp;&nbsp;&nbsp;</td>
 
-<td class="cell">&lt;<code class="production term">INTEGER</code>&gt;</td>
+<td class="cell"><code class="production term">INTEGER</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">[0-9]+</code></td>
 </tr>
@@ -408,7 +408,7 @@
 <tbody class="term">
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-DECIMAL"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rDECIMAL"><span class="prodNo">78s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">DECIMAL</code>&gt;</td>
+<td class="cell"><code class="production term">DECIMAL</code></td>
 
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">[0-9]+ "." [0-9]*<br/>
@@ -419,7 +419,7 @@
 <tbody class="term">
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-DOUBLE"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rDOUBLE"><span class="prodNo">79s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">DOUBLE</code>&gt;</td>
+<td class="cell"><code class="production term">DOUBLE</code></td>
 
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">[0-9]+ "." [0-9]* <span class="prod"><a tabindex="80" class="grammarRef" href="#term-turtle2-EXPONENT">EXPONENT</a></span><br/>
@@ -433,7 +433,7 @@
 
 <td class="cell"><a id="term-turtle2-INTEGER_POSITIVE"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rINTEGER_POSITIVE"><span class="prodNo">80s</span></a>]&nbsp;&nbsp;&nbsp;</td>
 
-<td class="cell">&lt;<code class="production term">INTEGER_POSITIVE</code>&gt;</td>
+<td class="cell"><code class="production term">INTEGER_POSITIVE</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">"+" <span class="prod"><a tabindex="83" class="grammarRef" href="#term-turtle2-INTEGER">INTEGER</a></span></code></td>
 </tr>
@@ -443,7 +443,7 @@
 <tr valign="baseline">
 
 <td class="cell"><a id="term-turtle2-DECIMAL_POSITIVE"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rDECIMAL_POSITIVE"><span class="prodNo">81s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">DECIMAL_POSITIVE</code>&gt;</td>
+<td class="cell"><code class="production term">DECIMAL_POSITIVE</code></td>
 
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">"+" <span class="prod"><a tabindex="84" class="grammarRef" href="#term-turtle2-DECIMAL">DECIMAL</a></span></code></td>
@@ -454,7 +454,7 @@
 <tr valign="baseline">
 
 <td class="cell"><a id="term-turtle2-DOUBLE_POSITIVE"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rDOUBLE_POSITIVE"><span class="prodNo">82s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">DOUBLE_POSITIVE</code>&gt;</td>
+<td class="cell"><code class="production term">DOUBLE_POSITIVE</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 
 <td class="cell"><code class="content">"+" <span class="prod"><a tabindex="85" class="grammarRef" href="#term-turtle2-DOUBLE">DOUBLE</a></span></code></td>
@@ -465,7 +465,7 @@
 <tr valign="baseline">
 
 <td class="cell"><a id="term-turtle2-INTEGER_NEGATIVE"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rINTEGER_NEGATIVE"><span class="prodNo">83s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">INTEGER_NEGATIVE</code>&gt;</td>
+<td class="cell"><code class="production term">INTEGER_NEGATIVE</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">"-" <span class="prod"><a tabindex="86" class="grammarRef" href="#term-turtle2-INTEGER">INTEGER</a></span></code></td>
 
@@ -476,7 +476,7 @@
 <tr valign="baseline">
 
 <td class="cell"><a id="term-turtle2-DECIMAL_NEGATIVE"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rDECIMAL_NEGATIVE"><span class="prodNo">84s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">DECIMAL_NEGATIVE</code>&gt;</td>
+<td class="cell"><code class="production term">DECIMAL_NEGATIVE</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">"-" <span class="prod"><a tabindex="87" class="grammarRef" href="#term-turtle2-DECIMAL">DECIMAL</a></span></code></td>
 </tr>
@@ -486,7 +486,7 @@
 <tr valign="baseline">
 
 <td class="cell"><a id="term-turtle2-DOUBLE_NEGATIVE"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rDOUBLE_NEGATIVE"><span class="prodNo">85s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">DOUBLE_NEGATIVE</code>&gt;</td>
+<td class="cell"><code class="production term">DOUBLE_NEGATIVE</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">"-" <span class="prod"><a tabindex="88" class="grammarRef" href="#term-turtle2-DOUBLE">DOUBLE</a></span></code></td>
 </tr>
@@ -496,7 +496,7 @@
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-EXPONENT"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rEXPONENT"><span class="prodNo">86s</span></a>]&nbsp;&nbsp;&nbsp;</td>
 
-<td class="cell">&lt;<code class="production term">EXPONENT</code>&gt;</td>
+<td class="cell"><code class="production term">EXPONENT</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">[eE] [+-]? [0-9]+</code></td>
 </tr>
@@ -505,7 +505,7 @@
 <tbody class="term">
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-STRING_LITERAL1"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rSTRING_LITERAL1"><span class="prodNo">87s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">STRING_LITERAL1</code>&gt;</td>
+<td class="cell"><code class="production term">STRING_LITERAL1</code></td>
 
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">"'" ( ( [^'\\\n\r] ) | <span class="prod"><a tabindex="89" class="grammarRef" href="#term-turtle2-ECHAR">ECHAR</a></span> | <span class="prod"><a class="grammarRef" href="#term-turtle2-UCHAR">UCHAR</a></span> )* "'"</code></td>
@@ -515,7 +515,7 @@
 <tbody class="term">
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-STRING_LITERAL2"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rSTRING_LITERAL2"><span class="prodNo">88s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">STRING_LITERAL2</code>&gt;</td>
+<td class="cell"><code class="production term">STRING_LITERAL2</code></td>
 
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">'"' ( ( [^\"\\\n\r] ) | <span class="prod"><a tabindex="90" class="grammarRef" href="#term-turtle2-ECHAR">ECHAR</a></span> | <span class="prod"><a class="grammarRef" href="#term-turtle2-UCHAR">UCHAR</a></span> )* '"'</code></td>
@@ -525,7 +525,7 @@
 <tbody class="term">
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-STRING_LITERAL_LONG1"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rSTRING_LITERAL_LONG1"><span class="prodNo">89s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">STRING_LITERAL_LONG1</code>&gt;</td>
+<td class="cell"><code class="production term">STRING_LITERAL_LONG1</code></td>
 
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">"'''" ( ( "'" | "''" )? ( [^'\\] | <span class="prod"><a tabindex="91" class="grammarRef" href="#term-turtle2-ECHAR">ECHAR</a></span> | <span class="prod"><a class="grammarRef" href="#term-turtle2-UCHAR">UCHAR</a></span> ) )* "'''"</code></td>
@@ -536,7 +536,7 @@
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-STRING_LITERAL_LONG2"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rSTRING_LITERAL_LONG2"><span class="prodNo">90s</span></a>]&nbsp;&nbsp;&nbsp;</td>
 
-<td class="cell">&lt;<code class="production term">STRING_LITERAL_LONG2</code>&gt;</td>
+<td class="cell"><code class="production term">STRING_LITERAL_LONG2</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">'"""' ( ( '"' | '""' )? ( [^\"\\] | <span class="prod"><a tabindex="92" class="grammarRef" href="#term-turtle2-ECHAR">ECHAR</a></span> | <span class="prod"><a class="grammarRef" href="#term-turtle2-UCHAR">UCHAR</a></span> ) )* '"""'</code></td>
 
@@ -547,7 +547,7 @@
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-UCHAR"></a>[<!-- a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rUCHAR" --><span class="prodNo">19</span><!-- /a -->]&nbsp;&nbsp;&nbsp;</td>
 
-<td class="cell">&lt;<code class="production term">UCHAR</code>&gt;</td>
+<td class="cell"><code class="production term">UCHAR</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">( "\\u" [0-9a-fA-F] [0-9a-fA-F] [0-9a-fA-F] [0-9a-fA-F] )<br />
 | ( "\\U" [0-9a-fA-F] [0-9a-fA-F] [0-9a-fA-F] [0-9a-fA-F] [0-9a-fA-F] [0-9a-fA-F] [0-9a-fA-F] [0-9a-fA-F] )</code></td>
@@ -558,7 +558,7 @@
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-ECHAR"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rECHAR"><span class="prodNo">91s</span></a>]&nbsp;&nbsp;&nbsp;</td>
 
-<td class="cell">&lt;<code class="production term">ECHAR</code>&gt;</td>
+<td class="cell"><code class="production term">ECHAR</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">"\\" [tbnrf\\\"']</code></td>
 </tr>
@@ -567,7 +567,7 @@
 <tbody class="term">
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-NIL"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rNIL"><span class="prodNo">92s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">NIL</code>&gt;</td>
+<td class="cell"><code class="production term">NIL</code></td>
 
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">"(" (<span class="prod"><a tabindex="93" class="grammarRef" href="#term-turtle2-WS">WS</a></span>)* ")"</code></td>
@@ -577,7 +577,7 @@
 <tbody class="term">
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-WS"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rWS"><span class="prodNo">93s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">WS</code>&gt;</td>
+<td class="cell"><code class="production term">WS</code></td>
 
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">" "<br/>
@@ -592,7 +592,7 @@
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-ANON"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rANON"><span class="prodNo">94s</span></a>]&nbsp;&nbsp;&nbsp;</td>
 
-<td class="cell">&lt;<code class="production term">ANON</code>&gt;</td>
+<td class="cell"><code class="production term">ANON</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">"[" (<span class="prod"><a tabindex="94" class="grammarRef" href="#term-turtle2-WS">WS</a></span>)* "]"</code></td>
 
@@ -603,7 +603,7 @@
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-PN_CHARS_BASE"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rPN_CHARS_BASE"><span class="prodNo">95s</span></a>]&nbsp;&nbsp;&nbsp;</td>
 
-<td class="cell">&lt;<code class="production term">PN_CHARS_BASE</code>&gt;</td>
+<td class="cell"><code class="production term">PN_CHARS_BASE</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">[A-Z]<br/>
 | [a-z]<br/>
@@ -629,7 +629,7 @@
 <tbody class="term">
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-PN_CHARS_U"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rPN_CHARS_U"><span class="prodNo">96s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">PN_CHARS_U</code>&gt;</td>
+<td class="cell"><code class="production term">PN_CHARS_U</code></td>
 
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content"><span class="prod"><a tabindex="95" class="grammarRef" href="#term-turtle2-PN_CHARS_BASE">PN_CHARS_BASE</a></span><br/>
@@ -640,7 +640,7 @@
 <tbody class="term">
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-VARNAME"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rVARNAME"><span class="prodNo">97s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">VARNAME</code>&gt;</td>
+<td class="cell"><code class="production term">VARNAME</code></td>
 
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">( <span class="prod"><a tabindex="96" class="grammarRef" href="#term-turtle2-PN_CHARS_U">PN_CHARS_U</a></span> | [0-9] ) ( <span class="prod"><a tabindex="97" class="grammarRef" href="#term-turtle2-PN_CHARS_U">PN_CHARS_U</a></span> | [0-9] | #00B7 | [#0300-#036F] | [#203F-#2040] )*</code></td>
@@ -652,7 +652,7 @@
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-PN_CHARS"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rPN_CHARS"><span class="prodNo">98s</span></a>]&nbsp;&nbsp;&nbsp;</td>
 
-<td class="cell">&lt;<code class="production term">PN_CHARS</code>&gt;</td>
+<td class="cell"><code class="production term">PN_CHARS</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content"><span class="prod"><a tabindex="98" class="grammarRef" href="#term-turtle2-PN_CHARS_U">PN_CHARS_U</a></span><br/>
 | "-"<br/>
@@ -668,7 +668,7 @@
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-PN_PREFIX"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rPN_PREFIX"><span class="prodNo">99s</span></a>]&nbsp;&nbsp;&nbsp;</td>
 
-<td class="cell">&lt;<code class="production term">PN_PREFIX</code>&gt;</td>
+<td class="cell"><code class="production term">PN_PREFIX</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content"><span class="prod"><a tabindex="99" class="grammarRef" href="#term-turtle2-PN_CHARS_BASE">PN_CHARS_BASE</a></span> ( ( <span class="prod"><a tabindex="100" class="grammarRef" href="#term-turtle2-PN_CHARS">PN_CHARS</a></span> | "." )* <span class="prod"><a tabindex="101" class="grammarRef" href="#term-turtle2-PN_CHARS">PN_CHARS</a></span> )?</code></td>
 
@@ -678,7 +678,7 @@
 <tbody class="term">
 <tr valign="baseline">
 <td class="cell"><a id="term-turtle2-PN_LOCAL"></a>[<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/#rPN_LOCAL"><span class="prodNo">100s</span></a>]&nbsp;&nbsp;&nbsp;</td>
-<td class="cell">&lt;<code class="production term">PN_LOCAL</code>&gt;</td>
+<td class="cell"><code class="production term">PN_LOCAL</code></td>
 <td class="cell">&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td>
 <td class="cell"><code class="content">( <span class="prod"><a tabindex="102" class="grammarRef" href="#term-turtle2-PN_CHARS_U">PN_CHARS_U</a></span> | [0-9] ) ( ( <span class="prod"><a tabindex="103" class="grammarRef" href="#term-turtle2-PN_CHARS">PN_CHARS</a></span> | "." )* <span class="prod"><a tabindex="104" class="grammarRef" href="#term-turtle2-PN_CHARS">PN_CHARS</a></span> )?</code></td>