Re: Introspection with owlready2
Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Introspection-with-owlready2-tp168p171.html
Hello,
I think what you need is individual (or class) "cloning" ability. OwlReady2 do not have specific methods for that (or maybe not yet).
By the way, I've added support for dir() on individuals in the development version of OwlReady2. However, I think it's better to use get_properties(), because dir() returns not only properties but also method names and local attributes.
Best regards,
Jean-Baptiste Lamy