KGCL is a standard datamodel for representing changes in ontologies and knowledge graphs.
This repository houses:
- The KGCL schema/standard
- The Python implementation of the standard (LinkML model, LARK grammar)
The following URIs will resolve to the KGCL standard:
- OWL: https://w3id.org/kgcl/kgcl.owl.ttl
- JSONLD: https://w3id.org/kgcl/kgcl.context.jsonld
- SHACL: https://w3id.org/kgcl/kgcl.shacl.ttl
- YAML: https://w3id.org/kgcl/kgcl.yaml
install python 3.9, using mise (optional), get mise from here
mise install python 3.9
install poetry
pip install poetry
install dependencies
poetry install
run tests
poetry run pytest