PREFIX qb: PREFIX rdfs: SELECT DISTINCT ?dataset ?label WHERE{ ?dataset a qb:DataSet; rdfs:label ?label. }