Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrshdhgd/kgcl-schema
https://github.com/hrshdhgd/kgcl-schema
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hrshdhgd/kgcl-schema
- Owner: hrshdhgd
- License: mit
- Created: 2022-09-14T14:22:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T19:16:29.000Z (over 1 year ago)
- Last Synced: 2024-11-05T20:05:43.288Z (3 months ago)
- Language: Python
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# kgcl-schema
A linkml based schema for Knowledge Graph Change Language (KGCL).
## Website
* [https://hrshdhgd.github.io/kgcl-schema](https://hrshdhgd.github.io/kgcl-schema)
## Repository Structure
* [examples/](examples/) - example data
* [project/](project/) - project files (do not edit these)
* [src/](src/) - source files (edit these)
* [kgcl_schema](src/kgcl_schema)
* [schema](src/kgcl_schema/schema) -- LinkML schema (edit this)
* [datamodel](src/kgcl_schema/datamodel) -- Generated python datamodel
* [tests](tests/) - python tests## Developer Documentation
Use the `make` command to generate project artefacts:
- `make all`: make everything
- `make deploy`: deploys site## Credits
this project was made with [linkml-project-cookiecutter](https://github.com/linkml/linkml-project-cookiecutter)