blob: e13134c7ebdfb3bf021eaafae7a5fd88c8057320 [file] [log] [blame]
PREFIX : <http://example/>
SELECT ?x ?v
{
{ ?x :p ?v . FILTER (?v = 1) }
UNION
{ ?x :q :z }
}