Skip to content

Commit b1c5df0

Browse files
committed
fixes the 'Pattern involving a subquery' example, as per #136
1 parent 1e15e55 commit b1c5df0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: spec/index.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -8840,8 +8840,11 @@ <h4>Examples of Mapped Graph Patterns</h4>
88408840
Join(<br>
88418841
&nbsp;&nbsp; BGP(?s :p ?o) ,<br>
88428842
&nbsp;&nbsp; ToMultiSet(<br>
8843-
&nbsp;&nbsp;&nbsp;&nbsp; Distinct(Project(BGP(?o ?p ?z), {?o})) )<br>
8844-
&nbsp;&nbsp; )
8843+
&nbsp;&nbsp;&nbsp;&nbsp; Distinct( <br>
8844+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Project( ToList(BGP(?o ?p ?z)), {?o} ) <br>
8845+
&nbsp;&nbsp;&nbsp;&nbsp; ) <br>
8846+
&nbsp;&nbsp; ) <br>
8847+
)
88458848
</div>
88468849
</div>
88478850
</section>

0 commit comments

Comments
 (0)