38 lines
915 B
Markdown
38 lines
915 B
Markdown
# TRR379 metadata models
|
|
|
|
_WORK IN PROGRESS_
|
|
|
|
https://concepts.trr379.de
|
|
|
|
## How to...
|
|
|
|
Install (in a virtualenv)
|
|
|
|
```
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
Build docs:
|
|
|
|
```
|
|
make
|
|
```
|
|
|
|
Serve docs locally
|
|
|
|
```
|
|
mkdocs serve
|
|
```
|
|
|
|
Presently, this work require a patched linkml installation. The patch(es) are
|
|
listed in `patches/`. The script `tools/patch_linkml` documents how they need
|
|
to be applied. This script can be used to patch a local installation, and is
|
|
also executed in the actions that validate the included data models.
|
|
|
|
|
|
## Acknowledgements
|
|
|
|
This work was funded by
|
|
|
|
- Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under grant TRR379 ([546006540](https://gepris.dfg.de/gepris/projekt/546006540), Q02 project)
|
|
- [MKW-NRW: Ministerium für Kultur und Wissenschaft des Landes Nordrhein-Westfalen](https://www.mkw.nrw) under the Kooperationsplattformen 2022 program, grant number: KP22-106A
|