DataRange

class DataRange[source]

Bases: Box

A model representing 7 “Data Ranges”.

https://www.w3.org/TR/owl2-syntax/C_datarange.gif

Methods Summary

safe(data_range)

Pass through a pre-instantiated data range, or create a simple one for an identifier.

Methods Documentation

classmethod safe(data_range: DataRange | URIRef | Reference | Referenced | str | IdentifierBox) DataRange[source]

Pass through a pre-instantiated data range, or create a simple one for an identifier.