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