gbv / jskos-server

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

Group mappings in concordances #8

Closed nichtich closed 5 years ago

nichtich commented 6 years ago

This is a more complex issue but required to deliver mapping provenance metadata.

nichtich commented 6 years ago

related to #5 (download-URLs need to be changed to absolute URLs)

stefandesu commented 5 years ago
  1. This is now implemented as /concordances.
  2. Question: What would xxxx be in this case? Wouldn't it be enough to add the whole concordance as a JSON object? Do we even want/need a PUT endpoint for this?
  3. Not yet implemented (suggestion: add parameter uri= to /concordances).
  4. When importing a concordance, the associated mappings can be imported as well. The import function to import mappings also supports a concordance option to specify the mappings' concordance. No validation is done for this yet.
  5. /mappings now supports the partOf= parameter to specify the concordance (or concordances).
nichtich commented 5 years ago

We don't need update via HTTP by now, so closing this issue and adding #26 instead.