ConceptSchemeMapsType

Version 18.1 by Artur K. on 2026/05/27 11:07

  

https://purl.semanticip.org/linked-data/sdmx/ML/ConceptSchemeMapsType page_white_text TTL
owl:Class
Concept Scheme Maps Type
complexType

ConceptSchemeMapsType describes the structure of the concept scheme maps container. It contains one or more concept scheme map, which can be explicitly detailed or referenced from an external structure document or registry service.

SDMXStructure.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ConceptSchemeMapsType">
  <xs:annotation>
   <xs:documentation>ConceptSchemeMapsType describes the structure of the concept scheme maps container. It contains one or more concept scheme map, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="ConceptSchemeMap" type="ConceptSchemeMapType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>ConceptSchemeMap provides the details of a concept scheme map, which describes mappings between concepts in different schemes.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:ConceptSchemeMap ;
    owl:allValuesFrom sip-sdmx-ML:ConceptSchemeMapType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:ConceptSchemeMap ;
    owl:minQualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML:ConceptSchemeMapType
] ;

© Semantic R&D Group, 2026