Skip to content

Commit 6759226

Browse files
committed
fixed typo. did not change range to new enum names (upper camel case formatting)
1 parent 6764a06 commit 6759226

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

linkml-schema/bke_taxonomy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ classes:
224224
examples:
225225
- value: taxonomic_level
226226
from_schema: https://w3id.org/brain-bican/bke-taxonomy
227-
range: cell_type_set_type
227+
range: CellTypeSetType
228228
CellTypeTaxon:
229229
description: A cell type taxon is a node in a taxonomy. Taxons represents a unit
230230
of cell type classification and is defined by a set of clusters. Taxons may
@@ -604,7 +604,7 @@ classes:
604604
examples:
605605
- value: cell type
606606
from_schema: https://w3id.org/brain-bican/bke-taxonomy
607-
range: abbreviation_entity_type
607+
range: AbbreviationEntityType
608608
MatrixFile:
609609
description: A digital file containing the representation of full or partial data
610610
matrix.

linkml-schema/source_bke_taxonomy/gsheet_output/Slots.tsv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ LinkML Class Name LinkML Slot Attribute Name Data Type Definition from_schema BK
66
Abbreviation id string ( database GUID) bican_biolink FALSE
77
Abbreviation term string An abbreviation term. IT FALSE
88
Abbreviation meaning string The meaning of an abbreviation term. intratelencephalic-projecting glutamatergic cortical neuron FALSE
9-
Abbreviation entity_type abbreviation_entity_type The entity type which the abbreviation term denotes. cell type FALSE cell type, gene, structure
9+
Abbreviation entity_type AbbreviationEntityType The entity type which the abbreviation term denotes. cell type FALSE cell type, gene, structure
1010
Abbreviation xref bican_biolink unique_id allen
1111
CellTypeSet id string ( database GUID) bican_biolink FALSE
1212
CellTypeSet accession_id string A provider assigned accession identifier for the cell type set. CCN20230722_CLAS FALSE
1313
CellTypeSet name string Name of the cell type set taxonomy. bican_biolink class FALSE
1414
CellTypeSet description string Description of the cell type set. bican_biolink The top level of cell type definition in the mouse whole brain taxonomy. It is primarily determined by broad brain region and neurotransmitter type. All cells within a subclass belong to the same class. Class provides a broader categorization of cell types. FALSE
15-
CellTypeSet cell_type_set_type cell_type_set_type A tag denoting the type or purpose of the cell type set. type allen taxonomic_level FALSE taxonomic level, neighborhood
15+
CellTypeSet cell_type_set_type CellTypeSetType A tag denoting the type or purpose of the cell type set. type allen taxonomic_level FALSE taxonomic level, neighborhood
1616
CellTypeSet order integer The priority or display order of the cell type set among all other sets of the same type. order_idx allen 1 0 TRUE
1717
CellTypeSet xref bican_biolink unique_id allen
1818
CellTypeTaxon id string ( database GUID) bican_biolink FALSE

0 commit comments

Comments
 (0)