forked from oblassers/fair-data-science
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel.json
More file actions
46 lines (46 loc) · 1.07 KB
/
model.json
File metadata and controls
46 lines (46 loc) · 1.07 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
{
"DataManagementPlan": {
"hasAuthors": [
{
"contact": "simon.oblasser@student.tuwien.ac.at",
"name": "Simon Oblasser",
"orcid": "orcid.org/0000-0002-3611-3483"
},
{
"contact": "rafael.konlechner@tuwien.ac.at",
"name": "Rafael Konlechner",
"orcid": "orcid.org/0000-0002-5842-5031"
}
],
"hasDataObject": [
{
"datatype": "JSON",
"description": "Time series of divorced marriages in Salzburg",
"license": "",
"origin": "",
"sha": "",
"type": "DataObject::File"
},
{
"license": "",
"sha": "",
"type": "DataObject::SourceCode"
},
{
"datatype": "Dockerfile",
"docker": "version",
"license": "",
"sha": "",
"type": "DataObject::Environment"
}
],
"hasMetaData": {
"date": "2017-06-01",
"eurovoc": {
"divorce": "http://eurovoc.europa.eu/483",
"marital status": "http://eurovoc.europa.eu/4184"
},
"version": "1.0.0"
}
}
}