PREFIX dc10: PREFIX dc11: SELECT DISTINCT ?title WHERE { { ?book dc10:title ?title } UNION { ?book dc11:title ?title } }