-
The EOL of Node.js 16 is approaching (in September 2023), and Node.js 14 is almost EOL (end of April 2023), so it might be reasonable to skip both of those and require Node.js 18 for JSKOS Server. For…
-
[GET /concepts](https://github.com/gbv/jskos-server#get-concepts) endpoint should support query by location with [geospatial query](https://www.mongodb.com/docs/manual/geospatial-queries/) for JSKOS f…
-
Given a geographical coordinate, get a list of concepts with [`location`](https://gbv.github.io/jskos/jskos.html#location) near this coordinate.
See [geospatial queries](https://docs.mongodb.com/ma…
-
Not important at the moment, but Node.js 20 should be supported in the future. Currently, it seems like only the IP Check Middleware tests are failing, which is assume is caused by the `esmock` depend…
-
We're considering JSKOS as API for @chin-rcip's Nomenclature for Museum Cataloging (http://nomenclature.info).
Does JSKOS support SKOS-XL and "advanced documentation" (i.e. nodes for notes/descript…
-
Requires https://github.com/gbv/jskos-vue-tabs/issues/2
-
SKOS semantics allows to infer the opposite direction of a mapping but JSKOS does not require to do so. Especially mappings between classifications are directed.
-
This came up in https://github.com/gbv/jskos-server/issues/40. We don't want to store user settings on our server, so we'd like to keep all user settings in local storage (this way, we don't have to d…
-
Calling the application with additional query parameter `format` should directly serve JSKOS data in selected form.
- `format=jskos|json|jsonld` for JSKOS
- `format=turtle|rdfxml|ntriples` for RDF…
-
`npm run import concepts file.ndjson` will silently ignore all concepts from `file.nsjon` that don't pass validation. Better give a message such as `$n concepts not imported.`