Skip to main content

Thesaurus & Ontology Manager API

Abstract

With the light weight Thesaurus & Ontology API you can access and edit Graph Modeling data. It is easy to integrate with your applications using RESTful services.

The Graph Modeling API offers a light weight API for accessing and editing data of a Graph Modeling server.

Integration with downstream applications is made easy by the provided RESTful services that use of JSON format for communication.

The API services makes life easier because it encapsulates typical queries and functionalities that would require specific SPARQL queries instead. For more details see: Graph Modeling's SPARQL Endpoint

Using writing API services (e.g. Web Service Method: Create New Concept, Web Service Method: Add Literal to a Concept or Concept Scheme , etc.) generate entries in Graph Modeling History.

The API is available using the following URL pattern:

http://<host>:<port>/PoolParty/api/<service>

<host> and <port> depend on where your instance of Graph Modeling is running.

The API endpoint can be accessed via basic authentication by any user created in Graph Modeling. Users will only be able to access projects they have access rights for. You can also set up users that are only allowed to access the API.

The documentation is divided into the following parts:

Note

Services related to Graphwise Extractor are described here: Entity Extractor APIs

Tip

If you would like to learn more about this topic, please watch this Graph Modeling Academy Tutorial video:

3.5 PP Thesaurus Server API