v1

latestOpenAPI 3.0.32026-07-17463044.1 KB
Pyramid_skosprovider

Expand a concept or collection to all it's narrower concepts.

Expand a concept or collection to all it's narrower concepts. This method should recurse and also return narrower concepts of narrower concepts. If the id passed belongs to a :class:skosprovider.skos.Concept, the id of the concept itself should be include in the return value. If the id passed belongs to a :class:skosprovider.skos.Collection, the id of the collection itself must not be present in the return value In this case the return value includes all the member concepts and their narrower concepts. Returns A list of id's or :class:HTTPNotFound if the concept or collection doesn't exist.

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

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/collection was found in the conceptscheme.

string[] required