powered by
Get top concepts of a specific vocabulary from the Finto Skosmos API
get_top_concepts(vocid, lang = NULL, scheme = NULL)
A tibble containing the URI, label, topConceptOf, notation, and hasChildren for each top concept.
The vocabulary ID, e.g., "yso".
The language of labels to retrieve, e.g., "en" or "fi". Optional.
The concept scheme to retrieve top concepts from. Optional.
result <- get_top_concepts(vocid = "yso", lang = "fi") print(result)
Run the code above in your browser using DataLab