Protégé reasoner does not infer subclass

726 Views Asked by At

I have a small ontology defined as shown in the following picture:

enter image description here

I created an individual for Dataset and one for Algorithm. I expected that the reasoner would infer the Algorithm individual as Linear_Least_Regression, but this didn't happen.

This is the definition of the Dataset individual. As it can be seen, the individual fulfils the requirements for a Dataset needed by the Linear_Least_Regression enter image description here

Also, if I add the Linear_Least_Regression as a type for the Algorithm individual, the reasoner does not complain.

I also tried to get the Linear_Least_Regression as a result with a DL Query but this also didn't work.

enter image description here

Did I miss something when modelling my ontology or does the problem lie at the reasoner? I tried following two reasoners: FaCT++ 1.6.5 and HermiT 1.3.8.413 and Protégé 5

0

There are 0 best solutions below