- https://purl.semanticip.org/linked-data/sdmx/ML/TimeRangeOrMissingType
TTL - rdfs:Datatype
- Time Range Or Missing Type
- simpleType
- SDMXCommon.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TimeRangeOrMissingType">
<xs:union memberTypes="TimeRangeType MissingType" />
</xs:simpleType>owl:unionOf (
sip-sdmx-ML:TimeRangeType
sip-sdmx-ML:MissingType
)