- Agree on an approach for colliding names and what slots should be called.
'Ref' is added to colliding slot names. Some variables are called things like '--RefRef' if they are a reference to a class that is itself a reference.
The most robust approach would have ODM adopt case-insensitive unique names between classes, types, enums and references, while subscribing to the lowercase first naming of as forced by the current LinkML generators e.g. GraphQL
Slots could then be renamed to this new schema via creation of a lookup/mapping file
- Figure out why LinkML fails when ODM class is not renamed (see
ODMLinkMLTransformer.hardcoded_modifications())
'Ref' is added to colliding slot names. Some variables are called things like '--RefRef' if they are a reference to a class that is itself a reference.
The most robust approach would have ODM adopt case-insensitive unique names between classes, types, enums and references, while subscribing to the lowercase first naming of as forced by the current LinkML generators e.g. GraphQL
Slots could then be renamed to this new schema via creation of a lookup/mapping file
ODMLinkMLTransformer.hardcoded_modifications())