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