-
Notifications
You must be signed in to change notification settings - Fork 4
/
rdm.json
96 lines (96 loc) · 3.13 KB
/
rdm.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
89
90
91
92
93
94
95
96
{
"pids": {
},
"metadata": {
"resource_type": {"id": "dataset"},
"creators": [
{
"person_or_org": {
"name": "Nielsen, Lars Holm",
"type": "personal",
"given_name": "Lars Holm",
"family_name": "Nielsen",
"identifiers": [
{"scheme": "orcid", "identifier": "0000-0001-8135-3489"}
]
},
"affiliations": [{"name": "free-text"}]
}
],
"title": "InvenioRDM",
"additional_titles": [
{
"title": "a research data management platform",
"type": {"id": "subtitle"},
"lang": {"id": "eng"}
}
],
"publisher": "InvenioRDM",
"publication_date": "2018/2020-09",
"subjects": [
{"subject": "custom"}
],
"contributors": [
{
"person_or_org": {
"name": "Nielsen, Lars Holm",
"type": "personal",
"given_name": "Lars Holm",
"family_name": "Nielsen",
"identifiers": [
{"scheme": "orcid", "identifier": "0000-0001-8135-3489"}
]
},
"role": {"id": "other"}
}
],
"dates": [
{"date": "1939/1945", "type": {"id": "other"}, "description": "A date"}
],
"languages": [{"id": "dan"}, {"id": "eng"}],
"identifiers": [{"identifier": "1924MNRAS..84..308E", "scheme": "bibcode"}],
"related_identifiers": [
{
"identifier": "10.1234/foo.bar",
"scheme": "doi",
"relation_type": {"id": "iscitedby"},
"resource_type": {"id": "dataset"}
}
],
"sizes": ["11 pages"],
"formats": ["application/pdf"],
"version": "v1.0",
"rights": [
{
"title": {"en": "A custom license"},
"description": {"en": "A description"},
"link": "https://customlicense.org/licenses/by/4.0/"
},
{"id": "cc-by-4.0"}
],
"description": "<h1>A description</h1> <p>with HTML tags</p>",
"additional_descriptions": [
{
"description": "Bla bla bla",
"type": {"id": "methods"},
"lang": {"id": "eng"}
}
],
"locations": {
"features": [
{
"geometry": {
"type": "Point",
"coordinates": [-32.94682, -60.63932]
},
"place": "test location place",
"description": "test location description",
"identifiers": [
{"identifier": "12345abcde", "scheme": "wikidata"},
{"identifier": "12345abcde", "scheme": "geonames"}
]
}
]
}
}
}