v1
latestOpenAPI 3.0.32026-07-17463044.1 KBPyramid_skosprovider
Get the top concepts in a scheme.
Get all top concepts in a certain conceptscheme. These are all the concepts in the conceptscheme that have no broader concept.
get/conceptschemes/{scheme_id}/topconcepts
Path parameters
scheme_idstring required
The identifier for a certain concept scheme.
Query parameters
languagestring
Returns the label with the corresponding language-tag if present. If the language is not present for this concept/collection, it falls back to 1) the default language of the provider. 2) 'en' 3) any label. Eg. ?language=nl to show the dutch labels of the concepts/collections.
Response
The topconcepts in this conceptscheme were found.
Example response
[
{
"id": "22",
"uri": "https://id.erfgoed.net/thesauri/stijlen_en_culturen/22",
"type": "concept",
"label": "Art Deco"
}
]