Skip to content

Commit

Permalink
Remove unneeded cite of N-QUADS.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Sep 28, 2023
1 parent 8176a2e commit 4510249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ <h2>A Canonical form of N-Quads</h2>
MUST NOT use the datatype IRI part of the <a href="#grammar-production-literal">literal</a>,
and are represented using only <a href="#grammar-production-STRING_LITERAL_QUOTE">STRING_LITERAL_QUOTE</a>.
</li>
<li><code><a data-cite="N-QUADS#grammar-production-HEX">HEX</a></code> MUST use only digits (<code>[0-9]</code>) and uppercase letters (<code>[A-F]</code>).</li>
<li><code><a href="#grammar-production-HEX">HEX</a></code> MUST use only digits (<code>[0-9]</code>) and uppercase letters (<code>[A-F]</code>).</li>
<li>Within <a href="#grammar-production-STRING_LITERAL_QUOTE">STRING_LITERAL_QUOTE</a>:
<ul>
<li>Characters
Expand All @@ -353,7 +353,7 @@ <h2>A Canonical form of N-Quads</h2>
<code>DEL</code> (delete, code point <code class="codepoint">U+007F</code>),
and characters not matching the <a data-cite="XML11#charsets">Char</a> production from [[XML11]]
MUST be represented by <code><a href="#grammar-production-UCHAR">UCHAR</a></code>
using a lowercase <code>\u</code> with 4 <code><a data-cite="N-QUADS#grammar-production-HEX">HEX</a></code>es.</li>
using a lowercase <code>\u</code> with 4 <code><a href="#grammar-production-HEX">HEX</a></code>es.</li>
<li>All characters not required to be represented by
<code><a href="#grammar-production-ECHAR">ECHAR</a></code> or
<code><a href="#grammar-production-UCHAR">UCHAR</a></code>
Expand Down

0 comments on commit 4510249

Please sign in to comment.