-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add participants.json with Levels as objects (#413)
* add participants.json * Add TermURLs * some fixes --------- Co-authored-by: Stefan Appelhoff <stefan.appelhoff@mailbox.org> Co-authored-by: Sebastian Urchs <surchs@users.noreply.github.com>
- Loading branch information
1 parent
633d964
commit b6e5234
Showing
11 changed files
with
291 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"sex": { | ||
"LongName": "sex", | ||
"Description": "String value indicating phenotypical sex.", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894", | ||
"Levels": { | ||
"F": { | ||
"Description": "Female", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383" | ||
}, | ||
"M": { | ||
"Description": "Male", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384" | ||
} | ||
} | ||
}, | ||
"age_at_first_scan_years": { | ||
"LongName": "age_at_first_scan_years", | ||
"Units": "years" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"age": { | ||
"LongName": "age", | ||
"Units": "year", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011" | ||
}, | ||
"sex": { | ||
"LongName": "sex", | ||
"Description": "String value indicating phenotypical sex.", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894", | ||
"Levels": { | ||
"F": { | ||
"Description": "Female", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383" | ||
}, | ||
"M": { | ||
"Description": "Male", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384" | ||
} | ||
} | ||
}, | ||
"first_ses": { | ||
"LongName": "first session", | ||
"Description": "Indicates which session was the first session for this subject.", | ||
"Levels": { | ||
"meg": { | ||
"Description": "meg was the first session" | ||
}, | ||
"mri": { | ||
"Description": "mri was the first session" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"sex": { | ||
"LongName": "sex", | ||
"Description": "String value indicating phenotypical sex.", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894", | ||
"Levels": { | ||
"F": { | ||
"Description": "Female", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383" | ||
}, | ||
"M": { | ||
"Description": "Male", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384" | ||
} | ||
} | ||
}, | ||
"age": { | ||
"LongName": "age", | ||
"Units": "year", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"Age": { | ||
"LongName": "Age", | ||
"Units": "years", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011" | ||
}, | ||
"Gender": { | ||
"LongName": "Gender", | ||
"TermURL": "https://schema.org/gender", | ||
"Levels": { | ||
"F": { | ||
"Description": "Female", | ||
"TermURL": "https://schema.org/Female" | ||
}, | ||
"M": { | ||
"Description": "Male", | ||
"TermURL": "https://schema.org/Male" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"sex": { | ||
"LongName": "sex", | ||
"Description": "String value indicating phenotypical sex.", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894", | ||
"Levels": { | ||
"F": { | ||
"Description": "Female", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383" | ||
}, | ||
"M": { | ||
"Description": "Male", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384" | ||
} | ||
} | ||
}, | ||
"age": { | ||
"LongName": "age", | ||
"Units": "year", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"sex": { | ||
"LongName": "sex", | ||
"Description": "String value indicating phenotypical sex.", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894", | ||
"Levels": { | ||
"D": { | ||
"Description": "D" | ||
}, | ||
"F": { | ||
"Description": "Female", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383" | ||
}, | ||
"M": { | ||
"Description": "Male", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384" | ||
} | ||
} | ||
}, | ||
"age": { | ||
"LongName": "age", | ||
"Units": "year", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"sex": { | ||
"LongName": "sex", | ||
"Description": "String value indicating phenotypical sex.", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894", | ||
"Levels": { | ||
"F": { | ||
"Description": "Female", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383" | ||
}, | ||
"M": { | ||
"Description": "Male", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384" | ||
} | ||
} | ||
}, | ||
"age": { | ||
"LongName": "age", | ||
"Units": "year", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"sex": { | ||
"LongName": "sex", | ||
"Description": "String value indicating phenotypical sex.", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894", | ||
"Levels": { | ||
"F": { | ||
"Description": "Female", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383" | ||
}, | ||
"M": { | ||
"Description": "Male", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384" | ||
} | ||
} | ||
}, | ||
"age": { | ||
"LongName": "age", | ||
"Units": "year", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"dominant_hand": { | ||
"LongName": "dominant_hand", | ||
"Levels": { | ||
"left": { | ||
"Description": "left", | ||
"TermURL": "http://purl.bioontology.org/ontology/SNOMEDCT/87683000" | ||
}, | ||
"right": { | ||
"Description": "right", | ||
"TermURL": "http://purl.bioontology.org/ontology/SNOMEDCT/46669005" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"sex": { | ||
"LongName": "sex", | ||
"Description": "String value indicating phenotypical sex.", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894", | ||
"Levels": { | ||
"F": { | ||
"Description": "Female", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383" | ||
}, | ||
"M": { | ||
"Description": "Male", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384" | ||
} | ||
} | ||
}, | ||
"age": { | ||
"LongName": "age", | ||
"Units": "year", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011" | ||
}, | ||
"handedness": { | ||
"LongName": "handedness", | ||
"Description": "String value indicating handedness", | ||
"TermURL": "http://purl.bioontology.org/ontology/SNOMEDCT/57427004", | ||
"Levels": { | ||
"L": { | ||
"Description": "Left", | ||
"TermURL": "http://purl.bioontology.org/ontology/SNOMEDCT/87683000" | ||
}, | ||
"R": { | ||
"Description": "Right", | ||
"TermURL": "http://purl.bioontology.org/ontology/SNOMEDCT/46669005" | ||
} | ||
} | ||
}, | ||
"ethnicity": { | ||
"LongName": "ethnicity", | ||
"TermURL": "http://purl.obolibrary.org/obo/HANCESTRO_0004", | ||
"Levels": { | ||
"Asian": { | ||
"Description": "Asian", | ||
"TermURL": "http://purl.obolibrary.org/obo/HANCESTRO_0008" | ||
}, | ||
"Asian/Caucasian": { | ||
"Description": "Asian Caucasian" | ||
}, | ||
"Caucasian": { | ||
"Description": "Caucasian", | ||
"TermURL": "http://purl.obolibrary.org/obo/HANCESTRO_0005" | ||
}, | ||
"Caucasian/African/NativeSouthAmerican": { | ||
"Description": "Caucasian African NativeSouthAmerican" | ||
}, | ||
"Hispanic": { | ||
"Description": "Hispanic", | ||
"TermURL": "http://purl.obolibrary.org/obo/HANCESTRO_0014" | ||
}, | ||
"MiddleEastern": { | ||
"Description": "MiddleEastern", | ||
"TermURL": "http://purl.obolibrary.org/obo/HANCESTRO_0015" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"age": { | ||
"LongName": "age", | ||
"Units": "year", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000011" | ||
}, | ||
"sex": { | ||
"LongName": "sex", | ||
"Description": "String value indicating phenotypical sex.", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0001894", | ||
"Levels": { | ||
"F": { | ||
"Description": "Female", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000383" | ||
}, | ||
"M": { | ||
"Description": "Male", | ||
"TermURL": "http://purl.obolibrary.org/obo/PATO_0000384" | ||
} | ||
} | ||
} | ||
} |