Call owl api using python flask

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

Call owl api using python flask

Gayathri
This post was updated on .
Hi I am developing a web application using python flask. I am very new to python and owl. I just created a hello world program using python flask. I have installed owlready2. Please tell me how to call an locally stored owl file and display. Please give me a sample project structure to do this. i don't know how to start owlready2 with python.
Reply | Threaded
Open this post in threaded view
|

Re: Call owl api using python flask

Jiba
Administrator
Hi,

You can use Owlready with Flask, in the usual way.

Please refer to the documentation here: https://owlready2.readthedocs.io/en/latest/

Jiba