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 19, 2024
1 parent e7ed79d commit f234ca0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 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 when the property position is
a simple path (IRI, the keyworkd <code>a</code> or a variable),
and not for other path expressions.
</li>
</ol>
<!-- GRAMMAR -->
<div class="grammarTable">
Expand Down

0 comments on commit f234ca0

Please sign in to comment.