blob: b0a19537c1a35aa62371f44a585706bb68014d10 [file] [log] [blame]
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX : <http://example/>
PREFIX ex: <http://example/ns#>
# 2 optionals introducing a variable which is not constraint outside.
# 3rd optional which does not induce a coalesce
SELECT *
{
?x :p ?z
OPTIONAL { ?z :q1 ?w }
OPTIONAL { ?z :q2 ?w }
OPTIONAL { ?z :q3 ?s }
}