powered by
Get labels for a specific concept from the Finto Skosmos API and return as a tibble
get_concept_labels(uri, lang = NULL)
A tibble containing the URI, preferred label (prefLabel), alternative labels (altLabel), and hidden labels (hiddenLabel) for the concept.
prefLabel
altLabel
hiddenLabel
The URI of the concept to retrieve labels for.
The language of labels to retrieve, e.g., "en" or "fi". Optional.
labeles <- get_concept_labels(uri = "http://www.yso.fi/onto/koko/p91024", lang = "fi") print(labeles)
Run the code above in your browser using DataLab