CSIRO-enviro-informatics / loci.cat

Latest updates from the Loc-I Project
https://loci.cat
Other
0 stars 1 forks source link

Embed the version information in the respective Loc-I datasets so users can easily find out which version it is and where to get more info #16

Open jyucsiro opened 5 years ago

jyucsiro commented 5 years ago

How do we describe version information in each of the Loc-I datasets (e.g. ASGS, Geofabric, GNAF)?

2nd part - implement for each Loc-I enabled dataset.

Add details to this issue ticket. Will need to document this somewhere for consistent communication to users

dr-shorthair commented 5 years ago

I assume this will be an aspect of the dataset metadata - see https://github.com/CSIRO-enviro-informatics/asgs-dataset/issues/8 https://github.com/CSIRO-enviro-informatics/geofabric-dataset/issues/14 https://github.com/CSIRO-enviro-informatics/gnaf-dataset/issues/2

In that context, there are a few ways to indicate version information:

  1. explicitly through a comprehensive provenance statement, with a date-time stamp - prov:wasGeneratedBy/prov:endedAtTime
  2. date-time stamp - dct:modified - time-stamp will be needed if there is more than one update per day
  3. version number - pav:version

where pav: is http://purl.org/pav/

dr-shorthair commented 5 years ago

My general assumption would be that

The link to the source data should be to a specific version.

dr-shorthair commented 4 years ago

@shaneseaton @ashleysommer @benjaminleighton Could I see an example of what the run-time parameters are, so that I can suggest how these could be recorded in a provenance record?

dr-shorthair commented 4 years ago

@benjaminleighton wrote on Slack:

On minimalist provenance for https://github.com/CSIRO-enviro-informatics/loci.cat/issues/16 I think getting this completely right first time is going to be tricky. Would sticking a pav:version in that we manually increment be sufficient for now?