Skip to content

Commit 9dfdb8c

Browse files
committed
moved attributes connecting CellTypeTaxon and SpatialProportions from 'Slots' tab to 'Relations' tab
1 parent b7df753 commit 9dfdb8c

File tree

3 files changed

+49
-48
lines changed

3 files changed

+49
-48
lines changed

linkml-schema/bke_taxonomy.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,6 @@ classes:
317317
from_schema: https://w3id.org/brain-bican/bke-taxonomy
318318
range: Cluster
319319
multivalued: true
320-
number_of_cells:
321-
description: The aggregated number of cells that defines the cell type taxon.
322-
from_schema: https://w3id.org/brain-bican/bke-taxonomy
323-
range: integer
324-
minimum_value: '0.0'
325320
spatial_regional_proportions:
326321
description: Species-independent quantification of regional composition (how
327322
much of something is found in each named brain region),
@@ -342,6 +337,11 @@ classes:
342337
is found in each named brain region) in Human species.
343338
from_schema: https://w3id.org/brain-bican/bke-taxonomy
344339
range: SpatialProportions
340+
number_of_cells:
341+
description: The aggregated number of cells that defines the cell type taxon.
342+
from_schema: https://w3id.org/brain-bican/bke-taxonomy
343+
range: integer
344+
minimum_value: '0.0'
345345
ClusteringProcess:
346346
description: The process of organizing and classifying observations into groups
347347
or clusters based on similarities or patterns.
Lines changed: 43 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,44 @@
1-
Class Predicate (General) Predicate (Specific) Subject from_schema Multivalued ExactlyOneOf Slot Definition Quasi-formalism BKE Local Name Local Name Source
2-
> class slot attribute range from_schema multivalued ignore description ignore local_names local_names
1+
Class Predicate (General) Predicate (Specific) Subject from_schema Multivalued Slot Definition ExactlyOneOf Quasi-formalism BKE Local Name Local Name Source
2+
> class slot attribute range from_schema multivalued description ignore ignore local_names local_names
33
> internal_separator: "|" inner_key: local_name_value inner_key: local_name_source
4-
part_of_taxonomy CellTypeTaxonomy FALSE TRUE
5-
has_parent named thing FALSE FALSE
6-
has_abbreviation Abbreviation TRUE FALSE
7-
is_revision_of named thing FALSE FALSE
8-
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
9-
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
10-
Abbreviation denotes_cell_type CellTypeTaxon TRUE FALSE One of potentially many cell type terms which the abbreviation denotes. denotes allen
11-
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
12-
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
13-
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
14-
CellTypeSet has_abbreviation Abbreviation TRUE FALSE One of many abbreviation that are part of the cell type set name. CTT has_abbreviation some A if and only if CTT has_name some CTTN and A is part of CTTN
15-
CellTypeTaxon part_of_taxonomy CellTypeTaxonomy FALSE TRUE The cell types taxonomy for which the cell type taxon is part of. CTT part_of_taxonomy CTTy if and only if CTT is a member of CTTy
16-
CellTypeTaxon contains_cluster Cluster TRUE FALSE One of potentially cell clusters which together defines the cell type taxon. CTT contains_cluster C if and only if C is a part of CTT
17-
CellTypeTaxon has_parent CellTypeTaxon FALSE FALSE When the taxonomy is a single inheritance tree, the parent represents the superclass for which the cell type taxon is a member of. CTT1 has_parent CTT2 if and only if CTT1 and CTT2 are_part_of some CTTy and CTT1 is_child_of CTT2
18-
CellTypeTaxon has_abbreviation Abbreviation TRUE FALSE One of many abbreviation that are part of the cell type taxon name. CTT has_abbreviation some A if and only if CTT has_name some CTTN and A is part of CTTN
19-
CellTypeTaxonomy was_generated_by CellTypeTaxonomyCreationProcess bican_prov FALSE TRUE The analysis process from which the cell types taxonomy was generated by. CTT was_generated_by CTTCP if and only if CTTCP has_output some CTT
20-
CellTypeTaxonomy was_derived_from ClusterSet bican_prov TRUE FALSE One of potentially many input clusters set from which the cell type taxonomy is derived. CTT was_derived_from some CS if and only if CTT has_input some CS
21-
CellTypeTaxonomy is_revision_of CellTypeTaxonomy FALSE FALSE The previous version for which this cell type taxonomy is a revision of. CTT2 is_revision_of CTT1 if and only if CTT1 is a version of CTT2
22-
CellTypeTaxonomyCreationProcess used ClusterSet bican_prov TRUE FALSE One of potentially many input cluster sets from which the cell type taxonomy is derived. CTTCP used (involved_in) CS if and only if CS enables some process p', and p' is part of CTTCP.
23-
Cluster part_of_set ClusterSet FALSE TRUE The cluster set from which the cluster is part of. C part_of_set CS if and only if C part_of CS
24-
Cluster contains_observation ObservationRow TRUE FALSE One of potentially many input observations which together define the cluster. C contains_observation some O if and only if C has_input O
25-
Cluster contains_sample CellSpecimen TRUE FALSE One of potentially many sample which together define the cluster. C contains_sample CS if and only if CS part_of C
26-
ClusteringProcess used ObservationMatrix bican_prov TRUE FALSE One of potentially many input observation matrices from which clusters are derived. CP used (involved_in) OB if and only if OB enables some process p', and p' is part of CP
27-
ClusterSet was_generated_by ClusteringProcess bican_prov FALSE TRUE The analysis process from which clusters was generated by. CS was_generated_by some CP if and only if CP is a process and CS was_output_of CP
28-
ClusterSet was_derived_from ObservationMatrix bican_prov TRUE FALSE One of potentially many input observation matrices from which clusters are derived. CS was_derived_from some OM if and only if CS has_input some OM
29-
ClusterSet is_revision_of ClusterSet FALSE FALSE The previous version for which this clustering output is a revision of. CS2 is_revision_of CS1 if and only if CS1 is a version of CS2
30-
ColorPalette is_palette_for CellTypeTaxonomy FALSE TRUE The cell types taxonomy for which the palette provides display color properties for. CP is_palette_for some CTT
31-
DisplayColor part_of_palette ColorPalette FALSE TRUE The color palette for which the display color map is part of. DC part_of_palette CP if and only if DC is part_of CP
32-
DisplayColor is_color_for_taxon CellTypeTaxon FALSE TRUE The associated cell type taxon for the specified display color. DC is_color_for CTT if DC is associated with CTT is_color_for allen
33-
DisplayColor is_color_for_set CellTypeSet FALSE TRUE The associated cell type set of the specified display color. DC is_color_for CTS if DC is associated with CTS is_color_for allen
34-
ObservationMatrix was_generated_by ObservationMatrixCreationProcess bican_prov FALSE TRUE The aggregation process from which a observation matrix was generated by. OM was_generated_by some OMCP if and only if OMCP is a process and OM was_output_of OMCP
35-
ObservationMatrix represented_by MatrixFile TRUE FALSE One of potentially matrix files which together represents the entire observation matrix. MF concretizes some OM
36-
ObservationMatrix has_variable GeneAnnotation TRUE FALSE One of set of genes which together forms the variable set of an observation matrix.
37-
ObservationMatrix was_derived_from CellSpecimen bican_prov TRUE FALSE One of many cell specimens from which observations in the matrix was derived from. OM was_derived_from some CSp if and only if OM has_input some CSp
38-
ObservationRow part_of_matrix ObservationMatrix FALSE TRUE The observation matrix for which is observation row is part of. OR part_of_matrix some OM if and only if OR part_of some OM
39-
ObservationRow represented_in MatrixFile FALSE TRUE The specific file where this observation row is represented. OR represented in MF if and only if OR is part_of some OM and OM is_concretized_in some MF
40-
ObservationRow was_derived_from CellSpecimen bican_prov FALSE FALSE The cell specimen from which the observation was derived from. OR was_derived_from some CSp if and only if OR has_input some CSp
4+
part_of_taxonomy CellTypeTaxonomy FALSE TRUE
5+
has_parent named thing FALSE FALSE
6+
has_abbreviation Abbreviation TRUE FALSE
7+
is_revision_of named thing FALSE FALSE
8+
Abbreviation denotes_gene_annotation GeneAnnotation TRUE One of potentially many gene annotation terms to which the abbreviation denotes. FALSE Some abbreviation (a) denotes some GeneAnnotation (G) if and only if a refers to G. denotes allen
9+
Abbreviation denotes_parcellation_term ParcellationTerm TRUE One of potentially many parcellation terms (anatomical structures) which the abbreviation denotes. FALSE A denotes some PT denotes allen
10+
Abbreviation denotes_cell_type CellTypeTaxon TRUE One of potentially many cell type terms which the abbreviation denotes. FALSE denotes allen
11+
CellTypeSet part_of_taxonomy CellTypeTaxonomy FALSE The cell types taxonomy for which the cell type set is part of. TRUE CTS part_of_taxonomy CTT if and only if CTT is a taxonomy, and CTS is a member of CTT
12+
CellTypeSet contains_taxon CellTypeTaxon TRUE One of potentially many cell types taxons which together defines the cell type set. FALSE CTS contains_taxon CTT if and only if CTT is a part of CTS
13+
CellTypeSet has_parent CellTypeSet FALSE When the cell type set represents a taxonomic level, the parent is the next higher level in the heirarchy. FALSE CTS1 has_parent CTS2 if and only if CTS2 and CTS1 are part_of some CTT and CTS1 is_child_of CTS2
14+
CellTypeSet has_abbreviation Abbreviation TRUE One of many abbreviation that are part of the cell type set name. FALSE CTT has_abbreviation some A if and only if CTT has_name some CTTN and A is part of CTTN
15+
CellTypeTaxon part_of_taxonomy CellTypeTaxonomy FALSE The cell types taxonomy for which the cell type taxon is part of. TRUE CTT part_of_taxonomy CTTy if and only if CTT is a member of CTTy
16+
CellTypeTaxon contains_cluster Cluster TRUE One of potentially cell clusters which together defines the cell type taxon. FALSE CTT contains_cluster C if and only if C is a part of CTT
17+
CellTypeTaxon has_parent CellTypeTaxon FALSE When the taxonomy is a single inheritance tree, the parent represents the superclass for which the cell type taxon is a member of. FALSE CTT1 has_parent CTT2 if and only if CTT1 and CTT2 are_part_of some CTTy and CTT1 is_child_of CTT2
18+
CellTypeTaxon has_abbreviation Abbreviation TRUE One of many abbreviation that are part of the cell type taxon name. FALSE CTT has_abbreviation some A if and only if CTT has_name some CTTN and A is part of CTTN
19+
CellTypeTaxonomy was_generated_by CellTypeTaxonomyCreationProcess bican_prov FALSE The analysis process from which the cell types taxonomy was generated by. TRUE CTT was_generated_by CTTCP if and only if CTTCP has_output some CTT
20+
CellTypeTaxonomy was_derived_from ClusterSet bican_prov TRUE One of potentially many input clusters set from which the cell type taxonomy is derived. FALSE CTT was_derived_from some CS if and only if CTT has_input some CS
21+
CellTypeTaxonomy is_revision_of CellTypeTaxonomy FALSE The previous version for which this cell type taxonomy is a revision of. FALSE CTT2 is_revision_of CTT1 if and only if CTT1 is a version of CTT2
22+
CellTypeTaxonomyCreationProcess used ClusterSet bican_prov TRUE One of potentially many input cluster sets from which the cell type taxonomy is derived. FALSE CTTCP used (involved_in) CS if and only if CS enables some process p', and p' is part of CTTCP.
23+
Cluster part_of_set ClusterSet FALSE The cluster set from which the cluster is part of. TRUE C part_of_set CS if and only if C part_of CS
24+
Cluster contains_observation ObservationRow TRUE One of potentially many input observations which together define the cluster. FALSE C contains_observation some O if and only if C has_input O
25+
Cluster contains_sample CellSpecimen TRUE One of potentially many sample which together define the cluster. FALSE C contains_sample CS if and only if CS part_of C
26+
ClusteringProcess used ObservationMatrix bican_prov TRUE One of potentially many input observation matrices from which clusters are derived. FALSE CP used (involved_in) OB if and only if OB enables some process p', and p' is part of CP
27+
ClusterSet was_generated_by ClusteringProcess bican_prov FALSE The analysis process from which clusters was generated by. TRUE CS was_generated_by some CP if and only if CP is a process and CS was_output_of CP
28+
ClusterSet was_derived_from ObservationMatrix bican_prov TRUE One of potentially many input observation matrices from which clusters are derived. FALSE CS was_derived_from some OM if and only if CS has_input some OM
29+
ClusterSet is_revision_of ClusterSet FALSE The previous version for which this clustering output is a revision of. FALSE CS2 is_revision_of CS1 if and only if CS1 is a version of CS2
30+
ColorPalette is_palette_for CellTypeTaxonomy FALSE The cell types taxonomy for which the palette provides display color properties for. TRUE CP is_palette_for some CTT
31+
DisplayColor part_of_palette ColorPalette FALSE The color palette for which the display color map is part of. TRUE DC part_of_palette CP if and only if DC is part_of CP
32+
DisplayColor is_color_for_taxon CellTypeTaxon FALSE The associated cell type taxon for the specified display color. TRUE DC is_color_for CTT if DC is associated with CTT is_color_for allen
33+
DisplayColor is_color_for_set CellTypeSet FALSE The associated cell type set of the specified display color. TRUE DC is_color_for CTS if DC is associated with CTS is_color_for allen
34+
ObservationMatrix was_generated_by ObservationMatrixCreationProcess bican_prov FALSE The aggregation process from which a observation matrix was generated by. TRUE OM was_generated_by some OMCP if and only if OMCP is a process and OM was_output_of OMCP
35+
ObservationMatrix represented_by MatrixFile TRUE One of potentially matrix files which together represents the entire observation matrix. FALSE MF concretizes some OM
36+
ObservationMatrix has_variable GeneAnnotation TRUE One of set of genes which together forms the variable set of an observation matrix. FALSE
37+
ObservationMatrix was_derived_from CellSpecimen bican_prov TRUE One of many cell specimens from which observations in the matrix was derived from. FALSE OM was_derived_from some CSp if and only if OM has_input some CSp
38+
ObservationRow part_of_matrix ObservationMatrix FALSE The observation matrix for which is observation row is part of. TRUE OR part_of_matrix some OM if and only if OR part_of some OM
39+
ObservationRow represented_in MatrixFile FALSE The specific file where this observation row is represented. TRUE OR represented in MF if and only if OR is part_of some OM and OM is_concretized_in some MF
40+
ObservationRow was_derived_from CellSpecimen bican_prov FALSE The cell specimen from which the observation was derived from. FALSE OR was_derived_from some CSp if and only if OR has_input some CSp
41+
CellTypeTaxon spatial_regional_proportions SpatialProportions FALSE Species-independent quantification of regional composition (how much of something is found in each named brain region),
42+
CellTypeTaxon spatial_proportions_marmoset SpatialProportions FALSE Quantification of regional composition (how much of something is found in each named brain region) in Marmoset species.
43+
CellTypeTaxon spatial_proportions_macaque SpatialProportions FALSE Quantification of regional composition (how much of something is found in each named brain region) in Macaque species.
44+
CellTypeTaxon spatial_proportions_human SpatialProportions FALSE Quantification of regional composition (how much of something is found in each named brain region) in Human species.

linkml-schema/source_bke_taxonomy/gsheet_output/Slots.tsv

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ CellTypeTaxon order integer The priority or display order of the cell type taxo
2222
CellTypeTaxon description string Description of the cell type taxon (optional). bican_biolink TRUE
2323
CellTypeTaxon number_of_cells integer The aggregated number of cells that defines the cell type taxon. 0 FALSE
2424
CellTypeTaxon xref bican_biolink unique_id allen
25-
CellTypeTaxon spatial_regional_proportions SpatialProportions Species-independent quantification of regional composition (how much of something is found in each named brain region),
26-
CellTypeTaxon spatial_proportions_marmoset SpatialProportions Quantification of regional composition (how much of something is found in each named brain region) in Marmoset species.
27-
CellTypeTaxon spatial_proportions_macaque SpatialProportions Quantification of regional composition (how much of something is found in each named brain region) in Macaque species.
28-
CellTypeTaxon spatial_proportions_human SpatialProportions Quantification of regional composition (how much of something is found in each named brain region) in Human species.
25+
CellTypeTaxon
2926
CellTypeTaxonomy id string ( database GUID) bican_biolink FALSE
3027
CellTypeTaxonomy creation date The creation date of the cell type taxonomy. bican_biolink FALSE
3128
CellTypeTaxonomy accession_id string A provider assigned accession identifier for the taxonomy. CCN20230722 FALSE

0 commit comments

Comments
 (0)