prefix ex: prefix acm: prefix rdfs: SELECT ?title WHERE { { [] a acm:Topic; rdfs:label ?title } UNION { [] ex:title ?title }}