HumanBrainProject / openMINDS_generator

MIT License
4 stars 3 forks source link

vocab extraction seems to have hickups #12

Open lzehl opened 3 years ago

lzehl commented 3 years ago

Going through the vocab (properties.json) I realized some weird things in the vocab extraction:

I will have a look at the script and see if I can find where such errors may occur from. If I find something I'll provide more details.

UlrikeS91 commented 3 years ago

Also:

  1. We realized that "embeddedTypes" are missing in the property dictonary.
  2. Update of "linkedTypes" following changes to the schemas seems to be not tracked correctly (e.g. "hash" for schemas "fileBundle"/"fileInstance"/"fileRepository": changed from "_linkedTypes" to "_embeddedTypes" but still listed as "linkedTypes" in properties; EDIT: This has been fixed suddenly somehow...)