Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hrshdhgd/kgcl-schema


https://github.com/hrshdhgd/kgcl-schema

Last synced: 29 days ago
JSON representation

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)