-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcdi4pan.owl
430 lines (262 loc) · 29.2 KB
/
cdi4pan.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.purl.org/cdi4pan/cdi4pan.owl#"
xml:base="http://www.purl.org/cdi4pan/cdi4pan.owl"
xmlns:dce="http://purl.org/dc/elements/1.1/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:dcterms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="http://www.purl.org/cdi4pan/cdi4pan.owl">
<owl:versionIRI rdf:resource="http://www.purl.org/cdi4pan/cdpn/releases/2024-11-06/cdi4pan.owl"/>
<dcterms:description>None</dcterms:description>
<dcterms:license rdf:resource="https://creativecommons.org/licenses/CC0"/>
<dcterms:title>CDI for PaN data</dcterms:title>
<owl:versionInfo>2024-11-06</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description">
<rdfs:label>description</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/terms/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license">
<rdfs:label>license</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/terms/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title">
<rdfs:label>title</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2004/02/skos/core#altLabel -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#altLabel"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Concept_uses_Concept -->
<owl:ObjectProperty rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Concept_uses_Concept">
<rdfs:domain rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Concept"/>
<rdfs:range rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Concept"/>
<rdfs:comment xml:lang="en">The uses association is intended to describe specific relationships between Concepts and several of its sub-classes. This is documented in section VII.D.5 of the "DDI-Cross Domain Integration: Detailed Model" document.</rdfs:comment>
<rdfs:label>uses</rdfs:label>
<skos:altLabel>Concept_uses_Concept</skos:altLabel>
</owl:ObjectProperty>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ConceptualVariable-unitOfMeasureKind -->
<owl:ObjectProperty rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ConceptualVariable-unitOfMeasureKind">
<rdfs:domain rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ConceptualVariable"/>
<rdfs:range rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ControlledVocabularyEntry"/>
<rdfs:comment xml:lang="en">Kind of unit of measure, so that it may be prone to translation to equivalent UOMs. Example values include "acceleration," "temperature," "salinity", etc. This description exists at the conceptual level, indicating a limitation on the type of representations which may be used for the variable as it is made more concrete.</rdfs:comment>
<rdfs:label>unitOfMeasureKind</rdfs:label>
</owl:ObjectProperty>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ConceptualVariable_measures_UnitType -->
<owl:ObjectProperty rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ConceptualVariable_measures_UnitType">
<rdfs:domain rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ConceptualVariable"/>
<rdfs:range rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/UnitType"/>
<rdfs:comment xml:lang="en">The measures association is intended to describe specific relationships between the ConceptualVariable and UnitType classes, and similar relationships between their sub-classes. This is documented in section VII.D.5 of the "DDI-Cross Domain Integration: Detailed Model" document.</rdfs:comment>
<rdfs:label>measures</rdfs:label>
<skos:altLabel>ConceptualVariable_measures_UnitType</skos:altLabel>
</owl:ObjectProperty>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataSet_isStructuredBy_DataStructure -->
<owl:ObjectProperty rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataSet_isStructuredBy_DataStructure">
<rdfs:domain rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataSet"/>
<rdfs:range rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructure"/>
<rdfs:label>isStructuredBy</rdfs:label>
<skos:altLabel>DataSet_isStructuredBy_DataStructure</skos:altLabel>
</owl:ObjectProperty>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructureComponent-identifier -->
<owl:ObjectProperty rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructureComponent-identifier">
<rdfs:domain rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructureComponent"/>
<rdfs:range rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Identifier"/>
<rdfs:comment xml:lang="en">Identifier for objects requiring short- or long-lasting referencing and management.</rdfs:comment>
<rdfs:label>identifier</rdfs:label>
</owl:ObjectProperty>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructureComponent_isDefinedBy_RepresentedVariable -->
<owl:ObjectProperty rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructureComponent_isDefinedBy_RepresentedVariable">
<rdfs:domain rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructureComponent"/>
<rdfs:range rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/RepresentedVariable"/>
<rdfs:comment xml:lang="en">Data structure component is defined by zero to one represented variable.</rdfs:comment>
<rdfs:label>isDefinedBy</rdfs:label>
<skos:altLabel>DataStructureComponent_isDefinedBy_RepresentedVariable</skos:altLabel>
</owl:ObjectProperty>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructure_has_DataStructureComponent -->
<owl:ObjectProperty rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructure_has_DataStructureComponent">
<rdfs:domain rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructure"/>
<rdfs:range rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructureComponent"/>
<rdfs:label>has</rdfs:label>
<skos:altLabel>DataStructure_has_DataStructureComponent</skos:altLabel>
</owl:ObjectProperty>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructure_has_ForeignKey -->
<owl:ObjectProperty rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructure_has_ForeignKey">
<rdfs:domain rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructure"/>
<rdfs:range rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ForeignKey"/>
<rdfs:label>has</rdfs:label>
<skos:altLabel>DataStructure_has_ForeignKey</skos:altLabel>
</owl:ObjectProperty>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ForeignKey-identifier -->
<owl:ObjectProperty rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ForeignKey-identifier">
<rdfs:domain rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ForeignKey"/>
<rdfs:range rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Identifier"/>
<rdfs:comment xml:lang="en">Identifier for objects requiring short- or long-lasting referencing and management.</rdfs:comment>
<rdfs:label>identifier</rdfs:label>
</owl:ObjectProperty>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ForeignKeyComponent_correspondsTo_DataStructureComponent -->
<owl:ObjectProperty rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ForeignKeyComponent_correspondsTo_DataStructureComponent">
<rdfs:domain rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ForeignKeyComponent"/>
<rdfs:range rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructureComponent"/>
<rdfs:label>correspondsTo</rdfs:label>
<skos:altLabel>ForeignKeyComponent_correspondsTo_DataStructureComponent</skos:altLabel>
</owl:ObjectProperty>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ForeignKeyComponent_references_PrimaryKeyComponent -->
<owl:ObjectProperty rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ForeignKeyComponent_references_PrimaryKeyComponent">
<rdfs:domain rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ForeignKeyComponent"/>
<rdfs:range rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/PrimaryKeyComponent"/>
<rdfs:label>references</rdfs:label>
<skos:altLabel>ForeignKeyComponent_references_PrimaryKeyComponent</skos:altLabel>
</owl:ObjectProperty>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/PrimaryKeyComponent-identifier -->
<owl:ObjectProperty rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/PrimaryKeyComponent-identifier">
<rdfs:domain rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/PrimaryKeyComponent"/>
<rdfs:range rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Identifier"/>
<rdfs:comment xml:lang="en">Identifier for objects requiring short- or long-lasting referencing and management.</rdfs:comment>
<rdfs:label>identifier</rdfs:label>
</owl:ObjectProperty>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Unit_has_UnitType -->
<owl:ObjectProperty rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Unit_has_UnitType">
<rdfs:domain rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Unit"/>
<rdfs:range rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/UnitType"/>
<rdfs:comment xml:lang="en">The unit type of the unit.</rdfs:comment>
<rdfs:label>has</rdfs:label>
<skos:altLabel>Unit_has_UnitType</skos:altLabel>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/RepresentedVariable-simpleUnitOfMeasure -->
<owl:DatatypeProperty rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/RepresentedVariable-simpleUnitOfMeasure">
<rdfs:domain rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/RepresentedVariable"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">The unit in which the data values are measured (kg, pound, euro), expressed as a simple string, in cases where no additional information is available (in the legacy system) or needed (as in the case of broad agreement within the community of use [i.e., ISO country codes, currencies, etc. in SDMX])</rdfs:comment>
<rdfs:label>simpleUnitOfMeasure</rdfs:label>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Concept -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Concept">
<rdfs:comment xml:lang="en">Definition n============ nUnit of thought differentiated by characteristics (from the Generic Statistical Information Model version 1.2: https://statswiki.unece.org/display/clickablegsim/Concept). nnExamples n========== nVelocity, Distance, Poverty, Income, Household Relationship, Family, Gender, Business Establishment, Satisfaction, Mass, Air Quality, etc.nnnExplanatory notes n=================== nMany DDI-CDI classes are subtypes of the concept class including category, universe, unit type, conceptual variable.</rdfs:comment>
<rdfs:label>Concept</rdfs:label>
</owl:Class>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ConceptualVariable -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ConceptualVariable">
<rdfs:subClassOf rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Concept"/>
<rdfs:comment xml:lang="en">Definition n============ nA variable at the highest level of abstraction.n nExamples n========== nA gender variable defining two categories – "male" and "female" allowing relating each of these to concepts having description of how these categories are decided.nnExplanatory notes n=================== nThe conceptual variable allows for describing the domain of concepts it can take on as well as the type of unit that can be measured. A conceptual variable for blood pressure might, for example describe the conditions under which the pressure is to be taken (sitting as opposed to standing) and a conceptual value domain as height of mercury – without units. One represented variable would further refine this by specifying inches as the unit of measurement for the height. Another might specify that the height be represented in centimeters. Both represented variables could reference the same conceptual variable to indicate in what way they are comparable.</rdfs:comment>
<rdfs:label>ConceptualVariable</rdfs:label>
</owl:Class>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ControlledVocabularyEntry -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ControlledVocabularyEntry"/>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataSet -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataSet">
<rdfs:comment xml:lang="en">Definition n============ nOrganized collection of data based on keys.</rdfs:comment>
<rdfs:label>DataSet</rdfs:label>
</owl:Class>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructure -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructure">
<rdfs:subClassOf rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructureComponent"/>
<rdfs:comment xml:lang="en">Definition n============nData organization based on reusable data structure components.</rdfs:comment>
<rdfs:label>DataStructure</rdfs:label>
</owl:Class>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructureComponent -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructureComponent">
<rdfs:comment xml:lang="en">Definition n============ nRole given to a represented variable in the context of a data structure. nnExplanatory notes n=================== nA represented variable can have different roles in different data structures. For instance, the variable sex can be a measure in a wide data structure and a dimension in a dimensional data structure.</rdfs:comment>
<rdfs:label>DataStructureComponent</rdfs:label>
</owl:Class>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ForeignKey -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ForeignKey">
<rdfs:comment xml:lang="en">Definitionn============nRole of a set of data structure components for content referencing purposesnnExplanatory notesn===================nEquivalent to foreign key in the relational model.nIt can be used in conjunction with primary key to link data structures and their related data sets.</rdfs:comment>
<rdfs:label>ForeignKey</rdfs:label>
</owl:Class>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ForeignKeyComponent -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ForeignKeyComponent">
<rdfs:comment xml:lang="en">Definitionn============nRole of a data structure component for content referencing purposesnnExplanatory notesn===================nEquivalent to a foreign key attribute (i.e. column) in the relational model.nIt can be used in conjunction with a primary key component to link data structures and their related data sets.</rdfs:comment>
<rdfs:label>ForeignKeyComponent</rdfs:label>
</owl:Class>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Identifier -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Identifier"/>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/InstanceVariable -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/InstanceVariable">
<rdfs:subClassOf rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/RepresentedVariable"/>
<rdfs:comment xml:lang="en">Definitionn==========nUse of a represented variable within a data set. nnExamplesn======== n1. Gender: Dan Gillman has gender <m, male>, Arofan Gregory has gender <m, male>, etc.n2. Number of employees: Microsoft has 90,000 employees; IBM has 433,000 employees, etc.n3. Endowment: Johns Hopkins has endowment of <3, $1,000,000 and above>, Yale has endowment of <3, $1,000,000 and above>, etc.n4. A tornado near Winterset, Iowa, had a peak wind speed of 170 mph. Two instance variables of a person's height reference the same represented variable. This indicates that they are intended to: be measured with the same unit of measurement, have the same intended data type, have the same substantive value domain, use a sentinel value domain drawn from the same set of sentinel value domains, have the same sentinel (missing value) concepts, and draw their population from the same universe. In other words, the two instance variables should be comparable.nnExplanatory notesn================= nThe instance variable class inherits all of the properties and relationships of the represented variable class and, in turn, the conceptual variable class. This means that an instance variable can be completely populated without the need to create an associated represented variable or conceptual variable. If, however, a user wishes to indicate that a particular instance variable is patterned after a particular represented variable or a particular conceptual variable that may be indicated by including a relationship to the represented variable and/or conceptual variable. Including these references is an important method of indicating that multiple instance variables have the same representation, measure the same concept, and are drawn from the same universe. If two instance variables of a person's height reference the same represented variable. This indicates that they are intended to: be measured with the same unit of measurement, have the same intended data type, have the same substantive value domain, use a sentinel value domain drawn from the same set of sentinel value domains, have the same sentinel (missing value) concepts, and draw their population from the same universe. In other words, the two instance variables should be comparable. The instance variable describes actual instances of data that have been collected.</rdfs:comment>
<rdfs:label>InstanceVariable</rdfs:label>
</owl:Class>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Key -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Key">
<rdfs:comment xml:lang="en">Definition n============ nCollection of data instances that uniquely identify a collection of data points in a dataset.</rdfs:comment>
<rdfs:label>Key</rdfs:label>
</owl:Class>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/KeyValueStructure -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/KeyValueStructure">
<rdfs:subClassOf rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructure"/>
<rdfs:comment xml:lang="en">Definitionn============nStructure of a key-value datastore (organized collection of key-value data). It is described by identifier, contextual, synthetic id, dimension, variable descriptor and variable value components.nnExamplesn==========nThe structure described by [Income distribution, Unit id, Period, Income] where Income distribution is the contextual component, Unit id identifies a statistical unit, period is a effective period and Income is the variable of interest.</rdfs:comment>
<rdfs:label>KeyValueStructure</rdfs:label>
</owl:Class>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/LongDataSet -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/LongDataSet">
<rdfs:subClassOf rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataSet"/>
<rdfs:comment xml:lang="en">Definitionn============nOrganized collection of long data. It is structured by a long data structure.nnExamplesn==========nA unit dataset where each row corresponds to a set of data points capturing different characteristics of a unit, some of which can be transposed into variable descriptor and variable value components.</rdfs:comment>
<rdfs:label>LongDataSet</rdfs:label>
</owl:Class>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/LongDataStructure -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/LongDataStructure">
<rdfs:subClassOf rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DataStructure"/>
<rdfs:comment xml:lang="en">Definitionn============nStructure of a long dataset (organized collection of long data). It is described by identifier, measure, attribute, variable descriptor and variable value components.nnExamplesn==========nThe structure described by [Unit id, Income, Province, Variable name, Variable value] where Unit id identifies a statistical unit, Income and Province are two instance variables capturing characteristics, and other instance variables are represented by Variable name (a variable descriptor component) and Variable Value (a variable value component).</rdfs:comment>
<rdfs:label>LongDataStructure</rdfs:label>
</owl:Class>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/LongKey -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/LongKey">
<rdfs:subClassOf rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Key"/>
<rdfs:comment xml:lang="en">Definitionn============nCollection of data instances that uniquely identify a collection of data points in a long dataset.nnExamplesn==========nCollection containing the single "K1Z1C1" string in a long dataset where rows are identified by postal code representations.</rdfs:comment>
<rdfs:label>LongKey</rdfs:label>
</owl:Class>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/PrimaryKeyComponent -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/PrimaryKeyComponent">
<rdfs:comment xml:lang="en">Definitionn============nRole of a data structure component for content identification purposesnnExplanatory notesn===================nEquivalent to a primary key attribute (i.e. column) in the relational model.nIt can be used in conjunction with a foreign key component to link data structures and their related datasets.</rdfs:comment>
<rdfs:label>PrimaryKeyComponent</rdfs:label>
</owl:Class>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/RepresentedVariable -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/RepresentedVariable">
<rdfs:subClassOf rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/ConceptualVariable"/>
<rdfs:comment xml:lang="en">Definition n========== nConceptual variable with a substantive value domain specified. nnExamples n========== nThe pair (Number of Employees, Integer), where "Number of Employees" is the characteristic of the population (variable) and "Integer" is how that measure will be represented (value domain). nnExplanatory notes n=================== nExtends from conceptual variable and can contain all descriptive fields without creating a conceptual variable. By referencing a conceptual variable it can indicate a common relationship with represented variables expressing the same characteristic of a universe measured in another way, such as Age of Persons in hours rather than years. Represented variable constrains the coverage of the unit type to a specific universe. In the above case the universe with the measurement of Age in hours may be constrained to Persons under 5 days (120 hours old). Represented variable can define sentinel values for multiple storage systems which have the same conceptual domain but specialized value domains.</rdfs:comment>
<rdfs:label>RepresentedVariable</rdfs:label>
</owl:Class>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Unit -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Unit">
<rdfs:comment xml:lang="en">Definitionn==========nIndividual object of interest for some statistical activity, such as data collection.nnExamplesn========nHere are 3 examples:nn1. Individual US person (i.e., Arofan Gregory, Dan Gillman, Barack Obama, etc.)n2. Individual US computer companies (i.e., Microsoft, Apple, IBM, etc.)n3. Individual US universities (i.e., Johns Hopkins, University of Maryland, Yale, etc.) [GSIM 1.1]nnExplanatory notesn=================nIn a traditional data table each column might represent some variable (measurement). Each row would represent the entity (Unit) to which those variables relate. Height measurements might be made on persons (unit type) of primary school age (Universe) at Pinckney Elementary School on September 1, 2005 (population). The height for Mary Roe (Unit) might be 139 cm.nnThe Unit is not invariably tied to some value. A median income might be calculated for a block in the U.S. but then used as an attribute of a person residing on that block. For the initial measurement the Unit was the block. In the reuse the unit would be that specific person to which the value was applied.nnIn a big data table each row represents a unit/variable double. Together a unit identifier and a variable identifier define the key. And for each key there is just one value – the measure of the unit on the variable.nnA big data table is sometimes referred to as a column-oriented data store whereas a traditional database is sometimes referred to as a row-oriented data store. The unit plays an identifier role in both types of data stores.</rdfs:comment>
<rdfs:label>Unit</rdfs:label>
</owl:Class>
<!-- http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/UnitType -->
<owl:Class rdf:about="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/UnitType">
<rdfs:subClassOf rdf:resource="http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/Concept"/>
<rdfs:comment xml:lang="en">Definitionn==========nUnit type is a type or class of objects of interest (units).nnExamplesn========nPerson, Establishment, Household, State, Country, Dog, Automobile, Neutrino.nnExplanatory notesn=================nUnit type is the most general in the hierarchy of unit type, universe, and population. It is a description of the basic characteristics for a general set of Units. A universe is a set of entities defined by a specialization of a unit type. A Population further narrows the specification to a specific time and geography.nnA unit type is used to describe a class or group of Units based on a single characteristic with no specification of time and geography. For example, the unit type of "Person" groups together a set of Units based on the characteristic that they are "Persons".nnIt concerns not only unit types used in dissemination, but anywhere in the statistical process. E.g. using administrative data might involve the use of a fiscal unit. [GSIM 1.1].</rdfs:comment>
<rdfs:label>UnitType</rdfs:label>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi -->