linkml / schemasheets

Structure your data in a FAIR way using google sheets or TSVs. These are then converted to LinkML, and from there other formats
https://linkml.io/schemasheets/
41 stars 5 forks source link

adding option to support attributes together with slots #135

Closed djarecka closed 3 months ago

djarecka commented 3 months ago

I was wondering if adding attribute column in addition to slot could be approved. I know there is an --use-attributes argument, but in my case I would like to use both attributes and slots in one schema.

My idea is to add the column without touching the current functionality for the slot column, i.e., slot column will be treated as slots when run with --no-use-attributes argument, and as attributes when run --use-attributes