# filename: ex075.rq PREFIX dc: PREFIX rdfs: PREFIX : SELECT ?s ?title WHERE { ?s (dc:title | rdfs:label) ?title . }