- https://purl.semanticip.org/linked-data/sdmx/ML/ObservationalTimePeriodOrNotApplicableType
TTL - rdfs:Datatype
- Observational Time Period Or Not Applicable Type
- simpleType
- SDMXCommon.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ObservationalTimePeriodOrNotApplicableType">
<xs:union memberTypes="ObservationalTimePeriodType NotApplicableType" />
</xs:simpleType>
owl:unionOf (
sip-sdmx-ML:ObservationalTimePeriodType
sip-sdmx-ML:NotApplicableType
)