Python-based reasoner

classic Classic list List threaded Threaded
8 messages Options
MG
Reply | Threaded
Open this post in threaded view
|

Python-based reasoner

MG
Hi Jiba,

I am hoping to use owlready library with pellet reasoner in my project. However, I have some limitations on using java-based reasoners as I want to implement my project in Microsoft Azure. I wonder if you could suggest any pellet reasoner implemented in python?

I know that virtual machine is a short-term solution but I am looking for a more sustainable and long-term approach.

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Python-based reasoner

Jiba
Administrator
Hi,

As far as I know, there is no reasoner implemented in Python yet.

However, I am working on a Python reasoner integrated with Owlready... but I cannot say when it will be ready or even if this project will succeed or not.

Jiba
Reply | Threaded
Open this post in threaded view
|

Re: Python-based reasoner

Peter
CWM?
MG
Reply | Threaded
Open this post in threaded view
|

Re: Python-based reasoner

MG
In reply to this post by Jiba
Hi Jiba,

Thanks for your reply. Do you have any suggestion for me to use and run the pellet reasoner in Microsoft Azure.

Thanks
MG
Reply | Threaded
Open this post in threaded view
|

Re: Python-based reasoner

MG
In reply to this post by Peter
Hi Peter,

Thanks for the suggestion. Do you know if I can integrate it with owlready as a reasoner?

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Python-based reasoner

Jiba
Administrator
In reply to this post by MG
I'm sorry, but I have ever used Azure.
Reply | Threaded
Open this post in threaded view
|

Re: Python-based reasoner

Peter
In reply to this post by MG
https://github.com/RDFLib/FuXi/blob/master/docs/FuXiUserManual.rst is another reasoner in the Python ecosystem,  and this works with RDFlib, so you should be able to simply make an RDFlib graph and run with that
rdk
Reply | Threaded
Open this post in threaded view
|

Re: Python-based reasoner

rdk
Thanks Peter.

But pay attention to the top of the github page:
"Chimezie Ogbuji's FuXi reasoner. NON-FUNCTIONING, RETAINED FOR ARCHIVAL PURPOSES.
For working code plus version and associated support requirements see: http://code.google.com/p/fuxi/ "


Best,
Rui