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