https://github.com/incatools/kgcl-rdflib
Tools for working with KGCL
https://github.com/incatools/kgcl-rdflib
diff diffs kg knowledge-graph linkml obofoundry ontology ontology-change-language owl rdf semantic-diff
Last synced: about 2 months ago
JSON representation
Tools for working with KGCL
- Host: GitHub
- URL: https://github.com/incatools/kgcl-rdflib
- Owner: INCATools
- License: mit
- Created: 2020-06-30T01:50:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T16:41:31.000Z (5 months ago)
- Last Synced: 2025-02-07T17:39:19.843Z (2 months ago)
- Topics: diff, diffs, kg, knowledge-graph, linkml, obofoundry, ontology, ontology-change-language, owl, rdf, semantic-diff
- Language: Python
- Homepage:
- Size: 6.97 MB
- Stars: 17
- Watchers: 3
- Forks: 7
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kgcl-rdflib
An engine that applies changes or diffs specified in KGCL to an RDF graph stored using rdflib
## KGCL
KGCL (Knowledge Graph Change Language) is a datamodel and language for representing changes in ontologies and knowledge graphs
The core KGCL repo is here:
- https://github.com/INCATools/kgcl
This kgcl-rdflib repo applies the KGCL model to rdflib graphs.