Skip to content
forked from INCATools/kgcl

Datamodel for KGCL (Knowledge Graph Change Language)

License

Notifications You must be signed in to change notification settings

biodivportal/kgcl

 
 

Repository files navigation

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

About

Datamodel for KGCL (Knowledge Graph Change Language)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.3%
  • Makefile 1.2%
  • Other 1.5%