Skip to content

Commit c52bb49

Browse files
authored
Update bican_biolink.yaml
manually fixed 2 lint errors: 1. error Slot 'has taxonomic rank' not found on class 'organism taxon' (no_invalid_slot_usage) 2. error Slot 'name' not found on class 'macromolecular machine mixin' (no_invalid_slot_usage)
1 parent b0f2374 commit c52bb49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linkml-schema/bican_biolink.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,7 @@ classes:
15981598
- information content
15991599
- equivalent identifiers
16001600
- named thing_category
1601-
- organism taxon_has taxonomic rank
1601+
- has taxonomic rank
16021602
slot_usage:
16031603
has taxonomic rank:
16041604
name: has taxonomic rank
@@ -2010,7 +2010,7 @@ classes:
20102010
from_schema: https://w3id.org/biolink/biolink-model
20112011
mixin: true
20122012
slots:
2013-
- macromolecular machine mixin_name
2013+
- name
20142014
slot_usage:
20152015
name:
20162016
name: name

0 commit comments

Comments
 (0)