forked from rdmorganiser/rdmo-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
4_hefdi_template_questions_1.4.xml
2106 lines (2106 loc) · 90.4 KB
/
4_hefdi_template_questions_1.4.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" ?>
<rdmo xmlns:dc="http://purl.org/dc/elements/1.1/">
<catalog dc:uri="https://hefdi.de/terms/questions/hefdi_template">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>hefdi_template</key>
<dc:comment>Datenmanagementplanvorlage des HeFDI-Projekts Stand: 15.05.2020</dc:comment>
<order>0</order>
<title lang="en">HeFDI DMP</title>
<title lang="de">HeFDI DMP</title>
</catalog>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/general">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>general</key>
<path>hefdi_template/general</path>
<dc:comment/>
<catalog dc:uri="https://hefdi.de/terms/questions/hefdi_template"/>
<order>1</order>
<title lang="en">General information</title>
<title lang="de">Allgemeine Angaben</title>
</section>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/arbeitsgruppeodersoloplayer">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>arbeitsgruppeodersoloplayer</key>
<path>hefdi_template/general/arbeitsgruppeodersoloplayer</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/general"/>
<is_collection>False</is_collection>
<order>0</order>
<title lang="en">project participants</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Projektbeteiligte</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/arbeitsgruppeodersoloplayer/projektbeteiligte">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>projektbeteiligte</key>
<path>hefdi_template/general/arbeitsgruppeodersoloplayer/projektbeteiligte</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_arbeitsgruppeodersoloplayer/arbeitsgruppeodersoloplayer"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/arbeitsgruppeodersoloplayer"/>
<is_collection>False</is_collection>
<order>0</order>
<help lang="en">Is your research project a multi-participant project or are you working alone on the research project?</help>
<text lang="en">project participants</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Handelt es sich bei Ihrem Forschungsvorhaben um ein Projekt mehrerer Beteiligter oder arbeiten Sie allein an einem Forschungsvorhaben?</help>
<text lang="de">Projektbeteiligte</text>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<widget_type>radio</widget_type>
<value_type>option</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets>
<optionset dc:uri="https://hefdi.de/terms/options/hefdi_template_optionenset_arbeitsgruppeodersoloplayer"/>
</optionsets>
<conditions/>
</question>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/allgemeineangaben">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>allgemeineangaben</key>
<path>hefdi_template/general/allgemeineangaben</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/general"/>
<is_collection>False</is_collection>
<order>21</order>
<title lang="en">General information</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Allgemeine Angaben</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/allgemeineangaben/namedesvorhabens">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>namedesvorhabens</key>
<path>hefdi_template/general/allgemeineangaben/namedesvorhabens</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/research_question/title"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/allgemeineangaben"/>
<is_collection>False</is_collection>
<order>1</order>
<help lang="en">e.g. SFB 1234, Project X</help>
<text lang="en">Name of the project</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">z.B. SFB 1234, Teilprojekt XY</help>
<text lang="de">Name des Projekts</text>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/allgemeineangaben/kennungdesvorhabens">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>kennungdesvorhabens</key>
<path>hefdi_template/general/allgemeineangaben/kennungdesvorhabens</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_allgemeineangaben/kennungdesvorhabens"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/allgemeineangaben"/>
<is_collection>False</is_collection>
<order>2</order>
<help lang="en">if any, e.g. SFB 0000_A01</help>
<text lang="en">ID of the project</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">falls vorhanden, z.B. SFB 0000_A01</help>
<text lang="de">Kennung des Projekts</text>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/allgemeineangaben/verantwortlicherleiter">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>verantwortlicherleiter</key>
<path>hefdi_template/general/allgemeineangaben/verantwortlicherleiter</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/coordination/name"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/allgemeineangaben"/>
<is_collection>True</is_collection>
<order>3</order>
<help lang="en">e.g. Prof. Max Mustermann</help>
<text lang="en">Principle investigator</text>
<verbose_name lang="en">Principle investigator</verbose_name>
<verbose_name_plural lang="en">Principle investigators</verbose_name_plural>
<help lang="de">z.B. Prof. Max Mustermann</help>
<text lang="de">Verantwortliche/r Leiter/in</text>
<verbose_name lang="de">verantwortliche/r Leiter/in</verbose_name>
<verbose_name_plural lang="de">verantwortliche Leiter/innen</verbose_name_plural>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/allgemeineangaben/wissenschaftsbereich">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>wissenschaftsbereich</key>
<path>hefdi_template/general/allgemeineangaben/wissenschaftsbereich</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/research_field/title"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/allgemeineangaben"/>
<is_collection>True</is_collection>
<order>4</order>
<help lang="en">according to DFG-structure</help>
<text lang="en">Academic discipline</text>
<verbose_name lang="en">research field</verbose_name>
<verbose_name_plural lang="en">research fields</verbose_name_plural>
<help lang="de">entsprechend der DFG-Fachsystematik</help>
<text lang="de">Wissenschaftsbereich</text>
<verbose_name lang="de">Wissenschaftsbereich</verbose_name>
<verbose_name_plural lang="de">Wissenschaftsbereiche</verbose_name_plural>
<widget_type>select</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets>
<optionset dc:uri="https://rdmorganiser.github.io/terms/options/research_fields"/>
</optionsets>
<conditions/>
</question>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/allgemeineangaben/fachbereich">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>fachbereich</key>
<path>hefdi_template/general/allgemeineangaben/fachbereich</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_allgemeineangaben/fachbereich"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/allgemeineangaben"/>
<is_collection>True</is_collection>
<order>5</order>
<help lang="en"/>
<text lang="en">Involved departments of the institution</text>
<verbose_name lang="en">department</verbose_name>
<verbose_name_plural lang="en">departments</verbose_name_plural>
<help lang="de"/>
<text lang="de">Beteiligte Fachbereiche der Einrichtung</text>
<verbose_name lang="de">Fachbereich</verbose_name>
<verbose_name_plural lang="de">Fachbereiche</verbose_name_plural>
<widget_type>select</widget_type>
<value_type>option</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets>
<optionset dc:uri="https://hefdi.de/terms/options/hefdi_template_optionenset_fachbereich"/>
</optionsets>
<conditions/>
</question>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/zuständigkeiten">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>zuständigkeiten</key>
<path>hefdi_template/general/zuständigkeiten</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/general"/>
<is_collection>False</is_collection>
<order>22</order>
<title lang="en">Responsibilities during the project</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Zuständigkeiten im Verlauf des Projekts</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/zuständigkeiten/fdmimalltag">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>fdmimalltag</key>
<path>hefdi_template/general/zuständigkeiten/fdmimalltag</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_allgemeineangaben/fdmimalltag"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/zuständigkeiten"/>
<is_collection>False</is_collection>
<order>2</order>
<help lang="en">Who is responsible for research data management during the project, especially for storage and backup?</help>
<text lang="en">Responsibilities during the project</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Wer ist für das konkrete Forschungsdatenmanagement im Projektverlauf zuständig, insbesondere in Bezug auf die Speicherung und Sicherung der Forschungsdaten?</help>
<text lang="de">Zuständigkeiten im Verlauf des Projekts</text>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<widget_type>checkbox</widget_type>
<value_type>option</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets>
<optionset dc:uri="https://hefdi.de/terms/options/hefdi_template_optionenset_fdmimalltag"/>
</optionsets>
<conditions/>
</question>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/zuständigkeiten/verantwortlichernachabschluss">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>verantwortlichernachabschluss</key>
<path>hefdi_template/general/zuständigkeiten/verantwortlichernachabschluss</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_allgemeineangaben/verantwortlichernachabschluss"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/general/zuständigkeiten"/>
<is_collection>False</is_collection>
<order>3</order>
<help lang="en">Who is responsible for the research data after completion of the project?</help>
<text lang="en">Responsibilities after completion of the project</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Wer ist nach Abschluss des Projekts für die Daten zuständig?</help>
<text lang="de">Zuständigkeiten nach Abschluss des Projekts</text>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<widget_type>checkbox</widget_type>
<value_type>option</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets>
<optionset dc:uri="https://hefdi.de/terms/options/hefdi_template_optionenset_verantwortlichernachabschluss"/>
</optionsets>
<conditions/>
</question>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>digital_data</key>
<path>hefdi_template/digital_data</path>
<dc:comment/>
<catalog dc:uri="https://hefdi.de/terms/questions/hefdi_template"/>
<order>3</order>
<title lang="en">Digital Data</title>
<title lang="de">Digitale Daten</title>
</section>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/nutzunggdigitalerdaten">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>nutzunggdigitalerdaten</key>
<path>hefdi_template/digital_data/nutzunggdigitalerdaten</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data"/>
<is_collection>False</is_collection>
<order>31</order>
<title lang="en">Usage of digital data</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Nutzung digitaler Daten</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/nutzunggdigitalerdaten/verwendungdigitalerdaten">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>verwendungdigitalerdaten</key>
<path>hefdi_template/digital_data/nutzunggdigitalerdaten/verwendungdigitalerdaten</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/origin"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/nutzunggdigitalerdaten"/>
<is_collection>False</is_collection>
<order>0</order>
<help lang="en">Are already existing digital data being used?</help>
<text lang="en">Usage of digital data</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Werden bereits existierende digitale Daten verwendet?</help>
<text lang="de">Nutzung digitaler Daten</text>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<widget_type>yesno</widget_type>
<value_type>boolean</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/verwendungdigitalerdatenherkunft">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>verwendungdigitalerdatenherkunft</key>
<path>hefdi_template/digital_data/verwendungdigitalerdatenherkunft</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data"/>
<is_collection>False</is_collection>
<order>32</order>
<title lang="en">If so:</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Falls ja:</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions>
<condition dc:uri="https://hefdi.de/terms/conditions/hefdi_verwendungdigitaledaten"/>
</conditions>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/verwendungdigitalerdatenherkunft/verwendungdigitalerdatenherkunft">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>verwendungdigitalerdatenherkunft</key>
<path>hefdi_template/digital_data/verwendungdigitalerdatenherkunft/verwendungdigitalerdatenherkunft</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_digitaledaten/verwendungdigitalerdatenherkunft"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/verwendungdigitalerdatenherkunft"/>
<is_collection>False</is_collection>
<order>1</order>
<help lang="en">Where do the existing research data come from? Please give as precise as possible answers about the source, if possible with DOI (Digital Object Identifier).</help>
<text lang="en">If so:</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Woher stammen die bereits existierenden Daten?</help>
<text lang="de">Falls ja:</text>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<widget_type>checkbox</widget_type>
<value_type>option</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets>
<optionset dc:uri="https://hefdi.de/terms/options/hefdi_template_optionenset_verwendungdigitalerdatenherkunft"/>
</optionsets>
<conditions/>
</question>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/artderdigitalendaten">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>artderdigitalendaten</key>
<path>hefdi_template/digital_data/artderdigitalendaten</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data"/>
<is_collection>False</is_collection>
<order>33</order>
<title lang="en">Type of digital data</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Art der digitalen Daten</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/artderdigitalendaten/artderdigitalendaten">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>artderdigitalendaten</key>
<path>hefdi_template/digital_data/artderdigitalendaten/artderdigitalendaten</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/description"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/artderdigitalendaten"/>
<is_collection>False</is_collection>
<order>0</order>
<help lang="en">What kind of digital data are being worked with during the project?</help>
<text lang="en">Type of digital data</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Mit welchen digitalen Daten wird im Vorhaben gearbeitet?</help>
<text lang="de">Art der digitalen Daten</text>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<widget_type>checkbox</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets>
<optionset dc:uri="https://hefdi.de/terms/options/hefdi_template_optionenset_artderdigitalendaten"/>
</optionsets>
<conditions/>
</question>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/dateiformate">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>dateiformate</key>
<path>hefdi_template/digital_data/dateiformate</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data"/>
<is_collection>False</is_collection>
<order>34</order>
<title lang="en">File formats</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Dateiformate</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/dateiformate/dateiformate">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>dateiformate</key>
<path>hefdi_template/digital_data/dateiformate/dateiformate</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/format"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/dateiformate"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en">Which file formats are used? Hereafter, you can specify the file formats.</help>
<text lang="en">File formats</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Welche Dateiformate werden verwendet? In einem weiteren Schritt können Sie die ausgewählten Dateiformate spezifizieren.</help>
<text lang="de">Dateiformate</text>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<widget_type>checkbox</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets>
<optionset dc:uri="https://hefdi.de/terms/options/hefdi_template_optionenset_dateiformate"/>
</optionsets>
<conditions/>
</question>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/textformate">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>textformate</key>
<path>hefdi_template/digital_data/textformate</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data"/>
<is_collection>False</is_collection>
<order>35</order>
<title lang="en">Text formats</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Textformate</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions>
<condition dc:uri="https://hefdi.de/terms/conditions/hefdi_dateiformate_textformate"/>
</conditions>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/textformate/textformate">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>textformate</key>
<path>hefdi_template/digital_data/textformate/textformate</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_digitaledaten/dateiformate_textformate"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/textformate"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en"/>
<text lang="en">Text formats</text>
<verbose_name lang="en">file format</verbose_name>
<verbose_name_plural lang="en">file formats</verbose_name_plural>
<help lang="de"/>
<text lang="de">Textformate</text>
<verbose_name lang="de">Dateiformat</verbose_name>
<verbose_name_plural lang="de">Dateiformate</verbose_name_plural>
<widget_type>select</widget_type>
<value_type>option</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets>
<optionset dc:uri="https://hefdi.de/terms/options/hefdi_template_optionenset_dateiformate_textformate"/>
</optionsets>
<conditions/>
</question>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/textformate_andere">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>textformate_andere</key>
<path>hefdi_template/digital_data/textformate_andere</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data"/>
<is_collection>False</is_collection>
<order>36</order>
<title lang="en">Other text formats</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Andere Textformate</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions>
<condition dc:uri="https://hefdi.de/terms/conditions/hefdi_dateiformate_textformate_andere"/>
</conditions>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/textformate_andere/textformate_andere">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>textformate_andere</key>
<path>hefdi_template/digital_data/textformate_andere/textformate_andere</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_digitaledaten/dateiformate_textformate_andere"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/textformate_andere"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en">Which other text formats are used? Please state the name or the file extension.</help>
<text lang="en">Other text formats</text>
<verbose_name lang="en">file format</verbose_name>
<verbose_name_plural lang="en">file formats</verbose_name_plural>
<help lang="de">Welche anderen Textformate werden verwendet? Bitte geben Sie den Namen oder die Dateiendung an.</help>
<text lang="de">Andere Textformate</text>
<verbose_name lang="de">Dateiformat</verbose_name>
<verbose_name_plural lang="de">Dateiformate</verbose_name_plural>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/tabellenformate">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>tabellenformate</key>
<path>hefdi_template/digital_data/tabellenformate</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data"/>
<is_collection>False</is_collection>
<order>37</order>
<title lang="en">Spreadsheet and data base formats</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Tabellen- und Datenbankformate</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions>
<condition dc:uri="https://hefdi.de/terms/conditions/hefdi_dateiformate_tabellenformate"/>
</conditions>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/tabellenformate/tabellenformate">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>tabellenformate</key>
<path>hefdi_template/digital_data/tabellenformate/tabellenformate</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_digitaledaten/dateiformate_tabellenformate"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/tabellenformate"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en"/>
<text lang="en">Spreadsheet and data base formats</text>
<verbose_name lang="en">file format</verbose_name>
<verbose_name_plural lang="en">file formats</verbose_name_plural>
<help lang="de"/>
<text lang="de">Tabellen- und Datenbankformate</text>
<verbose_name lang="de">Dateiformat</verbose_name>
<verbose_name_plural lang="de">Dateiformate</verbose_name_plural>
<widget_type>select</widget_type>
<value_type>option</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets>
<optionset dc:uri="https://hefdi.de/terms/options/hefdi_template_optionenset_dateiformate_tabellenformate"/>
</optionsets>
<conditions/>
</question>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/tabellenformate_andere">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>tabellenformate_andere</key>
<path>hefdi_template/digital_data/tabellenformate_andere</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data"/>
<is_collection>False</is_collection>
<order>38</order>
<title lang="en">Other spreadsheet or database formats</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Andere Tabellen- und Datenbankformate</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions>
<condition dc:uri="https://hefdi.de/terms/conditions/hefdi_dateiformate_tabellenformate_andere"/>
</conditions>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/tabellenformate_andere/tabellenformate_andere">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>tabellenformate_andere</key>
<path>hefdi_template/digital_data/tabellenformate_andere/tabellenformate_andere</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_digitaledaten/dateiformate_tabellenformate_andere"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/tabellenformate_andere"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en">Which other spreadsheet or database formats are used? Please state the name or the file extension.</help>
<text lang="en">Other spreadsheet or database formats</text>
<verbose_name lang="en">file format</verbose_name>
<verbose_name_plural lang="en">file formats</verbose_name_plural>
<help lang="de">Welche anderen Tabellen- und Datenbankformate werden verwendet? Bitte geben Sie den Namen oder die Dateiendung an.</help>
<text lang="de">Andere Tabellen- und Datenbankformate</text>
<verbose_name lang="de">Dateiformat</verbose_name>
<verbose_name_plural lang="de">Dateiformate</verbose_name_plural>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/dateiformate_cad">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>dateiformate_cad</key>
<path>hefdi_template/digital_data/dateiformate_cad</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data"/>
<is_collection>False</is_collection>
<order>39</order>
<title lang="en">CAD formats</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">CAD-Formate</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions>
<condition dc:uri="https://hefdi.de/terms/conditions/hefdi_dateiformate_cad"/>
</conditions>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/dateiformate_cad/dateiformate_cad">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>dateiformate_cad</key>
<path>hefdi_template/digital_data/dateiformate_cad/dateiformate_cad</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_digitaledaten/dateiformate_cad"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/dateiformate_cad"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en"/>
<text lang="en">CAD formats</text>
<verbose_name lang="en">file format</verbose_name>
<verbose_name_plural lang="en">file formats</verbose_name_plural>
<help lang="de"/>
<text lang="de">CAD-Formate</text>
<verbose_name lang="de">Dateiformat</verbose_name>
<verbose_name_plural lang="de">Dateiformate</verbose_name_plural>
<widget_type>select</widget_type>
<value_type>option</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets>
<optionset dc:uri="https://hefdi.de/terms/options/hefdi_template_optionenset_dateiformate_cad"/>
</optionsets>
<conditions/>
</question>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/cad_andere">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>cad_andere</key>
<path>hefdi_template/digital_data/cad_andere</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data"/>
<is_collection>False</is_collection>
<order>310</order>
<title lang="en">Other CAD formats</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Andere CAD-Formate</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions>
<condition dc:uri="https://hefdi.de/terms/conditions/hefdi_dateiformate_cad_andere"/>
</conditions>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/cad_andere/cad_andere">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>cad_andere</key>
<path>hefdi_template/digital_data/cad_andere/cad_andere</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_digitaledaten/dateiformate_cad_andere"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/cad_andere"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en">Which other CAD formats are used? Please state the name or the file extension.</help>
<text lang="en">Other CAD formats</text>
<verbose_name lang="en">file format</verbose_name>
<verbose_name_plural lang="en">file formats</verbose_name_plural>
<help lang="de">Welche anderen CAD-Formate werden verwendet? Bitte geben Sie den Namen oder die Dateiendung an.</help>
<text lang="de">Andere CAD-Formate</text>
<verbose_name lang="de">Dateiformat</verbose_name>
<verbose_name_plural lang="de">Dateiformate</verbose_name_plural>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/video">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>video</key>
<path>hefdi_template/digital_data/video</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data"/>
<is_collection>False</is_collection>
<order>311</order>
<title lang="en">Video formats</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Videoformate</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions>
<condition dc:uri="https://hefdi.de/terms/conditions/hefdi_dateiformate_video"/>
</conditions>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/video/hefdi_template_frage_dateiformate_video">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>hefdi_template_frage_dateiformate_video</key>
<path>hefdi_template/digital_data/video/hefdi_template_frage_dateiformate_video</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_digitaledaten/dateiformate_video"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/video"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en"/>
<text lang="en">Video formats</text>
<verbose_name lang="en">file format</verbose_name>
<verbose_name_plural lang="en">file formats</verbose_name_plural>
<help lang="de"/>
<text lang="de">Videoformate</text>
<verbose_name lang="de">Dateiformat</verbose_name>
<verbose_name_plural lang="de">Dateiformate</verbose_name_plural>
<widget_type>select</widget_type>
<value_type>option</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets>
<optionset dc:uri="https://hefdi.de/terms/options/hefdi_template_optionenset_dateiformate_video"/>
</optionsets>
<conditions/>
</question>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/video_andere">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>video_andere</key>
<path>hefdi_template/digital_data/video_andere</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data"/>
<is_collection>False</is_collection>
<order>313</order>
<title lang="en">Other video formats</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Andere Videoformate</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions>
<condition dc:uri="https://hefdi.de/terms/conditions/hefdi_dateiformate_video_andere"/>
</conditions>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/video_andere/video_andere">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>video_andere</key>
<path>hefdi_template/digital_data/video_andere/video_andere</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_digitaledaten/dateiformate_video_andere"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/video_andere"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en">Which other video formats are used? Please state the name or the file extension.</help>
<text lang="en">Other video formats</text>
<verbose_name lang="en">file format</verbose_name>
<verbose_name_plural lang="en">file formats</verbose_name_plural>
<help lang="de">Welche anderen Videoformate werden verwendet? Bitte geben Sie den Namen oder die Dateiendung an.</help>
<text lang="de">Andere Videoformate</text>
<verbose_name lang="de">Dateiformat</verbose_name>
<verbose_name_plural lang="de">Dateiformate</verbose_name_plural>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/tonaudio">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>tonaudio</key>
<path>hefdi_template/digital_data/tonaudio</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data"/>
<is_collection>False</is_collection>
<order>314</order>
<title lang="en">Audio formats</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Audioformate</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions>
<condition dc:uri="https://hefdi.de/terms/conditions/hefdi_dateiformate_tonaudio"/>
</conditions>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/tonaudio/tonaudio">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>tonaudio</key>
<path>hefdi_template/digital_data/tonaudio/tonaudio</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_digitaledaten/dateiformate_tonaudio"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/tonaudio"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en"/>
<text lang="en">Audio formats</text>
<verbose_name lang="en">file format</verbose_name>
<verbose_name_plural lang="en">file formats</verbose_name_plural>
<help lang="de"/>
<text lang="de">Audioformate</text>
<verbose_name lang="de">Dateiformat</verbose_name>
<verbose_name_plural lang="de">Dateiformate</verbose_name_plural>
<widget_type>select</widget_type>
<value_type>option</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets>
<optionset dc:uri="https://hefdi.de/terms/options/hefdi_template_optionenset_dateiformate_tonaudio"/>
</optionsets>
<conditions/>
</question>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/tonaudio_andere">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>tonaudio_andere</key>
<path>hefdi_template/digital_data/tonaudio_andere</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data"/>
<is_collection>False</is_collection>
<order>315</order>
<title lang="en">Other audio formats</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Andere Audioformate</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions>
<condition dc:uri="https://hefdi.de/terms/conditions/hefdi_dateiformate_tonaudio_andere"/>
</conditions>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/tonaudio_andere/tonaudio_andere">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>tonaudio_andere</key>
<path>hefdi_template/digital_data/tonaudio_andere/tonaudio_andere</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_digitaledaten/dateiformate_tonaudio_andere"/>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/tonaudio_andere"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en">Which other audio formats are used? Please state the name or the file extension.</help>
<text lang="en">Other audio formats</text>
<verbose_name lang="en">file format</verbose_name>
<verbose_name_plural lang="en">file formats</verbose_name_plural>
<help lang="de">Welche anderen Audioformate werden verwendet? Bitte geben Sie den Namen oder die Dateiendung an.</help>
<text lang="de">Andere Audioformate</text>
<verbose_name lang="de">Dateiformat</verbose_name>
<verbose_name_plural lang="de">Dateiformate</verbose_name_plural>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/rastergraphikformate">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>rastergraphikformate</key>
<path>hefdi_template/digital_data/rastergraphikformate</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data"/>
<is_collection>False</is_collection>
<order>316</order>
<title lang="en">Raster graphic formats</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Rastergrafikformate</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions>
<condition dc:uri="https://hefdi.de/terms/conditions/hefdi_dateiformate_rastergraphikformate"/>
</conditions>
</questionset>
<question dc:uri="https://hefdi.de/terms/questions/hefdi_template/digital_data/rastergraphikformate/rastergraphikformate">
<uri_prefix>https://hefdi.de/terms</uri_prefix>
<key>rastergraphikformate</key>
<path>hefdi_template/digital_data/rastergraphikformate/rastergraphikformate</path>
<dc:comment/>
<attribute dc:uri="https://hefdi.de/terms/domain/hefdi_digitaledaten/dateiformate_rastergraphikformate"/>