AnnotationPropertyDomain

class AnnotationPropertyDomain(annotation_property: URIRef | Reference | Referenced | str | IdentifierBox, value: URIRef | Reference | Referenced | str | IdentifierBox | LiteralBox | Literal | int | float | bool | date | datetime | OBOLiteral, *, annotations: list[Annotation] | None = None)[source]

Bases: AnnotationPropertyTypingAxiom

An annotation axiom defined in 10.2.3 Annotation Property Domain.

Initialize an annotation property range or domain axiom.

Attributes Summary

property_type

Attributes Documentation

property_type: ClassVar[URIRef] = rdflib.term.URIRef('http://www.w3.org/2000/01/rdf-schema#domain')