-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdiscovery.xml
869 lines (754 loc) · 49.7 KB
/
discovery.xml
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
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dc11="http://purl.org/dc/elements/1.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://rdf-vocabulary.ddialliance.org/discovery">
<dc11:title xml:lang="en">DDI-RDF Discovery Vocabulary</dc11:title>
<rdfs:comment xml:lang="en">This specification defines the DDI Discovery Vocabulary, an RDF Schema vocabulary that enables discovery of research and survey data on the Web. It is based on DDI (Data Documentation Initiative) XML formats.</rdfs:comment>
<dc11:description xml:lang="en">This specification defines the DDI Discovery Vocabulary, an RDF Schema vocabulary that enables discovery of research and survey data on the Web. It is based on DDI (Data Documentation Initiative) XML formats.</dc11:description>
<dc11:contributor>Thomas Hartmann</dc11:contributor>
<dc11:contributor>Richard Cyganiak</dc11:contributor>
<dc11:contributor>Joachim Wackerow</dc11:contributor>
<dc11:contributor>Benjamin Zapilko</dc11:contributor>
<dc11:creator>Thomas Hartmann</dc11:creator>
<dc11:creator>Sarven Capadisli</dc11:creator>
<dc11:creator>Franck Cotton</dc11:creator>
<dc11:creator>Richard Cyganiak</dc11:creator>
<dc11:creator>Arofan Gregory</dc11:creator>
<dc11:creator>Benedikt Kämpgen</dc11:creator>
<dc11:creator>Olof Olsson</dc11:creator>
<dc11:creator>Heiko Paulheim</dc11:creator>
<dc11:creator>Joachim Wackerow</dc11:creator>
<dc11:creator>Benjamin Zapilko</dc11:creator>
<owl:versionInfo>Version 0.6 - 2013-09-30</owl:versionInfo>
</owl:Ontology>
<rdfs:Class rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#AnalysisUnit">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Analysis Unit</rdfs:label>
<rdfs:label xml:lang="de">Analyseeinheit</rdfs:label>
<rdfs:comment xml:lang="en">The process collecting data is focusing on the analysis of a particular type of subject. If, for example, the adult population of Finland is being studied, the AnalysisUnit would be individuals or persons.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#RepresentedVariable">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Data element</rdfs:label>
<rdfs:label xml:lang="fr">Élément de donnée</rdfs:label>
<rdfs:comment xml:lang="en">RepresentedVariables encompasse study-independent, re-usable parts of variables like occupation classification.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#DataFile">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Data file</rdfs:label>
<rdfs:label xml:lang="fr">Fichier de données</rdfs:label>
<rdfs:comment xml:lang="en">The class DataFile, which is also a dcmitype:Dataset, represents all the data files containing the microdata datasets.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/dcat#Distribution"/>
<rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/DCMIType/Dataset"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#DescriptiveStatistics">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Descriptive statistics</rdfs:label>
<rdfs:label xml:lang="fr">Statistique descriptive</rdfs:label>
<rdfs:comment xml:lang="en">SummaryStatistics pointing to variables and CategoryStatistics pointing to categories and codes are both DescriptiveStatistics.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#SummaryStatistics">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Summary statistics</rdfs:label>
<rdfs:comment xml:lang="en">For SummaryStatistics, maximum values, minimum values, and standard deviations can be defined.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#DescriptiveStatistics"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#CategoryStatistics">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Category statistics</rdfs:label>
<rdfs:comment xml:lang="en">For CategoryStatistics, frequencies, percentages, and weighted percentages can be defined.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#DescriptiveStatistics"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#Instrument">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Instrument</rdfs:label>
<rdfs:label xml:lang="fr">Instrument de collecte</rdfs:label>
<rdfs:comment xml:lang="en">The data for the study are collected by an Instrument. The purpose of an Instrument, i.e. an interview, a questionnaire or another entity used as a means of data collection, is in the case of a survey to record the flow of a questionnaire, its use of questions, and additional component parts. A questionnaire contains a flow of questions.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#LogicalDataSet">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">LogicalDataSet</rdfs:label>
<rdfs:label xml:lang="fr">Ensemble de données</rdfs:label>
<rdfs:comment xml:lang="en">Each study has a set of logical metadata associated with the processing of data, at the time of collection or later during cleaning, and re-coding. LogicalDataSet represents the microdata dataset.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/dcat#Dataset"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#Question">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Question</rdfs:label>
<rdfs:label xml:lang="fr">Question</rdfs:label>
<rdfs:comment xml:lang="en">A Question is designed to get information upon a subject, or sequence of subjects, from a respondent.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdfs:Class>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#responseDomain">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">responseDomain</rdfs:label>
<rdfs:comment xml:lang="en">The response domain of questions. The response domain has to be an instance of the class Representation.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Question"/>
<rdfs:range rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Representation"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdfs:Class rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#Questionnaire">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Questionnaire</rdfs:label>
<rdfs:label xml:lang="de">Fragebogen</rdfs:label>
<rdfs:comment xml:lang="en">A questionnaire contains a flow of questions. Questionnaires must contain 1 to n questions using the object property question. Particular questions may be contained in 0 to n questionnaires.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
<rdfs:subClassOf rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Instrument"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#Study">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Study</rdfs:label>
<rdfs:label xml:lang="fr">Étude</rdfs:label>
<rdfs:comment xml:lang="en">A Study represents the process by which a data set was generated or collected.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Study Group</rdfs:label>
<rdfs:label xml:lang="de">Studiengruppe</rdfs:label>
<rdfs:comment xml:lang="en">In some cases, where data collection is cyclic or on-going, data sets may be released as a StudyGroup, where each cycle or wave of the data collection activity produces one or more data sets. This is typical for longitudinal studies, panel studies, and other types of series (to use the DDI term). In this case, a number of Study objects would be collected into a single StudyGroup.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#Variable">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Variable</rdfs:label>
<rdfs:label xml:lang="fr">Variable</rdfs:label>
<rdfs:comment xml:lang="en">Variables provide a definition of the column in a rectangular data file. Variable is a characteristic of a unit being observed. A variable might be the answer of a question, have an administrative source, or be derived from other variables.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
<owl:equivalentClass rdf:resource="http://semanticscience.org/resource/SIO_000367"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#Universe">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Universe</rdfs:label>
<rdfs:label xml:lang="fr">Univers</rdfs:label>
<rdfs:comment xml:lang="en">A Universe is the total membership or population of a defined class of people, objects or events.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#Mapping">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Mapping</rdfs:label>
<rdfs:comment xml:lang="en">This class is for representing mappings betwenn DDI-RDF and DDI-XML. See Section 10 in the specification for more details and examples.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdfs:Class>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#caseQuantity">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">number of cases</rdfs:label>
<rdfs:label xml:lang="fr">nombre d'observations</rdfs:label>
<rdfs:comment xml:lang="en">This property is used for representing the case quantity of a DataFile.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#DataFile"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#frequency">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">frequency</rdfs:label>
<rdfs:label xml:lang="fr">fréquence</rdfs:label>
<rdfs:comment xml:lang="en">This property is used to describe the frequencies within category statistics. See Sections 6 and 7 more more details and examples.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#CategoryStatistics"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#isPublic">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">is public</rdfs:label>
<rdfs:label xml:lang="de">ist öffentlich</rdfs:label>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#LogicalDataSet"/>
<rdfs:comment xml:lang="en">This property is used as a flag indicating if the microdata dataset is publicly available. The value true indicates that the dataset can be accessed (usually downloaded) by anyone.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#isValid">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">is valid</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:comment xml:lang="en">Indicates if the code (represented by skos:Concept) is valid or missing. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#questionText">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">question text</rdfs:label>
<rdfs:label xml:lang="de">Fragetext</rdfs:label>
<rdfs:comment xml:lang="en">This property contains the actual text of a question as string. See Section 8.2 for examples.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Question"/>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#percentage">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">percentage</rdfs:label>
<rdfs:label xml:lang="fr">pourcentage</rdfs:label>
<rdfs:comment xml:lang="en">This property is used to describe the percentages within category statistics. See Sections 6 and 7 more more details and examples.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#CategoryStatistics"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#computationBase">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">computation base</rdfs:label>
<rdfs:label xml:lang="fr">pourcentage</rdfs:label>
<rdfs:comment xml:lang="en">computationBase expresses if the cases - which are the basis of the computation of a statistics value - are valid, invalid or the total of both. The usage of computationBase for frequency differs from the usage for the percentage statistics and the summary statistics. A distinction regarding computationBase doesn’t apply to frequency as category statistic. Please find more details in Section 6.3 of the specification.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#CategoryStatistics"/>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#cumulativePercentage">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">cumulative percentage</rdfs:label>
<rdfs:comment xml:lang="en">This property is used to describe the cumulative percentages within category statistics. See Sections 6 and 7 more more details and examples.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#CategoryStatistics"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#purpose">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">purpose</rdfs:label>
<rdfs:label xml:lang="de">Grund</rdfs:label>
<rdfs:comment xml:lang="en">The purpose of a Study of a StudyGroup.</rdfs:comment>
<rdfs:domain>
<owl:Class>
<owl:unionOf>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Study"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#subtitle">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">subtitle</rdfs:label>
<rdfs:label xml:lang="de">Untertitel</rdfs:label>
<rdfs:comment xml:lang="en">The sub-title of a Study of a StudyGroup.</rdfs:comment>
<rdfs:domain>
<owl:Class>
<owl:unionOf>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Study"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#startDate">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">start date</rdfs:label>
<rdfs:comment xml:lang="en">Defines the start date of a period of time. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/dc/terms/PeriodOfTime"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#endDate">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">end date</rdfs:label>
<rdfs:comment xml:lang="en">Defines the end date of a period of time. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/dc/terms/PeriodOfTime"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#mappingDDI-L">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">Mapping from and to DDI-L</rdfs:label>
<rdfs:comment xml:lang="en">Mapping from and to DDI-L. See Section 10 in the specification for more details and examples.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Mapping"/>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#mappingDDI-C">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">Mapping from and to DDI-C</rdfs:label>
<rdfs:comment xml:lang="en">Mapping from and to DDI-C. See Section 10 in the specification for more details and examples.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Mapping"/>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#context">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">context specifies conditions which have to be fulfilled for specific mappings</rdfs:label>
<rdfs:comment xml:lang="en">context specifies conditions which have to be fulfilled for particular mappings. Context information can be either a SPARQL query or an informal description as plain literal.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Mapping"/>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#variableQuantity">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">variable quantity</rdfs:label>
<rdfs:comment xml:lang="en">This property can be used when (1) no variable level information is available and when (2) only a stub of the RDF is requested e.g when returning basic information on a study of file, no information on potentially hundreds or thousands of variables references or metadata has to be returned.</rdfs:comment>
<rdfs:domain>
<owl:Class>
<owl:unionOf>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#LogicalDataSet"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#DataFile"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#analysisUnit">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">analysis unit</rdfs:label>
<rdfs:label xml:lang="de">Analyseeinheit</rdfs:label>
<rdfs:comment xml:lang="en">This property links to the analysis unit of a Study, a StudyGroup, or a Variable.</rdfs:comment>
<rdfs:domain>
<owl:Class>
<owl:unionOf>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Study"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Variable"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#AnalysisUnit"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#basedOn">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">based on</rdfs:label>
<rdfs:label xml:lang="fr">utilise l'élément de donnée</rdfs:label>
<rdfs:comment xml:lang="en">This property points to the RepresentedVariable the Variable is based on.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Variable"/>
<rdfs:range rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#RepresentedVariable"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#collectionMode">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">collection mode</rdfs:label>
<rdfs:label xml:lang="de">Datenerfassungsmodus</rdfs:label>
<rdfs:comment xml:lang="en">This property points to the mode of collection of a Questionnaire which is a skos:Concept.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Questionnaire"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#concept">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">concept</rdfs:label>
<rdfs:label xml:lang="fr">a pour concept</rdfs:label>
<rdfs:comment xml:lang="en">This property points to the DDI concept of a RepresentedVariable, a Variable, or a Question</rdfs:comment>
<rdfs:domain>
<owl:Class>
<owl:unionOf>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#RepresentedVariable"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Question"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Variable"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#aggregation">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">aggregation</rdfs:label>
<rdfs:comment xml:lang="en">This property points to the aggregated data set of a microdata data set. The aggregated data set is a qb:DataSet of the RDF Data Cube Vocabulary.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#LogicalDataSet"/>
<rdfs:range rdf:resource="http://purl.org/linked-data/cube#DataSet"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#dataFile">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">data file</rdfs:label>
<rdfs:label xml:lang="fr">a pour fichier de données</rdfs:label>
<rdfs:comment xml:lang="en">This property points to the DataFile of a Study or a LogicalDataSet.</rdfs:comment>
<rdfs:domain>
<owl:Class>
<owl:unionOf>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Study"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#LogicalDataSet"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#DataFile"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#ddifile">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">DDI file</rdfs:label>
<rdfs:label xml:lang="de">DDI-Datei</rdfs:label>
<rdfs:comment xml:lang="en">This property points from a Study or a StudyGroup to the original DDI file which is a foaf:Document.</rdfs:comment>
<rdfs:domain>
<owl:Class>
<owl:unionOf>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Study"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#externalDocumentation">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">external documentation</rdfs:label>
<rdfs:label xml:lang="de">externe Dokumentation</rdfs:label>
<rdfs:comment xml:lang="en">This property points from an Instrument to a foaf:Document which is the external documentation of the Instrument.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Instrument"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#fundedBy">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">funded by</rdfs:label>
<rdfs:comment xml:lang="en">This property points from a Study or a StudyGroup to the funding foaf:Agent which is either a foaf:Person or a org:Organization.</rdfs:comment>
<rdfs:domain>
<owl:Class>
<owl:unionOf>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Study"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/contributor"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#hadRole">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">had role</rdfs:label>
<rdfs:comment xml:lang="en">This property indicates the role of an Agent, e.g. analyst, data modeler, programmer, co-investigator or others.</rdfs:comment>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#inGroup">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">in group</rdfs:label>
<rdfs:comment xml:lang="en">This property points from a Study to the StudyGroup which contains the Study.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Study"/>
<rdfs:range rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#inputVariable">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">input variable</rdfs:label>
<rdfs:label xml:lang="fr">variable en entrée</rdfs:label>
<rdfs:comment xml:lang="en">This property indicates the original Variable of an aggregated qb:DataSet. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/linked-data/cube#DataSet"/>
<rdfs:range rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Variable"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#instrument">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">instrument</rdfs:label>
<rdfs:label xml:lang="fr">a comme instrument</rdfs:label>
<rdfs:comment xml:lang="en">This property indicates the Instrument of a Study or a LogicalDataSet.</rdfs:comment>
<rdfs:domain>
<owl:Class>
<owl:unionOf>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Study"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#LogicalDataSet"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Instrument"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#kindOfData">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">kind of data</rdfs:label>
<rdfs:domain>
<owl:Class>
<owl:unionOf>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Study"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:comment>The general kind of data (e.g. geospatial, register, survey) collected in this study, given either as a skos:Concept, or as a blank node with attached free-text rdfs:label.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#product">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">product</rdfs:label>
<rdfs:label xml:lang="de">Produkt</rdfs:label>
<rdfs:comment xml:lang="en">This property indicates the LogicalDataSets of a Study.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Study"/>
<rdfs:range rdf:resource="http://purl.org/linked-data/cube#LogicalDataSet"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#question">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">question</rdfs:label>
<rdfs:label xml:lang="fr">a comme question</rdfs:label>
<rdfs:comment xml:lang="en">This property indicates the Questions associated to Variables or contained in Questionnaires.</rdfs:comment>
<rdfs:domain>
<owl:Class>
<owl:unionOf>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Variable"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Questionnaire"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Question"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#representation">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">representation</rdfs:label>
<rdfs:label xml:lang="fr">a pour représentation</rdfs:label>
<rdfs:comment xml:lang="en">RepresentedVariables and Variables can have a Representation whose individuals are either of the class rdfs:Datatype (to represent values) or skos:ConceptScheme (to represent code lists).</rdfs:comment>
<rdfs:domain>
<owl:Class>
<owl:unionOf>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#RepresentedVariable"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Variable"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Question"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range>
<owl:Class>
<owl:unionOf>
<rdf:Description>
<rdf:first rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#statisticsCategory">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">statistics category</rdfs:label>
<rdfs:label xml:lang="fr">a pour concept statistique</rdfs:label>
<rdfs:comment xml:lang="en">This property points to the skos:Concept (representing codes and categories) of a specific CategoryStatistics individual.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#CategoryStatistics"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#statisticsDataFile">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">statistics data file</rdfs:label>
<rdfs:label xml:lang="fr">a pour fichier statistique</rdfs:label>
<rdfs:comment xml:lang="en">This property indicates the DataFile of a specific DesciptiveStatistics individual. DescriptiveStatistics may have statisticsDataFile relations to 0 to n data files (DataFile) and data files (DataFile) may be in 0 to n statisticsDataFile relations to DescriptiveStatistics individuals.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#DescriptiveStatistics"/>
<rdfs:range rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#DataFile"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#statisticsVariable">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">statistics variable</rdfs:label>
<rdfs:label xml:lang="fr">a pour variable statistique</rdfs:label>
<rdfs:comment xml:lang="en">This property indicates the Variable of a specific SummaryStatistics individual. SummaryStatistics point to 0 to n variables (Variable) using the object property statisticsVariable.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#SummaryStatistics"/>
<rdfs:range rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Variable"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#weightedBy">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">weighted by</rdfs:label>
<rdfs:label xml:lang="fr"></rdfs:label>
<rdfs:comment xml:lang="en">SummaryStatistics or CategoryStatistics resources may be weighted by a specific Variable.</rdfs:comment>
<rdfs:domain>
<owl:Class>
<owl:unionOf>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#SummaryStatistics"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#CategoryStatistics"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Variable"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#universe">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">universe</rdfs:label>
<rdfs:label xml:lang="fr">a comme univers</rdfs:label>
<rdfs:comment xml:lang="en">This property indicates the Universe(s) of Studies, StudyGrous, RepresentedVariables, Variables, Questions, and LogicalDataSets.</rdfs:comment>
<rdfs:domain>
<owl:Class>
<owl:unionOf>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Study"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#RepresentedVariable"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Variable"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Question"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#LogicalDataSet"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Universe"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#variable">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">variable</rdfs:label>
<rdfs:label xml:lang="de">Variable</rdfs:label>
<rdfs:comment xml:lang="en">This property indicates the Variable of a Study and points to Variable contained in the LogicalDataSet.</rdfs:comment>
<rdfs:domain>
<owl:Class>
<owl:unionOf>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Study"/>
<rdf:rest>
<rdf:Description>
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#LogicalDataSet"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#Variable"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
<rdf:Property rdf:about="http://rdf-vocabulary.ddialliance.org/discovery#summaryStatisticsType">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">summary statistics type</rdfs:label>
<rdfs:comment xml:lang="en">This property points to the summary statistics type of a Questionnaire which is a skos:Concept.</rdfs:comment>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery#SummaryStatistics"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/discovery"/>
</rdf:Property>
</rdf:RDF>