I'm learning OWL 2.0 using Protégé 4.0 and Pellet 2.2, and I'm trying to understand underlying concepts progressively.
So, starting with class hierarchies, I made one class "Cat" as a SubClassOf "Things".
If I start Pellet, everything works fine, but if I DL query "Cat", I have Directsubclasses "Nothing" and Subclasses "Nothing" appearing in red.
- What does it mean?
- Why is it red?
Justifications are like :
Explanation for: Nothing SubClassOf Cat
<Entailment1252345325436>SubClassOf Nothing and (not (Cat))
- What does it mean?
- Why are there like an infinity of these "Entailment" justifications (I mean I only created 1 class).
- Is there an error I made I have to correct to avoid this phenomenon? Or should I just don't care about it?
Thank you ^_^!