Skip to content

Commit 5122ce9

Browse files
committed
added 'ValueSets' tab and Enum definitions for Abbreviation.entity_type and CellTypeSet.cell_type_set_type
1 parent 8e6d095 commit 5122ce9

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

linkml-schema/bke_taxonomy.yaml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,23 @@ prefixes:
1515
linkml: https://w3id.org/linkml/
1616
default_prefix: bican
1717
default_range: string
18+
enums:
19+
abbreviation_entity_type:
20+
from_schema: https://w3id.org/brain-bican/bke-taxonomy
21+
permissible_values:
22+
cell type:
23+
description: Abbreviation denotes a Cell Type entity.
24+
gene:
25+
description: Abbreviation denotes a Gene entity.
26+
structure:
27+
description: Abbreviation denotes a Structure entity.
28+
cell_type_set_type:
29+
from_schema: https://w3id.org/brain-bican/bke-taxonomy
30+
permissible_values:
31+
taxonomic level:
32+
description: Denotes CellTypeSet is at Taxonomic level.
33+
neighborhood:
34+
description: Denotes CellTypeSet is at Neighborhood level.
1835
slots:
1936
part_of_taxonomy:
2037
from_schema: https://w3id.org/brain-bican/bke-taxonomy
@@ -207,7 +224,7 @@ classes:
207224
examples:
208225
- value: taxonomic_level
209226
from_schema: https://w3id.org/brain-bican/bke-taxonomy
210-
range: string
227+
range: cell_type_set_type
211228
CellTypeTaxon:
212229
description: A cell type taxon is a node in a taxonomy. Taxons represents a unit
213230
of cell type classification and is defined by a set of clusters. Taxons may
@@ -587,7 +604,7 @@ classes:
587604
examples:
588605
- value: cell type
589606
from_schema: https://w3id.org/brain-bican/bke-taxonomy
590-
range: string
607+
range: abbreviation_entity_type
591608
MatrixFile:
592609
description: A digital file containing the representation of full or partial data
593610
matrix.

linkml-schema/source_bke_taxonomy/gsheet.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sheets:
66
gid: "118188371"
77
- name: "Slots"
88
gid: "1569691331"
9+
- name: "ValueSets"
10+
gid: "475836633"
911
- name: "Prefixes"
1012
gid: "2120932954"
1113
- name: "Schema"

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 string The entity type which the abbreviation term denotes. cell type FALSE cell type, gene, structure
9+
Abbreviation entity_type abbreviation_entity_type 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 string 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 cell_type_set_type 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
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
variable_name value description
2+
> enum permissible_value description
3+
abbreviation_entity_type cell type Abbreviation denotes a Cell Type entity.
4+
abbreviation_entity_type gene Abbreviation denotes a Gene entity.
5+
abbreviation_entity_type structure Abbreviation denotes a Structure entity.
6+
cell_type_set_type taxonomic level Denotes CellTypeSet is at Taxonomic level.
7+
cell_type_set_type neighborhood Denotes CellTypeSet is at Neighborhood level.

0 commit comments

Comments
 (0)