In reading the book Semantic Web for the Working Ontologist I have come across an example that I cannot wrap my head around.
owl:equivalenceClass can be defined in terms of these two triples:
owl:equivalentClass rdf:type owl:symmetricProperty.
owl:equivalentClass rdfs:subPropertyOf rdfs:subClassOf.
I could use help understanding this.