forked from rdmorganiser/rdmo-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
horizon-europe.xml
5416 lines (5261 loc) · 326 KB
/
horizon-europe.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<rdmo xmlns:dc="http://purl.org/dc/elements/1.1/" created="2022-05-17T02:06:28.406393+02:00">
<catalog dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>horizon-europe</key>
<dc:comment>RDMO questionnaire for the funding framework program "Horizon Europe" (2021-2027) of the European Commission</dc:comment>
<order>5</order>
<title lang="en">Horizon Europe</title>
<help lang="en">This catalog is intended for research projects funded by EU Horizon Europe. It is compiled according to the <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Data Management Plan Template, Version 1.0 from May 5, 2021</a>. Some of the EU questions are broken down into sub-questions. In addition, for many questions there is the option of answering the question on a dataset-specific basis. There is a suitable view for the output of the data management plan, which
- outputs the data management plan in the deliverable form desired by the EU;
- uses the original EU questions;
- automatically inserts references to questions that have already been asked in a similar form.</help>
<title lang="de">Horizon Europe</title>
<help lang="de">Dieser Katalog ist für Forschungsprojekte bestimmt, die durch die Europäische Kommission im Förderprogramm Horizon Europe finanziert werden. Er ist nach der <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Vorlage für Datenmanagementplan, Version 1.0 vom 5. Mai 2021</a> zusammengestellt. Einige der EU-Fragen sind in Unterfragen untergliedert. Darüber hinaus besteht bei vielen Fragen die Möglichkeit, die Frage datensatzspezifisch zu beantworten. Für den Output des Datenmanagementplans gibt es eine passende Ansicht, die
- den Datenmanagementplan in der von der EU gewünschten lieferbaren Form ausgibt;
- die ursprünglichen EU-Fragen verwendet;
- automatisch Verweise auf Fragen einfügt, die bereits in ähnlicher Form gestellt wurden.</help>
<title lang="es">Horizon Europe</title>
<help lang="es">Este catálogo está destinado a proyectos de investigación financiados por la Comisión Europea en el programa Horizon Europe. Se ha elaborado de acuerdo con la <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Plantilla de Plan de Gestión de Datos, Versión 1.0 del 5 de mayo de 2021</a>. Algunas de las preguntas de la UE se desglosan en subpreguntas. Además, para muchas preguntas existe la opción de responder a la pregunta en referencia a síngulos conjuntos de datos. Existe una vista adecuada para la salida del plan de gestión de datos, que
- produce el plan de gestión de datos en la forma deseada por la UE;
- utiliza las preguntas originales de la UE;
- inserta automáticamente referencias a preguntas que ya se han formulado de forma similar.</help>
<title lang="fr">Horizon Europe</title>
<help lang="fr">Ce catalogue est destiné aux projets de recherche financés par la Commission Européenne dans le cadre du programme Horizon Europe. Il est compilé selon le <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Modèle de Plan de gestion de données, Version 1.0 du 5 mai 2021</a>. Certaines questions de l'UE sont divisées en sous-questions. En outre, pour de nombreuses questions, il est possible de répondre à la question pour chaque jeu de données. Il existe une « vue » appropriée pour la sortie du plan de gestion des données, qui
- produit le plan de gestion des données sous la forme livrable souhaitée par l'UE ;
- utilise les questions originales de l'UE ;
- insère automatiquement des références à des questions qui ont déjà été posées sous une forme similaire.</help>
<title lang="it">Horizon Europe</title>
<help lang="it">Questo catalogo è destinato ai progetti di ricerca finanziati dalla Commissione Europea nell'ambito del programma Horizon Europe. È compilato in base al <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Modello di Piano di Gestione dei Dati, Versione 1.0 del 5 maggio 2021</a>. Alcune delle domande dell'UE sono suddivise in sotto-domande. Inoltre, per molte domande c'è la possibilità di rispondere alla domanda in riferimento alla singola raccolta di dati. Esiste una visualizzazione adeguata per l'output del piano di gestione dei dati, che
- produce il piano di gestione dei dati nella forma desiderata dall'UE;
- utilizza le domande originali dell'UE;
- inserisce automaticamente i riferimenti alle domande che sono già state poste in una forma simile.</help>
</catalog>
<section dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/general">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>general</key>
<path>horizon-europe/general</path>
<dc:comment/>
<catalog dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe"/>
<order>0</order>
<title lang="en">General</title>
<title lang="de">Allgemeines</title>
<title lang="es">General</title>
<title lang="fr">Général</title>
<title lang="it">Generale</title>
</section>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/general/general">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>general</key>
<path>horizon-europe/general/general</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project"/>
<section dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/general"/>
<questionset/>
<is_collection>False</is_collection>
<order>1</order>
<title lang="en">Basic information on the project</title>
<help lang="en">This questionnaire is intended for research projects funded by EU Horizon Europe. It is compiled according to the <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Data Management Plan Template, Version 1.0 from May 5, 2021</a>. Some of the EU questions are broken down into sub-questions. In addition, for many questions there is the option of answering the question on a dataset-specific basis. There is a suitable view for the output of the data management plan, which
- outputs the data management plan in the deliverable form desired by the EU,
- uses the original EU questions,
- automatically inserts references to questions that have already been asked in a similar form</help>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<title lang="de">Eckdaten zum Projekt</title>
<help lang="de">Dieser Fragenkatalog ist für Forschungsprojekte gedacht, die durch EU Horizont Europa gefördert werden. Er ist nach dem <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Data Management Plan Template, Version 1.0 vom 5. Mai 2021</a>, zusammengestellt. Einige der EU-Fragen sind in Teilfragen aufgegliedert. Außerdem besteht bei vielen Fragen die Möglichkeit, die Frage datensatzspezifisch zu beantworten. Für die Ausgabe des Datenmanagementplans gibt es eine passende Ansicht, die
- den Datenmanagementplan in der von der EU gewünschte Deliverable-Form ausgibt
- die originalen EU-Fragen einsetzt
- automatisch Verweise auf Fragen einfügt, die in ähnlicher Form schon einmal gestellt worden sind</help>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<title lang="es">Informaciones generales sobre el proyecto</title>
<help lang="es">.....</help>
<verbose_name lang="es"/>
<verbose_name_plural lang="es"/>
<title lang="fr">Informations générales sur le projet</title>
<help lang="fr">Ce questionnaire est destiné aux projets de recherche financés par EU Horizon Europe. Il est compilé selon le <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Modèle de plan de gestion des données, version 1.0 du 5 mai 2021</a>. Certaines des questions de l'UE sont divisées en sous-questions. De plus, nombreuses questions doivent être répondues specifiquement pour chaque jeu de données. Il existe une vue appropriée pour la génération du plan de gestion des données, qui
- produit le plan de gestion des données sous la forme livrable souhaitée par l'UE,
- utilise les questions originales de l'UE,
- insère automatiquement des références à des questions déjà posées sous une forme similaire</help>
<verbose_name lang="fr"/>
<verbose_name_plural lang="fr"/>
<title lang="it">Informazioni generali sul progetto</title>
<help lang="it">Questo questionario è inteso per progetti di ricerca finanziati tramite Horizon EU. È compilato secondo il modello <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx" target=_blank>Modello di piano di gestione dei dati, versione 1.0 del 5 maggio 2021</a>. Alcune delle domande della EU sono state suddivise in sotto-quesiti. Per alcune domande, le risposte vanno riferite alle singole racolte di dati. Per l'esportazione del piano di gestione dei dati esiste una vista/template specifica,
- compatibile con il template richiesto dall'EU
- contenente le domande originali dell'EU
- che inserisce automaticamente riferimenti a domande simili già risposte in precedenza.</help>
<verbose_name lang="it"/>
<verbose_name_plural lang="it"/>
<conditions/>
</questionset>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/general/general/grant_nr">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>grant_nr</key>
<path>horizon-europe/general/general/grant_nr</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/funder/grant_nr"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/general/general"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>1</order>
<help lang="en">With which grant number was the funding awarded?</help>
<text lang="en">Project reference number:</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Wie lautet das Förderkennzeichen dieser Förderung?</help>
<text lang="de">Projektnummer:</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<help lang="es">¿Abajo qué número fue emitido el financiamiento de este proyecto?</help>
<text lang="es">Número del proyecto:</text>
<default_text lang="es"/>
<verbose_name lang="es"/>
<verbose_name_plural lang="es"/>
<help lang="fr">Avec quel numéro de subvention le financement a-t-il été accordé ?</help>
<text lang="fr">Numéro du projet :</text>
<default_text lang="fr"/>
<verbose_name lang="fr"/>
<verbose_name_plural lang="fr"/>
<help lang="it">Qual è il numero sequenziale assegnato dal finanziatore a questo progetto?</help>
<text lang="it">Numero del progetto:</text>
<default_text lang="it"/>
<verbose_name lang="it"/>
<verbose_name_plural lang="it"/>
<default_option/>
<default_external_id/>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/general/general/acronym">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>acronym</key>
<path>horizon-europe/general/general/acronym</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/acronym"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/general/general"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>2</order>
<help lang="en">Short title / acronym of the project</help>
<text lang="en">Project acronym:</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Kurztitel / Akronym des Projekts</help>
<text lang="de">Projektakronym:</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<help lang="es">Título corto / acrónimo del proyecto</help>
<text lang="es">Acrónimo del proyecto:</text>
<default_text lang="es"/>
<verbose_name lang="es"/>
<verbose_name_plural lang="es"/>
<help lang="fr">Titre court / acronyme du projet</help>
<text lang="fr">Acronyme du projet :</text>
<default_text lang="fr"/>
<verbose_name lang="fr"/>
<verbose_name_plural lang="fr"/>
<help lang="it">Titolo breve / acronimo del progetto</help>
<text lang="it">Acronimo del progetto:</text>
<default_text lang="it"/>
<verbose_name lang="it"/>
<verbose_name_plural lang="it"/>
<default_option/>
<default_external_id/>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/general/general/project_name">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>project_name</key>
<path>horizon-europe/general/general/project_name</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/title"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/general/general"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>3</order>
<help lang="en">Full title of the project</help>
<text lang="en">Project title:</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Titel des Projektes</help>
<text lang="de">Projekttitel:</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<help lang="es">Título completo del proyecto</help>
<text lang="es">Título del proyecto:</text>
<default_text lang="es"/>
<verbose_name lang="es"/>
<verbose_name_plural lang="es"/>
<help lang="fr">Titre complet du projet</help>
<text lang="fr">Titre du projet :</text>
<default_text lang="fr"/>
<verbose_name lang="fr"/>
<verbose_name_plural lang="fr"/>
<help lang="it">Titolo esteso del progetto</help>
<text lang="it">Titolo del progetto:</text>
<default_text lang="it"/>
<verbose_name lang="it"/>
<verbose_name_plural lang="it"/>
<default_option/>
<default_external_id/>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/general/general/last_update">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>last_update</key>
<path>horizon-europe/general/general/last_update</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dmp/dmp_date"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/general/general"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>4</order>
<help lang="en">Today's date</help>
<text lang="en">Date:</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Heutiges Datum</help>
<text lang="de">Datum:</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<help lang="es">Fecha de hoy</help>
<text lang="es">Fecha:</text>
<default_text lang="es"/>
<verbose_name lang="es"/>
<verbose_name_plural lang="es"/>
<help lang="fr">Date d'aujourd'hui</help>
<text lang="fr">Date :</text>
<default_text lang="fr"/>
<verbose_name lang="fr"/>
<verbose_name_plural lang="fr"/>
<help lang="it">Data di oggi</help>
<text lang="it">Data:</text>
<default_text lang="it"/>
<verbose_name lang="it"/>
<verbose_name_plural lang="it"/>
<default_option/>
<default_external_id/>
<widget_type>date</widget_type>
<value_type>datetime</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/general/general/dmp_version">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>dmp_version</key>
<path>horizon-europe/general/general/dmp_version</path>
<dc:comment>Optionset</dc:comment>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dmp/dmp_version"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/general/general"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>5</order>
<help lang="en">Which version of the data management plan is this?</help>
<text lang="en">DMP version:</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Um welche DMP-Version handelt es sich hier?</help>
<text lang="de">DMP-Version:</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<help lang="es">¿De qué versión del plan de gestión de los datos se trata?</help>
<text lang="es">Versión del plan:</text>
<default_text lang="es"/>
<verbose_name lang="es"/>
<verbose_name_plural lang="es"/>
<help lang="fr">De quelle version du plan de gestion des données s'agit-il ?</help>
<text lang="fr">Version du plan :</text>
<default_text lang="fr"/>
<verbose_name lang="fr"/>
<verbose_name_plural lang="fr"/>
<help lang="it">Che versione del piano di gestione dei dati è questa?</help>
<text lang="it">Versione del piano:</text>
<default_text lang="it"/>
<verbose_name lang="it"/>
<verbose_name_plural lang="it"/>
<default_option/>
<default_external_id/>
<widget_type>text</widget_type>
<value_type>integer</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<section dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>data_summary</key>
<path>horizon-europe/data_summary</path>
<dc:comment/>
<catalog dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe"/>
<order>1</order>
<title lang="en">Disciplinary and and technical classification of data</title>
<title lang="de">Inhaltliche und technische Einordnung</title>
<title lang="es">Clasificación disciplinar y técnica de los datos</title>
<title lang="fr">Classification disciplinaire et technique des données</title>
<title lang="it">Classificazione dei dati sotto il profilo disciplinare e tecnico</title>
</section>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/data-generation">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>data-generation</key>
<path>horizon-europe/data_summary/data-generation</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/>
<section dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary"/>
<questionset/>
<is_collection>True</is_collection>
<order>1</order>
<title lang="en">Created or re-used</title>
<help lang="en"><a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>Will you re-use any existing data and what will you re-use it for? State the reasons if re-use of any existing data has been considered but discarded.</i>
The information on the data generated or used in the project is structured according to "datasets". The definition of what a dataset is in each case is an important conceptual decision that has to be made individually for each plan or project. For example, a data set can consist of more data files of different types (numeric, image, text...) grouped together, which collect exhaustedly all results coming from an investigation series on a given research object.
The "datasets" that are described here in the data management plan can be delimited in the same way as those that are later stored in the repository as datasets, provided there are not too many and the readability of the data management plan does not suffer due to the large number. If, for example, large amounts of data all have the same history, but then have to be split up so that the data can be uploaded and downloaded via the web in a reasonable time, planning should better be summarized here. Research data that require uniform or at least similar data management could be summarized here as a "dataset".
It is of course possible to define only one data record on the whole. This can also be done if it is not yet clear in the initial phase of the project how the research data will be divided up. You can add more datasets later if necessary. Existing datasets can be renamed by clicking on the pencil symbol.</help>
<verbose_name lang="en">dataset</verbose_name>
<verbose_name_plural lang="en">datasets</verbose_name_plural>
<title lang="de">Erzeugt oder nachgenutzt</title>
<help lang="de"><a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>Will you re-use any existing data and what will you re-use it for? State the reasons if re-use of any existing data has been considered but discarded.</i>
Die Angaben zu den im Projekt erzeugten oder verwendeten Daten sind nach "Datensätzen" strukturiert. Die Definition dessen, was jeweils ein Datensatz ist, ist eine wichtige konzeptionelle Entscheidung, die für jedes Vorhaben bzw. Projekt individuell getroffen werden muss. Ein Datensatz kann beispielweise aus mehreren zusammen gruppierten Dateien verschiedener Arten (numerisch, bild- oder textbasiert...) bestehen, die alle aus einer Versuchsreihe auf einem definierten Versuchsobjekt entstandenen Ergebnisse enthalten.
Die "Datensätze", die hier im Datenmanagementplan beschrieben werden, können genauso abgegrenzt sein wie die, die später im Repositorium als Datensätze gespeichert werden, sofern es nicht zu viele sind und die Lesbarkeit des Datenmanagementplans nicht durch die Vielzahl leidet. Wenn beispielsweise große Datenmengen alle die gleiche Entstehungsgeschichte haben, dann aber aufgeteilt werden müssen, damit die Daten in vernünftiger Zeit über das Web hoch- und heruntergeladen werden können, sollte hier besser zusammengefasst geplant werden. Als "Datensatz" könnten solche Forschungsdaten hier zusammengefasst werden, die ein einheitliches oder zumindest ähnliches Datenmanagement benötigen.
Selbstverständlich ist es möglich, nur einen Datensatz zu definieren. So kann auch vorgegangen werden, wenn in der Anfangsphase des Projekts noch nicht klar ist, wie die Forschungsdaten einmal eingeteilt sein werden. Später können Sie bei Bedarf weitere Datensätze hinzufügen. Bereits vorhandene Datensätze können durch Klicken auf das Bleistiftsymbol umbenannt werden.</help>
<verbose_name lang="de">Datensatz</verbose_name>
<verbose_name_plural lang="de">Datensätze</verbose_name_plural>
<title lang="es">Creados o reutilizados</title>
<help lang="es">.....</help>
<verbose_name lang="es">colección de datos</verbose_name>
<verbose_name_plural lang="es">colecciones de datos</verbose_name_plural>
<title lang="fr">Créé ou réutilisé</title>
<help lang="fr"><i>Réutiliserez-vous des données existantes et dans quels buts ? Indiquez les raisons si la réutilisation de données existantes a été envisagée mais rejetée.</i>
Les informations sur les données générées ou utilisées dans le projet sont structurées en « jeux de données ». La définition de ce qu'est un ensemble de données dans chaque cas est une décision conceptuelle importante qui doit être prise individuellement pour chaque plan ou projet. Par exemple, un jeu de données peut être constitué de plusieurs fichiers de données de différents types (numérique, image, texte...) regroupés, qui collectent de manière exhaustive tous les résultats issus d'une série d'investigation sur un objet de recherche donné.
Les jeux de données qui sont décrits ici dans le plan de gestion des données peuvent être délimités de la même manière que ceux qui sont ensuite stockés dans le dépôt en tant que jeux de données, à condition qu'il n'y en ait pas trop et que la lisibilité du plan de gestion des données n'en souffre pas. Si, par exemple, de grandes quantités de données ont toutes le même historique, mais doivent ensuite être divisées afin que les données puissent être chargées et téléchargées via le Web dans un délai raisonnable, la planification devrait être mieux résumée ici. Les données de recherche qui nécessitent une gestion des données uniforme ou au moins similaire pourraient être résumées ici sous la forme d'un « ensemble de données ».
Il est bien sûr possible de ne définir qu'un seul enregistrement de données au total. Cela peut également être fait s'il n'est pas encore clair dans la phase initiale du projet comment les données de recherche seront réparties. Vous pouvez ajouter d'autres ensembles de données ultérieurement si nécessaire. Les ensembles de données existants peuvent être renommés en cliquant sur le symbole crayon.</help>
<verbose_name lang="fr">jeu de données</verbose_name>
<verbose_name_plural lang="fr">jeu de données</verbose_name_plural>
<title lang="it">Creati o riutilizzati</title>
<help lang="it">.....</help>
<verbose_name lang="it">raccolta di dati</verbose_name>
<verbose_name_plural lang="it">raccolta di dati</verbose_name_plural>
<conditions/>
</questionset>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/data-generation/origin">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>origin</key>
<path>horizon-europe/data_summary/data-generation/origin</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/origin"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/data-generation"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>1</order>
<help lang="en">Before data are newly created, it is advisable to check if there are existing data that could be re-used. This way, redundant collection or creation of research data is prevented. This saves efforts and costs.
The <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>sub-question</a> <i>"and what will you re-use them for?"</i> is asked again in a very similar form in the sub-section "Purpose" and can be answered there. If you use the Horizon Europe view to output this data management plan (DMP), a reference to the later question is automatically placed at this point. This is how the view behaves for all duplicate questions included in the <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Horizon Europe Data Management Plan Template</a>. In addition, the view brings the DMP into the deliverable form favoured by Horizon Europe.</help>
<text lang="en">Is the dataset being created or re-used?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Vor der Erzeugung von Daten empfiehlt es sich zu prüfen, ob bereits vorhandene Daten nachgenutzt werden können. Die Vermeidung doppelter Erhebungen spart Aufwand und Kosten.
Die <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Teilfrage</a> <i>"and what will you re-use it for?"</i> wird im Unterabschnitt "Zweckbestimmung" noch einmal in ganz ähnlicher Form gestellt und kann dort beantwortet werden. Wenn Sie die Ansicht Horizon Europe für die Ausgabe dieses Datenmanagementplans (DMP) nutzen, wird an dieser Stelle automatisch ein Verweis auf die spätere Frage platziert. So verfährt die Ansicht bei allen doppelt vorhandenen Fragen, die im <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Horizon Europe Data Management Plan Template</a> enthalten sind. Außerdem bringt die Ansicht den DMP in die von Horizon Europe gewünschte Deliverable-Form.</help>
<text lang="de">Wird der Datensatz selbst erzeugt oder nachgenutzt?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<help lang="es">.....</help>
<text lang="es">La colección de datos ¿se está creando durante el proyecto o es reutilizada?</text>
<default_text lang="es"/>
<verbose_name lang="es"/>
<verbose_name_plural lang="es"/>
<help lang="fr">Avant de créer de nouvelles données, il est conseillé de vérifier s'il existe des données existantes qui pourraient être réutilisées. De cette façon, la collecte ou la création de données de recherche redondantes est évitée. Cela permet d'économiser des efforts et des coûts.
La sous-question <i>"et dans quel but allez-vous les réutiliser ?"</i> est posée à nouveau sous une forme très similaire dans la sous-section "Objectif" et peut être répondue à cet endroit. Si vous utilisez la vue Horizon Europe pour générer ce plan de gestion des données (DMP), une référence à la dernière question est automatiquement placée à ce stade. Voici comment se comporte la vue pour toutes les questions en double incluses dans le <a>Modèle de plan de gestion des données Horizon Europe</a>. De plus, la vue amène le DMP dans la forme livrable privilégiée par Horizon Europe.</help>
<text lang="fr">Le jeu de données est-il créé dans le projet ou réutilisé ?</text>
<default_text lang="fr"/>
<verbose_name lang="fr"/>
<verbose_name_plural lang="fr"/>
<help lang="it">Prima che i dati siano creati, è consigliabile verificare l'esistenza di dati che possano essere riutilizzati. In questo modo, si evita la creazione o raccolta di dati ridondanti. Questo permette di risparmiare sforzi e fondi.
La domanda <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx" target=_blank>sub-question</a> <i> a che scopo si possono riutilizzare dati?" <i> è posta nuovamente in modo molto simile nella sottosezione "scopi" e può essere risposta lì. Se si utilizza la view di Horizon Europe per produrre questo piano di gestione dei dati (DMP), un riferimento all'ultima domanda viene automaticamente posto a questo punto. È così che la view si comporta per tutte le domande duplicate incluse in <a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan-template_he_en.docx" target=_blank>Horizon Europe Data Management Plan Template</a>. Inoltre, questo converte il DMP nel formato inviabile designato da Horizon Europe.</help>
<text lang="it">La raccolta di dati è stata creata nel progetto o riutilizzata?</text>
<default_text lang="it"/>
<verbose_name lang="it"/>
<verbose_name_plural lang="it"/>
<default_option/>
<default_external_id/>
<widget_type>radio</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets>
<optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_origin_options"/>
</optionsets>
<conditions/>
</question>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/data-generation/existing">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>existing</key>
<path>horizon-europe/data_summary/data-generation/existing</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/reuse_existing"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/data-generation"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>2</order>
<help lang="en"/>
<text lang="en">If created, are already existing, similar research data available and why is their subsequent use not possible or useful here?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wenn selbst erzeugt, sind bereits existierende, ähnliche Forschungsdaten verfügbar und warum ist deren Nachnutzung hier nicht möglich bzw. sinnvoll?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<help lang="es"/>
<text lang="es">Si se crean, ¿existen ya datos de investigación similares disponibles y por qué su uso posterior no es posible o útil aquí?</text>
<default_text lang="es"/>
<verbose_name lang="es"/>
<verbose_name_plural lang="es"/>
<help lang="fr"/>
<text lang="fr">Si elles ont été créées, existe-t-il déjà des données de recherche similaires et pourquoi leur utilisation ultérieure n'est-elle pas possible ou utile ici ?</text>
<default_text lang="fr"/>
<verbose_name lang="fr"/>
<verbose_name_plural lang="fr"/>
<help lang="it"/>
<text lang="it">Se creati, sono già esistenti simili dati di ricerca, e perchè il loro utilizzo non è possibile o utile qui?</text>
<default_text lang="it"/>
<verbose_name lang="it"/>
<verbose_name_plural lang="it"/>
<default_option/>
<default_external_id/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/type">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>type</key>
<path>horizon-europe/data_summary/type</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/>
<section dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary"/>
<questionset/>
<is_collection>True</is_collection>
<order>2</order>
<title lang="en">Data type</title>
<help lang="en"><a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>What types and formats of data will the project generate or re-use?</i></help>
<verbose_name lang="en">dataset</verbose_name>
<verbose_name_plural lang="en">datasets</verbose_name_plural>
<title lang="de">Datentyp</title>
<help lang="de"><a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>What types and formats of data will the project generate or re-use?</i></help>
<verbose_name lang="de">Datensatz</verbose_name>
<verbose_name_plural lang="de">Datensätze</verbose_name_plural>
<title lang="es">Tipo de datos</title>
<help lang="es">.....</help>
<verbose_name lang="es">colección de datos</verbose_name>
<verbose_name_plural lang="es">colecciones de datos</verbose_name_plural>
<title lang="fr">Type de données</title>
<help lang="fr">Quels types et formats de données le projet générera-t-il ou réutilisera-t-il ?</help>
<verbose_name lang="fr">jeu de données</verbose_name>
<verbose_name_plural lang="fr">jeux de données</verbose_name_plural>
<title lang="it">Tipo di dati</title>
<help lang="it">.....</help>
<verbose_name lang="it">raccolta di dati</verbose_name>
<verbose_name_plural lang="it">raccolte di dati</verbose_name_plural>
<conditions/>
</questionset>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/type/data_kind">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>data_kind</key>
<path>horizon-europe/data_summary/type/data_kind</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/description"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/type"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>3</order>
<help lang="en">Please briefly describe the data type and / or the method used to create or collect the data, for example:
* quantitative online survey
* 3D model / digital reconstruction of a stone age settlement
* scanning electron micrographs
Please also explain whether this is a fixed data set stored at a certain point in time or whether it is created dynamically over a certain period of time.</help>
<text lang="en">What kind of dataset is it?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Bitte beschreiben Sie hier kurz, um welchen Datentyp es sich handelt und mit welcher Methode die Daten erhoben oder erstellt wurden, z. B.:
* quantitative Online-Befragung
* 3D-Modellierung / digitale Rekonstruktion einer steinzeitlichen Siedlung
* rasterelektronenmikroskopische Aufnahmen
Bitte erläutern Sie ergänzend, ob es sich um einen festen, zu einem bestimmten Zeitpunkt gespeicherten Datensatz handelt oder ob dieser dynamisch also laufend über einen bestimmten Zeitraum entsteht.</help>
<text lang="de">Um was für einen Datensatz handelt es sich?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<help lang="es">Describa brevemente el tipo de datos y/o el método utilizado para crear o recopilar los datos, por ejemplo:
* encuesta cuantitativa en línea
* modelo 3D / reconstrucción digital de un asentamiento de la edad de piedra
* software desarrollado dentro del proyecto
Explique también si se trata de una colección de datos fijo almacenado en un momento determinado o si se crea dinámicamente durante un período de tiempo determinado.</help>
<text lang="es">¿Qué tipo de datos trata?</text>
<default_text lang="es"/>
<verbose_name lang="es"/>
<verbose_name_plural lang="es"/>
<help lang="fr">Veuillez décrire brièvement le type de données et/ou la méthode utilisée pour créer ou collecter les données, par exemple:
* enquête quantitative en ligne
* modèle 3D / reconstruction numérique d'une colonie de l'âge de pierre
* logiciel développé dans le cadre du projet
Veuillez également expliquer si l'ensemble de données est fixe et stocké à un certain moment ou s'il est dynamique, c'est-à-dire créé en continu sur une certaine période.</help>
<text lang="fr">De quel type de jeu de données s'agit-il ?</text>
<default_text lang="fr"/>
<verbose_name lang="fr"/>
<verbose_name_plural lang="fr"/>
<help lang="it">Si prega di descrivere succintamente il tipo di dati e/o il metodo utilizzato per la generazione o collezione dei dati, ad esempio:
* sondaggio quantitativo in linea
* modello tridimensionale / ricostruzione numerica di un insediamento dell'età della pietra
* programma sviluppato nel corso del progetto
Si prega di spiegare anche se la raccolta di dati è fissa e memorizzata in un certo momento o se è dinamica, cioè creata continuamente in un certo periodo di tempo.</help>
<text lang="it">Di che tipo di dati si tratta?</text>
<default_text lang="it"/>
<verbose_name lang="it"/>
<verbose_name_plural lang="it"/>
<default_option/>
<default_external_id/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/type/data_format">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>data_format</key>
<path>horizon-europe/data_summary/type/data_format</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/format"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/type"/>
<is_collection>True</is_collection>
<is_optional>False</is_optional>
<order>4</order>
<help lang="en">When choosing a data format, one should consider the consequences for collaborative use, long-term preservation as well as re-use. It is advisable to prefer formats that are standardised, open, non-proprietary and well-established in the respective scholarly community. Recommendations can be found in <a href="https://www.howtofair.dk/how-to-fair/file-formats/" target="_blank">How to FAIR</a>, for example.</help>
<text lang="en">Which file formats are used?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Bei der Wahl des Dateiformates sollten auch die Konsequenzen für die kollaborative Nutzung, die Langzeitarchivierung sowie die Nachnutzung beachtet werden. Es empfiehlt sich, möglichst standardisierte, nicht-proprietäre und allgemein bzw. in der spezifischen Community verbreitete Formate zu nutzen. Empfehlungen sind z. B. unter <a href="https://www.forschungsdaten.info/themen/veroeffentlichen-und-archivieren/formate-erhalten/" target="_blank">forschungsdaten.info</a> zu finden.</help>
<text lang="de">In welchen Formaten liegen die Daten vor?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<help lang="es">Al elegir un formato de datos, se deben considerar las consecuencias para el uso colaborativo, la conservación a largo plazo y la reutilización. Es recomendable preferir formatos estandarizados, abiertos, no propietarios y bien establecidos en la comunidad académica respectiva.</help>
<text lang="es">¿Qué formatos de archivo se utilizan?</text>
<default_text lang="es"/>
<verbose_name lang="es"/>
<verbose_name_plural lang="es"/>
<help lang="fr">Lors du choix d'un format de données, il convient de tenir compte des conséquences pour l'utilisation collaborative, la conservation à long terme ainsi que la réutilisation. Il est conseillé de préférer des formats standardisés, ouverts, non propriétaires et bien établis dans la communauté respective.</help>
<text lang="fr">Quels formats de fichiers sont utilisés ?</text>
<default_text lang="fr"/>
<verbose_name lang="fr"/>
<verbose_name_plural lang="fr"/>
<help lang="it">Nella scelta di un formato di dati bisogna tenere conto delle consequenze per l'utilizzo condiviso, la conservazione a lungo termine e il riutilizzo. Si raccomanda di usare dove possibile dei formati standard, aperti e generici o per lo meno ben stabiliti nella comunità rispettiva.</help>
<text lang="it">Quali formati di file vengono utilizzati?</text>
<default_text lang="it"/>
<verbose_name lang="it"/>
<verbose_name_plural lang="it"/>
<default_option/>
<default_external_id/>
<widget_type>checkbox</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets>
<optionset dc:uri="https://rdmorganiser.github.io/terms/options/file_type"/>
</optionsets>
<conditions/>
</question>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/purpose">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>purpose</key>
<path>horizon-europe/data_summary/purpose</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/>
<section dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary"/>
<questionset/>
<is_collection>True</is_collection>
<order>3</order>
<title lang="en">Purpose</title>
<help lang="en"><a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>What is the purpose of the data generation or re-use and its relation to the objectives of the project?</i></help>
<verbose_name lang="en">dataset</verbose_name>
<verbose_name_plural lang="en">datasets</verbose_name_plural>
<title lang="de">Zweckbestimmung</title>
<help lang="de"><a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>What is the purpose of the data generation or re-use and its relation to the objectives of the project?</i></help>
<verbose_name lang="de">Datensatz</verbose_name>
<verbose_name_plural lang="de">Datensätze</verbose_name_plural>
<title lang="es">Objetivo</title>
<help lang="es">.....</help>
<verbose_name lang="es">colección de datos</verbose_name>
<verbose_name_plural lang="es">colecciones de datos</verbose_name_plural>
<title lang="fr">Objectif</title>
<help lang="fr">Quel est le but de la génération ou de la réutilisation des données et sa relation avec les objectifs du projet ?</help>
<verbose_name lang="fr">jeu de données</verbose_name>
<verbose_name_plural lang="fr">jeux de données</verbose_name_plural>
<title lang="it">Obiettivo</title>
<help lang="it">.....</help>
<verbose_name lang="it">raccolta di dati</verbose_name>
<verbose_name_plural lang="it">raccolte di dati</verbose_name_plural>
<conditions/>
</questionset>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/purpose/usage_description">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>usage_description</key>
<path>horizon-europe/data_summary/purpose/usage_description</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/usage_description"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/purpose"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>5</order>
<help lang="en"/>
<text lang="en">How / for what purpose will this dataset be used during the project?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wozu / wie wird dieser Datensatz während des Projektes genutzt?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<help lang="es"/>
<text lang="es">¿Cómo / con qué propósito se utilizará esta colección de datos durante el proyecto?</text>
<default_text lang="es"/>
<verbose_name lang="es"/>
<verbose_name_plural lang="es"/>
<help lang="fr"/>
<text lang="fr">Comment / pour quel but ce jeu de données sera-t-il utilisé pendant le projet ?</text>
<default_text lang="fr"/>
<verbose_name lang="fr"/>
<verbose_name_plural lang="fr"/>
<help lang="it"/>
<text lang="it">Come / con che scopo questa raccolta dati viene utilizzata durante il progetto?</text>
<default_text lang="it"/>
<verbose_name lang="it"/>
<verbose_name_plural lang="it"/>
<default_option/>
<default_external_id/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/size">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>size</key>
<path>horizon-europe/data_summary/size</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/>
<section dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary"/>
<questionset/>
<is_collection>True</is_collection>
<order>4</order>
<title lang="en">Data volume</title>
<help lang="en"><a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>What is the expected size of the data that you intend to generate or re-use?</i></help>
<verbose_name lang="en">dataset</verbose_name>
<verbose_name_plural lang="en">datasets</verbose_name_plural>
<title lang="de">Datenvolumen</title>
<help lang="de"><a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>What is the expected size of the data that you intend to generate or re-use?</i></help>
<verbose_name lang="de">Datensatz</verbose_name>
<verbose_name_plural lang="de">Datensätze</verbose_name_plural>
<title lang="es">Volumen de datos</title>
<help lang="es">.....</help>
<verbose_name lang="es">colección de datos</verbose_name>
<verbose_name_plural lang="es">colecciones de datos</verbose_name_plural>
<title lang="fr">Volume de données</title>
<help lang="fr">Quelle est la taille attendue des données que vous avez l'intention de générer ou de réutiliser ?</help>
<verbose_name lang="fr">jeu de données</verbose_name>
<verbose_name_plural lang="fr">jeux de données</verbose_name_plural>
<title lang="it">Volume dei dati</title>
<help lang="it">.....</help>
<verbose_name lang="it">raccolta di dati</verbose_name>
<verbose_name_plural lang="it">raccolte di dati</verbose_name_plural>
<conditions/>
</questionset>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/size/data_volume">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>data_volume</key>
<path>horizon-europe/data_summary/size/data_volume</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/size/volume"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/size"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>6</order>
<help lang="en">If large amounts of data are involved, financial resources for the provision of the infrastructure should be considered (see also section "Funding").</help>
<text lang="en">What is the actual or expected size of the dataset?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">Wenn große Datenmengen anfallen, sollten finanzielle Mittel zur Bereitstellung der Infrastruktur berücksichtigt werden (siehe auch Abschnitt „Förderung“).</help>
<text lang="de">Was ist die tatsächliche oder erwartete Größe des Datensatzes?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<help lang="es">Si se trata de grandes cantidades de datos, se deben considerar los recursos financieros para la provisión de la infraestructura (ver también la sección Financiamiento).</help>
<text lang="es">¿Cuál es el tamaño real o esperado de la colección de datos?</text>
<default_text lang="es"/>
<verbose_name lang="es"/>
<verbose_name_plural lang="es"/>
<help lang="fr">Dans le cas où des grandes quantités de données jouent un rôle, on devrait avoir à disposition des ressources économiques suffisantes pour garantir l'infrastructure nécessaire (voire aussi le chapitre « Financement »).</help>
<text lang="fr">Quelle est la taille actuelle ou attendue du jeu de données ?</text>
<default_text lang="fr"/>
<verbose_name lang="fr"/>
<verbose_name_plural lang="fr"/>
<help lang="it">Qualora siano coinvolte grandi quantità di dati, si dovrebbero avere a disposizione richiedere risorse economiche sufficienti a coprire l'infrastruttura necessaria (vedi Sezione "Finanziamento").</help>
<text lang="it">Qual è il volume reale o atteso dei dati?</text>
<default_text lang="it"/>
<verbose_name lang="it"/>
<verbose_name_plural lang="it"/>
<default_option/>
<default_external_id/>
<widget_type>radio</widget_type>
<value_type>float</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets>
<optionset dc:uri="https://rdmorganiser.github.io/terms/options/dataset_size_options"/>
</optionsets>
<conditions/>
</question>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/provenance">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>provenance</key>
<path>horizon-europe/data_summary/provenance</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/>
<section dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary"/>
<questionset/>
<is_collection>True</is_collection>
<order>5</order>
<title lang="en">Provenance</title>
<help lang="en"><a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Original question:</a> <i>What is the origin/provenance of the data, either generated or re-used?</i></help>
<verbose_name lang="en">dataset</verbose_name>
<verbose_name_plural lang="en">datasets</verbose_name_plural>
<title lang="de">Entstehungsgeschichte</title>
<help lang="de"><a href="https://ec.europa.eu/info/funding-tenders/opportunities/docs/2021-2027/horizon/temp-form/report/data-management-plan_he_en.docx" target=_blank>Originalfrage:</a> <i>What is the origin/provenance of the data, either generated or re-used?</i></help>
<verbose_name lang="de">Datensatz</verbose_name>
<verbose_name_plural lang="de">Datensätze</verbose_name_plural>
<title lang="es">Procedencia</title>
<help lang="es">.....</help>
<verbose_name lang="es">colección de datos</verbose_name>
<verbose_name_plural lang="es">colecciones de datos</verbose_name_plural>
<title lang="fr">Provenance</title>
<help lang="fr">Quelle est la provenance des données, qu'elles soient générées ou réutilisées ?</help>
<verbose_name lang="fr">jeu de données</verbose_name>
<verbose_name_plural lang="fr">jeux de données</verbose_name_plural>
<title lang="it">Provenienza</title>
<help lang="it">.....</help>
<verbose_name lang="it">raccolta di dati</verbose_name>
<verbose_name_plural lang="it">raccolte di dati</verbose_name_plural>
<conditions/>
</questionset>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/provenance/provenance">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>provenance</key>
<path>horizon-europe/data_summary/provenance/provenance</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/provenance/content"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/provenance"/>
<is_collection>True</is_collection>
<is_optional>False</is_optional>
<order>1</order>
<help lang="en">The history of origin (provenance) of the data and even, if relevant for research data management, the provenance of the physical objects on which the data is based can be entered in this text area. However, you can also use the text area to uniformly define the post-processing of the data as soon as such details have been determined. This can include, for example, aggregation steps, unit conversions and format conversions.</help>
<text lang="en">What is the provenance of the data?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de">In das Textfeld kann die Entstehungsgeschichte (Provenienz) der Daten und sogar - falls für das Forschungsdatenmanagement relevant - die Entstehungsgeschichte der den Daten zugrunde liegenden physischen Objekte eingetragen werden. Sie können das Textfeld aber auch nutzen, um die Nachbehandlung der Daten einheitlich festzulegen, sobald solche Details feststehen. Dazu können beispielsweise Aggregationsschritte, Einheitenkonversionen und Formatumwandlungen gehören.</help>
<text lang="de">Wie sind die Daten entstanden?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<help lang="es">.....</help>
<text lang="es">¿Cuál es la procedencia de los datos?</text>
<default_text lang="es"/>
<verbose_name lang="es"/>
<verbose_name_plural lang="es"/>
<help lang="fr"/>
<text lang="fr">Quelle est la provenance des données ?</text>
<default_text lang="fr"/>
<verbose_name lang="fr"/>
<verbose_name_plural lang="fr"/>
<help lang="it"/>
<text lang="it">Qual è la provenienza dei dati?</text>
<default_text lang="it"/>
<verbose_name lang="it"/>
<verbose_name_plural lang="it"/>
<default_option/>
<default_external_id/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/provenance/creator_name">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>creator_name</key>
<path>horizon-europe/data_summary/provenance/creator_name</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/creator/name"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/provenance"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>2</order>
<help lang="en"/>
<text lang="en">If re-used, who created the dataset?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wenn nachgenutzt, wer hat den Datensatz erzeugt?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<help lang="es"/>
<text lang="es">Si se reutiliza, ¿quién creó la colección de datos?</text>
<default_text lang="es"/>
<verbose_name lang="es"/>
<verbose_name_plural lang="es"/>
<help lang="fr"/>
<text lang="fr">S'il est réutilisé, qui a créé le jeu de données ?</text>
<default_text lang="fr"/>
<verbose_name lang="fr"/>
<verbose_name_plural lang="fr"/>
<help lang="it"/>
<text lang="it">Se è stata riutilizzata, chi l'ha creata?</text>
<default_text lang="it"/>
<verbose_name lang="it"/>
<verbose_name_plural lang="it"/>
<default_option/>
<default_external_id/>
<widget_type>textarea</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<question dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/provenance/uri">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>uri</key>
<path>horizon-europe/data_summary/provenance/uri</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/uri"/>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/provenance"/>
<is_collection>False</is_collection>
<is_optional>False</is_optional>
<order>3</order>
<help lang="en"/>
<text lang="en">If re-used, under which address, PID or URL can the dataset be found?</text>
<default_text lang="en"/>
<verbose_name lang="en"/>
<verbose_name_plural lang="en"/>
<help lang="de"/>
<text lang="de">Wenn nachgenutzt, unter welcher Adresse, PID oder URL ist der Datensatz verfügbar?</text>
<default_text lang="de"/>
<verbose_name lang="de"/>
<verbose_name_plural lang="de"/>
<help lang="es"/>
<text lang="es">Si se reutiliza, ¿bajo qué dirección, PID o URL puede encontrarse la colección de datos?</text>
<default_text lang="es"/>
<verbose_name lang="es"/>
<verbose_name_plural lang="es"/>
<help lang="fr"/>
<text lang="fr">S'il est réutilisé, sous quelle adresse, PID ou URL le jeu de données peut-il être trouvé ?</text>
<default_text lang="fr"/>
<verbose_name lang="fr"/>
<verbose_name_plural lang="fr"/>
<help lang="it"/>
<text lang="it">Se è stata riutilizzata, a che indirizzo, PID o URL si trova?</text>
<default_text lang="it"/>
<verbose_name lang="it"/>
<verbose_name_plural lang="it"/>
<default_option/>
<default_external_id/>
<widget_type>text</widget_type>
<value_type>text</value_type>
<maximum/>
<minimum/>
<step/>
<unit/>
<width/>
<optionsets/>
<conditions/>
</question>
<questionset dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary/data_utility">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>data_utility</key>
<path>horizon-europe/data_summary/data_utility</path>
<dc:comment/>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/dataset/id"/>
<section dc:uri="https://rdmorganiser.github.io/terms/questions/horizon-europe/data_summary"/>
<questionset/>