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