DataPropertyRange

class DataPropertyRange(data_property_expression: DataPropertyExpression | URIRef | Reference | Referenced | str | IdentifierBox, data_range: DataRange | URIRef | Reference | Referenced | str | IdentifierBox, *, annotations: list[Annotation] | None = None)[source]

Bases: _DataPropertyTyping

A data property axiom for 9.3.5 “Data Property Range”.

Instantiate a data property range axiom.

Attributes Summary

property_type

Attributes Documentation

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