v1

latestOpenAPI 3.0.32026-07-17463044.1 KB
Pyramid_skosprovider

Get information about a concept scheme.

get/conceptschemes/{scheme_id}

Path parameters

scheme_idstring required

The identifier for a certain concept scheme.

Response

The conceptscheme was not found.

uristring
labelstring nullable
subjectstring[]

Example response

{
  "labels": [
    {
      "type": "prefLabel",
      "language": "en",
      "label": "Apple"
    }
  ]
}