-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodi.txt
More file actions
290 lines (287 loc) · 10 KB
/
codi.txt
File metadata and controls
290 lines (287 loc) · 10 KB
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
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "https://b2share.eudat.eu/api/communities/e9b9792e-79fb-4b07-b6b4-b9c2bd06d095/schemas/0#/json_schema",
"title": "VRE-EUDAT schema"
"properties": {
"_pid": {
"description": "Array of persistent identifiers pointing to this record.",
"title": "Persistent Identifiers"
},
"alternate_identifiers": {
"description": "Any kind of other reference such as a URN, URI or an ISBN number.",
"items": {
"additionalProperties": false,
"properties": {
"alternate_identifier": {
"type": "string"
},
"alternate_identifier_type": {
"title": "Type",
"type": "string"
}
},
"required": [
"alternate_identifier",
"alternate_identifier_type"
],
"type": "object"
},
"title": "Alternate identifiers",
"type": "array",
"uniqueItems": true
},
"community": {
"description": "The community to which the record has been submitted.",
"title": "Community",
"type": "string"
},
"community_specific": {
"type": "object"
},
"contact_email": {
"description": "Contact email information for this record.",
"format": "email",
"title": "Contact Email",
"type": "string"
},
"contributors": {
"description": "The list of all other contributors. Please mention all persons that were relevant in the creation of the resource.",
"items": {
"additionalProperties": false,
"properties": {
"contributor_name": {
"title": "Name",
"type": "string"
},
"contributor_type": {
"enum": [
"ContactPerson",
"DataCollector",
"DataCurator",
"DataManager",
"Distributor",
"Editor",
"HostingInstitution",
"Producer",
"ProjectLeader",
"ProjectManager",
"ProjectMember",
"RegistrationAgency",
"RegistrationAuthority",
"RelatedPerson",
"Researcher",
"ResearchGroup",
"RightsHolder",
"Sponsor",
"Supervisor",
"WorkPackageLeader",
"Other"
],
"title": "Type"
}
},
"required": [
"contributor_name",
"contributor_type"
],
"type": "object"
},
"title": "Contributors",
"type": "array",
"uniqueItems": true
},
"creators": {
"description": "The full name of the creators. The personal name format should be: family, given (e.g.: Smith, John).",
"items": {
"additionalProperties": false,
"properties": {
"creator_name": {
"type": "string"
}
},
"required": [
"creator_name"
],
"type": "object"
},
"title": "Creators",
"type": "array",
"uniqueItems": true
},
"descriptions": {
"description": "A more elaborate description of the resource. Focus on a content description that makes it easy for others to find, and to interpret its relevance.",
"items": {
"additionalProperties": false,
"properties": {
"description": {
"type": "string"
},
"description_type": {
"enum": [
"Abstract",
"Methods",
"SeriesInformation",
"TableOfContents",
"TechnicalInfo",
"Other"
],
"title": "Type"
}
},
"required": [
"description",
"description_type"
],
"type": "object"
},
"title": "Descriptions",
"type": "array",
"uniqueItems": true
},
"disciplines": {
"description": "The scientific disciplines linked with the resource.",
"items": {
"type": "string"
},
"title": "Disciplines",
"type": "array",
"uniqueItems": true
},
"embargo_date": {
"description": "The date marking the end of the embargo period. The record will be marked as open access on the specified date at midnight. Please note that the record metadata is always publicly accessible, and only the data files can have private access.",
"format": "date-time",
"title": "Embargo Date",
"type": "string"
},
"keywords": {
"description": "A list of keywords or key phrases describing the resource.",
"items": {
"type": "string"
},
"title": "Keywords",
"type": "array",
"uniqueItems": true
},
"language": {
"description": "The primary language of the resource. Please use ISO_639-3 language codes.",
"title": "Language",
"type": "string"
},
"license": {
"additionalProperties": false,
"description": "Specify the license under which this data set is available to the users (e.g. GPL, Apache v2 or Commercial). Please use the License Selector for help and additional information.",
"properties": {
"license": {
"type": "string"
},
"license_uri": {
"format": "uri",
"title": "URL",
"type": "string"
}
},
"required": [
"license"
],
"title": "License",
"type": "object"
},
"open_access": {
"description": "Indicate whether the record's files are publicly accessible or not. In case of restricted access the uploaded files will only be accessible by the record's owner and the community administrators. Please note that the record's metadata is always publicly accessible. ",
"title": "Open Access",
"type": "boolean"
},
"publication_date": {
"description": "The date when the data was or will be made publicly available (e.g. 1971-07-13)",
"format": "date",
"title": "Publication Date",
"type": "string"
},
"publication_state": {
"description": "State of the publication workflow.",
"enum": [
"draft",
"submitted",
"published"
],
"title": "Publication State",
"type": "string"
},
"publisher": {
"description": "The entity responsible for making the resource available, either a person, an organization, or a service.",
"title": "Publisher",
"type": "string"
},
"resource_types": {
"description": "The type(s) of the resource.",
"items": {
"additionalProperties": false,
"properties": {
"resource_type": {
"title": "Description",
"type": "string"
},
"resource_type_general": {
"enum": [
"Audiovisual",
"Collection",
"Dataset",
"Event",
"Image",
"InteractiveResource",
"Model",
"PhysicalObject",
"Service",
"Software",
"Sound",
"Text",
"Workflow",
"Other"
],
"title": "Category"
}
},
"required": [
"resource_type_general"
],
"type": "object"
},
"minItems": 1,
"title": "Resource Type",
"type": "array",
"uniqueItems": true
},
"titles": {
"description": "The title(s) of the uploaded resource, or a name by which the resource is known.",
"items": {
"additionalProperties": false,
"properties": {
"title": {
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
},
"minItems": 1,
"title": "Titles",
"type": "array",
"uniqueItems": true
},
"version": {
"description": "Denote the version of the resource.",
"title": "Version",
"type": "string"
}
},
"required": [
"community",
"titles",
"open_access",
"publication_state",
"community_specific"
],
"type": "object"
}