Skip to content
/ OGIT Public

arago AG "Open Graph of IT" Ontology Hub

License

Notifications You must be signed in to change notification settings

arago/OGIT

Repository files navigation

Logo

Welcome to the Open Graph of IT Ontology

Overview

Open Graph of IT (OGIT) aims to build a semantic representation of all IT and its interaction with business processes and people. Such an endeavour requires a sound data space as a foundation for computational evaluation of this enterprise space. OGIT aims to become the 'IT version' of Google's Knowledge Graph or Facebook's Social Graph. Hence we need a common language for IT entities and relationships between them.

OGIT aims to provide a such common language by defining an ontology for the Graph of IT.

The OGIT project is not only a hosting place for a specification. It also provides a platform for domain experts to contribute to the ontology. One of the basic principles is: evolution over standardization.

OGIT Documentation

Find out more about OGIT using the following links.

GraphIT Documentation

There is an application called GraphIT that allows you to manage IT data through a RESTful API ensuring compliance to the OGIT ontology.

The following links provide more information on OGIT and GraphIT.

(Pages updated on daily basis)

namespace specific Documentation

  • Requirements

    • install pdflatex (on macOS run: brew cask install mactex)
    • install graphviz (on macOS run: brew install graphviz)
    • install doxygen (on macOS run: brew install doxygen)
  • Run the following script to generate the documentation. Replace the namespacename with the name of the namespace(for ex. MRP, Accouting, Auth etc.) you want to create the documentation.

sh namespace.sh namespacename
  • It will generate the pdf and png files which can be found under folder with namespacename (for ex. MRP, Accounting etc).
  • For Example, sh namespace.sh mrp will generate the documentation for MRP namepsace under MRP folder.

Updating the Local GraphIT Ontology

Once OGIT master branch is updated, the changes are automatically built and pushed every hour to https://graphit.co/schemas/graphit-ontology.ttl

To update ogit ontology on local GraphIT installation, please run:

cd ~
wget https://graphit.co/schemas/graphit-ontology.ttl
/opt/autopilot/setup/helpers/load_ontology ~/graphit-ontology.ttl

To ensure that all changes are correctly loaded you may restart GraphIT:

/opt/autopilot/admin/start-autopilot.sh -r graphit

Getting Support

If you have general questions or need support please contact us at ogit@arago.de.

License

Please see LICENSE.md for information about the licensing of OGIT and its components.