minCardinality
MinCardinality is a cardinality restriction used in description logics and the Web Ontology Language (OWL) to express that an individual must be related by a given property to at least a specified number of distinct fillers. It is part of the family of cardinality constraints, alongside maxCardinality and exact cardinality restrictions. In OWL 2 DL, the construct is typically written as ObjectMinCardinality(n R) for object properties or DataMinCardinality(n R) for data properties, where n is a non-negative integer. A qualified form may also specify a filler class C, written as ObjectMinCardinality(n R C) or DataMinCardinality(n R C), indicating that at least n related fillers must be instances of C.
Semantically, for an individual x, ObjectMinCardinality(n R) requires that the set of R-successors of x contains
Usage examples include statements such as “every person has at least two email addresses” or “an organization