Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

📌 Introduction

If your local system doesn’t support the feature to directly expose metadata, you can use the following approach as an alternative. Instead of utilizing the https://health-ri.atlassian.net/wiki/spaces/FSD/pages/edit-v2/292880393?draftShareId=a11733bc-5522-448c-aeae-527390b75106 approach, this method involves conducting automated exports from your institute’s local system through a script or workflow. By doing so, the export logic is moved outside of the source application.

This approach requires the knowledge of a data steward in collaboration with the local IT department.

🧠 Explanation / Approach

The data we want to export is stored within a specific application used within the institute. To automate the export process, we need to access the raw data that lies beneath this application. This can typically be done either by accessing the data through an API provided by the application, or by directly connecting to the database where the data is stored (read access). This allows us to retrieve the data automatically without manual intervention.

Img2Catalog application

An example application that allows automatic export from your local system to FAIR data point is img2catalog, a registration tool developed by Health-RI, which simplifies the registration of image datasets. This tool queries an XNAT instance and generates DCAT-AP 3.0 metadata.

...

For details regarding installation and use, see https://github.com/health-ri/img2catalog

⚖️ Pros / Cons

Pros

  • Automated exports of data reduce the need for manual entry. Manual input is more error-prone, more labor-intensive and less future-proof

...

  • Requires technical expertise,

  • If the underlying data structure or API endpoints change, this may cause disruptions in the export script or workflow.

(tick) Next steps

copy/link to https://health-ri.atlassian.net/wiki/spaces/FSD/pages/279183386/3.+Exposing+metadata#%3Acheck_mark%3A--Next-steps If you have an FDP and compliant metadata (Metadata mapping ) within your FDP, the data can be harvested by the National Catalogue. For this step, please contact servicedesk@health-ri.nl .