forked from thomasbeaudry/conp-dataset-PERFORM
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDATS.jsonld
96 lines (96 loc) · 2.47 KB
/
DATS.jsonld
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
{
"@context":
[
{
"sdo": "https://schema.org/",
"Dataset": "sdo:Dataset",
"title": {
"@id": "sdo:name",
"@type": "sdo:Text"
},
"description": {
"@id": "sdo:description",
"@type": "sdo:Text"
},
"distributions": {
"@id": "sdo:distribution",
"@type": "sdo:DataDownload"
},
"primaryPublications": "sdo:citation",
"citations": "sdo:citation",
"producedBy": "sdo:producer",
"creators": "sdo:creator",
"licenses": "sdo:license",
"isAbout": "sdo:about",
"hasPart": "sdo:hasPart",
"acknowledges": "sdo:funder",
"keywords": "sdo:keywords",
"dates": "sdo:date",
"storedIn": "sdo:url"
}
],
"title": "PERFORM Dataset; one control subject",
"description": "Functional Magnetic Resonance Imaging (fMRI), electroencephalography (EEG), sleep and nutrition assessments were performed on one male control subject. This registered access dataset is currently accessible on request only.",
"creators": [
{
"@id": "https://w3id.org/dats/schema/organization_schema.json",
"@type": "creators",
"name": "PERFORM Centre Concordia University"
}
],
"types": [
{
"information": {
"value": "MRI"
}
},
{
"information": {
"value": "EEG"
}
},
{
"information": {
"value": "Quality Control Subject",
"valueIRI": "http://uri.interlex.org/base/ilx_0381893"
}
}
],
"version": "1.0",
"privacy": "Registered Access",
"isAbout": [
{
"@id": "https://w3id.org/dats/schema/biological_entity_schema.json",
"@type": "BiologicalEntity",
"name": "adult human"
}
],
"spatialCoverage": [
{
"@id": "https://w3id.org/dats/schema/place_schema.json",
"@type": "Place",
"name": "Montréal"
}
],
"licenses": [
{
"@id": "https://w3id.org/dats/schema/license_schema.json",
"@type": "Licence",
"name": "Cite PERFORM Centre Concordia University as the source of data."
}
],
"aggregation": "instance of dataset",
"keywords": [
{
"@id": "https://w3id.org/dats/schema/annotation_schema.json",
"@type": "Annotation",
"value": "control"
},
{
"value": "MRI"
},
{
"value": "EEG"
}
]
}