Accessing inferred facts in individuals

classic Classic list List threaded Threaded
21 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Accessing inferred facts in individuals

Jiba
Administrator
Hi,

You do not need a reasoner for inferring 'B isfatherof C', because it is just the inverse relation of 'C hasfather B', which is asserted.

You can use 'onto.B.isfatherof' in Python to obtain C, without performing any reasoning.

As a consequence, Owlready does not store 'B isfatherof C' in the quadstore (to avoid pollution).
12