ComponentMapType

Last modified by Artur K. on 2026/06/05 16:18

  

https://purl.semanticip.org/linked-data/sdmx/ML/structure/ComponentMapType page_white_text TTL
owl:Class
Component Map Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
structure
complexType

ComponentMapType defines the structure for relating a component in a source structure to a component in a target structure.

SDMXStructureStructureMappings.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ComponentMapType">
  <xs:annotation>
   <xs:documentation>ComponentMapType defines the structure for relating a component in a source structure to a component in a target structure.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
   <xs:extension base="common:AnnotableType">
    <xs:sequence>
     <xs:element name="Source" type="common:IDType" maxOccurs="unbounded" />
     <xs:element name="Target" type="common:IDType" maxOccurs="unbounded" />
     <xs:element name="RepresentationMap" type="common:RepresentationMapReferenceType" minOccurs="0" />
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>

 

rdfs:subClassOf sip-sdmx-ML-common:AnnotableType ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Source ;
    owl:allValuesFrom sip-sdmx-ML-common:IDType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Source ;
    owl:minQualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML-common:IDType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Target ;
    owl:allValuesFrom sip-sdmx-ML-common:IDType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Target ;
    owl:minQualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML-common:IDType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:RepresentationMap ;
    owl:allValuesFrom sip-sdmx-ML-common:RepresentationMapReferenceType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:RepresentationMap ;
    owl:maxQualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML-common:RepresentationMapReferenceType
] ;

© Semantic R&D Group, 2026