Re: Accessing inferences and asserstions rather than just assertions

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Accessing-inferences-and-asserstions-rather-than-just-assertions-tp144p152.html

> I get the error NameError: name 'owlready2' is not defined when calling owlready2.set_log_level(9)

You need to import owlready2 as a module (not just from...import *)


> From this query, I only get two asserted effects, and not the two additional
> inferred effects (as the result of being the inverse object properties)
>
> I'm at a loss....

Could you email me your ontology? Or a part of it if it is big?