Skip to content
Julio César G. Costa edited this page Apr 15, 2026 · 9 revisions

1.1 - Installing the Package

pip install -U ontologytoapi
  • A minimal example of implementation / quick start guide can be found at Quick Start Guide.

  • To check the current supported communication technologies and connectors please refer to the following link: Supported Technologies.

1.2 - Ontological Framework

The ontological framework serves as a highly abstract blueprint for the definition of individuals (concretizations) of business metadata and code implementations. The library utilizes these concretizations to generate the API gateway endpoints, to allow users to interact with the business functionalities.

A full illustration of this framework hierachy along with an example on how to extend both the metadata and business model ontologies for your own specific use case is available at Extending the Ontological Framework.

In order to maintain the ontology reusable, the hole vocabulary/namespaces and ontological contraints and descriptions alongside with its .TTL file are available in the following permanent links in the wiki:

1.3 - Library Usage

A descriptive implementation and python package documentation can also be found in this wiki.

Clone this wiki locally