- https://purl.semanticip.org/linked-data/sdmx/ML/structure/SpaceKeyType
TTL - owl:Class
- Space Key Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
SpaceKey defines the structure of a super- or sub- space for a SDMX Dataflow. It is a collection of references to the dimensions that make up the space.
- SDMXStructureTransformation.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SpaceKeyType">
<xs:annotation>
<xs:documentation>SpaceKey defines the structure of a super- or sub- space for a SDMX Dataflow. It is a collection of references to the dimensions that make up the space.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Key" type="common:SingleNCNameIDType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A reference to a dimension by its identifier.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Key ;
owl:allValuesFrom sip-sdmx-ML-common:SingleNCNameIDType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Key ;
owl:minQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:SingleNCNameIDType
] ;