Skip to content

Commit

Permalink
A triple term can only be used as the object of a triple, not subject.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Sep 12, 2024
1 parent d848f22 commit c569fbb
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 @@ -1755,7 +1755,7 @@ <h3>Parser State</h3>
</li>
</ul>

<p>Term Constructurs can create a stack of these values indicated by
<p>Term Constructors can create a stack of these values indicated by
using language such as "records the |curSubject| and |curPredicate|."</p>
</section>

Expand Down Expand Up @@ -1859,7 +1859,7 @@ <h4 id="reifiedTriple" style="padding-bottom:0; margin-bottom:0;"><span>Reified

Finishing the <a href="#grammar-production-reifiedTriple"><code>reifiedTriple</code></a> production,
if the |curReifier| is not set, it is assigned a fresh RDF <a data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</a>;
it next yields the RDF triple |curReifier| <code>rdf:reifies</code> |curTripleTerm|,
it then yields the RDF triple |curReifier| <code>rdf:reifies</code> |curTripleTerm|,
and then restores the recorded value of the |curTripleTerm|.
The node produced by matching <a href="#grammar-production-reifiedTriple"><code>reifiedTriple</code></a>
is the the |curReifier|.</p>
Expand Down

0 comments on commit c569fbb

Please sign in to comment.