Changes for page 11 ItemSchemeMap
Last modified by Helena on 2025/09/10 11:19
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki.elena semanticproorg1 +xwiki:XWiki.helena - Tags
-
... ... @@ -1,1 +1,0 @@ 1 -Category|Item scheme - Content
-
... ... @@ -4,7 +4,7 @@ 4 4 5 5 == 11.1 Scope == 6 6 7 -An //ItemSchemeMap// is an abstract container to describe mapping rules between any [[item scheme>>doc:sdmx:Glossary.Item scheme.WebHome]], with the exception of Codelists and ValueLists which are mapped using the RepresentationMap. A single source //ItemScheme// is mapped to a single target //ItemScheme//. The //ItemSchemeMap// then contains the rules for how the values from the source //ItemScheme// map to the values in the target //ItemScheme//. Each source value may match a substring of the original data (using startIndex and/or endIndex) or define a pattern matching rule described by a regular expression. The target value is provided as an absolute string, although it can make use of regular expression groups to carry across values from the source string to the target string without having to explicitly state the value to carry. An example is a regular expression which states ‘match a value starting with AB followed by anything, where the //anything// is marked a capture group’, the target can state ‘take the //anything// value and postfix it with AB’ thus enabling the mapping of ABX to XAB and ABY to YAB.7 +An //ItemSchemeMap// is an abstract container to describe mapping rules between any item scheme, with the exception of Codelists and ValueLists which are mapped using the RepresentationMap. A single source //ItemScheme// is mapped to a single target //ItemScheme//. The //ItemSchemeMap// then contains the rules for how the values from the source //ItemScheme// map to the values in the target //ItemScheme//. Each source value may match a substring of the original data (using startIndex and/or endIndex) or define a pattern matching rule described by a regular expression. The target value is provided as an absolute string, although it can make use of regular expression groups to carry across values from the source string to the target string without having to explicitly state the value to carry. An example is a regular expression which states ‘match a value starting with AB followed by anything, where the //anything// is marked a capture group’, the target can state ‘take the //anything// value and postfix it with AB’ thus enabling the mapping of ABX to XAB and ABY to YAB. 8 8 9 9 The absence of an output for an input is interpreted as ‘no output value for the given source value(s)’. 10 10 ... ... @@ -25,14 +25,10 @@ 25 25 26 26 An OrganisationSchemeMap maps a source AgencyScheme, DataProviderScheme, DataConsumerScheme or OrganisationUnitScheme to a target AgencyScheme, DataProviderScheme, DataConsumerScheme or OrganisationUnitScheme. It is permissible to mix source and target types to define an equivalence between Organisations of different roles. The mapped items refer to the Organisations in the source/target schemes. 27 27 28 -A ConceptSchemeMap maps a source ConceptScheme to a target ConceptScheme. 28 +A ConceptSchemeMap maps a source ConceptScheme to a target ConceptScheme. The mapped items refer to the Concepts in the source/target schemes. 29 29 30 - The[[mapped>>doc:sdmx:Glossary.Map.WebHome]]items refer to the[[Concepts>>doc:sdmx:Glossary.Concept.WebHome]]in the source/target schemes.30 +A CategorySchemeMap maps a source CategoryScheme to a target CategoryScheme. The mapped Items refer to the Categories in the source/target schemes. 31 31 32 -A CategorySchemeMap [[maps>>doc:sdmx:Glossary.Map.WebHome]] a source CategoryScheme to a target CategoryScheme. 33 - 34 -The mapped Items refer to the [[Categories>>doc:sdmx:Glossary.Category.WebHome]] in the source/target schemes. 35 - 36 36 A ReportingTaxonomyMap maps a source ReportingTaxonomy to a target ReportingTaxonomy. The mapped Items refer to the ReportingCategory in the source/target schemes. 37 37 38 38 ==== 11.1.1.2 Definitions ==== ... ... @@ -70,5 +70,6 @@ 70 70 )))|(% style="width:542px" %)Concrete //Maintainable// subtype of //ItemSchemeMap// 71 71 |ReportingTaxonomyMap|((( 72 72 Inherits from 69 + 73 73 //ItemSchemeMap// 74 74 )))|(% style="width:542px" %)Concrete //Maintainable// subtype of //ItemSchemeMap//