Skip to content

EHS-Data-Standards/synthetic-population-schema

Repository files navigation

synthetic-population-schema

A LinkML schema capturing the model used to enumerate https://github.com/RTIInternational/SyntheticPopulations?tab=readme-ov-file#data-identification-and-metadata

Project Setup

  1. Clone synthetic-population-schema project repository
$ git clone https://github.com/sierra-moxon/synthetic-population-schema.git
  1. Create virtual environment and install project dependencies
$ make install
  1. Create downstream schema artifacts, run unit tests, and also validate examples/instance data against schema
$ make test
  1. LinkML transformer mapping between source and target schemas on a class
$ make test_transform

Developer Documentation

Use the `make` command to generate project artifacts:
  • make all: make everything
  • make deploy: deploys site

Website

https://sierra-moxon.github.io/synthetic-population-schema

Repository Structure

Developer Documentation

Use the `make` command to generate project artefacts:
  • make all: make everything
  • make deploy: deploys site

Credits

This project was made with linkml-project-cookiecutter.