Skip to content

Commit 6764a06

Browse files
committed
change permissible value 'structure' to 'anatomical' (it was a typo).
1 parent 24b99f3 commit 6764a06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

linkml-schema/bke_taxonomy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ enums:
2323
description: Abbreviation denotes a Cell Type entity.
2424
gene:
2525
description: Abbreviation denotes a Gene entity.
26-
structure:
27-
description: Abbreviation denotes a Structure entity.
26+
anatomical:
27+
description: Abbreviation denotes a Anatomical Structure entity.
2828
CellTypeSetType:
2929
from_schema: https://w3id.org/brain-bican/bke-taxonomy
3030
permissible_values:

linkml-schema/source_bke_taxonomy/gsheet_output/ValueSets.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ variable_name value description
22
> enum permissible_value description
33
AbbreviationEntityType cell_type Abbreviation denotes a Cell Type entity.
44
AbbreviationEntityType gene Abbreviation denotes a Gene entity.
5-
AbbreviationEntityType structure Abbreviation denotes a Structure entity.
5+
AbbreviationEntityType anatomical Abbreviation denotes a Anatomical Structure entity.
66
CellTypeSetType taxonomic_level Denotes CellTypeSet is at Taxonomic level.
77
CellTypeSetType neighborhood Denotes CellTypeSet is at Neighborhood level.

0 commit comments

Comments
 (0)