forked from rdmorganiser/rdmo-catalog
-
Notifications
You must be signed in to change notification settings - Fork 4
/
publisso_terms4life_emiminV1_questions.xml
3559 lines (3534 loc) · 169 KB
/
publisso_terms4life_emiminV1_questions.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://rdmo.publisso.de/terms4life/questions/emimin">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>emimin</key>
<dc:comment/>
<order>0</order>
<title lang="en">EmiMin V1.0</title>
<title lang="de">EmiMin V1.0</title>
</catalog>
<section dc:uri="https://rdmorganiser.github.io/terms/questions/emimin/general">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>general</key>
<path>emimin/general</path>
<dc:comment/>
<catalog dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin"/>
<order>0</order>
<title lang="en">General</title>
<title lang="de">Allgemein</title>
</section>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/emimin/general/institution-research_question">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>institution-research_question</key>
<path>emimin/general/institution-research_question</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmorganiser.github.io/terms/questions/emimin/general"/>
<is_collection>False</is_collection>
<order>0</order>
<title lang="en">Institution</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Einrichtung</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/institution-research_question/institution">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>institution</key>
<path>emimin/general/institution-research_question/institution</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/institution/name"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/emimin/general/institution-research_question"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en"/>
<text lang="en">Which institution is concerned?</text>
<verbose_name lang="en">Institution</verbose_name>
<verbose_name_plural lang="en">Institutions</verbose_name_plural>
<help lang="de"/>
<text lang="de">Um welche Einrichtung handelt es sich?</text>
<verbose_name lang="de">Einrichtung</verbose_name>
<verbose_name_plural lang="de">Einrichtungen</verbose_name_plural>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/institution-research_question/location">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>location</key>
<path>emimin/general/institution-research_question/location</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/institution/address"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/emimin/general/institution-research_question"/>
<is_collection>True</is_collection>
<order>1</order>
<help lang="en">The address (street, house number, postcode, city) is sufficient as an answer. This question is primarily about naming a contact possibility. Directions, etc. are not necessary at this point.</help>
<text lang="en">Where is the institution?</text>
<verbose_name lang="en">Adress</verbose_name>
<verbose_name_plural lang="en">Adresses</verbose_name_plural>
<help lang="de">Die Adresse (Straße, Hausnummer, PLZ, Stadt) ist als Antwort ausreichend. Es geht bei dieser Frage in erster Linie darum, eine Kontaktmöglichkeit zu benennen. Wegbeschreibungen, etc sind an dieser Stelle nicht notwendig.</help>
<text lang="de">Wo befindet sich die Einrichtung?</text>
<verbose_name lang="de">Adresse</verbose_name>
<verbose_name_plural lang="de">Adressen</verbose_name_plural>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/institution-research_question/projectpart">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>projectpart</key>
<path>emimin/general/institution-research_question/projectpart</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/institution/subproject"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/emimin/general/institution-research_question"/>
<is_collection>True</is_collection>
<order>2</order>
<help lang="en"/>
<text lang="en">Which subproject is the institution assigned to?</text>
<verbose_name lang="en">Subproject</verbose_name>
<verbose_name_plural lang="en">Subprojects</verbose_name_plural>
<help lang="de"/>
<text lang="de">Welchem Teilprojekt ist die Einrichtung zugeordnet?</text>
<verbose_name lang="de">Teilprojekt</verbose_name>
<verbose_name_plural lang="de">Teilprojekte</verbose_name_plural>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/institution-research_question/research_question">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>research_question</key>
<path>emimin/general/institution-research_question/research_question</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/institution/research-question"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/emimin/general/institution-research_question"/>
<is_collection>True</is_collection>
<order>3</order>
<help lang="en"/>
<text lang="en">With which reasearch questions deals your institution within this project?</text>
<verbose_name lang="en">Research question</verbose_name>
<verbose_name_plural lang="en">Research questions</verbose_name_plural>
<help lang="de"/>
<text lang="de">Welche Forschungsfragen werden in Ihrer Einrichtung im Rahmen des Projektes behandelt?</text>
<verbose_name lang="de">Forschungsfrage</verbose_name>
<verbose_name_plural lang="de">Forschungsfragen</verbose_name_plural>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/institution-research_question/responsibility">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>responsibility</key>
<path>emimin/general/institution-research_question/responsibility</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/institution/contact-person"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/emimin/general/institution-research_question"/>
<is_collection>True</is_collection>
<order>4</order>
<help lang="en">The question aims to name one (or more) contact persons who can centrally handle enquiries about the data in the project. Either directly in person, or by specifying a person with the corresponding expertise.</help>
<text lang="en">Who is/are the contact person(s) for data management questions in this project?</text>
<verbose_name lang="en">Contact person</verbose_name>
<verbose_name_plural lang="en">Contact persons</verbose_name_plural>
<help lang="de">Die Frage zielt darauf, eine (oder mehrere) Ansprechpersonen zu benennen, die zentral Anfragen zu den Daten im Projekt bearbeiten kann. Entweder direkt persönlich, oder durch Angabe einer Person mit entsprechender Expertise.</help>
<text lang="de">Wer ist bei diesem Projekt der/die Ansprechpartner/in für das Datenmanagement?</text>
<verbose_name lang="de">Ansprechperson</verbose_name>
<verbose_name_plural lang="de">Ansprechpersonen</verbose_name_plural>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/belonging_facilities">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>belonging_facilities</key>
<path>emimin/general/belonging_facilities</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmorganiser.github.io/terms/questions/emimin/general"/>
<is_collection>False</is_collection>
<order>1</order>
<title lang="en">Belonging facilities</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Zugehörige Betriebe</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/belonging_facilities/facilities_quantity">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>facilities_quantity</key>
<path>emimin/general/belonging_facilities/facilities_quantity</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/facilities_quantity/quantity"/>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/belonging_facilities"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en"/>
<text lang="en">How many facilities are supervised by the institution?</text>
<verbose_name lang="en">facility</verbose_name>
<verbose_name_plural lang="en">facilities</verbose_name_plural>
<help lang="de"/>
<text lang="de">Wieviele Betriebe werden im Projekt von der Einrichtung betreut?</text>
<verbose_name lang="de">Betrieb</verbose_name>
<verbose_name_plural lang="de">Betriebe</verbose_name_plural>
<widget_type>range</widget_type>
<value_type>integer</value_type>
<maximum>10.0</maximum>
<minimum>0.0</minimum>
<step>1.0</step>
<unit>facilities</unit>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/belonging_facilities/facilities_name">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>facilities_name</key>
<path>emimin/general/belonging_facilities/facilities_name</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/facilities_quantity/name"/>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/belonging_facilities"/>
<is_collection>True</is_collection>
<order>1</order>
<help lang="en"/>
<text lang="en">Which facilities are associated and with which research design?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Welche Betriebe mit welcher Versuchsanordnung sind angebunden?</text>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/belonging_facilities/species">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>species</key>
<path>emimin/general/belonging_facilities/species</path>
<dc:comment/>
<attribute dc:uri="http://rdmo.publisso.de/terms4life/domain/project/facilities_quantity/species"/>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/belonging_facilities"/>
<is_collection>True</is_collection>
<order>2</order>
<help lang="en">At this point, only the animal species is indicated. Further species specifications are requested at another point.</help>
<text lang="en">Which animal species is kept in the facilities?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">An dieser Stelle wird nur die Tierart angegeben. Weitere Spezifikationen werden an anderer Stelle abgefragt.</help>
<text lang="de">Welche Tierart wird in den Betrieben gehalten?</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://rdmo.publisso.de/terms4life/questions/emimin/general/belonging_facilities/production_direction">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>production_direction</key>
<path>emimin/general/belonging_facilities/production_direction</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/facilities_quantity/production_direction"/>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/belonging_facilities"/>
<is_collection>True</is_collection>
<order>3</order>
<help lang="en"/>
<text lang="en">Which production directions are investigated in the facilities?</text>
<verbose_name lang="en">production direction</verbose_name>
<verbose_name_plural lang="en">production directions</verbose_name_plural>
<help lang="de"/>
<text lang="de">Welche Produktionsrichtungen werden in den Betrieben untersucht?</text>
<verbose_name lang="de">Produktionsrichtung</verbose_name>
<verbose_name_plural lang="de">Produktionsrichtungen</verbose_name_plural>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/belonging_facilities/contact_person">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>contact_person</key>
<path>emimin/general/belonging_facilities/contact_person</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/facilities_quantity/facility-contact"/>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/belonging_facilities"/>
<is_collection>True</is_collection>
<order>4</order>
<help lang="en"/>
<text lang="en">Who is responsible for the project in the facility (contact person)?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wer ist dort veranwortlich für das Projekt (Kontaktperson)?</text>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/belonging_facilities/responsible_facility_communication">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>responsible_facility_communication</key>
<path>emimin/general/belonging_facilities/responsible_facility_communication</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/facilities_quantity/project-contact"/>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/belonging_facilities"/>
<is_collection>True</is_collection>
<order>5</order>
<help lang="en"/>
<text lang="en">Who is responsible for the organisation of the communication with the facilities?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wer ist verantwortlich für die Organisation der Kommunikation mit den Betrieben?</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>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/measurement_info">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>measurement_info</key>
<path>emimin/general/measurement_info</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/measurement_info"/>
<section dc:uri="https://rdmorganiser.github.io/terms/questions/emimin/general"/>
<is_collection>False</is_collection>
<order>3</order>
<title lang="en">General information on measurement</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Allgemeines zur Messung</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/measurement_info/measuring_institute">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>measuring_institute</key>
<path>emimin/general/measurement_info/measuring_institute</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/measurement_info/measuring_institute"/>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/measurement_info"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en"/>
<text lang="en">Which institution is responsible for the measurement technology and for carrying out the measurements?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Welches Einrichtung ist für die Messtechnik und Durchführung der Messungen verantwortlich?</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="http://example.com/terms/questions/emimin/general/measurement_info/measurement_contact">
<uri_prefix>http://example.com/terms</uri_prefix>
<key>measurement_contact</key>
<path>emimin/general/measurement_info/measurement_contact</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/measurement_info/measurement_contact"/>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/measurement_info"/>
<is_collection>True</is_collection>
<order>1</order>
<help lang="en"/>
<text lang="en">Who is responsible there as contact person for the project?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wer ist dort verantwortlich als Kontaktperson für das Projekt?</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="http://example.com/terms/questions/emimin/general/measurement_info/reduction_technique_manufacturer">
<uri_prefix>http://example.com/terms</uri_prefix>
<key>reduction_technique_manufacturer</key>
<path>emimin/general/measurement_info/reduction_technique_manufacturer</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/measurement_info/reduction_technique_manufacturer"/>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/measurement_info"/>
<is_collection>True</is_collection>
<order>2</order>
<help lang="en"/>
<text lang="en">Which manufacturer is responsible for the reduction technology?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Welcher Hersteller ist für die Minderungstechnik verantwortlich?</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="http://example.com/terms/questions/emimin/general/measurement_info/reduction_technique_contact">
<uri_prefix>http://example.com/terms</uri_prefix>
<key>reduction_technique_contact</key>
<path>emimin/general/measurement_info/reduction_technique_contact</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/measurement_info/reduction_technique_contact"/>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/general/measurement_info"/>
<is_collection>True</is_collection>
<order>3</order>
<help lang="en"/>
<text lang="en">Who is responsible there as contact person for the project?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wer ist dort verantwortlich als Kontaktperson für das Projekt?</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>
<section dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/requirements">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>requirements</key>
<path>emimin/requirements</path>
<dc:comment/>
<catalog dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin"/>
<order>1</order>
<title lang="en">Requirements</title>
<title lang="de">Anforderungen</title>
</section>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/emimin/requirements/other-requirements-yesno">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>other-requirements-yesno</key>
<path>emimin/requirements/other-requirements-yesno</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/requirements"/>
<is_collection>False</is_collection>
<order>0</order>
<title lang="en">Other requirements initial question</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Weitere Anforderungen Eingangsfrage</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/emimin/requirements/other-requirements-yesno/yesno">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>yesno</key>
<path>emimin/requirements/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://rdmorganiser.github.io/terms/questions/emimin/requirements/other-requirements-yesno"/>
<is_collection>True</is_collection>
<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 external entities (e.g. the scholarly/scientific community)?</text>
<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 externen Stellen (z. B. von der Fachcommunity) Anforderungen an das Datenmanagement, die beachtet werden müssen?</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>
<optionset dc:uri="https://rdmorganiser.github.io/terms/options/other_requirements_options"/>
</optionsets>
<conditions/>
</question>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/requirements/other-requirements-requiremants_and_regulations">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>other-requirements-requiremants_and_regulations</key>
<path>emimin/requirements/other-requirements-requiremants_and_regulations</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/requirements"/>
<is_collection>False</is_collection>
<order>1</order>
<title lang="en">Which other requirements</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Welche weiteren Anforderungen</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/emimin/requirements/other-requirements-requiremants_and_regulations/requirements">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>requirements</key>
<path>emimin/requirements/other-requirements-requiremants_and_regulations/requirements</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/additional_rdm_policy/requirements"/>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/requirements/other-requirements-requiremants_and_regulations"/>
<is_collection>True</is_collection>
<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>
<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>
<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>
<condition dc:uri="https://rdmorganiser.github.io/terms/conditions/additional_rdm_policy"/>
</conditions>
</question>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/requirements/other-requirements-requiremants_and_regulations/regulations">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>regulations</key>
<path>emimin/requirements/other-requirements-requiremants_and_regulations/regulations</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/additional_rdm_policy/regulations"/>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/requirements/other-requirements-requiremants_and_regulations"/>
<is_collection>True</is_collection>
<order>1</order>
<help lang="en"/>
<text lang="en">What is regulated in the requirements?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Was wird in den Anforderungen geregelt?</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>
<optionset dc:uri="https://rdmorganiser.github.io/terms/options/other_requirements_options"/>
</optionsets>
<conditions/>
</question>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/emimin/requirements/other-requirements-rdm_policy">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>other-requirements-rdm_policy</key>
<path>emimin/requirements/other-requirements-rdm_policy</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/requirements"/>
<is_collection>False</is_collection>
<order>2</order>
<title lang="en">Institutional requirements</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Institutionelle Anforderungen</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/emimin/requirements/other-requirements-rdm_policy/rdm_policy">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>rdm_policy</key>
<path>emimin/requirements/other-requirements-rdm_policy/rdm_policy</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/partner/rdm_policy"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/emimin/requirements/other-requirements-rdm_policy"/>
<is_collection>True</is_collection>
<order>0</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://data.uni-bielefeld.de/en/policy" target=_blank">Principles and guidelines on handling research data at Bielefeld University</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>
<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://data.uni-bielefeld.de/de/policy" target=_blank">Grundsätze zu Forschungsdaten</a> der Universität Bielefeld 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>
<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://rdmo.publisso.de/terms4life/options/institutional_rules"/>
</optionsets>
<conditions/>
</question>
<section dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>exposures</key>
<path>emimin/exposures</path>
<dc:comment/>
<catalog dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin"/>
<order>2</order>
<title lang="en">Exposures</title>
<title lang="de">Vorbelastungen</title>
</section>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures/exposures_yesno">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>exposures_yesno</key>
<path>emimin/exposures/exposures_yesno</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures"/>
<is_collection>False</is_collection>
<order>0</order>
<title lang="en">Exposures?</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Vorbelastungen?</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures/exposures_yesno/yesno">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>yesno</key>
<path>emimin/exposures/exposures_yesno/yesno</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/exposures/yesno"/>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures/exposures_yesno"/>
<is_collection>False</is_collection>
<order>0</order>
<help lang="en">The aim of this and the following questions in this section is to document known conditions in, on and/or around the barn being researched that may, or do, affect the measurements.</help>
<text lang="en">Are there pre-existing exposures at the facilities that have to be considered?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Ziel dieser und der folgenden Fragen in diesem Abschnitt ist die Dokumentation von bekannten Gegebenheiten in, am und/oder um den zu erforschenden Stall, die die Messungen beeinträchtigen können, oder es sogar tun.</help>
<text lang="de">Gibt es an den Versuchsstandorten Vorbelastungen, die zu beachten sind?</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="http://example.com/terms/questions/emimin/exposures/which_exposures">
<uri_prefix>http://example.com/terms</uri_prefix>
<key>which_exposures</key>
<path>emimin/exposures/which_exposures</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures"/>
<is_collection>False</is_collection>
<order>1</order>
<title lang="en">Handling of exposures</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Umgang mit Vorbelastungen</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions>
<condition dc:uri="https://rdmo.publisso.de/terms4life/conditions/exposures_yes"/>
</conditions>
</questionset>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures/which_exposures/which_exposures_question">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>which_exposures_question</key>
<path>emimin/exposures/which_exposures/which_exposures_question</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/exposures/which"/>
<questionset dc:uri="http://example.com/terms/questions/emimin/exposures/which_exposures"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en"/>
<text lang="en">Which exposures are there?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Welche Vorbelastungen sind das?</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://rdmo.publisso.de/terms4life/questions/emimin/exposures/which_exposures/exposure_handling">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>exposure_handling</key>
<path>emimin/exposures/which_exposures/exposure_handling</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/exposures/handling"/>
<questionset dc:uri="http://example.com/terms/questions/emimin/exposures/which_exposures"/>
<is_collection>True</is_collection>
<order>1</order>
<help lang="en"/>
<text lang="en">How is this handled?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wie wird damit umgegangen?</text>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="http://example.com/terms/questions/emimin/exposures/chemical_question">
<uri_prefix>http://example.com/terms</uri_prefix>
<key>chemical_question</key>
<path>emimin/exposures/chemical_question</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures"/>
<is_collection>False</is_collection>
<order>2</order>
<title lang="en">Chemicals?</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Chemikalien?</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="http://example.com/terms/questions/emimin/exposures/chemical_question/chemical_yesno">
<uri_prefix>http://example.com/terms</uri_prefix>
<key>chemical_yesno</key>
<path>emimin/exposures/chemical_question/chemical_yesno</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/exposures/chemicals/yesno"/>
<questionset dc:uri="http://example.com/terms/questions/emimin/exposures/chemical_question"/>
<is_collection>False</is_collection>
<order>0</order>
<help lang="en">Chemicals may be in place (not exhaustive):
- Detergent
- Biocides</help>
<text lang="en">Are chemicals or other substances used at the test sites, e.g. for pest control?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Chemikalien können an der Stelle sein (nicht abschliessend):
- Reinigungsmittel
- Biozide</help>
<text lang="de">Werden an den Versuchsstandorten Chemikalien oder andere Stoffe z.B. zur Schädlingsbekämpfung eingesetzt?</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://rdmo.publisso.de/terms4life/questions/emimin/exposures/chemicals_which_and_how?">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>chemicals_which_and_how?</key>
<path>emimin/exposures/chemicals_which_and_how?</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures"/>
<is_collection>False</is_collection>
<order>3</order>
<title lang="en">Handling of chemicals</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Umgang mit Chemikalien</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions>
<condition dc:uri="https://rdmo.publisso.de/terms4life/conditions/chemicals_yes"/>
</conditions>
</questionset>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures/chemicals_which_and_how?/which_chemicals">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>which_chemicals</key>
<path>emimin/exposures/chemicals_which_and_how?/which_chemicals</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/exposures/chemicals/which"/>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures/chemicals_which_and_how?"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en"/>
<text lang="en">What substances are these?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Welche Stoffe sind das?</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://rdmo.publisso.de/terms4life/questions/emimin/exposures/chemicals_which_and_how?/effects_question">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>effects_question</key>
<path>emimin/exposures/chemicals_which_and_how?/effects_question</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/exposures/chemicals/yesno"/>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures/chemicals_which_and_how?"/>
<is_collection>False</is_collection>
<order>1</order>
<help lang="en"/>
<text lang="en">Do these substances have effects on emission measurements?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Haben diese Stoffe Auswirkungen auf Emissionsmessungen?</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="http://example.com/terms/questions/emimin/exposures/effect_handling">
<uri_prefix>http://example.com/terms</uri_prefix>
<key>effect_handling</key>
<path>emimin/exposures/effect_handling</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures"/>
<is_collection>False</is_collection>
<order>4</order>
<title lang="en">Handling with chemical effects</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Umgang mit chemikalischen Effekten</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions>
<condition dc:uri="https://rdmo.publisso.de/terms4life/conditions/chemicals_yes"/>
</conditions>
</questionset>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures/effect_handling/chemicals_handling">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>chemicals_handling</key>
<path>emimin/exposures/effect_handling/chemicals_handling</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/exposures/chemicals/handling"/>
<questionset dc:uri="http://example.com/terms/questions/emimin/exposures/effect_handling"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en"/>
<text lang="en">How is this handled?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wie wird damit umgegangen?</text>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures/other_effects_question">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>other_effects_question</key>
<path>emimin/exposures/other_effects_question</path>
<dc:comment/>
<attribute/>
<section dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures"/>
<is_collection>False</is_collection>
<order>5</order>
<title lang="en">Other effects?</title>
<help lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Andere Einflussfaktoren?</title>
<help lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<conditions/>
</questionset>
<question dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures/other_effects_question/Other_effects_yesno">
<uri_prefix>https://rdmo.publisso.de/terms4life</uri_prefix>
<key>Other_effects_yesno</key>
<path>emimin/exposures/other_effects_question/Other_effects_yesno</path>
<dc:comment/>
<attribute dc:uri="https://rdmo.publisso.de/terms4life/domain/project/exposures/other_factors/yesno"/>
<questionset dc:uri="https://rdmo.publisso.de/terms4life/questions/emimin/exposures/other_effects_question"/>
<is_collection>True</is_collection>
<order>0</order>
<help lang="en">This question serves to query all other circumstances that (may) have an influence on the measurements. It is advisable to understand the question as comprehensively as possible.</help>
<text lang="en">Are there any other influencing factors (e.g. operating procedures or pest infestation, which could potentially affect measured values) at the test site that must be taken into account?</text>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Diese Frage dient dazu, alle weiteren Gegebenheiten abzufragen, die einen Einfluss auf die Messungen haben (können). Es empfiehlt sich, die Frage möglichst umfassend zu verstehen.</help>
<text lang="de">Gibt es sonstige Einflussfaktoren (z.B. Betriebsabläufe oder Schädlingsbefall, welche potenziell Messwerte beeinträchtigen können) an der Versuchsstandorten, die zu beachten sind?</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/>