Vocabulary-specific methods
Concept-specific methods

Gets the RDF data of the vocabulary

get/{vocid}/data

Path parameters

vocidstring required

a Skosmos vocabulary identifier e.g. "stw" or "yso"

Query parameters

formatstring

The MIME type of the serialization format, e.g "text/turtle" or "application/rdf+xml". If not specified, HTTP content negotiation (based on the Accept header) is used to determine a suitable serialization format from among the available ones.

uristring

URI of concept. When no uri parameter is given, the whole vocabulary is returned instead.

Response

the RDF data of the requested vocabulary/concept

Changes