Re: Problems when creating new instances

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Problems-when-creating-new-instances-tp2242p2243.html

Hi,

If you load the ontology as "onto", you need to use "onto.Assembler" to access the class inside the ontology.

If you create the class directly in Python, it is available as "onto.Assembler" but also as "Assembler", because Python creates variables when creating a class.

Jiba