Relationship

class pronto.Relationship[source]

A relationship, constitute the edges of the ontology graph.

Also sometimes referede as typedefs, relationship types, properties or predicates. Formally equivalent to a property (either ObjectProperty or AnnotationProperty) in OWL2.

property antisymmetric

whether this relationship is anti-symmetric.

Type

bool

property asymmetric

whether this relationship is asymmetric.

Type

bool