blob: 9031586f98e7ce49a609b1ed4a2bbdb9652df1aa [file] [log] [blame]
PREFIX : <http://example/>
SELECT *
{
:x :p ?v .
{ :x :q ?w
# ?v is not in scope so ?v2 never set
OPTIONAL { :x :p ?v2 FILTER(?v = 1) }
}
}