-
**ContentType schema:**
+ https://humanbrainproject.github.io/openMINDS/v3/ **--> select** core/DATA/ContentType
+ https://github.com/HumanBrainProject/openMINDS_core/blob/v3/schemas/data/contentTy…
lzehl updated
12 months ago
-
ATM this is a cryptic ID only. No linkage
![image](https://github.com/psychoinformatics-de/sfb1451-projects-catalog/assets/136479/cd843c0d-1505-4c38-80e2-38d6faf7a766)
The first number actually …
-
If a user adds an instance/node to a collection, and then later adds linked types to the instance, currently that is not added to the collection. What is the best way to make sure a collection is "com…
-
-
The anatomical orientation of an array is a critical piece of metadata for downstream analysis, particularly for the increasingly common task of aligning acquired images to an atlas for anatomical qua…
-
I'm testing the Python package and noticed the following for "to_jsonld()":
If `@context` with `@vocab` is set the properties do not have to (should not ?) identify the vocab.
Also `@type` should …
-
Properties that require as value an array with 1 to N items always have to be defined as an array even if only one entry is provided (as defined by openMINDS).
Relevant issue #3
-
Brief summary of the discussion started [here](https://github.com/bids-standard/bids-specification/pull/1705#discussion_r1569519881):
The modality for BEP032 is to be called `ephys`, an abbreviatio…
-
I'm testing the Python package and noticed the following for "save()":
Issues with embedded types (Note: I did not set the embedded types directly, but after I created the main instance):
- Inst…
-
As far as I can se from the current code, it is possible to add an instance multiple times. Should there be a check against that? (Or am I missing something?)