Skip to content

Commit 37cfc84

Browse files
Merge pull request #93 from eliteportal/update-file-annotation-template
Update file annotation template - metadataType
2 parents a08f293 + 5628a97 commit 37cfc84

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

EL.data.model.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ experimentalBatchSize,,,,,False,,,,,Unknown,False,,,,assay_metabolomics_template
161161
grantNumber,Grant number including activity code institute code and serial number (e.g. U01MH103392),"U19AG063893,U24AG051129,U19AG023122,UH2AG064706,UH3AG064706,UH2AG064704,UH3AG064704,R01AG061844, Not assigned",,,True,ManifestColumn,,ManifestColumn,Sage Bionetworks,Unknown,True,STRING_LIST,Sage Bionetworks,,study_folder_template
162162
isFeatured,,,,,False,,,,,Unknown,False,,,,study_folder_template
163163
isReleased,,,,,False,,,,,Unknown,False,,,,study_folder_template
164-
metadataType,"For files of dataSubtype: metadata, a description of the type of metadata in the file","individual,biospecimen,assay,Not Assigned",,,False,ManifestColumn,,ManifestColumn,Sage Bionetworks,Unknown,True,STRING_LIST,Sage Bionetworks,,"study_folder_template, file_annotation_template"
164+
metadataType,"For files of dataSubtype: metadata, a description of the type of metadata in the file","individual,biospecimen,assay,supplementary files,Not Assigned",,,False,ManifestColumn,,ManifestColumn,Sage Bionetworks,Unknown,True,STRING_LIST,Sage Bionetworks,,"study_folder_template, file_annotation_template"
165165
methods,,,,,False,,,,,Unknown,False,,,,study_folder_template
166166
newsRelease,,,,,False,,,,,Unknown,False,,,,study_folder_template
167167
processingBatchSize,,,,,False,,,,,Unknown,False,,,,assay_metabolomics_template

EL.data.model.jsonld

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11678,6 +11678,9 @@
1167811678
{
1167911679
"@id": "bts:Assay"
1168011680
},
11681+
{
11682+
"@id": "bts:Supplementaryfiles"
11683+
},
1168111684
{
1168211685
"@id": "bts:NotAssigned"
1168311686
}
@@ -11720,6 +11723,23 @@
1172011723
"sms:required": "sms:false",
1172111724
"sms:validationRules": []
1172211725
},
11726+
{
11727+
"@id": "bts:Supplementaryfiles",
11728+
"@type": "rdfs:Class",
11729+
"rdfs:comment": "TBD",
11730+
"rdfs:label": "Supplementaryfiles",
11731+
"rdfs:subClassOf": [
11732+
{
11733+
"@id": "bts:MetadataType"
11734+
}
11735+
],
11736+
"schema:isPartOf": {
11737+
"@id": "http://schema.biothings.io"
11738+
},
11739+
"sms:displayName": "supplementary files",
11740+
"sms:required": "sms:false",
11741+
"sms:validationRules": []
11742+
},
1172311743
{
1172411744
"@id": "bts:NotAssigned",
1172511745
"@type": "rdfs:Class",

modules/Unknown/metadataType.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Attribute,Description,Valid Values,DependsOn,DependsOn Component,Required,Parent,Validation Rules,Properties,Source,module,multivalue,columnType,Ontology,Notes,UsedIn
2-
metadataType,"For files of dataSubtype: metadata, a description of the type of metadata in the file","individual,biospecimen,assay,Not Assigned",,,False,ManifestColumn,,ManifestColumn,Sage Bionetworks,Unknown,True,STRING_LIST,Sage Bionetworks,,"study_folder_template, file_annotation_template"
2+
metadataType,"For files of dataSubtype: metadata, a description of the type of metadata in the file","individual,biospecimen,assay,supplementary files,Not Assigned",,,False,ManifestColumn,,ManifestColumn,Sage Bionetworks,Unknown,True,STRING_LIST,Sage Bionetworks,,"study_folder_template, file_annotation_template"

0 commit comments

Comments
 (0)