/
/Skosmos API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 25m ago · Updated 1mo ago
  • getlist vocabularies
  • getReturns a list of search results
  • getRDF data of the requested concept
  • getReturn information about the types (classes) of objects contained in all the vocabularies
  • getReturn general information about the vocabulary
  • getReturn information about the types (classes) of objects contained in the vocabulary, including possible subclasses of SKOS Concept, Collection and other standard classes.
  • getReturn the top concepts of the vocabulary in JSON-LD format.
  • getReturns the RDF data of the vocabulary. If the format is not specified, HTTP content negotiation (based on the Accept header) is used to determine a suitable serialization format from among the available ones.
  • getReturns a list of search results. The search is performed as a case-insensitive pattern, where an asterisk (*) may be used as wildcard. E.g. "cat*" may return results such as "CATCH-22" and "categorization". If decoded into RDF, the result is a vocabulary fragment expressed as SKOS.
  • getReturns the best matching concept(s) for the given label in JSON-LD format. In case the label matches several concepts with the same precedence, all of them are returned.

Return information about the types (classes) of objects contained in all the vocabularies

get/types

Query parameters

langstring required

language of labels, e.g. "en" or "fi"

Response

the data of the requested concept

Changes