blob: acd2b5ca5a4c516eff3fa1e5e08614417f5411e5 [file] [log] [blame]
PREFIX : <http://example.org/>
SELECT *
{
?x :qq ?v
OPTIONAL { ?x :p ?o2
OPTIONAL { ?x :qq ?o1 }
}
FILTER(?x = :x)
}