v1

latestOpenAPI 3.0.32026-07-17463044.1 KB
Pyramid_skosprovider

Search for concepts or collections in a scheme.

Search for concepts or collections in a scheme.

get/conceptschemes/{scheme_id}/c

Path parameters

scheme_idstring required

The identifier for a certain concept scheme.

Query parameters

typestring

Define if you want to show concepts or collections. Leave blank to show both.

modestring

Allows for special processing mode for dijitFilteringSelect. Makes it possible to use wildcards in the label parameter.

labelstring

Shows all concepts and collections that have this search string in one of their labels.

collectionstring

Get information about the content of a collection. Expects to be passed an id of a collection in this scheme. Will restrict the search to concepts or collections that are a member of this collection or a narrower concept of a member.

sortstring

Define if you want to sort the results by a given field. Otherwise items are returned in an indeterminate order. Prefix with '+' to sort ascending, '-' to sort descending. eg. ?sort=-label to sort all results descending by label.

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 concepts in this conceptscheme were found.

typestring
uristring
idstring
labelstring

Example response

[
  {
    "id": "22",
    "uri": "https://id.erfgoed.net/thesauri/stijlen_en_culturen/22",
    "type": "concept",
    "label": "Art Deco"
  }
]
All 46 operations