Skip to content

Commit

Permalink
Minor editorial changes suggested by @iherman. (#76)
Browse files Browse the repository at this point in the history
* Minor editorial changes suggested by @iherman.

Fixes #73.
  • Loading branch information
gkellogg authored Oct 23, 2024
1 parent 9f7284a commit 277a923
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ <h3>Nesting of Blank Nodes without Blank Node Identifiers</h3>
That subject or object is a fresh RDF <a data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</a>.
This blank node also serves as the subject of the triples produced by matching
the <a href="#grammar-production-predicateObjectList"><code>predicateObjectList</code></a> production
embedded in a blankNodePropertyList.
embedded in a <code>blankNodePropertyList</code>.
The generation of these triples is described in
<a href="#predicate-lists">Predicate Lists</a>.
Blank nodes are also allocated for <a href="#collections">collections</a>
Expand Down Expand Up @@ -1255,7 +1255,7 @@ <h3>Escape Sequences</h3>
</tr>

<tr>
<td><code>\U</code> <a href="#grammar-production-HEX">hex</a>
<td><code>\U</code> <a href="#grammar-production-HEX"><code>hex</code></a>
<a href="#grammar-production-HEX"><code>hex</code></a>
<a href="#grammar-production-HEX"><code>hex</code></a>
<a href="#grammar-production-HEX"><code>hex</code></a>
Expand Down Expand Up @@ -1599,13 +1599,13 @@ <h2>Selected Terminal Literal Strings</h2>
</tr>
<tr id="cp-pipe">
<td><code class="codepoint">U+007C</code></td>
<td><code title="verticle bar">|</code></td>
<td>Verticle bar</td>
<td><code title="vertical line">|</code></td>
<td>vertical line</td>
</tr>
<tr id="cp-tilde">
<td><code class="codepoint">U+007E</code></td>
<td><code title="tilde">~</code></td>
<td>Tilda</td>
<td>Tilde</td>
</tr>
<tr id="cp-middle-dot">
<td><code class="codepoint">U+00B7</code></td>
Expand Down Expand Up @@ -1648,9 +1648,9 @@ <h2>Selected Terminal Literal Strings</h2>
<dd>two concatenated circumflex accent characters, each having the code point <code class="codepoint">U+005E</code></dd>
<dt id="cp-curly-pipe"><code>{|</code></dt>
<dd><code title="left curly bracket">{</code> (left curly bracket, code point <code class="codepoint">U+007B</code>) followed by
<code title="verticle bar">|</code> (verticle bar, code point <code class="codepoint">U+007C</code>)</dd>
<code title="vertical line">|</code> (vertical line, code point <code class="codepoint">U+007C</code>)</dd>
<dt id="cp-pipe-curly"><code>|}</code></dt>
<dd><code title="verticle bar">|</code> (verticle bar, code point <code class="codepoint">U+007C</code>) followed by
<dd><code title="vertical line">|</code> (vertical line, code point <code class="codepoint">U+007C</code>) followed by
<code title="right curly bracket">}</code> (right curly bracket, code point <code class="codepoint">U+007D</code>)</dd>
<dt id="cp-underscore-colon"><code>_:</code></dt>
<dd><a href="#cp-underscore"><code title="underscore">_</code></a> followed by <a href="#cp-colon"><code title="colon">:</code></a></dd>
Expand Down Expand Up @@ -1847,7 +1847,7 @@ <h4 id="reifier" style="padding-bottom:0; margin-bottom:0;"><span>Reifiers</span

<p>Beginning the <a href="#grammar-production-reifier"><code>reifier</code></a> production,
the |curReifier| is taken from the <a href="#handle-reifier"><code>reifier</code></a> term constructor.
Then yield the the RDF triple |curReifier| <code>rdf:reifies</code> |curTripleTerm|.</p>
Then yield the RDF triple |curReifier| <code>rdf:reifies</code> |curTripleTerm|.</p>

<h4 id="reifiedTriple" style="padding-bottom:0; margin-bottom:0;"><span>Reified Triples</span></h4>

Expand Down

0 comments on commit 277a923

Please sign in to comment.