We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e15e55 commit b1c5df0Copy full SHA for b1c5df0
spec/index.html
@@ -8840,8 +8840,11 @@ <h4>Examples of Mapped Graph Patterns</h4>
8840
Join(<br>
8841
BGP(?s :p ?o) ,<br>
8842
ToMultiSet(<br>
8843
- Distinct(Project(BGP(?o ?p ?z), {?o})) )<br>
8844
- )
+ Distinct( <br>
+ Project( ToList(BGP(?o ?p ?z)), {?o} ) <br>
8845
+ ) <br>
8846
+ ) <br>
8847
+ )
8848
</div>
8849
8850
</section>
0 commit comments