“Reasonable” an OWL 2 RL reasoner with reasonable performance #1882
ghost
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/gtfierro/reasonable
“Comparing performance of reasonable with OWLRL and Allegro. Evaluation consisted of loading Brick models of different sizes into the respective reasoning engine and timing how long it took to produce the materialization. reasonable is about 7x faster than Allegro and 38x faster than OWLRL on this workload.”
To facilitate usage, we use the pyo3 project to generate Python 3.x bindings to this project. Installing these should be as easy as
pip install reasonable
.Usage looks like:
Beta Was this translation helpful? Give feedback.
All reactions