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