Giter Site home page Giter Site logo

opencs's Introduction

OpenCS

Main OpenCS ontology repository.

The ontology is currently in its very early stages. 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

  • /schema/schema.ttl – OpenCS schema (upper ontology)
  • /ontology – OpenCS ontology
    • header.ttl – header with ontology metadata
    • authors.ttl – manual list of ontology authors
    • core – 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 MAKG
    • opencs_to_makg.ttl.gz – equivalence relations between OpenCS and MAKG

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

opencs's People

Contributors

wojtas000 avatar ostrzyciel avatar mikolajzalewski avatar azalas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.