linkml / linkml-model

Link Modeling Language (LinkML) model
https://linkml.github.io/linkml-model/docs/
33 stars 16 forks source link

move array to slot_expression #200

Open sneakers-the-rat opened 4 days ago

sneakers-the-rat commented 4 days ago

fix: https://github.com/linkml/linkml-model/issues/199

I think just moving array to slot_expression would solve the problem, because slot_definition received the slot_expression mixin, which uses slot_usage to change the range of any_of to anonymous_slot_expression, which also receives the slot_expression mixin.