Skip to content

Commit 9e77860

Browse files
authored
Generate new version of the linkml model for bke_taxonomy
1 parent f97221d commit 9e77860

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

linkml-schema/bke_taxonomy.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ slots:
2020
from_schema: https:/w3id.org/brain-bican/bke-taxonomy
2121
denotes_parcellation_term:
2222
from_schema: https:/w3id.org/brain-bican/bke-taxonomy
23+
denotes_cell_type:
24+
from_schema: https:/w3id.org/brain-bican/bke-taxonomy
2325
part_of_taxonomy:
2426
from_schema: https:/w3id.org/brain-bican/bke-taxonomy
2527
contains_taxon:
@@ -517,6 +519,7 @@ classes:
517519
slots:
518520
- denotes_gene_annotation
519521
- denotes_parcellation_term
522+
- denotes_cell_type
520523
- id
521524
- term
522525
- meaning
@@ -539,6 +542,14 @@ classes:
539542
which the abbreviation denotes.
540543
range: ParcellationTerm
541544
multivalued: true
545+
denotes_cell_type:
546+
local_names:
547+
local_name_value: denotes
548+
local_name_source: allen
549+
description: One of potentially many cell type terms which the abbreviation
550+
denotes.
551+
range: CellTypeTaxon
552+
multivalued: true
542553
id:
543554
description: ( database GUID)
544555
range: string

linkml-schema/source_bke_taxonomy/gsheet_output/Relations.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Class Predicate Subject Multivalued ExactlyOneOf Slot Definition Quasi-formalism
33
> internal_separator: "|" inner_key: local_name_value inner_key: local_name_source
44
Abbreviation denotes_gene_annotation GeneAnnotation TRUE FALSE One of potentially many gene annotation terms to which the abbreviation denotes. Some abbreviation (a) denotes some GeneAnnotation (G) if and only if a refers to G. denotes allen
55
Abbreviation denotes_parcellation_term ParcellationTerm TRUE FALSE One of potentially many parcellation terms (anatomical structures) which the abbreviation denotes. A denotes some PT denotes allen
6+
Abbreviation denotes_cell_type CellTypeTaxon TRUE FALSE One of potentially many cell type terms which the abbreviation denotes. denotes allen
67
CellTypeSet part_of_taxonomy CellTypeTaxonomy FALSE TRUE The cell types taxonomy for which the cell type set is part of. CTS part_of_taxonomy CTT if and only if CTT is a taxonomy, and CTS is a member of CTT
78
CellTypeSet contains_taxon CellTypeTaxon TRUE FALSE One of potentially many cell types taxons which together defines the cell type set. CTS contains_taxon CTT if and only if CTT is a part of CTS
89
CellTypeSet has_parent CellTypeSet FALSE FALSE When the cell type set represents a taxonomic level, the parent is the next higher level in the heirarchy. CTS1 has_parent CTS2 if and only if CTS2 and CTS1 are part_of some CTT and CTS1 is_child_of CTS2

0 commit comments

Comments
 (0)