gbv / jskos-web

Web interface to view JSKOS data
https://coli-conc.gbv.de/data/
MIT License
0 stars 0 forks source link

Extend backend to directly serve JSKOS #7

Closed nichtich closed 1 year ago

nichtich commented 1 year ago

Calling the application with additional query parameter format should directly serve JSKOS data in selected form.

RDF serialization (that is other serialization formats than JSON-LD and NTriples) might also be done in jskos-server (https://github.com/gbv/jskos-server/issues/31) but jskos-web should better do the conversion in its own backend.

Backend might also help to support #6 by serving a custom App.vue.

nichtich commented 1 year ago

Will be implemented in https://github.com/gbv/jskos-proxy instead.