- https://purl.semanticip.org/linked-data/sdmx/ML/common/StandardTimePeriodType
TTL - rdfs:Datatype
- Standard Time Period Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
- common
- simpleType
StandardTimePeriodType defines the set of standard time periods in SDMX. This includes the reporting time periods and the basic date type (i.e. the calendar time periods and the dateTime format).
- SDMXCommon.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="StandardTimePeriodType">
<xs:annotation>
<xs:documentation>StandardTimePeriodType defines the set of standard time periods in SDMX. This includes the reporting time periods and the basic date type (i.e. the calendar time periods and the dateTime format).</xs:documentation>
</xs:annotation>
<xs:union memberTypes="BasicTimePeriodType ReportingTimePeriodType" />
</xs:simpleType>
owl:unionOf (
sip-sdmx-ML-common:BasicTimePeriodType
sip-sdmx-ML-common:ReportingTimePeriodType
)