gbv / jskos-server

Web service to access JSKOS data
https://coli-conc.gbv.de/api/
MIT License
6 stars 4 forks source link

Support other output formats #16

Closed nichtich closed 5 years ago

nichtich commented 6 years ago

Query parameter download and content negotiation to get RDF, CSV, Excel, BEACON...

nichtich commented 6 years ago

CSV/TSV/Excel format is most important for users.

stefandesu commented 5 years ago

CSV/TSV/Excel format is most important for users.

How should those files be structured? Do they only include the notations and mapping type? What about 1 to n mappings?

nichtich commented 5 years ago

People using CSV/Excel will most likely speak notations so fields should be fromNotation, toNotation (plus fromLabel, toLabel if available) and type (one of exact, close, related, broad, narrow and empty string). This only covers 1-to-1 mappings so far. For 1-to-n maybe an additional field toNotationSet but we don't have these mappings yet or they don't have priority so far.

nichtich commented 5 years ago

This issue can be closed in favour of another issue "Support RDF export" once the CSV/TSV export has been refactored with jskos-tools.