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)
- Host: GitHub
- URL: https://github.com/incatools/kgcl
- Owner: INCATools
- License: mit
- Created: 2022-06-15T17:39:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T20:51:11.000Z (6 months ago)
- Last Synced: 2025-01-14T17:36:21.251Z (4 months ago)
- Topics: kgcl, linkml, ontology-changes, ontology-diffs, rdf, semantic-web
- Language: Python
- Homepage: https://w3id.org/kgcl/
- Size: 11.8 MB
- Stars: 11
- Watchers: 8
- Forks: 3
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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/)