OpenCS-ontology / OpenCS

Main OpenCS ontology repository
Creative Commons Attribution 4.0 International
5 stars 7 forks source link

OpenCS

Main OpenCS ontology repository.

The ontology is currently in its early stages of development. It was built from a subset of the Microsoft Academic Knowledge Graph by Michael Färber. You can find the scripts used for making OpenCS from MAKG in this repository.

See also the documentation where you will find more information about the schema and ontology modules.

Contents

Releases

The dev release tag corresponds to the main branch in the repository and is updated automatically.

Tagged (versioned) releases are created manually and follow the Semantic Versioning scheme.

To create a new tagged release (example for version 1.2.3):

$ git checkout main
$ git pull
$ git tag v1.2.3
$ git push origin v1.2.3

The rest (packaging and release creation) will be handled automatically by the CI.

License

The OpenCS ontology and all other contents of this repository are licensed under Creative Commons Attribution 4.0.

Authors

People who have contributed to OpenCS or the tools used to build or maintain it, in alphabetic username order.

Maintainer

Piotr Sowiński (@Ostrzyciel)