owlcs / owlapi

OWL API main repository
822 stars 315 forks source link

what is the most compatible Pellet reasoner for latest OWL API 5.1.17 /5.1.18 #1018

Closed shyamaW closed 2 years ago

shyamaW commented 3 years ago

Hi Up to now, I have worked with HermiT (1.4...) reasoner. However, it took a long time to perform reasoner. When I added Pellet to Protege and I noticed my ontology took few seconds for reasoning. Thus I thought to work with Pellet reasoner with OWL API. I use OWL API 5.1.17 version. Thus, I would appreciate it if you could recommend the compatible version of Pellet for the OWL API 5.1.17/5.1.18.

Thank You SW

ignazio1977 commented 3 years ago

The Openllet project is the most recent fork of Pellet and works with OWLAPI 5. Version 2.6.4 works with Java 8 and newer, version 2.6.5 works with Java 11 and newer.

https://github.com/Galigator/openllet

shyamaW commented 3 years ago

Thank You for your prompt respond