Skip to content

Commit

Permalink
fixes the 'Pattern involving a subquery' example, as per #136
Browse files Browse the repository at this point in the history
  • Loading branch information
hartig committed Feb 22, 2024
1 parent 1e15e55 commit b1c5df0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8840,8 +8840,11 @@ <h4>Examples of Mapped Graph Patterns</h4>
Join(<br>
&nbsp;&nbsp; BGP(?s :p ?o) ,<br>
&nbsp;&nbsp; ToMultiSet(<br>
&nbsp;&nbsp;&nbsp;&nbsp; Distinct(Project(BGP(?o ?p ?z), {?o})) )<br>
&nbsp;&nbsp; )
&nbsp;&nbsp;&nbsp;&nbsp; Distinct( <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Project( ToList(BGP(?o ?p ?z)), {?o} ) <br>
&nbsp;&nbsp;&nbsp;&nbsp; ) <br>
&nbsp;&nbsp; ) <br>
)
</div>
</div>
</section>
Expand Down

0 comments on commit b1c5df0

Please sign in to comment.