Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 853 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 853 Bytes

KGCL: Knowledge Graph Change Language

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:

Documentation

Read more here.

How to run project locally

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