DataIntersectionOf

class DataIntersectionOf(data_ranges: Sequence[DataRange | URIRef | Reference | Referenced | str | IdentifierBox])[source]

Bases: _ListDataRange

A data range defined in 7.1 “Intersection of Data Ranges”.

The following data range contains exactly the integer 0:

>>> DataIntersectionOf(["xsd:nonNegativeInteger", "xsd:nonPositiveInteger"])

Initialize this list of data ranges.

Attributes Summary

property_type

Attributes Documentation

property_type: ClassVar[URIRef] = rdflib.term.URIRef('http://www.w3.org/2002/07/owl#intersectionOf')