- https://purl.semanticip.org/linked-data/sdmx/ML/TimePeriodRangeType
TTL - owl:Class
- Time Period Range Type
- complexType
TimePeriodRangeType defines a time period, and indicates whether it is inclusive in a range.
- SDMXStructureConstraint.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TimePeriodRangeType">
<xs:annotation>
<xs:documentation>TimePeriodRangeType defines a time period, and indicates whether it is inclusive in a range.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="common:ObservationalTimePeriodType">
<xs:attribute name="isInclusive" type="xs:boolean" default="true">
<xs:annotation>
<xs:documentation>The isInclusive attribute, when true, indicates that the time period specified is included in the range.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>rdfs:subClassOf sip-sdmx-ML:ObservationalTimePeriodType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:isInclusive ;
owl:allValuesFrom xsd:boolean
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:isInclusive ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:boolean
] ;