On 02/07/2021 13:48, Claude Warren wrote:
Is there any effective difference (execution difference) between

ElementGroup [ ElementPathBlock[ <a,b,c> ], ElementPathBlock[ <d,e,f> ] ]

and

ElementPathBlock[ <a,b,c>, <d,e,f> ]



In execution - same effect.

(Actually, there is a slight difference at the parsing level above this in that blank node labels are not allowed to be used across basic graph patterns but if you create the data structures you show, they will execute and give the same results)

        Andy

Reply via email to