v1
latestOpenAPI 3.0.32026-07-17463044.1 KBPyramid_skosprovider
Get the children for display purposes.
Get a list of Collections and Concepts that should be displayed as children of this Concept or Collection.
get/conceptschemes/{scheme_id}/c/{c_id}/displaychildren
Path parameters
scheme_idstring required
The identifier for a certain concept scheme.
c_idstring required
The identifier for a certain concept or collection.
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 concept was found in the conceptscheme.
Example response
[
{
"id": "22",
"uri": "https://id.erfgoed.net/thesauri/stijlen_en_culturen/22",
"type": "concept",
"label": "Art Deco"
}
]