I have shown a snapshot of an Ontology in the figure above.
I try to Execute a DL query from Protégé 5.0. The query is:
hasVolume value Apple.
Apple is an instance of Fruit (see Figure Link). The object property is hasVolume. The result shows no output in the instance section (GUI). I am expecting the following result of the above query:
LowVolume.
The object property axiom of Apple shows "Apple hasVolume LowVolume".
What modifications in the query (or Ontology) to be made so that I get the desired result.
Thanks in advance :)