- https://purl.semanticip.org/linked-data/sdmx/ML/DataKeySetType
TTL - owl:Class
- Data Key Set Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
DataKeySetType defines a collection of full or partial data keys (dimension values).
- SDMXStructureConstraint.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DataKeySetType">
<xs:annotation>
<xs:documentation>DataKeySetType defines a collection of full or partial data keys (dimension values).</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Key" type="DataKeyType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Key contains a set of dimension values which identify a full set of data.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="isIncluded" type="xs:boolean" use="required">
<xs:annotation>
<xs:documentation>The isIncluded attribute indicates whether the keys defined in this key set are inclusive or exclusive to the constraint.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Key ;
owl:allValuesFrom sip-sdmx-ML:DataKeyType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Key ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML:DataKeyType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:isIncluded ;
owl:allValuesFrom xsd:boolean
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:isIncluded ;
owl:qualifiedCardinality 1 ;
owl:onDataRange xsd:boolean
] ;