owl:equivalentClass

Two names, one set of instances.

0/3 done

Theory

owl:equivalentClass is mutual subclassing — every instance of A is an instance of B and vice versa. Useful when bridging two vocabularies that name the same concept differently.

How it compares to its weaker sibling, rdfs:subClassOf:

ConstructDirectionUse it when…
rdfs:subClassOfone-way (A → B)A is a kind of B but B may be broader
owl:equivalentClasstwo-way (A ↔ B)A and B are the same set under two names
owl:sameAstwo-way, instancesTwo IRIs refer to the same individual

Reading in progress · 0 of 3 activities done