pyhornedowl.model.ObjectMinCardinality

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

ObjectMinCardinality(n: intope: ObjectPropertyExpressionbce: ClassExpression

A min 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 at least n other individuals.

bce

bce: ClassExpression

n

n: int

ope

ope: ObjectPropertyExpression