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 base_schema_path to the converter #139

Closed djarecka closed 3 months ago

djarecka commented 3 months ago

I'm wondering if this could be accepted as an enhancement to the schemasheets. If yes, I would add to the documentation and do some extra checks.

The idea is that I have some classes that are written in yaml and I would like to add them to the new schema without transferring them first to the schema form. Right now I'm adding this by myself after running schemasheets, but I thought that I might try to slightly generalize it and suggest the addition.

djarecka commented 3 months ago

I was thinking about adding documentation for this, but I can also add a separate PR with more changes to the documentation