Getting path between two nodes

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

Getting path between two nodes

oksr
Hi,
I loaded an ontology file and would like to generate the path between any 2 or x nodes or classes and get a list of what properties connect them. Is there a way to do this in owlReady2?
Reply | Threaded
Open this post in threaded view
|

Re: Getting path between two nodes

Jiba
Administrator
Hi,

Owlready2 has no "pathfinding" algorithm. I think you should look at RDFlib and RDF tools in general, because path finding should be achieved at the RDF level.

Jiba