A LinkML schema capturing the model used to enumerate https://github.com/RTIInternational/SyntheticPopulations?tab=readme-ov-file#data-identification-and-metadata
- Clone synthetic-population-schema project repository
$ git clone https://github.com/sierra-moxon/synthetic-population-schema.git
- Create virtual environment and install project dependencies
$ make install
- Create downstream schema artifacts, run unit tests, and also validate examples/instance data against schema
$ make test
- LinkML transformer mapping between source and target schemas on a class
$ make test_transform
Use the `make` command to generate project artifacts:
make all
: make everythingmake deploy
: deploys site
https://sierra-moxon.github.io/synthetic-population-schema
- examples/ - example data
- project/ - project files (do not edit these)
- src/ - source files (edit these)
- tests/ - Python tests
Use the `make` command to generate project artefacts:
make all
: make everythingmake deploy
: deploys site
This project was made with linkml-project-cookiecutter.