Changes for page Metadata models and schemas
Last modified by lzehl on 2021/07/02 17:06
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. lzehl1 +XWiki.oschmid - Content
-
... ... @@ -4,7 +4,7 @@ 4 4 The openMINDS metadata models all consist of modular connectable metadata schemas. Each schema can be referenced by it's type and defines properties (including their expected value) for a set of related metadata. 5 5 6 6 (% style="text-align: justify;" %) 7 -A short overview for each openMINDS metadata model can be found below, including links to full HTML descriptions for all schemas and to available metadata instances for selected schemas. 7 +A short overview for each openMINDS metadata model can be found below, including links to full HTML descriptions for all schemas and links to available metadata instances for selected schemas. 8 8 9 9 (% style="text-align: justify;" %) 10 10 Note that all metadata models are licensed under the MIT license. ... ... @@ -13,22 +13,33 @@ 13 13 === openMINDS core === 14 14 15 15 (% style="text-align: justify;" %) 16 -The openMINDS core metadata model contains schemas that youcan use to describe the general origin, resource location, and content ofyourresearch products in the field of neuroscience. Currently ( Feb 2021) this metadata model comprises 37 usable schemas, grouped into five classes:16 +The openMINDS core metadata model contains schemas that can be used to describe the general origin, resource location, and content of research products in the field of neuroscience. Currently ( Feb 2021) this metadata model comprises 37 usable schemas, grouped into five classes: 17 17 18 18 (% style="text-align: right;" %) 19 19 (% class="small" style="color:#7f8c8d" %)Click on a schema to discover its full HTML description. 20 -{{html}}<iframe id="coreFrame" src="https://humanbrainproject.github.io/openMINDS/core.html" width="100%" style="border:0; height: 28em"/>{{/html}} 20 +{{html}}<span> 21 +<script> 22 +function resize(evt){ 23 +alert('hello world'); 24 +} 25 +</script> 21 21 27 +<iframe src="https://humanbrainproject.github.io/openMINDS/core.html" width="100%" style="border:0; height: 28em" onload="resize"/> 28 +</span>{{/html}} 29 + 22 22 (% class="wikigeneratedid" style="text-align: justify;" %) 23 -In case of EBRAINS, metadata representations (instances) of a few selectedschemas(**##ContentType##**,**##DititalIdentifierSchema##**, **##License##**)are centrally defined and maintainedin a libraryon a separate[[openMINDS instancesGitHub>>https://github.com/HumanBrainProject/openMINDS_instances/||rel="noopenernoreferrer"target="_blank"]] to guarantee more consistency across the database instances of theEBRAINSKnowledge Graph.Feelfreetoexploretheseinstancesand to use them also outside of the EBRAINS Knowledge Graph.31 +In case of EBRAINS, metadata representations (instances) of the schemas marked with an asterisk are centrally defined and maintained on a separate GitHub to guarantee more consistency across the database instances of the Knowledge Graph (cf. section openMINDS instances). 24 24 25 25 (% class="wikigeneratedid" style="text-align: justify;" %) 26 -For furtherdetails onhis metadatamodel,please check[[openMINDScore GitHub repository>>https://github.com/HumanBrainProject/openMINDS_core]].34 +For details, contributing or reviewing examples please checkout as well the corresponding GitHub repository: 27 27 36 +(% class="wikigeneratedid" %) 37 +[[https:~~/~~/github.com/HumanBrainProject/openMINDS_core>>https://github.com/HumanBrainProject/openMINDS_core||rel="noopener noreferrer" target="_blank"]] 38 + 28 28 === openMINDS SANDS === 29 29 30 30 (% style="text-align: justify;" %) 31 -The openMINDS SANDS (**S**patial **A**nchoring for **N**euroscience **D**ata **S**tructures) metadata model contains schemas that youcan use to capture the anatomical location ofyourneuroscience data as well as to identify and highlight commonly used reference brain atlases and coordinate spaces. Currently (Feb 2021) this metadata model comprises 12 metadata schemas:42 +The openMINDS SANDS (**S**patial **A**nchoring for **N**euroscience **D**ata **S**tructures) metadata model contains schemas that can be used to capture the anatomical location of neuroscience data as well as to identify and highlight commonly used reference brain atlases and coordinate spaces. Currently (Feb 2021) this metadata model comprises 12 metadata schemas: 32 32 33 33 (% style="text-align: right;" %) 34 34 (% class="small" style="color:#7f8c8d" %)Click on a schema to discover its full HTML description. ... ... @@ -35,10 +35,13 @@ 35 35 {{html}}<iframe src="https://humanbrainproject.github.io/openMINDS/SANDS.html" width="100%" style="border:0; height: 8em"/>{{/html}} 36 36 37 37 (% class="wikigeneratedid" style="text-align: justify;" %) 38 -For furtherdetails onhis metadatamodel,please check[[openMINDSSANDSGitHub repository>>https://github.com/HumanBrainProject/openMINDS_SANDS]].49 +For details, contributing or reviewing examples please checkout as well the corresponding GitHub repository: 39 39 40 -=== openMINDS controlledTerms === 51 +(% class="wikigeneratedid" %) 52 +[[https:~~/~~/github.com/HumanBrainProject/openMINDS_SANDS>>https://github.com/HumanBrainProject/openMINDS_SANDS]] 41 41 54 +=== openMINDS controlledTerms - schemas === 55 + 42 42 (% style="text-align: justify;" %) 43 43 The openMINDS controlledTerms metadata model contains schemas that ensure consistent registration of well-defined terms, including linkages to existing ontological terms where applicable. Currently (Feb 2021) this metadata model comprises 38 nearly identical schemas: 44 44 ... ... @@ -46,14 +46,98 @@ 46 46 (% class="small" style="color:#7f8c8d" %)Click on a schema to discover its full HTML description. 47 47 {{html}}<iframe src="https://humanbrainproject.github.io/openMINDS/controlledTerms.html" width="100%" style="border:0; height: 25em"/>{{/html}} 48 48 49 -(% class="wikigeneratedid" style="text-align: justify;" %) 50 -Except for **##TermSuggestion##**, the openMINDS controlledTerms metadata schemas differ only in their schema type which defines the terminology to which correspondingly created metadata representations (instances) belong to. In order to guarantee more consistency across the database instances of the EBRAINS Knowledge Graph, instances for all controlled terms (except **##TermSuggestion##**) are centrally defined and maintained in a library on a separate [[openMINDS instances GitHub>>https://github.com/HumanBrainProject/openMINDS_instances/||rel="noopener noreferrer" target="_blank"]]. Feel free to explore these instances and to use them also outside of the EBRAINS Knowledge Graph. 51 - 52 52 (% style="text-align: justify;" %) 53 - We expect thelistofcontrolledterms (schemaaswellas instances) to grow basedonyour feedback. For controlledtermsof category "study target",youcanprovidethisfeedbackdirectlythroughtheschema **##TermSuggestion##** (cf. below).For other controlled terms,pleaseprovideyourfeedbackthroughthe[[openMINDSinstances GitHub IssueTracker>>https://github.com/HumanBrainProject/openMINDS_instances/issues||rel="noopener noreferrer" target="_blank"]].64 +Except for TermSuggestion (marked with an asterisk), the openMINDS controlledTerms metadata schemas differ only in their type which defines the name of the terminology the correspondingly controlled terms are registered to (cf. openMINDS controlledTerms - terminologies). 54 54 55 55 (% style="text-align: justify;" %) 56 - If an important termis missing from our controlledlibrary,this schemaprovidesyou withthepossibility to define yourown termand register it as a suggestionfor thecontrolledlibrary. For this purpose,the **##TermSuggestion##** schemahas two moreproperties(**##"addExistingTerminology"##**, **##"suggestNewTerminology"##**) whereyou can state to which(existing or also new) terminology the new suggested (not yet controlled) termshouldbelong to. Within the EBRAINS Knowledge Graph, the metadata representations for**##TermSuggestion##**will be regularly reviewed by the openMINDS development team in order to integrate these community-driven suggestions into the controlledTerms terminologies and corresponding ontologies(where applicable).For controlled terms67 +Compared to these schemas, the TermSuggestion has one additional property ("terminology") where users can state to which terminology the new suggested (not yet controlled) term belongs to. Within the EBRAINS Knowledge Graph, the metadata representations for TermSuggestion will be regularly reviewed by the openMINDS development team in order to integrate these community driven suggestions into the controlledTerms terminologies and corresponding ontology (where applicable). 57 57 58 58 (% class="wikigeneratedid" style="text-align: justify;" %) 59 -For further details on this metadata model, please check out the [[openMINDS controlledTerms GitHub repository>>https://github.com/HumanBrainProject/openMINDS_controlledTerms]]. 70 +For details, contributing or reviewing examples please checkout as well the corresponding GitHub repository: 71 + 72 +(% class="wikigeneratedid" %) 73 +[[https:~~/~~/github.com/HumanBrainProject/openMINDS_controlledTerms>>https://github.com/HumanBrainProject/openMINDS_controlledTerms]] 74 + 75 +=== openMINDS controlledTerms - terminologies === 76 + 77 +The openMINDS instances repository holds a collection of metadata representations (instances) of selected schemas which content should be more controlled to ensure their consistent definition and usage for the entire EBRAINS Knowledge Graph. Currently the repository holds collections for the following schemas: 78 + 79 +(% style="text-align: right;" %) 80 +(% class="small" style="color:#7f8c8d" %)//**Coming soon:** //Click on a schema to discover its available instances. 81 + 82 +{{container layoutStyle="columns"}} 83 +((( 84 +(% class="small" %) 85 +AgeCategory 86 +AnatomicalAxesOrientation 87 +BehavioralTask 88 +BiologicalSex 89 +CellType 90 +ContributionType 91 +CriteriaQualityType 92 +DatasetType 93 +Disease 94 +DiseaseModel 95 +EthicsAssessment 96 +FileBundleGrouping 97 +FileUsageRole 98 +))) 99 +((( 100 +(% class="small" %) 101 +Genotype 102 +Language 103 +Laterality 104 +MetaDataModelType 105 +Modality 106 +ModelAbstractionLevel 107 +ModelScope 108 +OperatingDevice 109 +OperatingSystem 110 +Organ 111 +Phenotype 112 +PreparationType 113 +ProductAccessibility 114 +))) 115 +((( 116 +(% class="small" %) 117 +ProgrammingLanguage 118 +QualitativeOverlap 119 +SoftwareApplicationCategory 120 +SoftwareFeature 121 +Species 122 +Strain 123 +Technique 124 +Terminology 125 +TissueSampleType 126 +TypeOfUncertainty 127 +UnitOfMeasurement 128 +))) 129 +{{/container}} 130 + 131 +=== openMINDS instances === 132 + 133 +The openMINDS instances repository holds a collection of metadata representations (instances) of selected schemas which content should be more controlled to ensure their consistent definition and usage for the entire EBRAINS Knowledge Graph. Currently the repository holds collections for the following schemas: 134 + 135 +(% style="text-align: right;" %) 136 +(% class="small" style="color:#7f8c8d" %)//**Coming soon:**// Click on a schema to discover its available instances. 137 + 138 +{{container layoutStyle="columns"}} 139 +((( 140 +(% class="small" %) 141 +contentType 142 +))) 143 +((( 144 +(% class="small" %) 145 +License 146 +))) 147 +((( 148 +(% class="small" %) 149 +DigitalIdentifierSchema 150 +))) 151 +{{/container}} 152 + 153 +(% class="wikigeneratedid" style="text-align: justify;" %) 154 +For details, contributing or reviewing the openMINDS instances please checkout as well the corresponding GitHub repository: 155 + 156 +(% class="wikigeneratedid" %) 157 +[[https:~~/~~/github.com/HumanBrainProject/openMINDS_instances>>https://github.com/HumanBrainProject/openMINDS_instances]]