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