powered by
Look up concepts by label in a specific vocabulary from the Finto Skosmos API
lookup_concept_by_label(vocid, label, lang = NULL)
A tibble containing the best matching concept(s) with fields like uri, type, prefLabel, and altLabel.
The vocabulary ID, e.g., "yso".
The label to look up, e.g., "cat".
The search language, e.g., "en" or "fi". Optional.
result <- lookup_concept_by_label(vocid = "yso", label = "cat", lang = "en") print(result)
Run the code above in your browser using DataLab