Versions Compared

Key

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

📌 Introduction

If you want to set up an automatic tool to export metadata to a FAIR data point but do not know where to start you may consider using SeMPyRO package to prepare data.

SeMPyRO is a pydantic-based Python package aiming to make working with ontologies easier by implementing main DCAT instances as pydantic classes and providing logic to convert instances of those classes to an RDF graph.

🧠 Explanation / Approach

More details on the SeMPyRO package itself can be found in the repository: https://github.com/Health-RI/SeMPyRO/tree/main

...

  • Clone SeMPyRO repository

  • Install Jupyter notebook (An official installation guidguide: https://jupyter.org/install )

  • Install SeMPyRO package ( pip install sempyro ) and dependecies

  • Install additional dependencies for the particular notebook: tabulate and pandas

  • Run Jupyter notebook, the repository with a running kernel will be opened in your browser.

  • Navigate to ./docs/Usage_example_FDP.ipynb, you can execute statements there one by one