powered by
Get labels for a specific concept from the Finto Skosmos API
get_concept_labels_vocid(vocid, uri, lang = NULL)
A tibble containing the labels (prefLabel, altLabel, hiddenLabel) for the specified concept.
The vocabulary ID, e.g., "yso".
The URI of the concept whose labels to retrieve.
The language code for the labels, e.g., "fi" or "en". Optional.
lables <- get_concept_labels_vocid(vocid = "yso", uri = "http://www.yso.fi/onto/yso/p22922", lang = "fi") print(lables)
Run the code above in your browser using DataLab