api/vocabulary/
Returns a list of voc_name
s to be used in the following request.
api/vocabulary/:voc_name
URI parameters
voc_name
The name of the target vocabulary (i.e.key
for http://data.doremus.org/vocabulary/key). The namesgenre
andmop
target the whole family of interlinked vocabularies of genres and mop. See the vocabularies list.
Query parameters
lang
Set the language preference through the Accept-Language standard. i.e.en;q=1, it;q=0.7 *;q=0.1
format
Output format amongjson
(default) andjson-ld
.q
Search for a particular string. The results are ordered according to a similarity measure based on the Levenshtein distance. The search is multi-language. In caselang
is set, the specified language are prioritized in the measure.autocomplete
The search accept only labels that includes theq
value. The goal is not to find the best matches, but to give good suggestions to the user.
Examples