Skip to content

Implement ols api#130

Merged
rombaum merged 42 commits intomainfrom
implement-ols-api
Mar 31, 2026
Merged

Implement ols api#130
rombaum merged 42 commits intomainfrom
implement-ols-api

Conversation

@RalphBln
Copy link
Copy Markdown
Collaborator

@RalphBln RalphBln commented Feb 10, 2026

This PR advances the implementation of the API gateway's OLS V1 and V2 (aka OLS3 and OLS4) API's, so that legacy applications formerly developed against OLS can seamlessly communicate with the API gateway.

The current state of the implementation is as follows:

V1 (OLS 3)

V2 (OLS 3+4)

  • /ontologies
  • /ontologies/{onto}
  • /ontologies/{onto}/classes
  • /ontologies/{onto}/classes?iri=https://xxx
  • /ontologies/{onto}/classes/{class}
  • /ontologies/{onto}/individuals
  • /ontologies/{onto}/individuals?iri=https://xxx
  • /ontologies/{onto}/individuals/{individual}
  • /ontologies/{onto}/entities
  • /ontologies/{onto}/entities?iri=https://xxx
  • /ontologies/{onto}/classes/{class}/children
  • /ontologies/{onto}/properties
  • /ontologies/{onto}/properties?iri=https://xxx
  • /ontologies/{onto}/properties/{property}
  • /ontologies/{onto}/properties/{property}/children
  • /entities?iri=https://xxx
  • /classes?iri=https://xxx
  • /individuals?iri=https://xxx
  • /properties (Depends on #123)
  • /classes (Depends on #123)
  • /individuals (Depends on #123)
  • /properties (Depends on #123)
  • /stats
  • /ontologies/{onto}/classes/{class}/individuals
  • /ontologies/{onto}/entities/{entity}
  • /ontologies/{onto}/entities/{entity}/relatedFrom
  • /ontologies/{onto}/individuals/{individual}/ancestors
  • /ontologies/{onto}/classes/{class}/relatedFrom
  • /ontologies/{onto}/classes/{class}/hierarchicalDescendants
  • /ontologies/{onto}/classes/{class}/hierarchicalChildren
  • /ontologies/{onto}/classes/{class}/hierarchicalAncestors
  • /ontologies/{onto}/classes/{class}/descendants
  • /ontologies/{onto}/classes/{class}/ancestors
  • /ontologies/{onto}/properties/{property}/ancestors
  • /defined-fields

RalphBln and others added 30 commits November 17, 2025 09:04
@RalphBln RalphBln requested review from jusa3 and rombaum February 10, 2026 00:27
@RalphBln RalphBln self-assigned this Feb 10, 2026
Copy link
Copy Markdown
Contributor

@rombaum rombaum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As mentioned before. We have more functionality as before. For better testing capacity we should merge and create smaller issues afterwards. For the missing endpoints should also issues should be created.

@RalphBln RalphBln marked this pull request as draft March 30, 2026 16:39
@RalphBln RalphBln marked this pull request as ready for review March 30, 2026 16:40
@rombaum rombaum merged commit 73e7560 into main Mar 31, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants