Skip to content

Commit b6e5234

Browse files
Remi-Gausappelhoffsurchs
authored
add participants.json with Levels as objects (#413)
* add participants.json * Add TermURLs * some fixes --------- Co-authored-by: Stefan Appelhoff <[email protected]> Co-authored-by: Sebastian Urchs <[email protected]>
1 parent 633d964 commit b6e5234

File tree

11 files changed

+291
-0
lines changed

11 files changed

+291
-0
lines changed

7t_trt/participants.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"sex": {
3+
"LongName": "sex",
4+
"Description": "String value indicating phenotypical sex.",
5+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894",
6+
"Levels": {
7+
"F": {
8+
"Description": "Female",
9+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383"
10+
},
11+
"M": {
12+
"Description": "Male",
13+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384"
14+
}
15+
}
16+
},
17+
"age_at_first_scan_years": {
18+
"LongName": "age_at_first_scan_years",
19+
"Units": "years"
20+
}
21+
}

ds000117/participants.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"age": {
3+
"LongName": "age",
4+
"Units": "year",
5+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011"
6+
},
7+
"sex": {
8+
"LongName": "sex",
9+
"Description": "String value indicating phenotypical sex.",
10+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894",
11+
"Levels": {
12+
"F": {
13+
"Description": "Female",
14+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383"
15+
},
16+
"M": {
17+
"Description": "Male",
18+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384"
19+
}
20+
}
21+
},
22+
"first_ses": {
23+
"LongName": "first session",
24+
"Description": "Indicates which session was the first session for this subject.",
25+
"Levels": {
26+
"meg": {
27+
"Description": "meg was the first session"
28+
},
29+
"mri": {
30+
"Description": "mri was the first session"
31+
}
32+
}
33+
}
34+
}

ds008/participants.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"sex": {
3+
"LongName": "sex",
4+
"Description": "String value indicating phenotypical sex.",
5+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894",
6+
"Levels": {
7+
"F": {
8+
"Description": "Female",
9+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383"
10+
},
11+
"M": {
12+
"Description": "Male",
13+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384"
14+
}
15+
}
16+
},
17+
"age": {
18+
"LongName": "age",
19+
"Units": "year",
20+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011"
21+
}
22+
}

ds009/participants.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"Age": {
3+
"LongName": "Age",
4+
"Units": "years",
5+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011"
6+
},
7+
"Gender": {
8+
"LongName": "Gender",
9+
"TermURL": "https://schema.org/gender",
10+
"Levels": {
11+
"F": {
12+
"Description": "Female",
13+
"TermURL": "https://schema.org/Female"
14+
},
15+
"M": {
16+
"Description": "Male",
17+
"TermURL": "https://schema.org/Male"
18+
}
19+
}
20+
}
21+
}

ds101/participants.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"sex": {
3+
"LongName": "sex",
4+
"Description": "String value indicating phenotypical sex.",
5+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894",
6+
"Levels": {
7+
"F": {
8+
"Description": "Female",
9+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383"
10+
},
11+
"M": {
12+
"Description": "Male",
13+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384"
14+
}
15+
}
16+
},
17+
"age": {
18+
"LongName": "age",
19+
"Units": "year",
20+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011"
21+
}
22+
}

ds102/participants.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"sex": {
3+
"LongName": "sex",
4+
"Description": "String value indicating phenotypical sex.",
5+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894",
6+
"Levels": {
7+
"D": {
8+
"Description": "D"
9+
},
10+
"F": {
11+
"Description": "Female",
12+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383"
13+
},
14+
"M": {
15+
"Description": "Male",
16+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384"
17+
}
18+
}
19+
},
20+
"age": {
21+
"LongName": "age",
22+
"Units": "year",
23+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011"
24+
}
25+
}

ds108/participants.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"sex": {
3+
"LongName": "sex",
4+
"Description": "String value indicating phenotypical sex.",
5+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894",
6+
"Levels": {
7+
"F": {
8+
"Description": "Female",
9+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383"
10+
},
11+
"M": {
12+
"Description": "Male",
13+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384"
14+
}
15+
}
16+
},
17+
"age": {
18+
"LongName": "age",
19+
"Units": "year",
20+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011"
21+
}
22+
}

ds110/participants.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"sex": {
3+
"LongName": "sex",
4+
"Description": "String value indicating phenotypical sex.",
5+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894",
6+
"Levels": {
7+
"F": {
8+
"Description": "Female",
9+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383"
10+
},
11+
"M": {
12+
"Description": "Male",
13+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384"
14+
}
15+
}
16+
},
17+
"age": {
18+
"LongName": "age",
19+
"Units": "year",
20+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011"
21+
}
22+
}

ds114/participants.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"dominant_hand": {
3+
"LongName": "dominant_hand",
4+
"Levels": {
5+
"left": {
6+
"Description": "left",
7+
"TermURL": "http://purl.bioontology.org/ontology/SNOMEDCT/87683000"
8+
},
9+
"right": {
10+
"Description": "right",
11+
"TermURL": "http://purl.bioontology.org/ontology/SNOMEDCT/46669005"
12+
}
13+
}
14+
}
15+
}

ds116/participants.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"sex": {
3+
"LongName": "sex",
4+
"Description": "String value indicating phenotypical sex.",
5+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894",
6+
"Levels": {
7+
"F": {
8+
"Description": "Female",
9+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383"
10+
},
11+
"M": {
12+
"Description": "Male",
13+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384"
14+
}
15+
}
16+
},
17+
"age": {
18+
"LongName": "age",
19+
"Units": "year",
20+
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011"
21+
},
22+
"handedness": {
23+
"LongName": "handedness",
24+
"Description": "String value indicating handedness",
25+
"TermURL": "http://purl.bioontology.org/ontology/SNOMEDCT/57427004",
26+
"Levels": {
27+
"L": {
28+
"Description": "Left",
29+
"TermURL": "http://purl.bioontology.org/ontology/SNOMEDCT/87683000"
30+
},
31+
"R": {
32+
"Description": "Right",
33+
"TermURL": "http://purl.bioontology.org/ontology/SNOMEDCT/46669005"
34+
}
35+
}
36+
},
37+
"ethnicity": {
38+
"LongName": "ethnicity",
39+
"TermURL": "http://purl.obolibrary.org/obo/HANCESTRO_0004",
40+
"Levels": {
41+
"Asian": {
42+
"Description": "Asian",
43+
"TermURL": "http://purl.obolibrary.org/obo/HANCESTRO_0008"
44+
},
45+
"Asian/Caucasian": {
46+
"Description": "Asian Caucasian"
47+
},
48+
"Caucasian": {
49+
"Description": "Caucasian",
50+
"TermURL": "http://purl.obolibrary.org/obo/HANCESTRO_0005"
51+
},
52+
"Caucasian/African/NativeSouthAmerican": {
53+
"Description": "Caucasian African NativeSouthAmerican"
54+
},
55+
"Hispanic": {
56+
"Description": "Hispanic",
57+
"TermURL": "http://purl.obolibrary.org/obo/HANCESTRO_0014"
58+
},
59+
"MiddleEastern": {
60+
"Description": "MiddleEastern",
61+
"TermURL": "http://purl.obolibrary.org/obo/HANCESTRO_0015"
62+
}
63+
}
64+
}
65+
}

0 commit comments

Comments
 (0)