-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Milestone
Description
Hi!
I'm currently working on extracting openMINDS core metadata from existing metadata collections, and I'm using openMINDS_Python to automatise this.
I got stuck trying to set properties for which a library of instances is already provided by openMINDS, e.g. data_type of DatasetVersion. Is there a best practice for this? Do I instantiate a SemanticDataType with the correct id and name myself or is there a way to auto-generate it? And can I somehow retrieve and search a library of predefined terms?
Sorry if I'm missing something obvious here, I'm hoping this can be resolved faster and easier by asking than by poking around in the code.
Maybe a usage example that involves a controlled term could help to get people started on this?