We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ed79d commit b3fcf9bCopy full SHA for b3fcf9b
spec/index.html
@@ -10457,6 +10457,12 @@ <h3>Grammar</h3>
10457
<li>The expression argument of an aggregate function can not contain an aggregate function.</li>
10458
<li>Only custom aggregate functions use the <code>DISTINCT</code> keyword
10459
in a <a href="#rFunctionCall">function call</a>.</li>
10460
+ <li>A <a href="#rReifier">reifier</a> or
10461
+ <a href="#rAnnotationBlockPath">annotation syntax</a>
10462
+ is only permitted after a triple when the property position is
10463
+ a simple path (IRI, the keyword <code>a</code> or a variable),
10464
+ and not for other path expressions.
10465
+ </li>
10466
</ol>
10467
<!-- GRAMMAR -->
10468
<div class="grammarTable">
0 commit comments