Is there a pyhton package to visualize the facts in OWL

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

Is there a pyhton package to visualize the facts in OWL

IWilliams
Hi, I am currently using Owlready2 to populate an ontology. Now, I would like to visualize specific facts (individuals, and their object and data properties relationships) that were asserted in the ontology. Are there any Python packages that I can use?
rdk
Reply | Threaded
Open this post in threaded view
|

Re: Is there a pyhton package to visualize the facts in OWL

rdk
Hi!

I suggest you look into the following:
NetworkX - https://networkx.github.io/documentation/stable/index.html
&
GraphViz - https://pypi.org/project/graphviz/

Best,
RdK