Marc Portier
Marc Portier
My take: [DCAT](https://www.w3.org/TR/vocab-dcat-2/) is an open standard for sharing datasets, and was adopted into [schema.org](https://schema.org/Dataset). It is also the [EU adopted way](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe/about) to share *all* datasets (not only ones about...
@albenson-usgs thx for pointing out - very valid remark. Given their similar goal (and the fact that dcat can be serialized in json-ld as well) the better approach would be...
@hariszaf, upfront: - I think ro-crate has less of a direct connection to this - the actual format of the parameters file is slightly related (but not necessarily) IMHO, the...
@hariszaf some comments based on your first work ### prefix ? ``` # :gene.prefix: gene_ ``` The question popping up is; "What do you expect a form-generator (or anybody else)...
if I understand correctly you would want people to pick a value from a selection list this selection is done by label: 16S, 12S, 18S, COI, ITS but the actual...
cool, from my end I might get started on that generic py lib that can read and convert that yml-tsv combo file... if so I will probably end up in...
The proper usage / semantics of this `default` crossed my mind too Indeed the current parameters.tsv just has provision to store the actual value, and not describe the fall-back-if-not-provided (no...
Is this question still relevant? I see the header has the option (button with A symbol) to open a menu to allow the end user to choose between day/sepia/night backgrounds...
Note this is a subset of the full REST API doc mentioned in #64
effectively this becomes the documentation of the REST-API suggestion: - use a templating syntax to capture uri-patterns (http://code.google.com/p/uri-templates/) - mention which methods are supported (and also support OPTIONS method to...