forked from rdmorganiser/rdmo-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
all_5.xml
5745 lines (5693 loc) · 272 KB
/
all_5.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
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<rdmo created="2022-02-28T14:33:40.982764+01:00" xmlns:dc="http://purl.org/dc/elements/1.1/">
<catalog dc:uri="https://rdmo.fodako.nrw/questions/all_5">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>all_5</key>
<dc:comment>catalog RDMO + all additional questions from the FoDaKo catalogs</dc:comment>
<order>150000</order>
<title lang="en">All questions v5</title>
<help lang="en"/>
<title lang="de">Alle Fragen v5</title>
<help lang="de"/>
</catalog>
<section dc:uri="https://rdmo.fodako.nrw/questions/all_5/general">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>general</key>
<path>all_5/general</path>
<dc:comment/>
<catalog dc:uri="https://rdmo.fodako.nrw/questions/all_5"/>
<order>0</order>
<title lang="en">General</title>
<title lang="de">Allgemein</title>
</section>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/topic-research_question">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>topic-research_question</key>
<path>all_5/general/topic-research_question</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmo.fodako.nrw/questions/all_5/general"/>
<questionset/>
<is_collection>False</is_collection>
<order>0</order>
<title lang="en">Topic</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Thema</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/topic-research_question/title">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>title</key>
<path>all_5/general/topic-research_question/title</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/research_question/title"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/topic-research_question"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>1</order>
<help lang="en"/>
<text lang="en">What is the main research question of the project?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wie lautet die primäre Forschungsfrage des Projektes?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/topic-research_question/keywords">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>keywords</key>
<path>all_5/general/topic-research_question/keywords</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/research_question/keywords"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/topic-research_question"/>
<is_collection>True</is_collection>
<is_optional>False</is_optional>
<order>2</order>
<help lang="en"/>
<text lang="en">Please give some keywords describing the research question.</text>
<default_text lang="en"/>
<verbose_name lang="en">keyword</verbose_name>
<verbose_name_plural lang="en">keywords</verbose_name_plural>
<help lang="de"/>
<text lang="de">Bitte geben Sie einige Schlagworte zur Forschungsfrage an.</text>
<default_text lang="de"/>
<verbose_name lang="de">Schlagwort</verbose_name>
<verbose_name_plural lang="de">Schlagwörter</verbose_name_plural>
<default_option/>
<default_external_id/>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/topic-research_field">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>topic-research_field</key>
<path>all_5/general/topic-research_field</path>
<dc:comment>for Germany, the classification works, but we might consider also DDC as an option</dc:comment>
<attribute/>
<section dc:uri="https://rdmo.fodako.nrw/questions/all_5/general"/>
<questionset/>
<is_collection>False</is_collection>
<order>1</order>
<title lang="en">Research field</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Disziplin</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/topic-research_field/research_field">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>research_field</key>
<path>all_5/general/topic-research_field/research_field</path>
<dc:comment>for Germany, the classification works, but we might consider also DDC as an option</dc:comment>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/research_field/title"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/topic-research_field"/>
<is_collection>True</is_collection>
<is_optional>False</is_optional>
<order>0</order>
<help lang="en">The list of disciplines follows the <a href="http://www.dfg.de/en/dfg_profile/statutory_bodies/review_boards/subject_areas/index.jsp" target=_blank">subject classification of the DFG (German Research Foundation)</a>.</help>
<text lang="en">Which research field(s) does this project belong to?</text>
<default_text lang="en"/>
<verbose_name lang="en">discipline</verbose_name>
<verbose_name_plural lang="en">disciplines</verbose_name_plural>
<help lang="de">Die Liste der Disziplinen entspricht der <a href="http://www.dfg.de/dfg_profil/gremien/fachkollegien/faecher/" target=_blank">Fachsystematik der Deutschen Forschungsgemeinschaft (DFG)</a>.</help>
<text lang="de">Welcher Disziplin / welchen Disziplinen ist das Projekt zuzuordnen?</text>
<default_text lang="de"/>
<verbose_name lang="de">Forschungsdisziplin</verbose_name>
<verbose_name_plural lang="de">Forschungsdisziplinen</verbose_name_plural>
<default_option/>
<default_external_id/>
<widget_type>select</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets>
<optionset dc:uri="https://rdmorganiser.github.io/terms/options/research_fields"/>
</optionsets>
<conditions/>
</question>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/project-schedule-schedule">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>project-schedule-schedule</key>
<path>all_5/general/project-schedule-schedule</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmo.fodako.nrw/questions/all_5/general"/>
<questionset/>
<is_collection>False</is_collection>
<order>10</order>
<title lang="en">Project schedule</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Projektablauf</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/project-schedule-schedule/project_start">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>project_start</key>
<path>all_5/general/project-schedule-schedule/project_start</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/schedule/project_start"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/project-schedule-schedule"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>0</order>
<help lang="en"/>
<text lang="en">When does the project start?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wann beginnt die Projektlaufzeit?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>date</widget_type>
<value_type>datetime</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/project-schedule-schedule/project_end">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>project_end</key>
<path>all_5/general/project-schedule-schedule/project_end</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/schedule/project_end"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/project-schedule-schedule"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>2</order>
<help lang="en"/>
<text lang="en">When does the project end?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wann endet die Projektlaufzeit?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>date</widget_type>
<value_type>datetime</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/project-partners-name">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>project-partners-name</key>
<path>all_5/general/project-partners-name</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmo.fodako.nrw/questions/all_5/general"/>
<questionset/>
<is_collection>False</is_collection>
<order>20</order>
<title lang="en">Project coordination</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Projektkoordination</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/project-partners-name/name">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>name</key>
<path>all_5/general/project-partners-name/name</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/coordination/name"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/project-partners-name"/>
<is_collection>True</is_collection>
<is_optional>False</is_optional>
<order>0</order>
<help lang="en"/>
<text lang="en">Which persons or institutions are responsible for the project coordination?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Welche Personen oder Institutionen sind verantwortlich für die Projektkoordination?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/project-partners-partner">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>project-partners-partner</key>
<path>all_5/general/project-partners-partner</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/partner/id"/>
<section dc:uri="https://rdmo.fodako.nrw/questions/all_5/general"/>
<questionset/>
<is_collection>True</is_collection>
<order>21</order>
<title lang="en">Project partners</title>
<help lang="en"/>
<verbose_name lang="en">project partner</verbose_name>
<verbose_name_plural lang="en">project partners</verbose_name_plural>
<title lang="de">Projektpartner</title>
<help lang="de"/>
<verbose_name lang="de">Projektpartner</verbose_name>
<verbose_name_plural lang="de">Projektpartner</verbose_name_plural>
<conditions/>
</questionset>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/project-partners-partner/name">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>name</key>
<path>all_5/general/project-partners-partner/name</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/partner/name"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/project-partners-partner"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>0</order>
<help lang="en"/>
<text lang="en">Project partner</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Projektpartner</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/project-partners-partner/rdm_policy">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>rdm_policy</key>
<path>all_5/general/project-partners-partner/rdm_policy</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/partner/rdm_policy"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/project-partners-partner"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>1</order>
<help lang="en">More and more universities and scientific institutions adopt research data management policies. These contain, among other things, recommendations and / or demands concerning the handling of research data by researchers of the institution. <a href="https://www.fodako.de/policies.html" target=_blank">Principles and guidelines on handling research data at the Universities of Düsseldorf, Siegen and Wuppertal</a> or the <a href="http://www.uni-goettingen.de/en/488918.html" target=_blank">Research data policy of the Georg-August University Goettingen</a>.</help>
<text lang="en">Does your institution have rules or guidelines for the handling of research data? If yes, please briefly outline them and refer to more detailed sources of information if necessary. Please also indicate, if the rules / guidelines are
mandatory or optional.</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Immer mehr Hochschulen und wissenschaftliche Einrichtungen verabschieden Leitlinien oder Richtlinien (oft auch als „Policies“ bezeichnet) zum Forschungsdatenmanagement. Diese enthalten unter anderem Empfehlungen und/oder Vorgaben zum Umgang mit Forschungsdaten, die die Wissenschaftlerinnen und Wissenschaftler der Einrichtung beachten sollten oder müssen (je nach Grad der Verbindlichkeit). Beispiele für solche Richtlinien sind die <a href="https://www.fodako.de/policies.html" target=_blank">Grundsätze zu Forschungsdaten</a> der Universitäten Düsseldorf, Siegen und Wuppertal oder die <a href="http://www.uni-goettingen.de/de/01-juli-2014-forschungsdaten-leitlinie-der-universitaet-goettingen-einschl-umg/488918.html" target=_blank">Leitlinien zum Umgang mit Forschungsdaten</a> der Georg-August-Universität Göttingen.</help>
<text lang="de">Gibt es an Ihrer Einrichtung Regeln oder Richtlinien zum Umgang mit den im Projekt erhobenen Forschungsdaten? Wenn ja, skizzieren Sie diese kurz und verweisen Sie ggf. auf weiterführende Informationen. Geben Sie bitte auch an, welchen
Grad an Verbindlichkeit sie haben.</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/project-partners-partner/contact">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>contact</key>
<path>all_5/general/project-partners-partner/contact</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/partner/contact_person/name"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/project-partners-partner"/>
<is_collection>True</is_collection>
<is_optional>False</is_optional>
<order>3</order>
<help lang="en">Please give the name and an email address.</help>
<text lang="en">Who is/are the contact person(s) for data management questions?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Bitte geben Sie den Namen und eine Email Adresse an.</help>
<text lang="de">Wer ist bei diesem Partner der/die Ansprechpartner/in für das Datenmanagement?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/funding-funder">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>funding-funder</key>
<path>all_5/general/funding-funder</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/funder/id"/>
<section dc:uri="https://rdmo.fodako.nrw/questions/all_5/general"/>
<questionset/>
<is_collection>True</is_collection>
<order>40</order>
<title lang="en">Funding</title>
<help lang="en"/>
<verbose_name lang="en">funder</verbose_name>
<verbose_name_plural lang="en">funders</verbose_name_plural>
<title lang="de">Förderung</title>
<help lang="de"/>
<verbose_name lang="de">Förderer</verbose_name>
<verbose_name_plural lang="de">Förderer</verbose_name_plural>
<conditions/>
</questionset>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/funding-funder/name">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>name</key>
<path>all_5/general/funding-funder/name</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/funder/name"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/funding-funder"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>0</order>
<help lang="en"/>
<text lang="en">Who is funding the project?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wer fördert das Projekt?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/funding-funder/title">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>title</key>
<path>all_5/general/funding-funder/title</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/funder/programme/title"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/funding-funder"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>1</order>
<help lang="en"/>
<text lang="en">Is the project within a special funding programme?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">In welcher Förderlinie und/oder welchem Förderprogramm wird das Projekt gefördert?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/funding-funder/funder_policy">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>funder_policy</key>
<path>all_5/general/funding-funder/funder_policy</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/funder/rdm_policy"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/funding-funder"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>2</order>
<help lang="en">Funders of research also increasingly specify requirements regarding the management of research data in funded projects. Examples are the <a
href="https://www.dfg.de/download/pdf/foerderung/antragstellung/forschungsdaten/guidelines_research_data.pdf" target=_blank">DFG Guidelines on the Handling of Reserach Data</a> or the <a
href="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf" target=_blank">Guidelines on Data Management in Horizon 2020</a> of the European Commission.</help>
<text lang="en">Does the funder have rules or recommendations for data management? If yes, please briefly outline them and refer to more detailed sources of information if necessary. Please also indicate, if the rules / guidelines are mandatory or optional.</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Auch Forschungsförderer stellen zunehmend Anforderungen an das Datenmanagement in von ihnen geförderten Projekten. Beispiele sind die <a
href="https://www.dfg.de/download/pdf/foerderung/antragstellung/forschungsdaten/richtlinien_forschungsdaten.pdf" target=_blank">DFG-Leitlinien zum Umgang mit Forschungsdaten</a> oder die <a
href="http://ec.europa.eu/research/participants/data/ref/h2020/grants_manual/hi/oa_pilot/h2020-hi-oa-data-mgt_en.pdf" target=_blank">Guidelines on Data Management in Horizon 2020</a> der Europäischen Komission.</help>
<text lang="de">Gibt es von Seiten des Forschungsförderers Vorgaben oder Richtlinien bezüglich des Umgangs mit den im Projekt erhobenen Forschungsdaten? Wenn ja, skizzieren Sie diese kurz und verweisen Sie ggf. auf weiterführende Informationen. Geben
Sie bitte auch an, welchen Grad an Verbindlichkeit sie haben.</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/other-requirements-yesno">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>other-requirements-yesno</key>
<path>all_5/general/other-requirements-yesno</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmo.fodako.nrw/questions/all_5/general"/>
<questionset/>
<is_collection>False</is_collection>
<order>50</order>
<title lang="en">Other requirements I</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Weitere Anforderungen I</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/other-requirements-yesno/yesno">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>yesno</key>
<path>all_5/general/other-requirements-yesno/yesno</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/additional_rdm_policy/yesno"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/other-requirements-yesno"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>0</order>
<help lang="en">Examples of discipline-specific requirements are: - <a href="http://www.dfg.de/download/pdf/foerderung/antragstellung/forschungsdaten/guidelines_biodiversity_research.pdf" target=_blank">Guidelines on the Handling of Research
Data in Biodiversity Research</a> - <a href="http://www.dfg.de/download/pdf/foerderung/antragstellung/forschungsdaten/richtlinien_forschungsdaten_bildungsforschung.pdf" target=_blank">Guidelines for the provision and use of quantitative
data in education research (German)</a> - <a href="http://www.dfg.de/download/pdf/foerderung/antragstellung/forschungsdaten/foerderkriterien_editionen_literaturwissenschaft.pdf" target=_blank">Elegibility criteria for funding for
scholarly editions in the literary studies (German)</a> - Recommendations on <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_sprachkorpora.pdf"
target=_blank">data standards and tools</a> as well as <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_recht.pdf" target=_blank">legal
aspects</a> associated with language corpora (German)</help>
<text lang="en">Are there requirements regarding the data management from other parties (e.g. the scholarly/scientific community)?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Beispiele für fachspezifische Empfehlungen und Richtlinien sind: - <a href="http://www.dfg.de/download/pdf/foerderung/antragstellung/forschungsdaten/richtlinien_forschungsdaten_biodiversitaetsforschung.pdf"
target=_blank">Richtlinien zum Umgang mit Forschungsdaten in der Biodiversitätsforschung</a> - Empfehlungen zur <a
href="http://www.dfg.de/download/pdf/foerderung/antragstellung/forschungsdaten/richtlinien_forschungsdaten_bildungsforschung.pdf" target=_blank">Bereitstellung und Nutzung quantitativer Daten in der Bildungsforschung</a> - <a
href="http://www.dfg.de/download/pdf/foerderung/antragstellung/forschungsdaten/foerderkriterien_editionen_literaturwissenschaft.pdf" target=_blank">Förderkriterien für wissenschaftliche Editionen in der Literaturwissenschaft</a> -
Empfehlungen zu - <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_sprachkorpora.pdf" target=_blank">datentechnischen Standards und Tools</a>
sowie zu - <a href="http://www.dfg.de/download/pdf/foerderung/grundlagen_dfg_foerderung/informationen_fachwissenschaften/geisteswissenschaften/standards_recht.pdf" target=_blank">rechtlichen Fragen</a> bei der Erhebung von Sprachkorpora</help>
<text lang="de">Gibt es von weiteren Seiten (z. B. von der Fachcommunity) Anforderungen an das Datenmanagement, die beachtet werden müssen?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>radio</widget_type>
<value_type>boolean</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets>
<optionset dc:uri="https://rdmorganiser.github.io/terms/options/other_requirements_options"/>
</optionsets>
<conditions/>
</question>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/other-requirements-requirements">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>other-requirements-requirements</key>
<path>all_5/general/other-requirements-requirements</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmo.fodako.nrw/questions/all_5/general"/>
<questionset/>
<is_collection>False</is_collection>
<order>51</order>
<title lang="en">Other requirements II</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Weitere Anforderungen II</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions>
<condition dc:uri="https://rdmorganiser.github.io/terms/conditions/additional_rdm_policy"/>
</conditions>
</questionset>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/other-requirements-requirements/requirements">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>requirements</key>
<path>all_5/general/other-requirements-requirements/requirements</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/additional_rdm_policy/requirements"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/other-requirements-requirements"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>0</order>
<help lang="en">Please briefly outline them and refer to more detailed sources of information if necessary. Please also indicate, if the rules / guidelines are mandatory or optional.</help>
<text lang="en">Which are these additional requirements regarding data management?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Bitte skizzieren Sie sie kurz und verweisen Sie ggf. auf weiterführende Informationen. Geben Sie bitte auch an, welchen Grad an Verbindlichkeit sie haben.</help>
<text lang="de">Welche Anforderungen an das Datenmanagement sind dies?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/support">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>support</key>
<path>all_5/general/support</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmo.fodako.nrw/questions/all_5/general"/>
<questionset/>
<is_collection>False</is_collection>
<order>61</order>
<title lang="en">Support</title>
<help lang="en">Please enter here who supports you and how, e.g. gives advice, if possible divided into subject areas such as privacy protection, copyright and license law, storage, general data management advice,...</help>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Unterstützung</title>
<help lang="de">Bitte tragen Sie hier ein, wer Sie wie unterstützt, z.B. berät, möglichst eingeteilt in Themenfelder wie Datenschutz, Urheber- und Lizenzrecht, Speicherung, allgemeine Datenmanagementberatung,...</help>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/support/datamanagement">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>datamanagement</key>
<path>all_5/general/support/datamanagement</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/support"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/general/support"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>1</order>
<help lang="en"/>
<text lang="en">Who provides support for research data management issues for the project?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wer leistet Unterstützung in Fragen des Forschungsdatenmanagements für das Projekt?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<section dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>content-classification</key>
<path>all_5/content-classification</path>
<dc:comment/>
<catalog dc:uri="https://rdmo.fodako.nrw/questions/all_5"/>
<order>1</order>
<title lang="en">Content classification</title>
<title lang="de">Inhaltliche Einordnung</title>
</section>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification/data-dataset">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>data-dataset</key>
<path>all_5/content-classification/data-dataset</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/>
<section dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification"/>
<questionset/>
<is_collection>True</is_collection>
<order>1</order>
<title lang="en">Datasets</title>
<help lang="en">The following questions collect information on the data that is produced or used in the project. They also help to estimate the value of the data in terms of potential re-use and long-term preservation.
Usually, digital research data are divided into "datasets". The definition of what a dataset is in each case is an important conceptual decision that has to be made individually for each plan or project. For example, a data set can consist of more data files of different types (numeric, image, text...) grouped together, which collect exhaustedly all results coming from an investigation series on a given research object.
The "datasets" that are described here in the data management plan can be delimited in the same way as those that are later stored in the repository as datasets, provided there are not too many and the readability of the data management plan does not suffer due to the large number. If, for example, large amounts of data all have the same history, but then have to be split up so that the data can be uploaded and downloaded via the web in a reasonable time, planning should better be summarized here. Research data that require uniform or at least similar data management could be summarized here as a "dataset".
It is of course possible to define only one data record on the whole. This can also be done if it is not yet clear in the initial phase of the project how the research data will be divided up. You can add more datasets later if necessary. Existing datasets can be renamed by clicking on the pencil symbol.</help>
<verbose_name lang="en">dataset</verbose_name>
<verbose_name_plural lang="en">datasets</verbose_name_plural>
<title lang="de">Datensätze</title>
<help lang="de">Die nächsten Fragen dienen zur Beschreibung der Datensätze, die im Projekt erzeugt und/oder verwendet werden. Sie helfen zudem, den Wert der Daten hinsichtlich der potentiellen Nachnutzung und einer späteren Archivierung einschätzen zu können.
Die Angaben zu den im Projekt erzeugten oder verwendeten Daten sind nach "Datensätzen" strukturiert. Die Definition dessen, was jeweils ein Datensatz ist, ist eine wichtige konzeptionelle Entscheidung, die für jedes Vorhaben bzw. Projekt individuell getroffen werden muss. Ein Datensatz kann beispielweise aus mehreren zusammen gruppierten Dateien verschiedener Arten (numerisch, bild- oder textbasiert...) bestehen, die alle aus einer Versuchsreihe auf einem definierten Versuchsobjekt entstandenen Ergebnisse enthalten.
Die "Datensätze", die hier im Datenmanagementplan beschrieben werden, können genauso abgegrenzt sein wie die, die später im Repositorium als Datensätze gespeichert werden, sofern es nicht zu viele sind und die Lesbarkeit des Datenmanagementplans nicht durch die Vielzahl leidet. Wenn beispielsweise große Datenmengen alle die gleiche Entstehungsgeschichte haben, dann aber aufgeteilt werden müssen, damit die Daten in vernünftiger Zeit über das Web hoch- und heruntergeladen werden können, sollte hier besser zusammengefasst geplant werden. Als "Datensatz" könnten solche Forschungsdaten hier zusammengefasst werden, die ein einheitliches oder zumindest ähnliches Datenmanagement benötigen.
Selbstverständlich ist es möglich, nur einen Datensatz zu definieren. So kann auch vorgegangen werden, wenn in der Anfangsphase des Projekts noch nicht klar ist, wie die Forschungsdaten einmal eingeteilt sein werden. Später können Sie bei Bedarf weitere Datensätze hinzufügen. Bereits vorhandene Datensätze können durch Klicken auf das Bleistiftsymbol umbenannt werden.</help>
<verbose_name lang="de">Datensatz</verbose_name>
<verbose_name_plural lang="de">Datensätze</verbose_name_plural>
<conditions/>
</questionset>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification/data-dataset/description">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>description</key>
<path>all_5/content-classification/data-dataset/description</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/description"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification/data-dataset"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>1</order>
<help lang="en">Please briefly describe the data type and / or the method used to create or collect the data, for example:
* quantitative online survey
* 3D model / digital reconstruction of a stone age settlement
* software developed within the project</help>
<text lang="en">What kind of dataset is it?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Bitte beschreiben Sie hier kurz, um welchen Datentyp es sich handelt und mit welcher Methode die Daten erhoben oder erstellt wurden, z.B.:
* quantitative Online-Befragung
* 3D-Modellierung / digitale Rekonstruktion einer steinzeitlichen Siedlung
* Software, die im Projekt entwickelt wird</help>
<text lang="de">Um was für einen Datensatz handelt es sich?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification/data-existing_data">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>data-existing_data</key>
<path>all_5/content-classification/data-existing_data</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/>
<section dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification"/>
<questionset/>
<is_collection>True</is_collection>
<order>2</order>
<title lang="en">Data origin</title>
<help lang="en">Before data is newly created, it is advisable to check if there is existing data that could be re-used. This way, redundant collection or creation of research data is prevented. This saves efforts and costs.</help>
<verbose_name lang="en">dataset</verbose_name>
<verbose_name_plural lang="en">datasets</verbose_name_plural>
<title lang="de">Datenursprung</title>
<help lang="de">Vor der Erzeugung von Daten empfiehlt es sich zu prüfen, ob bereits vorhandene Daten nachgenutzt werden können. Die Vermeidung doppelter Erhebungen spart Aufwand und Kosten.</help>
<verbose_name lang="de">Datensatz</verbose_name>
<verbose_name_plural lang="de">Datensätze</verbose_name_plural>
<conditions/>
</questionset>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification/data-existing_data/origin">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>origin</key>
<path>all_5/content-classification/data-existing_data/origin</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/origin"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification/data-existing_data"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>1</order>
<help lang="en"/>
<text lang="en">Is the dataset being created or re-used?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wird der Datensatz selbst erzeugt oder nachgenutzt?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>radio</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets>
<optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_origin_options"/>
</optionsets>
<conditions/>
</question>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification/data-existing_data/creator_name">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>creator_name</key>
<path>all_5/content-classification/data-existing_data/creator_name</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/creator/name"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification/data-existing_data"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>2</order>
<help lang="en"/>
<text lang="en">If re-used, who created the dataset?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wenn nachgenutzt, wer hat den Datensatz erzeugt?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification/data-existing_data/uri">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>uri</key>
<path>all_5/content-classification/data-existing_data/uri</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/uri"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification/data-existing_data"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>3</order>
<help lang="en"/>
<text lang="en">If re-used, under which address, PID or URL can the dataset be found?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wenn nachgenutzt, unter welcher Adresse, PID oder URL ist der Datensatz verfügbar?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification/data-reuse">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>data-reuse</key>
<path>all_5/content-classification/data-reuse</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/>
<section dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification"/>
<questionset/>
<is_collection>True</is_collection>
<order>3</order>
<title lang="en">Reuse</title>
<help lang="en"/>
<verbose_name lang="en">dataset</verbose_name>
<verbose_name_plural lang="en">datasets</verbose_name_plural>
<title lang="de">Nachnutzung</title>
<help lang="de"/>
<verbose_name lang="de">Datensatz</verbose_name>
<verbose_name_plural lang="de">Datensätze</verbose_name_plural>
<conditions/>
</questionset>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification/data-reuse/scenario">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>scenario</key>
<path>all_5/content-classification/data-reuse/scenario</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/reuse_scenario"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification/data-reuse"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>1</order>
<help lang="en">It is important to set the fundamental course as to whether or not the data will be permitted for reuse. Of course, the potential for subsequent use can not be the sole decision criterion, but ethical and legal impediments, such as privacy, copyright and business secrets must be taken into account. Otherwise, consider the re-use potential against the disadvantages, e.g. a decrease in the readiness to participate and the expected extra effort of a data publication.</help>
<text lang="en">Which individuals, groups or institutions could be interested in re-using this dataset? What are possible scenarios?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Wichtig ist die grundsätzliche Weichenstellung, ob die Daten zur Nachnutzung zugelassen werden oder nicht. Selbstverständlich kann das Nachnutzungspotential dabei nicht alleiniges Entscheidungskriterium sein, sondern ethische und rechtliche Hinderungsgründe, wie z.B. Datenschutz, Urheberrecht und die Wahrung von Geschäftsgeheimnissen, müssen berücksichtigt werden. Wägen Sie ansonsten das Nachnutzungspotential gegen die Nachteile ab, beispielsweise gegen ein Absinken der Teilnahmebereitschaft und den zu erwartenden Mehraufwand einer Datenveröffentlichung.</help>
<text lang="de">Für welche Personen, Gruppen oder Institutionen könnte dieser Datensatz (für die Nachnutzung) von Interesse sein? Für welche Szenarien ist dies denkbar?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification/data-reuse/existing">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>existing</key>
<path>all_5/content-classification/data-reuse/existing</path>
<dc:comment>Neue, noch nicht im Katalog RDMO enthaltene Frage, die aufgrund einer Anforderung in 'Bereitstellung und Nutzung quantitativer Forschungsdaten in der Bildungsforschung: Memorandum des Fachkollegiums „Erziehungswissenschaft“ der DFG' aufgenommen wurde</dc:comment>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/reuse_existing"/>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification/data-reuse"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>3</order>
<help lang="en"/>
<text lang="en">If created, are already existing, similar research data available and why is their subsequent use not possible or useful here?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wenn selbst erzeugt, sind bereits existierende, ähnliche Forschungsdaten verfügbar und warum ist deren Nachnutzung hier nicht möglich bzw. sinnvoll?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<default_option/>
<default_external_id/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification/data-reproducibility">
<uri_prefix>https://rdmo.fodako.nrw</uri_prefix>
<key>data-reproducibility</key>
<path>all_5/content-classification/data-reproducibility</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/>
<section dc:uri="https://rdmo.fodako.nrw/questions/all_5/content-classification"/>