protegeproject / protege

Protege Desktop
http://protege.stanford.edu
Other
970 stars 229 forks source link

Problem in Data Property inference with swrl in protegé #1160

Open andredemori opened 11 months ago

andredemori commented 11 months ago

I wrote a SWRL rule in this way:

Guarani(?g)->AmphibiousSpeed(?g,45)

I already have a class Guarani and a data property AmphibiousSpeed. I already created an individual guarani0.

It feels like after reasoning the data property of a should be 45.

However there is no data property for guarani0.

I already enabled the data properties inferences in Preferences and i tested Protegé 5.1 and 5.6 but it is not working.

andredemori commented 11 months ago

I solved this question using Pellet reasoner. It is not working with HermiT