- https://purl.semanticip.org/linked-data/sdmx/ML/BasicTimePeriodType
TTL - rdfs:Datatype
- Basic Time Period Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
- common
- simpleType
BasicTimePeriodType contains the basic dates and calendar periods. It is a combination of the Gregorian time periods and the date time type.
- SDMXCommon.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BasicTimePeriodType">
<xs:annotation>
<xs:documentation>BasicTimePeriodType contains the basic dates and calendar periods. It is a combination of the Gregorian time periods and the date time type.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="GregorianTimePeriodType xs:dateTime" />
</xs:simpleType>
owl:unionOf (
sip-sdmx-ML:GregorianTimePeriodType
xsd:dateTime
)