Links and attributes not displaying for OWL EL equivalence

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 as a ex:ManCitizen
  • ex:ManCitizen was declared an rdfs:subClassOf ex:Man and ex: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!!