v1
latestOpenAPI 3.0.32026-07-17463044.1 KBPyramid_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.
Example response
{
"labels": [
{
"type": "prefLabel",
"language": "en",
"label": "Apple"
}
],
"concept_scheme": {
"labels": [
{
"type": "prefLabel",
"language": "en",
"label": "Apple"
}
]
}
}