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

Issue 76 schema template #78

Closed turbomam closed 11 months ago

turbomam commented 1 year ago

76

@cmungall I wrote test_schema_metadata and added

elif t == T_SCHEMA and isinstance(element, SchemaDefinition)

to schemasheets/schema_exporter.py, following your https://github.com/linkml/schemasheets/pull/77

but I think the exporting steps may have to be different, because we won't be iterating over a multiple schema rows, like we would for slots, classes or prefixes.