QualifiedMeasure#

Fully qualified class name of the UML model DDI-CDI 1.0: DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::QualifiedMeasure

Definition#

A measure having a specific production method.

Examples#

Seasonally adjusted monthly income.

Diagram#

Diagram

Inheritance#

Inheritance
    ᐊ── Dimensional::QualifiedMeasure

Attributes#

Attributes
Attributes#

Name

Inherited from

Description

Data Type

Multiplicity

Default value

name

Components::MeasureComponent

Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage.

ObjectName

0..*

identifier

Components::DataStructureComponent

Identifier for objects requiring short- or long-lasting referencing and management.

Identifier

0..1

semantic

Components::DataStructureComponent

Qualifies the purpose or use expressed as a paired external controlled vocabulary.

PairedControlledVocabularyEntry

0..*

specialization

Components::DataStructureComponent

The role played by the component for the data set for purposes of harmonization and integration, typically regarding geography, time, etc.

SpecializationRole

0..1

Associations#

Associations
Associations#

Direction

Association

Description

Multiplicity of QualifiedMeasure

Package of Other Class

Other Class

Multiplicity of other class

Aggregation Kind

Inherited from

to

QualifiedMeasure refines MeasureComponent

0..1

- own package -

QualifiedMeasure

0..*

none

Components::MeasureComponent

from

DataStructureComponent isDefinedBy RepresentedVariable

Data structure component is defined by zero to one represented variable.

0..*

Conceptual

RepresentedVariable

0..1

none

Components::DataStructureComponent

to

DataPoint correspondsTo DataStructureComponent

0..*

DataDescription

DataPoint

0..*

none

Components::DataStructureComponent

to

DataStructure has DataStructureComponent

0..*

DataDescription

DataStructure

0..1

none

Components::DataStructureComponent

to

KeyMember isBasedOn DataStructureComponent

0..*

DataDescription

KeyMember

0..*

none

Components::DataStructureComponent

to

AttributeComponent qualifies DataStructureComponent

0..*

Components

AttributeComponent

0..*

none

Components::DataStructureComponent

to

ComponentPosition indexes DataStructureComponent

0..1

Components

ComponentPosition

0..*

none

Components::DataStructureComponent

to

ForeignKeyComponent correspondsTo DataStructureComponent

1..1

Components

ForeignKeyComponent

0..1

none

Components::DataStructureComponent

to

PrimaryKeyComponent correspondsTo DataStructureComponent

1..1

Components

PrimaryKeyComponent

0..1

none

Components::DataStructureComponent

from

QualifiedMeasure refines MeasureComponent

0..*

Components

MeasureComponent

0..1

none

own class

to

ScopedMeasure restricts QualifiedMeasure

A scoped measure resticts a qualified measure to a particular cell.

0..1

- own package -

ScopedMeasure

0..*

none

own class

Encodings#

Syntax representations / encodings

All syntax representations except the Canonical XMI are provided as reference points for specific implementations, or for use as defaults if sufficient in the form presented.

Fragment for the class QualifiedMeasure (entire model as XMI)

 1<packagedElement xmlns:StandardProfile="http://www.omg.org/spec/UML/20131001/StandardProfile"
 2                  xmlns:uml="http://www.omg.org/spec/UML/20131001"
 3                  xmlns:xmi="http://www.omg.org/spec/XMI/20131001"
 4                  xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-QualifiedMeasure"
 5                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#QualifiedMeasure"
 6                  xmi:type="uml:Class">
 7   <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-QualifiedMeasure-ownedComment"
 8                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#QualifiedMeasure-ownedComment"
 9                  xmi:type="uml:Comment">
10      <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-QualifiedMeasure"/>
11      <body>Definition
12============
13A measure having a specific production method. 
14
15Examples
16==========
17Seasonally adjusted monthly income.</body>
18   </ownedComment>
19   <name>QualifiedMeasure</name>
20   <generalization xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-QualifiedMeasure-generalization"
21                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#QualifiedMeasure-generalization"
22                    xmi:type="uml:Generalization">
23      <general xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-MeasureComponent"/>
24   </generalization>
25   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-QualifiedMeasure-ownedAttribute"
26                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#QualifiedMeasure-ownedAttribute"
27                    xmi:type="uml:Property">
28      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-QualifiedMeasure-ownedAttribute-lowerValue"
29                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#QualifiedMeasure-ownedAttribute-lowerValue"
30                   xmi:type="uml:LiteralInteger"/>
31      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-QualifiedMeasure-ownedAttribute-upperValue"
32                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#QualifiedMeasure-ownedAttribute-upperValue"
33                   xmi:type="uml:LiteralUnlimitedNatural">
34         <value>1</value>
35      </upperValue>
36      <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-QualifiedMeasure_refines_MeasureComponent"/>
37      <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-MeasureComponent"/>
38   </ownedAttribute>
39</packagedElement>

Fragment for the class QualifiedMeasure (entire XML Schema)

 1<xs:element name="QualifiedMeasure"
 2            type="QualifiedMeasureXsdType"
 3            xml:id="QualifiedMeasure">
 4  <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::QualifiedMeasure -->
 5  <xs:annotation>
 6    <xs:documentation>Definition
 7          ============
 8          A measure having a specific production method. 
 9          
10          Examples
11          ==========
12          Seasonally adjusted monthly income.</xs:documentation>
13  </xs:annotation>
14</xs:element>
15<xs:complexType name="QualifiedMeasureXsdType"
16                xml:id="QualifiedMeasureXsdType">
17  <xs:annotation>
18    <xs:documentation>Definition
19          ============
20          A measure having a specific production method. 
21          
22          Examples
23          ==========
24          Seasonally adjusted monthly income.</xs:documentation>
25  </xs:annotation>
26  <xs:complexContent>
27    <xs:extension base="MeasureComponentXsdType">
28      <xs:sequence>
29        <xs:element name="QualifiedMeasure_refines_MeasureComponent"
30                    minOccurs="0"
31                    maxOccurs="1"
32                    xml:id="QualifiedMeasure_refines_MeasureComponent">
33          <xs:annotation>
34            <xs:documentation></xs:documentation>
35          </xs:annotation>
36          <xs:complexType>
37            <xs:complexContent>
38              <xs:restriction base="AssociationReferenceXsdType">
39                <xs:sequence>
40                  <xs:element name="ddiReference"
41                              type="InternationalRegistrationDataIdentifierXsdType"
42                              minOccurs="0"
43                              maxOccurs="1"
44                              xml:id="QualifiedMeasure_refines_MeasureComponent-ddiReference"/>
45                  <xs:element name="validType"
46                              minOccurs="0"
47                              maxOccurs="unbounded"
48                              xml:id="QualifiedMeasure_refines_MeasureComponent-validType">
49                    <xs:simpleType>
50                      <xs:restriction base="xs:NMTOKEN">
51                        <xs:enumeration value="MeasureComponent"/>
52                        <xs:enumeration value="QualifiedMeasure"/>
53                      </xs:restriction>
54                    </xs:simpleType>
55                  </xs:element>
56                </xs:sequence>
57              </xs:restriction>
58            </xs:complexContent>
59          </xs:complexType>
60        </xs:element>
61      </xs:sequence>
62    </xs:extension>
63  </xs:complexContent>
64</xs:complexType>

Fragment for the class QualifiedMeasure (entire JSON Schema)

  1"cls-QualifiedMeasure": {
  2  "description": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/QualifiedMeasure",
  3  "type": "object",
  4  "properties": {
  5    "@context": {
  6      "$ref": "#/defs/at-context"
  7    },
  8    "@id": {
  9      "type": "string",
 10      "format": "iri-reference"
 11    },
 12    "@type": {
 13      "const": "QualifiedMeasure"
 14    },
 15    "name": {
 16      "$comment": "cardinality 0..-1 – from cdi:MeasureComponent",
 17      "if": { "type": "array" },
 18      "then": { "items": { "$ref": "#/defs/dt-ObjectName" } },
 19      "else": { "$ref": "#/defs/dt-ObjectName" }
 20    },
 21    "identifier": {
 22      "$comment": "cardinality 0..1 – from cdi:DataStructureComponent",
 23      "$ref": "#/defs/dt-Identifier"
 24    },
 25    "semantic": {
 26      "$comment": "cardinality 0..-1 – from cdi:DataStructureComponent",
 27      "if": { "type": "array" },
 28      "then": { "items": { "$ref": "#/defs/dt-PairedControlledVocabularyEntry" } },
 29      "else": { "$ref": "#/defs/dt-PairedControlledVocabularyEntry" }
 30    },
 31    "specialization": {
 32      "$comment": "cardinality 0..1 – from cdi:DataStructureComponent",
 33      "$ref": "#/defs/dt-SpecializationRole"
 34    },
 35    "refines": {
 36      "description": "QualifiedMeasure_refines_MeasureComponent",
 37      "$comment": "cardinality 0..1",
 38       "$ref": "#/defs/target-MeasureComponent"
 39    },
 40    "isDefinedBy_RepresentedVariable": {
 41      "description": "DataStructureComponent_isDefinedBy_RepresentedVariable",
 42      "$comment": "cardinality 0..1",
 43       "$ref": "#/defs/target-RepresentedVariable"
 44    },
 45    "restricts_OF_ScopedMeasure": {
 46      "description": "ScopedMeasure_restricts_QualifiedMeasure",
 47      "$comment": "cardinality 0..-1",
 48      "anyOf": [
 49        {
 50          "$ref": "#/defs/target-ScopedMeasure"
 51        },
 52        {
 53          "type": "array",
 54          "items": {
 55            "$ref": "#/defs/target-ScopedMeasure"
 56          }
 57        }
 58      ]
 59    },
 60    "refines_OF_QualifiedMeasure": {
 61      "description": "QualifiedMeasure_refines_MeasureComponent",
 62      "$comment": "cardinality 0..-1",
 63      "anyOf": [
 64        {
 65          "$ref": "#/defs/target-QualifiedMeasure"
 66        },
 67        {
 68          "type": "array",
 69          "items": {
 70            "$ref": "#/defs/target-QualifiedMeasure"
 71          }
 72        }
 73      ]
 74    },
 75    "correspondsTo_DataStructureComponent_OF_DataPoint": {
 76      "description": "DataPoint_correspondsTo_DataStructureComponent",
 77      "$comment": "cardinality 0..-1",
 78      "anyOf": [
 79        {
 80          "$ref": "#/defs/target-DataPoint"
 81        },
 82        {
 83          "type": "array",
 84          "items": {
 85            "$ref": "#/defs/target-DataPoint"
 86          }
 87        }
 88      ]
 89    },
 90    "has_DataStructureComponent_OF_DataStructure": {
 91      "description": "DataStructure_has_DataStructureComponent",
 92      "$comment": "cardinality 0..1",
 93      "$ref": "#/defs/target-DataStructure"
 94    },
 95    "isBasedOn_OF_KeyMember": {
 96      "description": "KeyMember_isBasedOn_DataStructureComponent",
 97      "$comment": "cardinality 0..-1",
 98      "anyOf": [
 99        {
100          "$ref": "#/defs/target-KeyMember"
101        },
102        {
103          "type": "array",
104          "items": {
105            "$ref": "#/defs/target-KeyMember"
106          }
107        }
108      ]
109    },
110    "qualifies_OF_AttributeComponent": {
111      "description": "AttributeComponent_qualifies_DataStructureComponent",
112      "$comment": "cardinality 0..-1",
113      "anyOf": [
114        {
115          "$ref": "#/defs/target-AttributeComponent"
116        },
117        {
118          "type": "array",
119          "items": {
120            "$ref": "#/defs/target-AttributeComponent"
121          }
122        }
123      ]
124    },
125    "indexes_OF_ComponentPosition": {
126      "description": "ComponentPosition_indexes_DataStructureComponent",
127      "$comment": "cardinality 0..-1",
128      "anyOf": [
129        {
130          "$ref": "#/defs/target-ComponentPosition"
131        },
132        {
133          "type": "array",
134          "items": {
135            "$ref": "#/defs/target-ComponentPosition"
136          }
137        }
138      ]
139    },
140    "correspondsTo_DataStructureComponent_OF_ForeignKeyComponent": {
141      "description": "ForeignKeyComponent_correspondsTo_DataStructureComponent",
142      "$comment": "cardinality 0..1",
143      "$ref": "#/defs/target-ForeignKeyComponent"
144    },
145    "correspondsTo_DataStructureComponent_OF_PrimaryKeyComponent": {
146      "description": "PrimaryKeyComponent_correspondsTo_DataStructureComponent",
147      "$comment": "cardinality 0..1",
148      "$ref": "#/defs/target-PrimaryKeyComponent"
149    },
150    "sameAs": {
151      "$ref": "#/defs/owl:sameAs"
152    }
153  },
154  "required": ["@type"],
155  "additionalProperties": false
156},
157"target-QualifiedMeasure": {
158  "description": "all subclasses of http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/QualifiedMeasure",
159  "anyOf": [
160    { "$ref": "#/defs/cls-QualifiedMeasure" },
161    { "type": "string", "format": "iri-reference" }
162  ]
163},

Fragment for the class QualifiedMeasure (main ontology)

 1# class QualifiedMeasure
 2# based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::QualifiedMeasure
 3cdi:QualifiedMeasure
 4  a rdfs:Class, owl:Class, ucmis:Class;
 5  rdfs:label "QualifiedMeasure";
 6  rdfs:comment "Definition\n============\nA measure having a specific production method. \n\nExamples\n==========\nSeasonally adjusted monthly income."@en;
 7  rdfs:subClassOf cdi:MeasureComponent;
 8.
 9
10
11cdi:QualifiedMeasure_refines_MeasureComponent
12  a rdf:Property, owl:ObjectProperty, ucmis:Association;
13  # ASSOCIATION
14  rdfs:label "refines";
15  skos:altLabel "QualifiedMeasure_refines_MeasureComponent";
16  
17  rdfs:domain cdi:QualifiedMeasure;
18  rdfs:range cdi:MeasureComponent;
19.

Fragment for the class QualifiedMeasure (entire JSON-LD)

 1{
 2  "@context": [
 3    "MeasureComponent.jsonld",
 4    {
 5      "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
 6      "xsd": "http://www.w3.org/2001/XMLSchema#",
 7
 8      
 9      "refines": {
10        "@id": "cdi:QualifiedMeasure_refines_MeasureComponent",
11        "@type": "@id",
12        "@context": "MeasureComponent.jsonld"
13      },
14      "restricts_OF_ScopedMeasure": {
15        "@reverse": "cdi:ScopedMeasure_restricts_QualifiedMeasure",
16        "@type": "@id",
17        "@context": "ScopedMeasure.jsonld"
18      },
19      " comment ": "tag:json-should-support-trailing-commas"
20    }
21  ],
22  "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2025-08-29 14:34:50.",
23  "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::QualifiedMeasure"
24}

Fragment for the class QualifiedMeasure (entire SHACL - Shapes Constraint Language)

 1# class QualifiedMeasure
 2# based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::QualifiedMeasure
 3<#QualifiedMeasure> a sh:NodeShape;
 4    sh:targetClass cdi:QualifiedMeasure;
 5	sh:message "See http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/QualifiedMeasure";
 6	sh:closed true;
 7	sh:ignoredProperties ( owl:sameAs );
 8    sh:property [
 9			sh:path rdf:type;
10			sh:in (   cdi:QualifiedMeasure
11			 ) ;
12    ];
13    # attributes
14    # associations from QualifiedMeasure
15    sh:property <#QualifiedMeasure_refines_MeasureComponent>;
16    # associations to QualifiedMeasure
17    sh:property <#rev_ScopedMeasure_restricts_QualifiedMeasure>;
18
19    # ---- superclass: MeasureComponent
20    # attributes
21    sh:property <#MeasureComponent-name>;
22    # associations from MeasureComponent
23    # associations to MeasureComponent
24    sh:property <#rev_QualifiedMeasure_refines_MeasureComponent>;
25
26    # ---- superclass: DataStructureComponent
27    # attributes
28    sh:property <#DataStructureComponent-identifier>;
29    sh:property <#DataStructureComponent-semantic>;
30    sh:property <#DataStructureComponent-specialization>;
31    # associations from DataStructureComponent
32    sh:property <#DataStructureComponent_isDefinedBy_RepresentedVariable>;
33    # associations to DataStructureComponent
34    sh:property <#rev_DataPoint_correspondsTo_DataStructureComponent>;
35    sh:property <#rev_DataStructure_has_DataStructureComponent>;
36    sh:property <#rev_KeyMember_isBasedOn_DataStructureComponent>;
37    sh:property <#rev_AttributeComponent_qualifies_DataStructureComponent>;
38    sh:property <#rev_ComponentPosition_indexes_DataStructureComponent>;
39    sh:property <#rev_ForeignKeyComponent_correspondsTo_DataStructureComponent>;
40    sh:property <#rev_PrimaryKeyComponent_correspondsTo_DataStructureComponent>;
41
42
43
44
45
46
47
48.
49
50
51<#QualifiedMeasure_refines_MeasureComponent> a sh:PropertyShape ;
52    sh:path cdi:QualifiedMeasure_refines_MeasureComponent;
53	sh:node [ sh:property [ sh:path rdf:type; sh:minCount 1; sh:in (
54        cdi:MeasureComponent
55        cdi:QualifiedMeasure
56      
57    ) ]];
58    sh:maxCount 1;
59.
60<#rev_QualifiedMeasure_refines_MeasureComponent> a sh:PropertyShape ;
61    sh:path [ sh:inversePath cdi:QualifiedMeasure_refines_MeasureComponent ];
62.

Fragment for the class QualifiedMeasure (entire ShEx - Shape Expressions)

1# class QualifiedMeasure
2# based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::QualifiedMeasure
3cdi:QualifiedMeasureShape CLOSED {
4	a [cdi:QualifiedMeasure];
5	cdi:QualifiedMeasure_refines_MeasureComponent	@cdi:MeasureComponentShape OR @cdi:QualifiedMeasureShape?;
6	
7	^cdi:ScopedMeasure_restricts_QualifiedMeasure @cdi:ScopedMeasureShape *;
8		&cdi:MeasureComponentProperties;
9	}