pyhornedowl.model.ObjectMaxCardinality

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

ObjectMaxCardinality(n: intope: ObjectPropertyExpressionbce: ClassExpression

A max 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 most n other individuals.

bce

bce: ClassExpression

n

n: int

ope

ope: ObjectPropertyExpression