INCF / neuroshapes

Open schemas for F.A.I.R. neuroscience data
https://incf.github.io/neuroshapes/
Creative Commons Attribution 4.0 International
40 stars 25 forks source link

What type hierarchy for morphologies ? #197

Open MFSY opened 5 years ago

MFSY commented 5 years ago

Currently nsg:Morphology is used as type for morphologies in the simulation domain but nsg:ReconstructedCell is used in the experimental side. Also nsg:Morphology is not specific enough as ther can morphologies or other entities that are not neurons. A discussion was started here on this topic. Proposal was made to use the following types:

nsg:CellMorphology - nsg:ReconstructedCellMorphology - nsg:RepairedCellMorphology or nsg:NeuronMorphology - nsg:ReconstructedNeuronMorphology - nsg:RepairedNeuronMorphology

All schemas related to morphologies need to be updated to use the new types.

genric commented 5 years ago

FYI @apdavison, linked pull request is also a good read: #194