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