- https://purl.semanticip.org/linked-data/sdmx/ML/ObservationalTimePeriodType
TTL - rdfs:Datatype
- Observational Time Period Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
- common
- simpleType
ObservationalTimePeriodType specifies a distinct time period or point in time in SDMX. The time period can either be a Gregorian calendar period, a standard reporting period, a distinct point in time, or a time range with a specific date and duration.
- SDMXCommon.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ObservationalTimePeriodType">
<xs:annotation>
<xs:documentation>ObservationalTimePeriodType specifies a distinct time period or point in time in SDMX. The time period can either be a Gregorian calendar period, a standard reporting period, a distinct point in time, or a time range with a specific date and duration.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="StandardTimePeriodType TimeRangeType" />
</xs:simpleType>
owl:unionOf (
sip-sdmx-ML:StandardTimePeriodType
sip-sdmx-ML:TimeRangeType
)