blob: f6f4fabb8a0df77434f0b319997f4f1ee70ccd7e [file] [log] [blame]
SELECT *
WHERE
{ ?x ?y ?z1 .
?x ?y ?z2 .
FILTER ( ?z1 = ?z2 ) .
}