openMetadataInitiative / openMINDS_instances

Well defined metadata instances for selected schemas of the openMINDS metadata models.
MIT License
0 stars 11 forks source link

add content type for gzip files, e.g.: txt.gz ? #9

Open lzehl opened 1 year ago

lzehl commented 1 year ago

This requires a discussion @apdavison @bweyers @olinux : How do we deal with file compression formats?

Write now we either ignore them (e.g. for nifit, where we just include the typical compression in the extension list), or we register them as separate content types (e.g. zip.jsonld, or vnd.espina.seg+zip.jsonld.

I'm not sure if we could deal with compressed formats a bit more elegantly than just registering them for any possible type.

For example: would it make sense to separate this from format within the file schema? Or include typical compression for file formats in the content type? format: text/plain compression: application/gzip

NOTE: the txt.gz is a missing format at the moment that I need to register soonish. Please let me know your thoughts as soon as you can.

UlrikeS91 commented 6 months ago

This issue has not been addressed. @lzehl has this been resolved offline or should this still be discussed?