Re: Challenges with hasSelf Relation

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Challenges-with-hasSelf-Relation-tp3053p3067.html

Hello,

I've just fixed two bugs on hasSelf relation, in the development version of Owlready. The first one was in the OWL/XML parser (you'll need to recompile the optimized C module if you are using it), and the second one in the loading of hasSelf relations from the quadstore (they are actually "data" triples and not "object" triples).

It now appears as follows:

[Short_Example_for_Issue_before_loading.Me_Class, Short_Example_for_Issue_before_loading.has__Me1__en.some(OneOf([Short_Example_for_Issue_before_loading.S_Ni_ind]) & Short_Example_for_Issue_before_loading.R1_meEn.has_self())]

Jiba