An open API service indexing awesome lists of open source software.

https://github.com/incatools/kgcl

Datamodel for KGCL (Knowledge Graph Change Language)
https://github.com/incatools/kgcl

kgcl linkml ontology-changes ontology-diffs rdf semantic-web

Last synced: 2 months ago
JSON representation

Datamodel for KGCL (Knowledge Graph Change Language)

Awesome Lists containing this project

README

        

# 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:

- 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

## Documentation

[Read more here.](https://incatools.github.io/kgcl/)