- https://purl.semanticip.org/linked-data/sdmx/ML/structure/SimpleKeyValueType
TTL - owl:Class
- Simple Key Value Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
SimpleKeyValueType derives from the SimpleValueType, but does not allow for the cascading of value in the hierarchy, as keys are meant to describe a distinct full or partial key.
- SDMXStructureConstraint.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SimpleKeyValueType">
<xs:annotation>
<xs:documentation>SimpleKeyValueType derives from the SimpleValueType, but does not allow for the cascading of value in the hierarchy, as keys are meant to describe a distinct full or partial key.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="SimpleComponentValueType">
<xs:attribute name="cascadeValues" type="common:CascadeSelectionType" use="prohibited" />
<xs:attribute ref="xml:lang" use="prohibited" />
<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:cascadeValues ;
owl:allValuesFrom sip-sdmx-ML-common:CascadeSelectionType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:cascadeValues ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:CascadeSelectionType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty xml:lang ;
owl:allValuesFrom xsd:language
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty xml:lang ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:language
] ;
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
] ;