Hi @Laura_Firey!
The solution discussed over at the "Links and attributes not displaying between classes and their instances" shows that the reasoning is working properly.
ex:Dan
was declared asa ex:ManCitizen
ex:ManCitizen
was declared anrdfs:subClassOf ex:Man
andex:Citizen
using an equivalence intersection:
ex:ManCitizen a owl:Class ;
owl:equivalentClass [
a owl:Class ;
owl:intersectionOf ( ex:Citizen ex:Man )
] .
So, since this doesn't seem to be a reasoning issue, it might be an issue with Explorer itself.
Does Explorer support OWL EL?
If so,
Why is Explorer not showing the rdfs:subClassOf
relation between ex:Man
and ex:ManCitizen
?
Thanks!!