Skip to content

Commit

Permalink
Grammar note: no reification of paths
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Aug 20, 2024
1 parent e7ed79d commit ada1536
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10457,6 +10457,12 @@ <h3>Grammar</h3>
<li>The expression argument of an aggregate function can not contain an aggregate function.</li>
<li>Only custom aggregate functions use the <code>DISTINCT</code> keyword
in a <a href="#rFunctionCall">function call</a>.</li>
<li>A <a href="#rReifier">reifier</a> or
<a href="#rAnnotationBlockPath">annotation syntax</a>
is only permitted after a triple when the property position is
a simple path (IRI, the keyword <code>a</code> or a variable),
and not for other path expressions.
</li>
</ol>
<!-- GRAMMAR -->
<div class="grammarTable">
Expand Down Expand Up @@ -11236,7 +11242,7 @@ <h3>Grammar</h3>
<td><code>[111]&nbsp;&nbsp;</code></td>
<td><code><span class="doc-ref" id="rAnnotationBlockPath">AnnotationBlockPath</span></code></td>
<td>&nbsp;&nbsp;::=&nbsp;&nbsp;</td>
<td><code class="gRuleBody"><span class="token">'{|'</span> <a href="#rPropertyListPath">PropertyListPath</a> <span class="token">'|}'</span></code></td>
<td><code class="gRuleBody"><span class="token">'{|'</span> <a href="#rPropertyListPathNotEmpty">PropertyListPathNotEmpty</a> <span class="token">'|}'</span></code></td>
</tr>

<tr style="vertical-align: baseline">
Expand All @@ -11250,7 +11256,7 @@ <h3>Grammar</h3>
<td><code>[113]&nbsp;&nbsp;</code></td>
<td><code><span class="doc-ref" id="rAnnotationBlock">AnnotationBlock</span></code></td>
<td>&nbsp;&nbsp;::=&nbsp;&nbsp;</td>
<td><code class="gRuleBody"><span class="token">'{|'</span> <a href="#rPropertyList">PropertyList</a> <span class="token">'|}'</span></code></td>
<td><code class="gRuleBody"><span class="token">'{|'</span> <a href="#rPropertyListNotEmpty">PropertyListNotEmpty</a> <span class="token">'|}'</span></code></td>
</tr>

<tr style="vertical-align: baseline">
Expand Down

0 comments on commit ada1536

Please sign in to comment.