You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates TriG grammar to be consistent with Turtle. (#38)
* Updates TriG grammar to be consistent with Turtle.
* Remove duplicated processor block entries for curReifier and curTripleTerm.
---------
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
The |curTripleTerm| is set in the <ahref="#annotation">Annotations</a> constructor.
811
808
</li>
809
+
<liid="curGraph">RDF_Term |curGraph| —
810
+
The |curGraph| is bound to
811
+
the label of the graph that is the destination of triples
812
+
produced in parsing. When undefined, triples are destined
813
+
for the <adata-cite="RDF12-CONCEPTS#dfn-default-graph">default graph</a>.
814
+
</li>
812
815
</ul>
813
816
814
817
<p>Term Constructors can create a stack of these values indicated by
@@ -846,8 +849,8 @@ <h3>RDF Term Constructors</h3>
846
849
<trid="handle-blankNodePropertyList" ><tdstyle="text-align:left;" ><aclass="type bNode" href="#grammar-production-blankNodePropertyList" ><code>blankNodePropertyList</code></a></td><td><adata-cite="RDF12-CONCEPTS#dfn-blank-node">blank node </a></td><td>A blank node is generated. Note the rules for <code>blankNodePropertyList</code> in the next section.</td></tr>
847
850
<trid="handle-collection" ><tdstyle="text-align:left;" rowspan="2"><aclass="type bNode" href="#grammar-production-collection" ><code>collection</code></a></td><td><adata-cite="RDF12-CONCEPTS#dfn-blank-node"> blank node </a></td><td>For non-empty lists, a blank node is generated. Note the rules for <code>collection</code> in the next section.</td></tr>
848
851
<trid="handle-collection-IRI" ><td><adata-cite="RDF12-CONCEPTS#dfn-iri"> IRI </a></td><td>For empty lists, the resulting IRI is <code>rdf:nil</code>. Note the rules for <code>collection</code> in the next section.</td></tr>
0 commit comments