biolink / biolinkml

DEPRECATED: replaced by linkml
https://github.com/linkml/linkml
Creative Commons Zero v1.0 Universal
23 stars 12 forks source link

The `abstract: true` tag seems redundant for `mixin` components of schema #320

Closed RichardBruskiewich closed 3 years ago

RichardBruskiewich commented 3 years ago

See also https://github.com/biolink/biolink-model/issues/540.

The abstract: true designation can be removed by modifying the BiolinkML codebase to simply test for the mixin tag everywhere boolean value of the abstract tag is also tested.

RichardBruskiewich commented 3 years ago

Patched in PR https://github.com/biolink/biolinkml/pull/321