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

is there a working example of applying annotations with schemasheets #14

Closed turbomam closed 2 years ago

turbomam commented 2 years ago

I see them in the MIxS example sheet but I haven't been successful in converting that

cmungall commented 2 years ago

See

https://docs.google.com/spreadsheets/d/1wVoaiFg47aT9YWNeRfTZ8tYHN8s8PAuDx5i2HUcDpvQ/edit#gid=55566104

say you want an annotation foo:

the column config would be:

foo
annotations
inner_key: foo

then simply have a cell value bar and it will set annotatiobs['foo'] = bar