PREFIX rdfs: PREFIX skos: INSERT { ?s a skos:Concept . ?s skos:prefLabel ?label . } WHERE { VALUES ?type { } ?s a ?type . ?s rdfs:label ?label . }