mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
780 B
780 B
LinkML
Features of LinkML to keep in mind while writing the schema.
- Defining slots - slots that can be used to infer class identity - would be useful for inferring types in all the recursive shit
- multidimensional arrays
- units
- See also modeling measurements
- modeling conditional presence https://github.com/linkml/linkml-model/issues/126
Python dataclass problems
- Generator doesn't seem to honor the
slot_usage
property - eg. for theSchema
class,doc
is marked as required despite the requirement being removed