Skip to content

Conversation

arteymix
Copy link
Member

@arteymix arteymix commented Sep 18, 2023

The implementation supplied by Jena 2.7 is very inefficient because it has a O(n^2) complexity for inferring axioms.

This is achieved by shading Jena under ubic.basecode.ontology.jena.impl package namespace. It also implicates that baseCode does not depend on Jena anymore.

Jena 2.13.0 has breaking implementation changes and cannot be integrated this way.

  • make sure that the version of Maven Shade is compatible with our minimum requirements
  • include sources with renamed packages for Jena

The implementation supplied by Jena 2.7 is very inefficient because it
has a O(n^2) complexity for inferring axioms.

This is achieved by shading Jena under ubic.basecode.ontology.jena.impl
package namespace. It also implicates that baseCode does not depend on
Jena anymore.

Jena 2.13.0 has breaking implementation changes and cannot be integrated
this way.
@arteymix
Copy link
Member Author

With f31c6c7 workaround, this might not be necessary unless we opt for using an OWL reasoner in Gemma for some of our ontologies.

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.

1 participant