gf-dcc / data-model

Gray Foundation data model
https://gf-dcc.github.io/data-model/
2 stars 0 forks source link

Translate LinkML <-> schematic JSON-LD #28

Closed anngvu closed 1 year ago

anngvu commented 1 year ago

We would like to eventually maintain data models in LinkML, with schematic able to provide schematic functionality (generating manifests, validation, etc.) using the LinkML YAML as source directly. However, this is still in development.

For us to get started, we would need to:

  1. Translate current JSON-LD to LinkML so we can work with LinkML. This should be very easy (and it is easier to translate JSON-LD to LinkML than CSV to LinkML for certain). This should preferably be written so that other projects (e.g. NF) can use it to migrate their data models to LinkML as well.
  2. Provide our own bridge of LinkML to JSON-LD, like the INCLUDE project does. This will no longer be needed when schematic can work with LinkML directly.