ClassificationSeries¶
Fully qualified class name: DDICDIModels::DDICDILibrary::Classes::Representations::ClassificationSeries
Definition¶
Ensemble of one or more statistical classifications, based on the same concept, and related to each other as versions or updates.
Examples¶
ISIC or ISCO SIC (with different published versions related to the publication year).
Explanatory notes¶
Typically, these statistical classifications have the same name.
Diagram
Attributes
Name |
Inherited from |
Description |
Data Type |
Multiplicity |
Default value |
---|---|---|---|---|---|
allowsDuplicates |
- own class - |
If value is False, the members are unique within the collection - if True, there may be duplicates. (Note that a mathematical “bag” permits duplicates and is unordered - a “set” does not have duplicates and may be ordered.) |
Boolean |
1..1 |
|
catalogDetails |
- own class - |
Bundles the information useful for a data catalog entry. Examples would be creator, contributor, title, copyright, embargo, and license information A set of information useful for attribution, data discovery, and access. This is information that is tied to the identity of the object. If this information changes the version of the associated object changes. |
0..1 |
||
context |
- own class - |
Classification series can be designed in a specific context of use. This property indicates that context, and supports the use of an external controlled vocabulary for this purpose. |
0..1 |
||
identifier |
- own class - |
Identifier for objects requiring short- or long-lasting referencing and management. |
0..1 |
||
keyword |
- own class - |
A classification series can be associated with one or a number of keywords. |
0..* |
||
name |
- own class - |
Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage. |
0..* |
||
objectsOrUnitsClassified |
- own class - |
A classification series is designed to classify a specific type of object/unit according to a specific attribute. |
0..1 |
||
purpose |
- own class - |
Intent or reason for the object/the description of the object. |
0..1 |
||
subject |
- own class - |
Scientific domains, disciplines, or areas of statistics in which the classification series is implemented. |
0..* |
Associations
Direction |
Association |
Description |
Multiplicity of ClassificationSeries |
Package of Other Class |
Other Class |
Multiplicity of other class |
Aggregation Kind |
Inherited from |
---|---|---|---|---|---|---|---|---|
from |
ClassificationSeries isOwnedBy Agent |
The statistical office or other authority, which created and maintains the statistical classification(s) related to the classification series. A classification series may have several owners. |
0..* |
0..* |
none |
- own class - |
||
from |
ClassificationSeries isDefinedBy Concept |
The conceptual basis for the collection of members. |
0..* |
0..* |
none |
- own class - |
||
to |
ClassificationFamily groups ClassificationSeries |
0..* |
- own package - |
0..1 |
none |
- own class - |
||
from |
ClassificationSeries has ClassificationPosition |
1..1 |
- own package - |
0..* |
composite |
- own class - |
||
from |
ClassificationSeries has StatisticalClassification |
0..1 |
- own package - |
0..* |
shared |
- own class - |
||
to |
ClassificationSeriesStructure structures ClassificationSeries |
0..1 |
- own package - |
0..* |
none |
- own class - |
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 ClassificationSeries (entire model as XMI)
1<packagedElement xmlns:StandardProfile="http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard"
2 xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"
3 xmlns:xmi="http://www.omg.org/spec/XMI/20131001"
4 xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries"
5 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries"
6 xmi:type="uml:Class">
7 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-ownedComment"
8 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-ownedComment"
9 xmi:type="uml:Comment">
10 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries"/>
11 <body>Definition
12============
13Ensemble of one or more statistical classifications, based on the same concept, and related to each other as versions or updates.
14
15Examples
16==========
17ISIC or ISCO
18SIC (with different published versions related to the publication year).
19
20Explanatory notes
21===================
22Typically, these statistical classifications have the same name.</body>
23 </ownedComment>
24 <name>ClassificationSeries</name>
25 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-allowsDuplicates"
26 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-allowsDuplicates"
27 xmi:type="uml:Property">
28 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-allowsDuplicates-ownedComment"
29 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-allowsDuplicates-ownedComment"
30 xmi:type="uml:Comment">
31 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-allowsDuplicates"/>
32 <body>If value is False, the members are unique within the collection - if True, there may be duplicates. (Note that a mathematical “bag” permits duplicates and is unordered - a “set” does not have duplicates and may be ordered.)</body>
33 </ownedComment>
34 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-allowsDuplicates-lowerValue"
35 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-allowsDuplicates-lowerValue"
36 xmi:type="uml:LiteralInteger">
37 <value>1</value>
38 </lowerValue>
39 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-allowsDuplicates-upperValue"
40 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-allowsDuplicates-upperValue"
41 xmi:type="uml:LiteralUnlimitedNatural">
42 <value>1</value>
43 </upperValue>
44 <name>allowsDuplicates</name>
45 <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Boolean"
46 xmi:type="uml:PrimitiveType"/>
47 </ownedAttribute>
48 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-catalogDetails"
49 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-catalogDetails"
50 xmi:type="uml:Property">
51 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-catalogDetails-ownedComment"
52 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-catalogDetails-ownedComment"
53 xmi:type="uml:Comment">
54 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-catalogDetails"/>
55 <body>Bundles the information useful for a data catalog entry.
56
57Examples would be creator, contributor, title, copyright, embargo, and license information
58
59A set of information useful for attribution, data discovery, and access.
60This is information that is tied to the identity of the object. If this information changes the version of the associated object changes.</body>
61 </ownedComment>
62 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-catalogDetails-lowerValue"
63 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-catalogDetails-lowerValue"
64 xmi:type="uml:LiteralInteger"/>
65 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-catalogDetails-upperValue"
66 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-catalogDetails-upperValue"
67 xmi:type="uml:LiteralUnlimitedNatural">
68 <value>1</value>
69 </upperValue>
70 <name>catalogDetails</name>
71 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-CatalogDetails"/>
72 </ownedAttribute>
73 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-context"
74 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-context"
75 xmi:type="uml:Property">
76 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-context-ownedComment"
77 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-context-ownedComment"
78 xmi:type="uml:Comment">
79 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-context"/>
80 <body>Classification series can be designed in a specific context of use. This property indicates that context, and supports the use of an external controlled vocabulary for this purpose.</body>
81 </ownedComment>
82 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-context-lowerValue"
83 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-context-lowerValue"
84 xmi:type="uml:LiteralInteger"/>
85 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-context-upperValue"
86 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-context-upperValue"
87 xmi:type="uml:LiteralUnlimitedNatural">
88 <value>1</value>
89 </upperValue>
90 <name>context</name>
91 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-ControlledVocabularyEntry"/>
92 </ownedAttribute>
93 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-identifier"
94 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-identifier"
95 xmi:type="uml:Property">
96 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-identifier-ownedComment"
97 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-identifier-ownedComment"
98 xmi:type="uml:Comment">
99 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-identifier"/>
100 <body>Identifier for objects requiring short- or long-lasting referencing and management.</body>
101 </ownedComment>
102 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-identifier-lowerValue"
103 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-identifier-lowerValue"
104 xmi:type="uml:LiteralInteger"/>
105 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-identifier-upperValue"
106 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-identifier-upperValue"
107 xmi:type="uml:LiteralUnlimitedNatural">
108 <value>1</value>
109 </upperValue>
110 <name>identifier</name>
111 <isID>true</isID>
112 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-Identifier"/>
113 </ownedAttribute>
114 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-keyword"
115 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-keyword"
116 xmi:type="uml:Property">
117 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-keyword-ownedComment"
118 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-keyword-ownedComment"
119 xmi:type="uml:Comment">
120 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-keyword"/>
121 <body>A classification series can be associated with one or a number of keywords.</body>
122 </ownedComment>
123 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-keyword-lowerValue"
124 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-keyword-lowerValue"
125 xmi:type="uml:LiteralInteger"/>
126 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-keyword-upperValue"
127 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-keyword-upperValue"
128 xmi:type="uml:LiteralUnlimitedNatural">
129 <value>*</value>
130 </upperValue>
131 <name>keyword</name>
132 <isOrdered>true</isOrdered>
133 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-ControlledVocabularyEntry"/>
134 </ownedAttribute>
135 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-name"
136 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-name"
137 xmi:type="uml:Property">
138 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-name-ownedComment"
139 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-name-ownedComment"
140 xmi:type="uml:Comment">
141 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-name"/>
142 <body>Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage.</body>
143 </ownedComment>
144 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-name-lowerValue"
145 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-name-lowerValue"
146 xmi:type="uml:LiteralInteger"/>
147 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-name-upperValue"
148 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-name-upperValue"
149 xmi:type="uml:LiteralUnlimitedNatural">
150 <value>*</value>
151 </upperValue>
152 <name>name</name>
153 <isOrdered>true</isOrdered>
154 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-ObjectName"/>
155 </ownedAttribute>
156 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-objectsOrUnitsClassified"
157 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-objectsOrUnitsClassified"
158 xmi:type="uml:Property">
159 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-objectsOrUnitsClassified-ownedComment"
160 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-objectsOrUnitsClassified-ownedComment"
161 xmi:type="uml:Comment">
162 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-objectsOrUnitsClassified"/>
163 <body>A classification series is designed to classify a specific type of object/unit according to a specific attribute.</body>
164 </ownedComment>
165 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-objectsOrUnitsClassified-lowerValue"
166 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-objectsOrUnitsClassified-lowerValue"
167 xmi:type="uml:LiteralInteger"/>
168 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-objectsOrUnitsClassified-upperValue"
169 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-objectsOrUnitsClassified-upperValue"
170 xmi:type="uml:LiteralUnlimitedNatural">
171 <value>1</value>
172 </upperValue>
173 <name>objectsOrUnitsClassified</name>
174 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-ControlledVocabularyEntry"/>
175 </ownedAttribute>
176 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-ownedAttribute_1"
177 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-ownedAttribute_1"
178 xmi:type="uml:Property">
179 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-ownedAttribute_1-lowerValue"
180 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-ownedAttribute_1-lowerValue"
181 xmi:type="uml:LiteralInteger"/>
182 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-ownedAttribute_1-upperValue"
183 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-ownedAttribute_1-upperValue"
184 xmi:type="uml:LiteralUnlimitedNatural">
185 <value>*</value>
186 </upperValue>
187 <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-Agents-ClassificationSeries_isOwnedBy_Agent"/>
188 <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-Agents-Agent"/>
189 </ownedAttribute>
190 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-ownedAttribute_2"
191 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-ownedAttribute_2"
192 xmi:type="uml:Property">
193 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-ownedAttribute_2-lowerValue"
194 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-ownedAttribute_2-lowerValue"
195 xmi:type="uml:LiteralInteger"/>
196 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-ownedAttribute_2-upperValue"
197 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-ownedAttribute_2-upperValue"
198 xmi:type="uml:LiteralUnlimitedNatural">
199 <value>*</value>
200 </upperValue>
201 <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-Conceptual-ClassificationSeries_isDefinedBy_Concept"/>
202 <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-Conceptual-Concept"/>
203 </ownedAttribute>
204 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-ownedAttribute_3"
205 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-ownedAttribute_3"
206 xmi:type="uml:Property">
207 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-ownedAttribute_3-lowerValue"
208 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-ownedAttribute_3-lowerValue"
209 xmi:type="uml:LiteralInteger"/>
210 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-ownedAttribute_3-upperValue"
211 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-ownedAttribute_3-upperValue"
212 xmi:type="uml:LiteralUnlimitedNatural">
213 <value>*</value>
214 </upperValue>
215 <aggregation>shared</aggregation>
216 <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries_has_StatisticalClassification"/>
217 <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-Representations-StatisticalClassification"/>
218 </ownedAttribute>
219 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-ownedAttribute_4"
220 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-ownedAttribute_4"
221 xmi:type="uml:Property">
222 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-ownedAttribute_4-lowerValue"
223 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-ownedAttribute_4-lowerValue"
224 xmi:type="uml:LiteralInteger"/>
225 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-ownedAttribute_4-upperValue"
226 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-ownedAttribute_4-upperValue"
227 xmi:type="uml:LiteralUnlimitedNatural">
228 <value>*</value>
229 </upperValue>
230 <aggregation>composite</aggregation>
231 <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries_has_ClassificationPosition"/>
232 <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationPosition"/>
233 </ownedAttribute>
234 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-purpose"
235 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-purpose"
236 xmi:type="uml:Property">
237 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-purpose-ownedComment"
238 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-purpose-ownedComment"
239 xmi:type="uml:Comment">
240 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-purpose"/>
241 <body>Intent or reason for the object/the description of the object.</body>
242 </ownedComment>
243 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-purpose-lowerValue"
244 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-purpose-lowerValue"
245 xmi:type="uml:LiteralInteger"/>
246 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-purpose-upperValue"
247 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-purpose-upperValue"
248 xmi:type="uml:LiteralUnlimitedNatural">
249 <value>1</value>
250 </upperValue>
251 <name>purpose</name>
252 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-InternationalString"/>
253 </ownedAttribute>
254 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-subject"
255 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-subject"
256 xmi:type="uml:Property">
257 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-subject-ownedComment"
258 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-subject-ownedComment"
259 xmi:type="uml:Comment">
260 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-subject"/>
261 <body>Scientific domains, disciplines, or areas of statistics in which the classification series is implemented.</body>
262 </ownedComment>
263 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-subject-lowerValue"
264 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-subject-lowerValue"
265 xmi:type="uml:LiteralInteger"/>
266 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Representations-ClassificationSeries-subject-upperValue"
267 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ClassificationSeries-subject-upperValue"
268 xmi:type="uml:LiteralUnlimitedNatural">
269 <value>*</value>
270 </upperValue>
271 <name>subject</name>
272 <isOrdered>true</isOrdered>
273 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-ControlledVocabularyEntry"/>
274 </ownedAttribute>
275</packagedElement>
Fragment for the class ClassificationSeries (entire XML Schema)
1<xs:element name="ClassificationSeries"
2 type="ClassificationSeriesXsdType"
3 xml:id="ClassificationSeries">
4 <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::Representations::ClassificationSeries -->
5 <xs:annotation>
6 <xs:documentation>Definition
7 ============
8 Ensemble of one or more statistical classifications, based on the same concept, and related to each other as versions or updates.
9
10 Examples
11 ==========
12 ISIC or ISCO
13 SIC (with different published versions related to the publication year).
14
15 Explanatory notes
16 ===================
17 Typically, these statistical classifications have the same name.</xs:documentation>
18 </xs:annotation>
19</xs:element>
20<xs:complexType name="ClassificationSeriesXsdType"
21 xml:id="ClassificationSeriesXsdType">
22 <xs:annotation>
23 <xs:documentation>Definition
24 ============
25 Ensemble of one or more statistical classifications, based on the same concept, and related to each other as versions or updates.
26
27 Examples
28 ==========
29 ISIC or ISCO
30 SIC (with different published versions related to the publication year).
31
32 Explanatory notes
33 ===================
34 Typically, these statistical classifications have the same name.</xs:documentation>
35 </xs:annotation>
36 <xs:sequence>
37 <xs:element name="allowsDuplicates"
38 type="xs:boolean"
39 minOccurs="1"
40 maxOccurs="1"
41 xml:id="ClassificationSeries-allowsDuplicates">
42 <xs:annotation>
43 <xs:documentation>If value is False, the members are unique within the collection - if True, there may be duplicates. (Note that a mathematical “bag” permits duplicates and is unordered - a “set” does not have duplicates and may be ordered.)</xs:documentation>
44 </xs:annotation>
45 </xs:element>
46 <xs:element name="catalogDetails"
47 type="CatalogDetailsXsdType"
48 minOccurs="0"
49 maxOccurs="1"
50 xml:id="ClassificationSeries-catalogDetails">
51 <xs:annotation>
52 <xs:documentation>Bundles the information useful for a data catalog entry.
53
54 Examples would be creator, contributor, title, copyright, embargo, and license information
55
56 A set of information useful for attribution, data discovery, and access.
57 This is information that is tied to the identity of the object. If this information changes the version of the associated object changes.</xs:documentation>
58 </xs:annotation>
59 </xs:element>
60 <xs:element name="context"
61 type="ControlledVocabularyEntryXsdType"
62 minOccurs="0"
63 maxOccurs="1"
64 xml:id="ClassificationSeries-context">
65 <xs:annotation>
66 <xs:documentation>Classification series can be designed in a specific context of use. This property indicates that context, and supports the use of an external controlled vocabulary for this purpose.</xs:documentation>
67 </xs:annotation>
68 </xs:element>
69 <xs:element name="identifier"
70 type="IdentifierXsdType"
71 minOccurs="0"
72 maxOccurs="1"
73 xml:id="ClassificationSeries-identifier">
74 <xs:annotation>
75 <xs:documentation>Identifier for objects requiring short- or long-lasting referencing and management.</xs:documentation>
76 </xs:annotation>
77 </xs:element>
78 <xs:element name="keyword"
79 type="ControlledVocabularyEntryXsdType"
80 minOccurs="0"
81 maxOccurs="unbounded"
82 xml:id="ClassificationSeries-keyword">
83 <xs:annotation>
84 <xs:documentation>A classification series can be associated with one or a number of keywords.</xs:documentation>
85 </xs:annotation>
86 </xs:element>
87 <xs:element name="name"
88 type="ObjectNameXsdType"
89 minOccurs="0"
90 maxOccurs="unbounded"
91 xml:id="ClassificationSeries-name">
92 <xs:annotation>
93 <xs:documentation>Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage.</xs:documentation>
94 </xs:annotation>
95 </xs:element>
96 <xs:element name="objectsOrUnitsClassified"
97 type="ControlledVocabularyEntryXsdType"
98 minOccurs="0"
99 maxOccurs="1"
100 xml:id="ClassificationSeries-objectsOrUnitsClassified">
101 <xs:annotation>
102 <xs:documentation>A classification series is designed to classify a specific type of object/unit according to a specific attribute.</xs:documentation>
103 </xs:annotation>
104 </xs:element>
105 <xs:element name="purpose"
106 type="InternationalStringXsdType"
107 minOccurs="0"
108 maxOccurs="1"
109 xml:id="ClassificationSeries-purpose">
110 <xs:annotation>
111 <xs:documentation>Intent or reason for the object/the description of the object.</xs:documentation>
112 </xs:annotation>
113 </xs:element>
114 <xs:element name="subject"
115 type="ControlledVocabularyEntryXsdType"
116 minOccurs="0"
117 maxOccurs="unbounded"
118 xml:id="ClassificationSeries-subject">
119 <xs:annotation>
120 <xs:documentation>Scientific domains, disciplines, or areas of statistics in which the classification series is implemented.</xs:documentation>
121 </xs:annotation>
122 </xs:element>
123 <xs:element name="ClassificationSeries_isOwnedBy_Agent"
124 minOccurs="0"
125 maxOccurs="unbounded"
126 xml:id="ClassificationSeries_isOwnedBy_Agent">
127 <xs:annotation>
128 <xs:documentation>The statistical office or other authority, which created and maintains the statistical classification(s) related to the classification series. A classification series may have several owners.</xs:documentation>
129 </xs:annotation>
130 <xs:complexType>
131 <xs:complexContent>
132 <xs:restriction base="AssociationReferenceXsdType">
133 <xs:sequence>
134 <xs:element name="ddiReference"
135 type="InternationalRegistrationDataIdentifierXsdType"
136 minOccurs="0"
137 maxOccurs="1"
138 xml:id="ClassificationSeries_isOwnedBy_Agent-ddiReference"/>
139 <xs:element name="validType"
140 minOccurs="0"
141 maxOccurs="unbounded"
142 xml:id="ClassificationSeries_isOwnedBy_Agent-validType">
143 <xs:simpleType>
144 <xs:restriction base="xs:NMTOKEN">
145 <xs:enumeration value="Agent"/>
146 <xs:enumeration value="Curator"/>
147 <xs:enumeration value="Individual"/>
148 <xs:enumeration value="Machine"/>
149 <xs:enumeration value="Organization"/>
150 <xs:enumeration value="ProcessingAgent"/>
151 <xs:enumeration value="Service"/>
152 </xs:restriction>
153 </xs:simpleType>
154 </xs:element>
155 </xs:sequence>
156 </xs:restriction>
157 </xs:complexContent>
158 </xs:complexType>
159 </xs:element>
160 <xs:element name="ClassificationSeries_isDefinedBy_Concept"
161 minOccurs="0"
162 maxOccurs="unbounded"
163 xml:id="ClassificationSeries_isDefinedBy_Concept">
164 <xs:annotation>
165 <xs:documentation>The conceptual basis for the collection of members.</xs:documentation>
166 </xs:annotation>
167 <xs:complexType>
168 <xs:complexContent>
169 <xs:restriction base="AssociationReferenceXsdType">
170 <xs:sequence>
171 <xs:element name="ddiReference"
172 type="InternationalRegistrationDataIdentifierXsdType"
173 minOccurs="0"
174 maxOccurs="1"
175 xml:id="ClassificationSeries_isDefinedBy_Concept-ddiReference"/>
176 <xs:element name="validType"
177 minOccurs="0"
178 maxOccurs="unbounded"
179 xml:id="ClassificationSeries_isDefinedBy_Concept-validType">
180 <xs:simpleType>
181 <xs:restriction base="xs:NMTOKEN">
182 <xs:enumeration value="Category"/>
183 <xs:enumeration value="Concept"/>
184 <xs:enumeration value="ConceptualValue"/>
185 <xs:enumeration value="ConceptualVariable"/>
186 <xs:enumeration value="DescriptorVariable"/>
187 <xs:enumeration value="DimensionalKeyDefinitionMember"/>
188 <xs:enumeration value="InstanceVariable"/>
189 <xs:enumeration value="KeyDefinitionMember"/>
190 <xs:enumeration value="Population"/>
191 <xs:enumeration value="ReferenceVariable"/>
192 <xs:enumeration value="RepresentedVariable"/>
193 <xs:enumeration value="UnitType"/>
194 <xs:enumeration value="Universe"/>
195 </xs:restriction>
196 </xs:simpleType>
197 </xs:element>
198 </xs:sequence>
199 </xs:restriction>
200 </xs:complexContent>
201 </xs:complexType>
202 </xs:element>
203 <xs:element name="ClassificationSeries_has_StatisticalClassification"
204 minOccurs="0"
205 maxOccurs="unbounded"
206 xml:id="ClassificationSeries_has_StatisticalClassification">
207 <xs:annotation>
208 <xs:documentation></xs:documentation>
209 </xs:annotation>
210 <xs:complexType>
211 <xs:complexContent>
212 <xs:restriction base="AssociationReferenceXsdType">
213 <xs:sequence>
214 <xs:element name="ddiReference"
215 type="InternationalRegistrationDataIdentifierXsdType"
216 minOccurs="0"
217 maxOccurs="1"
218 xml:id="ClassificationSeries_has_StatisticalClassification-ddiReference"/>
219 <xs:element name="validType"
220 minOccurs="0"
221 maxOccurs="1"
222 xml:id="ClassificationSeries_has_StatisticalClassification-validType">
223 <xs:simpleType>
224 <xs:restriction base="xs:NMTOKEN">
225 <xs:enumeration value="StatisticalClassification"/>
226 </xs:restriction>
227 </xs:simpleType>
228 </xs:element>
229 </xs:sequence>
230 </xs:restriction>
231 </xs:complexContent>
232 </xs:complexType>
233 </xs:element>
234 <xs:element name="ClassificationSeries_has_ClassificationPosition"
235 minOccurs="0"
236 maxOccurs="unbounded"
237 xml:id="ClassificationSeries_has_ClassificationPosition">
238 <xs:annotation>
239 <xs:documentation></xs:documentation>
240 </xs:annotation>
241 <xs:complexType>
242 <xs:complexContent>
243 <xs:restriction base="AssociationReferenceXsdType">
244 <xs:sequence>
245 <xs:element name="ddiReference"
246 type="InternationalRegistrationDataIdentifierXsdType"
247 minOccurs="0"
248 maxOccurs="1"
249 xml:id="ClassificationSeries_has_ClassificationPosition-ddiReference"/>
250 <xs:element name="validType"
251 minOccurs="1"
252 maxOccurs="1"
253 xml:id="ClassificationSeries_has_ClassificationPosition-validType">
254 <xs:simpleType>
255 <xs:restriction base="xs:NMTOKEN">
256 <xs:enumeration value="ClassificationPosition"/>
257 </xs:restriction>
258 </xs:simpleType>
259 </xs:element>
260 </xs:sequence>
261 </xs:restriction>
262 </xs:complexContent>
263 </xs:complexType>
264 </xs:element>
265 </xs:sequence>
266</xs:complexType>
Fragment for the class ClassificationSeries (main ontology)
1# class ClassificationSeries
2# based on the UML class DDICDIModels::DDICDILibrary::Classes::Representations::ClassificationSeries
3cdi:ClassificationSeries
4 a rdfs:Class, owl:Class, ucmis:Class;
5 rdfs:label "ClassificationSeries";
6 rdfs:comment "Definition\n============\nEnsemble of one or more statistical classifications, based on the same concept, and related to each other as versions or updates.\n\nExamples\n==========\nISIC or ISCO\nSIC (with different published versions related to the publication year).\n\nExplanatory notes\n===================\nTypically, these statistical classifications have the same name."@en;
7
8.
9
10cdi:ClassificationSeries-allowsDuplicates
11 a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
12 rdfs:label "allowsDuplicates";
13 rdfs:comment "If value is False, the members are unique within the collection - if True, there may be duplicates. (Note that a mathematical “bag” permits duplicates and is unordered - a “set” does not have duplicates and may be ordered.)"@en;
14 rdfs:domain cdi:ClassificationSeries;
15 rdfs:range xsd:boolean;
16.
17
18cdi:ClassificationSeries-catalogDetails
19 a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
20 rdfs:label "catalogDetails";
21 rdfs:comment "Bundles the information useful for a data catalog entry. \n\nExamples would be creator, contributor, title, copyright, embargo, and license information\n\nA set of information useful for attribution, data discovery, and access.\nThis is information that is tied to the identity of the object. If this information changes the version of the associated object changes."@en;
22 rdfs:domain cdi:ClassificationSeries;
23 rdfs:range cdi:CatalogDetails;
24.
25
26cdi:ClassificationSeries-context
27 a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
28 rdfs:label "context";
29 rdfs:comment "Classification series can be designed in a specific context of use. This property indicates that context, and supports the use of an external controlled vocabulary for this purpose."@en;
30 rdfs:domain cdi:ClassificationSeries;
31 rdfs:range cdi:ControlledVocabularyEntry;
32.
33
34cdi:ClassificationSeries-identifier
35 a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
36 rdfs:label "identifier";
37 rdfs:comment "Identifier for objects requiring short- or long-lasting referencing and management."@en;
38 rdfs:domain cdi:ClassificationSeries;
39 rdfs:range cdi:Identifier;
40.
41
42cdi:ClassificationSeries-keyword
43 a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
44 rdfs:label "keyword";
45 rdfs:comment "A classification series can be associated with one or a number of keywords."@en;
46 rdfs:domain cdi:ClassificationSeries;
47 rdfs:range cdi:ControlledVocabularyEntry;
48.
49
50cdi:ClassificationSeries-name
51 a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
52 rdfs:label "name";
53 rdfs:comment "Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage."@en;
54 rdfs:domain cdi:ClassificationSeries;
55 rdfs:range cdi:ObjectName;
56.
57
58cdi:ClassificationSeries-objectsOrUnitsClassified
59 a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
60 rdfs:label "objectsOrUnitsClassified";
61 rdfs:comment "A classification series is designed to classify a specific type of object/unit according to a specific attribute."@en;
62 rdfs:domain cdi:ClassificationSeries;
63 rdfs:range cdi:ControlledVocabularyEntry;
64.
65
66cdi:ClassificationSeries-purpose
67 a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
68 rdfs:label "purpose";
69 rdfs:comment "Intent or reason for the object/the description of the object."@en;
70 rdfs:domain cdi:ClassificationSeries;
71 rdfs:range cdi:InternationalString;
72.
73
74cdi:ClassificationSeries-subject
75 a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
76 rdfs:label "subject";
77 rdfs:comment "Scientific domains, disciplines, or areas of statistics in which the classification series is implemented."@en;
78 rdfs:domain cdi:ClassificationSeries;
79 rdfs:range cdi:ControlledVocabularyEntry;
80.
81
82
83cdi:ClassificationSeries_isOwnedBy_Agent
84 a rdf:Property, owl:ObjectProperty, ucmis:Association;
85 # ASSOCIATION
86 rdfs:label "isOwnedBy";
87 skos:altLabel "ClassificationSeries_isOwnedBy_Agent";
88 rdfs:comment "The statistical office or other authority, which created and maintains the statistical classification(s) related to the classification series. A classification series may have several owners."@en;
89 rdfs:domain cdi:ClassificationSeries;
90 rdfs:range cdi:Agent;
91.
92
93cdi:ClassificationSeries_isDefinedBy_Concept
94 a rdf:Property, owl:ObjectProperty, ucmis:Association;
95 # ASSOCIATION
96 rdfs:label "isDefinedBy";
97 skos:altLabel "ClassificationSeries_isDefinedBy_Concept";
98 rdfs:comment "The conceptual basis for the collection of members."@en;
99 rdfs:domain cdi:ClassificationSeries;
100 rdfs:range cdi:Concept;
101.
102
103cdi:ClassificationSeries_has_ClassificationPosition
104 a rdf:Property, owl:ObjectProperty, ucmis:Association;
105 # ASSOCIATION
106 rdfs:label "has";
107 skos:altLabel "ClassificationSeries_has_ClassificationPosition";
108
109 rdfs:domain cdi:ClassificationSeries;
110 rdfs:range cdi:ClassificationPosition;
111.
112
113cdi:ClassificationSeries_has_StatisticalClassification
114 a rdf:Property, owl:ObjectProperty, ucmis:Association;
115 # ASSOCIATION
116 rdfs:label "has";
117 skos:altLabel "ClassificationSeries_has_StatisticalClassification";
118
119 rdfs:domain cdi:ClassificationSeries;
120 rdfs:range cdi:StatisticalClassification;
121.
Fragment for the class ClassificationSeries (main JSON-LD)
1{
2 "@context": [
3 {
4 "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
5 "xsd": "http://www.w3.org/2001/XMLSchema#",
6 "ClassificationSeries": "cdi:ClassificationSeries",
7 "allowsDuplicates": {
8 "@id": "cdi:ClassificationSeries-allowsDuplicates",
9 "@type": "xsd:boolean"
10 },
11 "catalogDetails": {
12 "@id": "cdi:ClassificationSeries-catalogDetails",
13 "@type": "@id",
14 "@context": "CatalogDetails.jsonld"
15 },
16 "context": {
17 "@id": "cdi:ClassificationSeries-context",
18 "@type": "@id",
19 "@context": "ControlledVocabularyEntry.jsonld"
20 },
21 "identifier": {
22 "@id": "cdi:ClassificationSeries-identifier",
23 "@type": "@id",
24 "@context": "Identifier.jsonld"
25 },
26 "keyword": {
27 "@id": "cdi:ClassificationSeries-keyword",
28 "@type": "@id",
29 "@context": "ControlledVocabularyEntry.jsonld"
30 },
31 "name": {
32 "@id": "cdi:ClassificationSeries-name",
33 "@type": "@id",
34 "@context": "ObjectName.jsonld"
35 },
36 "objectsOrUnitsClassified": {
37 "@id": "cdi:ClassificationSeries-objectsOrUnitsClassified",
38 "@type": "@id",
39 "@context": "ControlledVocabularyEntry.jsonld"
40 },
41 "purpose": {
42 "@id": "cdi:ClassificationSeries-purpose",
43 "@type": "@id",
44 "@context": "InternationalString.jsonld"
45 },
46 "subject": {
47 "@id": "cdi:ClassificationSeries-subject",
48 "@type": "@id",
49 "@context": "ControlledVocabularyEntry.jsonld"
50 },
51
52 "isOwnedBy": {
53 "@id": "cdi:ClassificationSeries_isOwnedBy_Agent",
54 "@type": "@id" },
55 "isDefinedBy": {
56 "@id": "cdi:ClassificationSeries_isDefinedBy_Concept",
57 "@type": "@id" },
58 "has": {
59 "@id": "cdi:ClassificationSeries_has_ClassificationPosition",
60 "@type": "@id" },
61 "has": {
62 "@id": "cdi:ClassificationSeries_has_StatisticalClassification",
63 "@type": "@id" },
64 "groups_OF_ClassificationFamily": {
65 "@reverse": "cdi:ClassificationFamily_groups_ClassificationSeries",
66 "@type": "@id"
67 },
68 "structures_OF_ClassificationSeriesStructure": {
69 "@reverse": "cdi:ClassificationSeriesStructure_structures_ClassificationSeries",
70 "@type": "@id"
71 },
72 " comment ": "tag:json-should-support-trailing-commas"
73 }
74 ],
75 "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2024-03-16 23:40:11.",
76 "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::Representations::ClassificationSeries"
77}