From c569fbbe97fd6b16080ed51b5a19d8668d8320b0 Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Thu, 12 Sep 2024 12:21:19 -0700 Subject: [PATCH] A triple term can only be used as the object of a triple, not subject. --- spec/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/index.html b/spec/index.html index 574c739..5a962aa 100644 --- a/spec/index.html +++ b/spec/index.html @@ -1755,7 +1755,7 @@

Parser State

-

Term Constructurs can create a stack of these values indicated by +

Term Constructors can create a stack of these values indicated by using language such as "records the |curSubject| and |curPredicate|."

@@ -1859,7 +1859,7 @@

Reified Finishing the reifiedTriple production, if the |curReifier| is not set, it is assigned a fresh RDF blank node; - it next yields the RDF triple |curReifier| rdf:reifies |curTripleTerm|, + it then yields the RDF triple |curReifier| rdf:reifies |curTripleTerm|, and then restores the recorded value of the |curTripleTerm|. The node produced by matching reifiedTriple is the the |curReifier|.