openMetadataInitiative / openMINDS_core

The openMINDS core metadata model includes schemas that can be used to describe the general origin, location and content of research products.
MIT License
20 stars 19 forks source link

Reference to non-existing AnatomicalEntity #208

Closed olinux closed 3 years ago

olinux commented 3 years ago

https://github.com/HumanBrainProject/openMINDS_core/blob/6005a3580d0046e9d18de6758c259739cdd6167f/schemas/research/protocolExecution.schema.tpl.json#L75

AnatomicalEntity doesn't exist anymore - should it be CustomAnatomicalEntity instead?

lzehl commented 3 years ago

@olinux semantically Anchored To should be thrown out of protocolExecution entirely. It needs to be placed somewhere else (e.g. most likely TissueSample/Collections).

lzehl commented 3 years ago

This was solved in #204 & #209