cioos-siooc / ckan

CKAN is an open-source DMS (data management system) for powering data hubs and data portals. CKAN makes it easy to publish, share and use data. It powers datahub.io, catalog.data.gov and europeandataportal.eu/data/en/dataset among many other sites.
http://ckan.org/
Other
2 stars 4 forks source link

Add support for ODIS fields to json-ld output #173

Closed fostermh closed 1 year ago

fostermh commented 1 year ago

ODIS Instructions: https://book.oceaninfohub.org/thematics/dataset/index.html

From my initial investigation:

Things we currently do not capture within CKAN and possible CIOOS

  1. variableMeasured
  2. measurementTechnique
  3. subjectOf
fostermh commented 1 year ago

based on this supporting document it appears a URL in the license field is acceptable. https://book.oceaninfohub.org/thematics/license/README.html

fostermh commented 1 year ago

see https://github.com/iodepo/odis-arch/pull/127/files#diff-d53c0e2247fda6217510486f4b522eaafc49ef325d76bf46a8baa6e9b10bd7b2 for example of ways to handle variables measured. ideal if we can have urls for the veriabls, CF names would work. eov's can fit under this as well. see https://book.oceaninfohub.org/thematics/variables/index.html

fostermh commented 1 year ago

SubjectOf in dataset example in ODIS book is wrong, should be 'About'. We likely do not have the info to populate this anyway.

@ID should be json_ld document. how to change in DCAT extension? I think it's baked into the core code.

Citation field is for citing things that use this dataset. in our case we will leave this blank. might be able to populate using PID search in the future.

Use metadata published / revised date for version.

url in license is ok if that is what we already have, better to use string as URL is not guaranteed to persist.

fostermh commented 1 year ago

done and merged into cioos_dev. will be in next release