Open nichtich opened 4 years ago
This had not been prioritized because the use case is currently not required by VZG but it would be a very useful feature for other vocabulary users. Probably most of the work is documentation but there are good tutorials e.g. for OpenRefine.
Basically it's the same as
/suggest
but via Reconciliation API, so we can list our API endpoints at https://reconciliation-api.github.io/testbench/. In addition to mapping Reconciliation API'squery
parameter, JSKOS server needs to publish a Service Manifest if noquery
parameter was given.GET /reconcile
return general service manifestGET /reconcile?voc={URI}
return general service manifest for selected vocabularyGET /reconcile?voc={URI}&query={query}
return concept suggestions but in Reconciliation API response formatThe response format could also be returned at
/suggest
endpoint withformat=reconcile
.