This package contains Pydantic version of the BICAN Knowledgebase Data Models, along with tools to interact with the models and the data they represent.
This project is still under development, and we encourage everyone to provide feedback and join the project.
All models are located in the models directory. Currently, we support the following models:
- Tools to extract data, validate against the current model, and create JSON-LD representations
- Converter from spreadsheets to LinkML YAML files
- Tools to edit LinkML YAML files
pip install bkbit
pip install git+https://github.com/linkml/schemasheets
- Fork the repository
- Clone your fork
- Navigate to the main project directory:
cd bkbit
- Install in editable mode:
pip install -e .[all]
- Install newer version of schemasheets (temporary fix):
pip install git+https://github.com/linkml/schemasheets