Metadata-Version: 2.4
Name: ms_dcat_ap
Version: 0.0.2
Summary: This is the project description.
Author-email: René Meier <rmeier@ipb-halle.de>
License-Expression: MIT
License-File: LICENSE
Requires-Python: <4.0,>=3.9
Requires-Dist: linkml-runtime>=1.9.4
Description-Content-Type: text/markdown

<a href="https://github.com/dalito/linkml-project-copier"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-teal.json" alt="Copier Badge" style="max-width:100%;"/></a>

# ms-dcat-ap

This is the project description.

## Documentation Website

[https://meier-rene.github.io/ms-dcat-ap](https://meier-rene.github.io/ms-dcat-ap)

## Repository Structure

* [docs/](docs/) - mkdocs-managed documentation
  * [elements/](docs/elements/) - generated schema documentation
* [examples/](examples/) - Examples of using the schema
* [project/](project/) - project files (these files are auto-generated, do not edit)
* [src/](src/) - source files (edit these)
  * [ms_dcat_ap](src/ms_dcat_ap)
    * [schema/](src/ms_dcat_ap/schema) -- LinkML schema
      (edit this)
    * [datamodel/](src/ms_dcat_ap/datamodel) -- generated
      Python datamodel
* [tests/](tests/) - Python tests
  * [data/](tests/data) - Example data

## Developer Tools

There are several pre-defined command-recipes available.
They are written for the command runner [just](https://github.com/casey/just/). To list all pre-defined commands, run `just` or `just --list`.

## Credits

This project uses the template [linkml-project-copier](https://github.com/dalito/linkml-project-copier) published as [doi:10.5281/zenodo.15163584](https://doi.org/10.5281/zenodo.15163584).
