Re: TypeError: metaclass conflict:
Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/TypeError-metaclass-conflict-tp420p424.html
Hello,
This kind of errors may occurs if you have cycle in class inheritance (this is supported by OWL but not by Python), or if you have an entity that belongs to several incompatible types, such as an entity being both a class and an individual and/or a property.
If you provide me an ontology that raises this error, I can investigate it further.
Best regards,
Jiba