blob: 0ebf582c486b76411d23e932dcab59ebc9d26421 [file] [log] [blame]
PREFIX : <http://example/>
SELECT *
{
:x1 :p ?v .
## FILTER( ?v = 1 )
OPTIONAL
{
:x3 :q ?w .
OPTIONAL { :x2 :p ?v }
}
}