forked from OpenNeuroDatasets/ds002550
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparticipants.json
More file actions
36 lines (36 loc) · 912 Bytes
/
participants.json
File metadata and controls
36 lines (36 loc) · 912 Bytes
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
{
"participant_id": {
"Description": "Unique participant identifier",
"Annotations": {
"IsAbout": {
"TermURL": "nb:ParticipantID",
"Label": ""
},
"VariableType": "Identifier"
}
},
"sex": {
"Description": "Biological sex of the participant",
"Levels": {
"F": "female",
"M": "male"
},
"Annotations": {
"IsAbout": {
"TermURL": "nb:Sex",
"Label": ""
},
"Levels": {
"F": {
"TermURL": "snomed:248152002",
"Label": ""
},
"M": {
"TermURL": "snomed:248153007",
"Label": ""
}
},
"VariableType": "Categorical"
}
}
}