ObjectExactCardinality
ObjectExactCardinality is a class expression used in the Web Ontology Language (OWL) to constrain the number of related individuals via an object property. It specifies that an instance must have exactly n distinct R-successors that are instances of C, where n is a non-negative integer, R is an object property, and C is a class.
In formal terms, for an interpretation I, the extension of ObjectExactCardinality(n, R, C) consists of all individuals
ObjectExactCardinality is closely related to ObjectMinCardinality and ObjectMaxCardinality. In OWL 2, ObjectExactCardinality(n, R, C) is equivalent
Examples include statements like “a Person has exactly two hasPet that are Dogs” or “a Teacher has
Reasoning with ObjectExactCardinality can affect performance, especially with large ontologies or complex fillers. Correct use often