v1

latestOpenAPI 3.0.32026-07-17463044.1 KB
Pyramid_skosprovider

Get information about a concept or collection.

Get information about a concept or collection.

get/conceptschemes/{scheme_id}/c/{c_id}

Path parameters

scheme_idstring required

The identifier for a certain concept scheme.

c_idstring required

The identifier for a certain concept or collection.

Response

The concept was found in the conceptscheme.

OR

Example response

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