Using protege I'm trying to compare string values with data properties. E.g.:
I have a country class, and in that class I have an individual with a hasCountryName data property set to "England". I'm using a defined class, and what I want to do is say something like:
Country and (hasCountryName value "England")
Using the Hermit reasoner, it correctly infers that my individual is a member of that class, but using Fact++ it does not. I'd like to use the Fact++ reasoner, is there any way I can modify this so Fact++ recognises it?