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