Skip to content

Commit c18a1c1

Browse files
authored
Merge pull request #292 from include-dcc/2026-02-19-PL
2026 02 19 pl
2 parents 9d9b6e5 + 8cac0ee commit c18a1c1

2 files changed

Lines changed: 47 additions & 35 deletions

File tree

src/data/sheets/schemasheet.tsv

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
class slot title description required range any_of minimum_value maximum_value multivalued enum permissible_value meaning
22
>class slot title description required range any_of minimum_value maximum_value multivalued enum permissible_value meaning
3-
studyCode Study Code Unique identifier for the study (generally a short acronym) true enum_studyCode
3+
studyCode Study Code Unique short acronym for the study true enum_studyCode
44
studyTitle Study Title Full title of the study true string
55
program Program Funding source(s) for the study (pipe-separated if multiple) true enum_program true
66
studyDescription Study Description Brief description of the study (2-4 sentences) true string
77
principalInvestigatorName Principal Investigator Name Name(s) of Principal Investigator(s) of this study; pipe-separated if multiple true string true
88
studyContactName Study Contact Name Name of contact person for this study; pipe-separated if multiple true string true
99
studyContactInstitution Study Contact Institution Institution of contact person for this study; pipe-separated if multiple true string true
1010
studyContactEmail Study Contact Email Email address of contact person for this study; pipe-separated if multiple true string true
11-
vbrEmail VBR Email Email address for Virtual Biorepository requests/inquiries, if participating string
11+
vbrEmail VBR Email Email address for Virtual Biorepository requests/inquiries, if participating string true
1212
vbrUrl VBR URL Link to Virtual Biorepository request form, if participating uri
1313
vbrReadme VBR Readme Instructions for contacting or requesting samples from Virtual Biorepository, if participating string
1414
researchDomain Research Domain Main research domain(s) of the study, other than Down syndrome; pipe-separated if multiple true enum_researchDomain true
@@ -38,13 +38,11 @@ class slot title description required range any_of minimum_value maximum_value m
3838
secondaryOutcomeMeasure Secondary Outcome Measure A description of each secondary outcome measure (title, description, and time point/duration of assessment). Multiple values should be pipe-separated. string true
3939
otherOutcomeMeasure Other Outcome Measure A description of other outcome measures (title, description, and time point/duration of assessment). Multiple values should be pipe-separated. string true
4040
datasetName Dataset Name Full name of the dataset, provided by contributor true string
41-
datasetDescription Dataset Description Brief additional notes about the dataset (1-3 sentences) that are not already captured in the other fields string
41+
datasetDescription Dataset Description Brief additional notes about the dataset (1-3 sentences) that are not already captured in the other fields true string
4242
datasetGlobalId Dataset Global ID Unique Global ID for dataset, generated by DCC false string
4343
datasetExternalId Dataset External ID Unique identifier or code for dataset, if provided by contributor string
4444
dataCollectionStartYear Data Collection Start Year Year that data collection started false string
4545
dataCollectionEndYear Data Collection End Year Year that data collection ended false string
46-
accessLimitations Access Limitations Data access limitations, as defined in the GA4GH Data Use Ontology (DUO; can list more than one, pipe separated) false string
47-
accessRequirements Access Requirements Data access requirements, as defined in the GA4GH Data Use Ontology (DUO; can list more than one, pipe separated) false string
4846
otherRepository Other Repository URL if dataset is already deposited in a public repository other than dbGaP (e.g. LONI, Metabolomics Workbench, etc.) uri true
4947
otherAccessAuthority Other Access Authority Email or URL for dataset's Access Authority, if not dbGaP string
5048
isHarmonized Is Harmonized All of the elements in this Dataset are harmonized and available in the INCLUDE Data Hub boolean
@@ -136,11 +134,9 @@ DatasetManifest Dataset Manifest Mapping information for files in Dataset
136134
DatasetManifest studyCode Study
137135
DatasetManifest fileGlobalId DataFile
138136
DatasetManifest datasetGlobalId Dataset
139-
ParticipantSampleDataFileManifest Participant-Sample-DataFile Manifest List of Participants and/or Samples in DataFiles with multiple Participants and/or Samples
140-
ParticipantSampleDataFileManifest studyCode Study
141-
ParticipantSampleDataFileManifest fileName DataFile
142-
ParticipantSampleDataFileManifest participantExternalId Participant
143-
ParticipantSampleDataFileManifest sampleExternalId Biospecimen
137+
ParticipantDataFileManifest Participant-DataFile Manifest List of Participants in DataFiles with multiple Participants
138+
ParticipantDataFileManifest fileName DataFile
139+
ParticipantDataFileManifest participantExternalId Participant
144140
Participant Participant Demographic and clinical information about the participant
145141
Condition Condition Co-occurring conditions and other observations for the participant
146142
Condition studyCode Study
@@ -181,6 +177,7 @@ DataFile sampleGlobalId Biospecimen
181177
DS-Nexus enum_studyCode ds_nexus
182178
DS-PALS enum_studyCode ds_pals
183179
DS-PCGC enum_studyCode ds_pcgc
180+
DS-SAH enum_studyCode ds_sah
184181
DS-Sleep enum_studyCode ds_sleep
185182
DS-VitE enum_studyCode ds_vite
186183
DS360-CHD enum_studyCode ds360_chd
@@ -210,6 +207,7 @@ DataFile sampleGlobalId Biospecimen
210207
Behavior and Behavior Mechanisms enum_researchDomain behavior_and_behavior_mechanisms mesh:D001520
211208
Congenital Heart Defects enum_researchDomain congenital_heart_defects mesh:D006330
212209
Embryonic and Fetal Development enum_researchDomain embryonic_and_fetal_development mesh:D005314
210+
Hearing Disorders enum_researchDomain hearing_disorders D006311
213211
Immune System Diseases enum_researchDomain immune_system_diseases mesh:D007154
214212
Hematologic Diseases enum_researchDomain hematologic_diseases mesh:D006402
215213
Neurodevelopment enum_researchDomain neurodevelopment mesh:D065886
@@ -265,6 +263,7 @@ DataFile sampleGlobalId Biospecimen
265263
Physical Activity enum_dataCategory physical_activity
266264
Other enum_dataCategory other
267265
Sleep enum_dataCategory sleep_study
266+
Speech/Language/Hearing enum_dataCategory speech_language_hearing
268267
enum_guidType
269268
NDAR GUID generated by NIMH Data Archive (NDA) GUID tool enum_guidType ndar
270269
Other GUID generated by other system enum_guidType other

src/linkml/include_schema.yaml

Lines changed: 38 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classes:
3131
description: General information about the study
3232
title: Study
3333
slots:
34+
# - studyGlobalId
3435
- studyCode
3536
- studyTitle
3637
- program
@@ -109,8 +110,8 @@ classes:
109110
- experimentalStrategy
110111
- experimentalPlatform
111112
- publication
112-
- accessLimitations
113-
- accessRequirements
113+
# - accessLimitations
114+
# - accessRequirements
114115
- dbgap
115116
- otherRepository
116117
- otherAccessAuthority
@@ -156,26 +157,22 @@ classes:
156157
range: DataFile
157158
datasetGlobalId:
158159
range: Dataset
159-
ParticipantSampleDataFileManifest:
160-
definition_uri: include:ParticipantSampleDataFileManifest
161-
description: List of Participants and/or Samples in DataFiles with multiple Participants and/or Samples
162-
title: Participant-Sample-DataFile Manifest
160+
ParticipantDataFileManifest:
161+
definition_uri: include:ParticipantDataFileManifest
162+
description: List of Participants in DataFiles with multiple Participants
163+
title: Participant-DataFile Manifest
163164
slots:
164-
- studyCode
165165
- participantExternalId
166-
- sampleExternalId
166+
- participantGlobalId
167167
- fileName
168+
- fileGlobalId
168169
#TODO: add Dictonary File Name & Global ID
169170
slot_usage:
170171
# Reference Slots
171-
studyCode:
172-
range: Study
173172
fileName:
174173
range: DataFile
175174
participantExternalId:
176175
range: Participant
177-
sampleExternalId:
178-
range: Biospecimen
179176
Participant:
180177
definition_uri: include:Participant
181178
description: Demographic and clinical information about the participant
@@ -338,9 +335,14 @@ classes:
338335
####################################################################################################
339336

340337
slots:
338+
# studyGlobalId:
339+
# definition_uri: include:studyGlobalId
340+
# description: Unique identifier for the study, assigned by DCC
341+
# title: Study Global ID
342+
# required: true
341343
studyCode:
342344
definition_uri: include:studyCode
343-
description: Unique identifier for the study (generally a short acronym)
345+
description: Unique short acronym for the study
344346
title: Study Code
345347
range: enum_studyCode
346348
required: true
@@ -397,6 +399,7 @@ slots:
397399
description: Email address for Virtual Biorepository requests/inquiries, if participating
398400
title: VBR Email
399401
range: string
402+
multivalued: true
400403
vbrUrl:
401404
definition_uri: include:vbrUrl
402405
description: Link to Virtual Biorepository request form, if participating
@@ -606,6 +609,7 @@ slots:
606609
description: Brief additional notes about the dataset (1-3 sentences) that are not already captured in the other fields
607610
title: Dataset Description
608611
range: string
612+
required: true
609613
datasetGlobalId:
610614
definition_uri: include:datasetGlobalId
611615
description: Unique Global ID for dataset, generated by DCC
@@ -637,18 +641,18 @@ slots:
637641
range: string
638642
#pattern: "^1|2\\d(3)$|nan"
639643
required: false
640-
accessLimitations:
641-
definition_uri: include:accessLimitations
642-
description: Data access limitations, as defined in the GA4GH Data Use Ontology (DUO; can list more than one, pipe separated)
643-
title: Access Limitations
644-
range: string
645-
required: false #make true when we have enums
646-
accessRequirements:
647-
definition_uri: include:accessRequirements
648-
description: Data access requirements, as defined in the GA4GH Data Use Ontology (DUO; can list more than one, pipe separated)
649-
title: Access Requirements
650-
range: string
651-
required: false #make true when we have enums
644+
# accessLimitations:
645+
# definition_uri: include:accessLimitations
646+
# description: Data access limitations, as defined in the GA4GH Data Use Ontology (DUO; can list more than one, pipe separated)
647+
# title: Access Limitations
648+
# range: string
649+
# required: false
650+
# accessRequirements:
651+
# definition_uri: include:accessRequirements
652+
# description: Data access requirements, as defined in the GA4GH Data Use Ontology (DUO; can list more than one, pipe separated)
653+
# title: Access Requirements
654+
# range: string
655+
# required: false
652656
otherRepository:
653657
definition_uri: include:otherRepository
654658
description: URL if dataset is already deposited in a public repository other than dbGaP (e.g. LONI, Metabolomics Workbench, etc.)
@@ -1121,6 +1125,8 @@ enums:
11211125
title: DS-PALS
11221126
ds_pcgc:
11231127
title: DS-PCGC
1128+
ds_sah:
1129+
title: DS-SAH
11241130
ds_sleep:
11251131
title: DS-Sleep
11261132
ds_vite:
@@ -1186,6 +1192,9 @@ enums:
11861192
embryonic_and_fetal_development:
11871193
title: Embryonic and Fetal Development
11881194
meaning: mesh:D005314
1195+
hearing_disorders:
1196+
title: Hearing Disorders
1197+
meaning: D006311
11891198
immune_system_diseases:
11901199
title: Immune System Diseases
11911200
meaning: mesh:D007154
@@ -1289,8 +1298,10 @@ enums:
12891298
permissible_values:
12901299
demographic_clinical_data:
12911300
title: Demographic/Clinical Data
1301+
#use for Study Expected Data Category
12921302
unharmonized_demographic_clinical_data:
12931303
title: Unharmonized Demographic/Clinical Data
1304+
#use for Dataset Data Category
12941305
genomics:
12951306
title: Genomics
12961307
transcriptomics:
@@ -1319,6 +1330,8 @@ enums:
13191330
title: Other
13201331
sleep_study:
13211332
title: Sleep
1333+
speech_language_hearing:
1334+
title: Speech/Language/Hearing
13221335
enum_guidType:
13231336
definition_uri: include:enum_guidType
13241337
permissible_values:

0 commit comments

Comments
 (0)