robert-koch-institut / mex-model

MEx metadata model

Home Page:https://robert-koch-institut.github.io/mex-model/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEx model

Conceptual and machine-readable versions of the MEx metadata model.

cookiecutter cve-scan documentation linting open-code

project

The Metadata Exchange (MEx) project is committed to improve the retrieval of RKI research data and projects. How? By focusing on metadata: instead of providing the actual research data directly, the MEx metadata catalog captures descriptive information about research data and activities. On this basis, we want to make the data FAIR1 so that it can be shared with others.

Via MEx, metadata will be made findable, accessible and shareable, as well as available for further research. The goal is to get an overview of what research data is available, understand its context, and know what needs to be considered for subsequent use.

RKI cooperated with D4L data4life gGmbH for a pilot phase where the vision of a FAIR metadata catalog was explored and concepts and prototypes were developed. The partnership has ended with the successful conclusion of the pilot phase.

After an internal launch, the metadata will also be made publicly available and thus be available to external researchers as well as the interested (professional) public to find research data from the RKI.

For further details, please consult our project page.

package

The mex-model repository contains the MEx metadata model in two formats. /docs/specification.md contains the conceptual model, which is mainly used to facilitate interoperability with other metadata schemas and models. mex/model holds the JSON schema, which represents the conceptual model in a format that can be used for technical implementation in applications.

license

This package is licensed under the MIT license. All other software components of the MEx project are open-sourced under the same license as well.

development

installation

linting and testing

  • run all linters with pdm lint

updating dependencies

  • update boilerplate files with cruft update
  • update global requirements in requirements.txt manually
  • update git hooks with pre-commit autoupdate
  • update package dependencies using pdm update-all
  • update github actions in .github/workflows/*.yml manually

creating release

  • run pdm release RULE to release a new version where RULE determines which part of the version to update and is one of major, minor, patch.

Footnotes

  1. FAIR is referencing the so-called FAIR data principles – guidelines to make data Findable, Accessible, Interoperable and Reusable.

About

MEx metadata model

https://robert-koch-institut.github.io/mex-model/

License:MIT License


Languages

Language:Makefile 48.3%Language:Batchfile 47.5%Language:Python 4.2%