# single triple pattern, block optional PREFIX : SELECT * WHERE { ?x :p 1 . OPTIONAL { ?x :p ?a . ?a :q1 ?v .} }