Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to OWL API v5 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adamretter
Copy link
Contributor

@adamretter adamretter commented Apr 2, 2020

I have a performance problem with RDFTranslator.createOntology. So I thought as I first step I would try and update to the latest OWL API. This continues from where #8 stops.

I have managed to get the code to compile against the newer API :-) ...but I am a bit stuck in AnonymousResourceHandler. I have to admit that I am out of my depth in there as I don't really understand what it should do.

Whilst the code compiles, the following tests fail (all related to AnonymousResourceHandler I think):

Results :

Failed tests:
  AnonymityTests.annotationAssertionWithAnonymousSubject:155 » OWLRuntime Not an...
  AnonymityTests.axiomWithAnonymousAnnotationValue:133 » OWLRuntime Not an anony...
  AnonymityTests.axiomWithAnonymousIndividualTest1:70 » OWLRuntime Not an anonym...
  AnonymityTests.axiomWithAnonymousIndividualTest2:95 » OWLRuntime Not an anonym...
  AnonymityTests.axiomWithAnonymousIndividualTest3:108 » OWLRuntime Not an anony...
  PizzaTests.testHasAxiom:52 expected [true] but found [false]
  PizzaTests.testListAxioms:64 expected [true] but found [false]

Perhaps someone who knows this code and API better than me could collaborate on this PR to finish the last bits to make this work :-)

@adamretter adamretter changed the title Update to OWL API 5. Update to OWL API v5 Apr 2, 2020
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