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/
43 stars 5 forks source link

Add better documentation for when to use metatype #37

Closed sujaypatil96 closed 2 years ago

sujaypatil96 commented 2 years ago

Notes from @cmungall:

metatype is useful for cases where you want to have a single column always represent the element name, and the element type to switch depending on the row. If you do it this style, you always need a “name” column. Further up in the stack trace it was complaining about the name field missing.

cmungall commented 2 years ago

See