PREFIX : PREFIX rdf: PREFIX rdfs: PREFIX xsd: SELECT ?v ?y WHERE { :x ?p1 ?y . OPTIONAL { ?y ?p ?v FILTER regex(?v, "^a") } }