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

slots are created when using `--use-attributes` #130

Closed djarecka closed 4 months ago

djarecka commented 4 months ago

When option --use-attributes attributes are added to the class, but the model still has all the attributes in the slots section:

slots:
  tissue sample label:
    from_schema: http://example.com/test
  amplified cDNA label:
    from_schema: http://example.com/test
  amplified cDNA amplified quantity ng:
    from_schema: http://example.com/test

classes:
  tissue sample:
    in_subset:
    - bican, library_generation
    from_schema: http://example.com/test
    is_a: material sample
    mixins:
    - prov entity
    attributes:
      tissue sample label:
        from_schema: http://example.com/test
        range: integer