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

allow for roundtripping of structured_patterns using inner keys #72

Closed cmungall closed 1 year ago

cmungall commented 1 year ago

given a schema

classes:
  Person:
    attributes:
      first:
      last:
      full:
        structured_pattern:
          syntax: "{token} {token}"

we'd like a header column of:

structured_pattern
> inner_key: syntax

such that flat values like "{token} {token}" can be used in the datafile

This should work but an exception is currently thrown

discovered by @turbomam