pyhornedowl.model.HasKey
- class pyhornedowl.model.HasKey(ce: ClassExpression, vpe: List[PropertyExpression])
A key
An individual
i
which is of typece
can be uniquely identified bype
. Keys can only be applied to individuals which are explicitly named in the ontology, not those that are inferred.See also: Keys
- ce
ce: ClassExpression
- vpe
vpe: typing.List[PropertyExpression]