pyhornedowl.model.SubAnnotationPropertyOf

class pyhornedowl.model.SubAnnotationPropertyOf(sub: AnnotationProperty, sup: AnnotationProperty)

An sub-property assertion for annotation properties.

Implies that any annotation of the type sub_property is also an annotation of the type super_property.

sub

sub: AnnotationProperty

sup

sup: AnnotationProperty