-
Notifications
You must be signed in to change notification settings - Fork 0
/
google_dataset.js
60 lines (60 loc) · 2.3 KB
/
google_dataset.js
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
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@id": "https://github.com/stuchalk/fair-health-data",
"@type": "Dataset",
"name": "FAIR Health Data",
"author": {
"@type": "Person",
"name": "Stuart Chalk"
},
"datePublished": "2021-04-07",
"description": "This dataset has daily health data values for VO2 max, body temperature, resting heart rate, and data for exercise activities (running)",
"keywords":[
"body weight",
"body temperature",
"resting heart rate",
"VO2 max"
],
"license" : "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"isAccessibleForFree" : true,
"hasPart" : [
{
"@id": "https://doi.org/10.5281/zenodo.4699646",
"@type": "Dataset",
"name": "January 2021 Dataset",
"description": "Health data for January 2021",
"license" : "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"creator":{
"@id": "0000-0002-0703-7776",
"@type":"Person",
"name": "Stuart Chalk"
}
},
{
"@id": "https://doi.org/10.5281/zenodo.4699655",
"@type": "Dataset",
"name": "January-February 2021 Dataset",
"description": "Health data for January and February 2021",
"license" : "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"creator":{
"@id": "0000-0002-0703-7776",
"@type":"Person",
"name": "Stuart Chalk"
}
},
{
"@id": "https://doi.org/10.5281/zenodo.4699660",
"@type": "Dataset",
"name": "January-March 2021 Dataset",
"description": "Health data for January thru March 2021",
"license" : "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"creator":{
"@id": "0000-0002-0703-7776",
"@type":"Person",
"name": "Stuart Chalk"
}
}
]
}
</script>