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.
/schema/schema.ttl
– OpenCS schema (upper ontology)/ontology
– OpenCS ontologyheader.ttl
– header with ontology metadataauthors.ttl
– manual list of ontology authorscore
– core of the ontology, split into one Turtle file per concept. The files are grouped by 1000 into directories to help with potential filesystem or file browser issues.makg_extra.ttl.gz
– extra assertions carried over from MAKGopencs_to_makg.ttl.gz
– equivalence relations between OpenCS and MAKGshacl_constraints.ttl
– the file with SHACL constraints for ontology validation
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.
The OpenCS ontology and all other contents of this repository are licensed under Creative Commons Attribution 4.0.
People who have contributed to OpenCS or the tools used to build or maintain it, in alphabetic username order.
- Anastasiya Danilenka (@adanilenka)
- Aleksander Podsiad (@AleksanderZawisza)
- Aleksandra Nawrocka (@alexnawr)
- Kinga Ułasik (@ARUMHC)
- Arkadiusz Zalas (@azalas)
- Bartosz Grabek (@Bartosz7)
- Bartosz Rożek (@bartoszrozek)
- Patryk Tomaszewski (@Filmos)
- Jakub Fołtyn (@jakfol1217)
- Krystian Kurek (@KrystianKurek)
- Łukasz Pancer (@luki139)
- Martyna Majchrzak (@m-majchrzak)
- Mateusz Kierznowski (@mateuszkierznowski)
- Mikołaj Zalewski (@mikolajzalewsk)
- Mateusz Jastrzębiowski (@mjastrzebiowski)
- Aleksandra Muszkowska (@muszkowska)
- Nazira Tukeyeva (@nazirait)
- Kacper Grzymkowski (@niegrzybkowski)
- Piotr Sowiński (@Ostrzyciel)
- Przemysław Olender (@przemekolender)
- Rafał Klimek (@rklimek123)
- Paweł Golik (@Shaveek23)
- Dawid Przybyliński (@Szwagi3r)
- Dominika Umiastowska (@umiastowskad)
- Paweł Wesołowski (@wesolowskip)
- Jan Wojtas (@wojtas000)
- The authors of the Microsoft Academic Knowledge Graph, which OpenCS was initially derived from
Piotr Sowiński (@Ostrzyciel)