v1

latestOpenAPI 3.0.32026-07-17463044.1 KB
Pyramid_skosprovider

Search concepts or collections.

Search for concepts or collections, no matter what scheme they're a part of.

get/c

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.

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.

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.

providers.idsstring

A comma separated list of concept scheme id's. The query will only be passed to the providers with these id's. eg. ?providers.ids=TREES, PARROTS will only list concepts from these two providers.

providers.subjectstring

A subject can be registered with a skosprovider in the registry. Adding this search parameter means that the query will only be passed on to providers that have been tagged with this subject. Eg. ?providers.subject=external to only query the providers that have been marked with the subject external.

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"
  }
]