Wiki source code of Metadata models & schemas

Version 56.1 by lzehl on 2021/05/02 13:42

Hide last authors
lzehl 2.1 1 (% class="box infomessage" %)
2 (((
3 (% style="text-align: justify;" %)
lzehl 4.1 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.
lzehl 2.1 5
lzehl 4.1 6 (% style="text-align: justify;" %)
lzehl 47.1 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.
lzehl 4.1 8
9 (% style="text-align: justify;" %)
lzehl 2.1 10 Note that all metadata models are licensed under the MIT license.
11 )))
12
lzehl 3.1 13 === openMINDS core ===
lzehl 2.1 14
lzehl 12.1 15 (% style="text-align: justify;" %)
lzehl 52.1 16 The openMINDS core metadata model contains schemas that you can use to describe the general origin, resource location, and content of your research products in the field of neuroscience. Currently this metadata model comprises the following schemas, grouped into five classes:
lzehl 2.1 17
oschmid 23.5 18 (% style="text-align: right;" %)
19 (% class="small" style="color:#7f8c8d" %)Click on a schema to discover its full HTML description.
lzehl 55.1 20 {{html}}<iframe id="coreFrame" src="https://humanbrainproject.github.io/openMINDS/v2/core.html" width="100%" style="border:0; height: 35em"/>{{/html}}
oschmid 23.5 21
lzehl 14.1 22 (% class="wikigeneratedid" style="text-align: justify;" %)
lzehl 47.1 23 In case of EBRAINS, metadata representations (instances) of a few selected schemas (**##ContentType##**, **##DititalIdentifierSchema##**, **##License##**) 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"]] to guarantee more consistency across the database instances of the EBRAINS Knowledge Graph. Feel free to explore these instances and to use them also outside of the EBRAINS Knowledge Graph.
lzehl 15.1 24
25 (% class="wikigeneratedid" style="text-align: justify;" %)
lzehl 50.1 26 For further details on this metadata model, please check out the [[openMINDS core GitHub repository>>https://github.com/HumanBrainProject/openMINDS_core]].
lzehl 14.1 27
lzehl 3.1 28 === openMINDS SANDS ===
lzehl 2.1 29
lzehl 12.1 30 (% style="text-align: justify;" %)
lzehl 52.1 31 The openMINDS SANDS (**S**patial **A**nchoring for **N**euroscience **D**ata **S**tructures) metadata model contains schemas that you can use to capture the anatomical location of your neuroscience data as well as to identify and highlight commonly used reference brain atlases and coordinate spaces. Currently this metadata model comprises the following schemas:
lzehl 2.1 32
lzehl 19.1 33 (% style="text-align: right;" %)
lzehl 23.1 34 (% class="small" style="color:#7f8c8d" %)Click on a schema to discover its full HTML description.
lzehl 56.1 35 {{html}}<iframe src="https://humanbrainproject.github.io/openMINDS/v2/SANDS.html" width="100%" style="border:0; height: 19em"/>{{/html}}
lzehl 19.1 36
lzehl 14.1 37 (% class="wikigeneratedid" style="text-align: justify;" %)
lzehl 50.1 38 For further details on this metadata model, please check out the [[openMINDS SANDS GitHub repository>>https://github.com/HumanBrainProject/openMINDS_SANDS]].
lzehl 14.1 39
lzehl 47.1 40 === openMINDS controlledTerms ===
lzehl 2.1 41
lzehl 12.1 42 (% style="text-align: justify;" %)
lzehl 52.1 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 this metadata model comprises the following schemas:
lzehl 2.1 44
lzehl 19.1 45 (% style="text-align: right;" %)
lzehl 23.1 46 (% class="small" style="color:#7f8c8d" %)Click on a schema to discover its full HTML description.
lzehl 54.1 47 {{html}}<iframe src="https://humanbrainproject.github.io/openMINDS/v2/controlledTerms.html" width="100%" style="border:0; height: 25em"/>{{/html}}
lzehl 19.1 48
lzehl 47.1 49 (% class="wikigeneratedid" style="text-align: justify;" %)
lzehl 50.2 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.
lzehl 13.1 51
lzehl 18.1 52 (% style="text-align: justify;" %)
lzehl 53.1 53 We expect the list of controlled terms (schema as well as instances) to grow based on your feedback. For instances within the EBRAINS Knowledge Graph that are entries for the property ##"studyTarget"##, you can provide this feedback directly through the schema **##TermSuggestion##**. For all other instances (e.g., of type **##Technique##** or **##BehavioralTask##**) or if you work independent of the EBRAINS Knowledge Graph, please provide your feedback through the [[openMINDS instances GitHub Issue Tracker>>https://github.com/HumanBrainProject/openMINDS_instances/issues||rel="noopener noreferrer" target="_blank"]]. The openMINDS development team reviews all your feedback regularly, in order to integrate all community-driven suggestions into the openMINDS_controlledTerms and openMINDS_instances (where applicable). In addition, your term suggestions will be evaluated as possible extensions for the SciGraph ontologies, powered by the FAIR Data Informatics (FDI) Lab - SciCrunch Infrastrucutre and the INCF Knowledge Space team.
lzehl 18.1 54
lzehl 14.1 55 (% class="wikigeneratedid" style="text-align: justify;" %)
lzehl 50.1 56 For further details on this metadata model, please check out the [[openMINDS controlledTerms GitHub repository>>https://github.com/HumanBrainProject/openMINDS_controlledTerms]].
Public

openMINDS