microbiomedata / nmdc-schema

National Microbiome Data Collaborative (NMDC) unified data model
https://microbiomedata.github.io/nmdc-schema/
Creative Commons Zero v1.0 Universal
26 stars 8 forks source link

`in_subset` slot should be used as `multivalued` throughout #1464

Open turbomam opened 7 months ago

turbomam commented 7 months ago

see https://linkml.io/linkml-model/latest/docs/in_subset/

In some cases, the Python Dataclasses data loader silently repairs singe-valued/multi-valued mismatches, but we shouldn't count on that, because we might change to a Pydantic data loader in the future.

please change the

in_subset: data_portal_subset lines to

in_subset:
  - data_portal_subset
brynnz22 commented 7 months ago

I'll do this next sprint!