pyhornedowl.model.ObjectExactCardinality

class pyhornedowl.model.ObjectExactCardinality(n, ope, bce)

ObjectExactCardinality(n: intope: ObjectPropertyExpressionbce: ClassExpression

An exact cardinality relationship between individuals

Given an object property o and a class ce, this describes the class of individuals which have the o relationship to exactly n other individuals.

bce

bce: ClassExpression

n

n: int

ope

ope: ObjectPropertyExpression