-
Notifications
You must be signed in to change notification settings - Fork 1
/
dmp.json
88 lines (88 loc) · 2.42 KB
/
dmp.json
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
{
"dmp": {
"contact": {
"contact_id": {
"identifier": "test",
"type": "orcid"
},
"mbox": "[email protected]",
"name": "Test User"
},
"contributor": [
{
"contributor_id": {
"identifier": "test",
"type": "orcid"
},
"mbox": "[email protected]",
"name": "Test User",
"role": ["contact person", "data steward", "supervisor"]
},
{
"contributor_id": {
"identifier": "test",
"type": "orcid"
},
"mbox": "[email protected]",
"name": "Another Test User",
"role": ["data steward"]
}
],
"created": "2023-09-24T17:14:32Z",
"dataset": [
{
"dataset_id": {
"identifier": "a",
"type": "other"
},
"description": "a",
"distribution": [
{
"data_access": "open",
"license": [
{
"license_ref": "https://creativecommons.org/publicdomain/zero/1.0/",
"start_date": "2023-09-18"
}
],
"title": "a"
}
],
"personal_data": "yes",
"sensitive_data": "yes",
"title": "a"
}
],
"description": "This maDMP has been created using Data Stewardship Wizard (DSW, ds-wizard.org) and is based on knowledge model Life Sciences DSW Knowledge Model (dsw:lifesciences:2.6.2). The questionnaire used for this DMP is identified by UUID \"04efb18f-5bb2-42fc-9ca4-3f4d28f2118f\" within https://dsw-test.elixir.no DSW instance.",
"dmp_id": {
"identifier": "https://dsw-test.elixir.no/questionnaires/04efb18f-5bb2-42fc-9ca4-3f4d28f2118f",
"type": "url"
},
"ethical_issues_description": "We will collect data connected to a person, i.e. \"personal data\".",
"ethical_issues_exist": "yes",
"language": "eng",
"modified": "2023-09-24T17:14:32Z",
"project": [
{
"description": "test",
"end": "2023-10-19",
"funding": [
{
"funder_id": {
"identifier": "test",
"type": "url"
},
"funding_status": "planned",
"grant_id": {
"identifier": "test",
"type": "other"
}
}
],
"start": "2023-09-19",
"title": "Test Project 42"
}
],
"title": "My test science project"
}
}