- https://purl.semanticip.org/linked-data/sdmx/ML/ToVtlMappingType
TTL - owl:Class
- To Vtl Mapping Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
ToVtlMappingType defines the mapping method and filter used when mapping from SDMX to VTL.
- SDMXStructureTransformation.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ToVtlMappingType">
<xs:annotation>
<xs:documentation>ToVtlMappingType defines the mapping method and filter used when mapping from SDMX to VTL.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ToVtlSubSpace" type="SpaceKeyType" minOccurs="0">
<xs:annotation>
<xs:documentation>Identifies a sub space of the mapped dataflow that the mapping applies to. This is a collection of references to the dimensions that make up the space.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="method" type="ToVtlMappingMethodType" use="optional">
<xs:annotation>
<xs:documentation>The mapping method used when mapping from SDMX to VTL. This is typically a StandardToVtlMappingMethodType, but can be any other value to allow for non-standard methods. The implied default is Basic.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:ToVtlSubSpace ;
owl:allValuesFrom sip-sdmx-ML:SpaceKeyType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:ToVtlSubSpace ;
owl:maxQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML:SpaceKeyType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:method ;
owl:allValuesFrom sip-sdmx-ML:ToVtlMappingMethodType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:method ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML:ToVtlMappingMethodType
] ;