Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dublin Core metadata standards #9

Closed
ChasNelson1990 opened this issue Jun 27, 2024 · 5 comments · Fixed by fjelltopp/ckanext-zarr#6
Closed

Dublin Core metadata standards #9

ChasNelson1990 opened this issue Jun 27, 2024 · 5 comments · Fixed by fjelltopp/ckanext-zarr#6
Assignees
Labels
requirement Client requirement for the project

Comments

@ChasNelson1990
Copy link
Member

The repository enables users to apply basic Dublin Core metadata to its records, as well as more granular elements (e.g. to support multilingualism, FAIR-compliance,discipline-based, and regional metadata schemas)

@ChasNelson1990 ChasNelson1990 added enhancement New feature or request requirement Client requirement for the project labels Jun 27, 2024
@ChasNelson1990 ChasNelson1990 changed the title [Requirement]: Dublin Core metadata standards Dublin Core metadata standards Jun 28, 2024
@ChasNelson1990 ChasNelson1990 removed the enhancement New feature or request label Jun 28, 2024
@A-Souhei
Copy link
Contributor

A-Souhei commented Jul 12, 2024

We can use ckanext-scheming for Dublin Core Metadata and ckanext-dcat for FAIR-compliance.

https://github.com/open-data/ckanext-fluent a potential candidate for multiligual metadata.

@ChasNelson1990
Copy link
Member Author

Great. Can you install ckanext-dcat in the local dev set up? Scheming is already there.
Can you create a new ticket to explore ckanext-fluent further?

@ChasNelson1990
Copy link
Member Author

Whoops, closed by mistake

@A-Souhei
Copy link
Contributor

For dublin core metadata :

  • contributor
  • coverage _ yes
  • creator _ yes the person user that made the dataset?
  • date _ yes
  • description _ yes
  • format _ yes
  • identifier _ yes
  • language
  • publisher _ yes
  • relation
  • rights _ yes, licence?
  • source
  • subject _ yes, keywords
  • title _ yes
  • type _ yes, type of resources

ChasNelson1990 added a commit that referenced this issue Sep 1, 2024
* Added a draft schema for Dublin Core and a dcat profile to include the elements in dcat export

* Small change to doi label

* Small changes for a few help_text

* Updates to schema

* Updates to schema

* Updates to schema

* Convert Json Schema to Yaml

* Updates to UI

* Updates to UI

* Updates to schema

* Added validator for date, a few fix for UI

* Fixing multiple select

* Macro for multiple select

* Using yaml schema now

* css fix

* Small code fix

* Default metadata for resources

* Small fix for multiple_select_formatter

* wip: add file uploader (#9)

* Code improvements for additional_info.html and helpers.py

* Remove excess of lines from zarr.css

* Moved the namespace with others

* Updated the language field as a single select

* Updated the language field as a single select

* Renamed schema

* Commented profiles.py as WIP

---------

Co-authored-by: toavina <[email protected]>
Co-authored-by: Chas Nelson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requirement Client requirement for the project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants