Skip to content

Commit affd8f2

Browse files
authored
Merge pull request #207 from puja-trivedi/20251020_bketaxonomy
Updates to BKE Taxonomy
2 parents c52bb49 + 37e3564 commit affd8f2

File tree

9 files changed

+1123
-120
lines changed

9 files changed

+1123
-120
lines changed

erdiagram-autogen/bke_taxonomy.md

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,53 @@
11
```mermaid
22
erDiagram
3-
DisplayColor {
3+
SpatialProportions {
4+
float str
5+
float gpe
6+
float gpi
7+
float sn
8+
float adj
9+
float sth
410
string id
5-
uriorcurieList xref
6-
string color_hex_triplet
711
iri_type iri
812
stringList type
913
label_type name
1014
narrative_text description
1115
boolean deprecated
1216
stringList provided_by
17+
uriorcurieList xref
1318
label_type full_name
1419
label_typeList synonym
1520
float information_content
1621
uriorcurieList equivalent_identifiers
1722
uriorcurieList named_thing_category
23+
string license
24+
string rights
25+
string format
26+
date creation_date
1827
uriorcurieList category
1928
}
2029
ProvActivity {
2130
2231
}
2332
ProvEntity {
2433
34+
}
35+
DisplayColor {
36+
string id
37+
uriorcurieList xref
38+
string color_hex_triplet
39+
iri_type iri
40+
stringList type
41+
label_type name
42+
narrative_text description
43+
boolean deprecated
44+
stringList provided_by
45+
label_type full_name
46+
label_typeList synonym
47+
float information_content
48+
uriorcurieList equivalent_identifiers
49+
uriorcurieList named_thing_category
50+
uriorcurieList category
2551
}
2652
ColorPalette {
2753
string id
@@ -266,15 +292,18 @@ CellTypeTaxonomyCreationProcess {
266292
uriorcurieList category
267293
}
268294
295+
SpatialProportions ||--|o ProvEntity : "was_derived_from"
296+
SpatialProportions ||--|o ProvActivity : "was_generated_by"
297+
SpatialProportions ||--}o Attribute : "has attribute"
298+
ProvActivity ||--|o ProvEntity : "used"
299+
ProvEntity ||--|o ProvEntity : "was_derived_from"
300+
ProvEntity ||--|o ProvActivity : "was_generated_by"
269301
DisplayColor ||--|o ColorPalette : "part_of_palette"
270302
DisplayColor ||--|o CellTypeTaxon : "is_color_for_taxon"
271303
DisplayColor ||--|o CellTypeSet : "is_color_for_set"
272304
DisplayColor ||--|o ProvEntity : "was_derived_from"
273305
DisplayColor ||--|o ProvActivity : "was_generated_by"
274306
DisplayColor ||--}o Attribute : "has attribute"
275-
ProvActivity ||--|o ProvEntity : "used"
276-
ProvEntity ||--|o ProvEntity : "was_derived_from"
277-
ProvEntity ||--|o ProvActivity : "was_generated_by"
278307
ColorPalette ||--|o CellTypeTaxonomy : "is_palette_for"
279308
ColorPalette ||--|o ProvEntity : "was_derived_from"
280309
ColorPalette ||--|o ProvActivity : "was_generated_by"
@@ -319,6 +348,12 @@ CellTypeTaxon ||--|o CellTypeTaxonomy : "part_of_taxonomy"
319348
CellTypeTaxon ||--|o CellTypeTaxon : "has_parent"
320349
CellTypeTaxon ||--}o Abbreviation : "has_abbreviation"
321350
CellTypeTaxon ||--}o Cluster : "contains_cluster"
351+
CellTypeTaxon ||--|o SpatialProportions : "spatial_regional_proportions"
352+
CellTypeTaxon ||--|o SpatialProportions : "spatial_proportions_marmoset"
353+
CellTypeTaxon ||--|o SpatialProportions : "spatial_proportions_macaque"
354+
CellTypeTaxon ||--|o SpatialProportions : "spatial_proportions_human"
355+
CellTypeTaxon ||--}o GeneAnnotation : "curated_markers_to_primates"
356+
CellTypeTaxon ||--}o GeneAnnotation : "curated_markers_to_mouse"
322357
CellTypeTaxon ||--|o ProvEntity : "was_derived_from"
323358
CellTypeTaxon ||--|o ProvActivity : "was_generated_by"
324359
CellTypeTaxon ||--}o Attribute : "has attribute"

0 commit comments

Comments
 (0)