/*
 * Test 3-02 : Triple patterns and constraints
 */

SELECT *
SOURCE <model1.nt>
WHERE  (?x, ?y, ?z)
AND    ?y eq <http://rdf.org/p-1>
