owlapy.owl_annotation
OWL Annotations
Classes
A marker interface for the values (objects) of annotations. |
|
A marker interface for annotation subjects, which can either be IRIs or anonymous individuals |
|
A marker interface for annotation values, which can either be an IRI (URI), Literal or Anonymous Individual. |
Module Contents
- class owlapy.owl_annotation.OWLAnnotationObject[source]
Bases:
owlapy.owl_object.OWLObject
A marker interface for the values (objects) of annotations.
- __slots__ = ()
- class owlapy.owl_annotation.OWLAnnotationSubject[source]
Bases:
OWLAnnotationObject
A marker interface for annotation subjects, which can either be IRIs or anonymous individuals
- __slots__ = ()
- class owlapy.owl_annotation.OWLAnnotationValue[source]
Bases:
OWLAnnotationObject
A marker interface for annotation values, which can either be an IRI (URI), Literal or Anonymous Individual.
- __slots__ = ()