PREFIX sty: PREFIX umls: PREFIX skos: SELECT DISTINCT ?tui ?label FROM NAMED WHERE { GRAPH ?g { ?type skos:notation ?tui . ?type skos:prefLabel ?label . }} ORDER BY ?tui