/*
 * Test 5-01 : Anonymous nodes
 */

SELECT ?y, ?a, ?b
SOURCE <model3.nt>
WHERE  (?x, ?y, ?z), (?z, ?a, ?b)
