/*
 * Test 4-01 : Paths : Find all paths of length 2
 */

SELECT *
SOURCE <model2.nt>
WHERE  (?a, ?b, ?z), (?z, ?c, ?d)
