- https://purl.semanticip.org/linked-data/sdmx/ML/structure/DataComponentValueType
TTL - owl:Class
- Data Component Value Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
DataComponentValueType derives from the SimpleValueType, but does not allow for validity dates.
- SDMXStructureConstraint.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DataComponentValueType">
<xs:annotation>
<xs:documentation>DataComponentValueType derives from the SimpleValueType, but does not allow for validity dates.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="SimpleComponentValueType">
<xs:attribute name="validFrom" type="common:StandardTimePeriodType" use="prohibited" />
<xs:attribute name="validTo" type="common:StandardTimePeriodType" use="prohibited" />
</xs:restriction>
</xs:simpleContent>
</xs:complexType>rdfs:subClassOf sip-sdmx-ML-structure:SimpleComponentValueType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:validFrom ;
owl:allValuesFrom sip-sdmx-ML-common:StandardTimePeriodType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:validFrom ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:StandardTimePeriodType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:validTo ;
owl:allValuesFrom sip-sdmx-ML-common:StandardTimePeriodType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:validTo ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:StandardTimePeriodType
] ;