Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
  • Loading branch information
gkellogg and TallTed authored Aug 12, 2024
1 parent 102b6f7 commit 506d7e4
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 @@ -1721,7 +1721,7 @@ <h3>Parser State</h3>
<a href="#grammar-production-reifier"><code>reifier</code></a> and
<a href="#grammar-production-annotationBlock"><code>annotationBlock</code></a> productions.</li>
<li id="curTripleTerm"><a data-cite="RDF12-CONCEPTS#dfn-triple-term">Triple term</a> |curTripleTerm| —
Is set in the <a href="#annotation">Annotations</a> constructor.
The |curTripleTerm| is set in the <a href="#annotation">Annotations</a> constructor.
</li>
</ul>
</section>
Expand Down Expand Up @@ -1761,10 +1761,10 @@ <h3>RDF Term Constructors</h3>
<tr id="handle-reifier" ><td style="text-align:left;" ><a class="type reifier" href="#grammar-production-reifier" >reifier </a></td><td><a data-cite="RDF12-CONCEPTS#dfn-iri"> IRI </a>
| <a data-cite="RDF12-CONCEPTS#dfn-blank-node"> blank node </a></td>
<td>
The <a data-cite="RDF12-CONCEPTS#dfn-rdf-term">term</a> sets |curReifier| and is taken from the matched
The |curReifier| is set from <a data-cite="RDF12-CONCEPTS#dfn-rdf-term">term</a>, which is taken from the matched
<a href="#grammar-production-iri"><code>iri</code></a> production
or <a href="#grammar-production-BlankNode"><code>BlankNode</code></a> production, if any.
If no such production is matched, it is taken
If no such production is matched, <a data-cite="RDF12-CONCEPTS#dfn-rdf-term">term</a> is taken
from a fresh RDF <a data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</a>.
</td>
</tr>
Expand All @@ -1779,13 +1779,13 @@ <h3>RDF Term Constructors</h3>
</tr>
<tr id="handle-reifiedTriple" ><td style="text-align:left;" ><a class="type reifiedTriple" href="#grammar-production-reifiedTriple" >reifiedTriple </a></td><td><a data-cite="RDF12-CONCEPTS#dfn-iri">IRI</a> | <a data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</a></td>
<td>
The <a data-cite="RDF12-CONCEPTS#dfn-rdf-term">term</a> taken from the matched <a href="#grammar-production-reifier"><code>reifier</code></a>, if any,
The <a data-cite="RDF12-CONCEPTS#dfn-rdf-term">term</a> is taken from the matched <a href="#grammar-production-reifier"><code>reifier</code></a>, if any,
or from a fresh RDF <a data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</a>.
</td>
</tr>
<tr id="handle-annotationBlock" ><td style="text-align:left;" ><a class="type annotation" href="#grammar-production-annotationBlock" >annotationBlock </a></td><td><a data-cite="RDF12-CONCEPTS#dfn-iri">IRI</a> | <a data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</a></td>
<td>
The <a data-cite="RDF12-CONCEPTS#dfn-rdf-term">term</a> taken from a previously matched <a>reifier</a>, if any,
The <a data-cite="RDF12-CONCEPTS#dfn-rdf-term">term</a> is taken from a previously matched <a>reifier</a>, if any,
or from a fresh RDF <a data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</a>.
</td>
</tr>
Expand Down Expand Up @@ -1819,7 +1819,7 @@ <h4 id="reifier" style="padding-bottom:0; margin-bottom:0;"><span>Reifier:</span

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

<h4 id="reifiedTriple" style="padding-bottom:0; margin-bottom:0;"><span>Reified Triple:</span></h4>
Expand All @@ -1840,8 +1840,8 @@ <h4 id="reifiedTriple" style="padding-bottom:0; margin-bottom:0;"><span>Reified

<h4 id="annotationBlock" style="padding-bottom:0; margin-bottom:0;"><span>Annotation Block:</span></h4>

<p>Beginning the <a href="#grammar-production-annotationBlock"><code>annotationBlock</code></a> production
|curReifier| is taken from a fresh RDF <a data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</a> if not already set,
<p>Beginning the <a href="#grammar-production-annotationBlock"><code>annotationBlock</code></a> production,
|curReifier| is taken from a fresh RDF <a data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</a>, if not already set,
and |curSubject| is taken from |curReifier|.
Finishing the <a href="#grammar-production-annotationBlock"><code>annotationBlock</code></a> production
yields the RDF triple |curReifier| <code>rdf:reifies</code> |curTripleTerm|,
Expand Down

0 comments on commit 506d7e4

Please sign in to comment.