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