PREFIX dc10: PREFIX dc11: SELECT DISTINCT ?title { { ?book dc10:title ?title } UNION { ?book dc11:title ?title } FILTER(regex(?title, "SPARQL")) }