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?
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.