|
1 | 1 | ```mermaid |
2 | 2 | erDiagram |
3 | | -DisplayColor { |
| 3 | +SpatialProportions { |
| 4 | + float str |
| 5 | + float gpe |
| 6 | + float gpi |
| 7 | + float sn |
| 8 | + float adj |
| 9 | + float sth |
4 | 10 | string id |
5 | | - uriorcurieList xref |
6 | | - string color_hex_triplet |
7 | 11 | iri_type iri |
8 | 12 | stringList type |
9 | 13 | label_type name |
10 | 14 | narrative_text description |
11 | 15 | boolean deprecated |
12 | 16 | stringList provided_by |
| 17 | + uriorcurieList xref |
13 | 18 | label_type full_name |
14 | 19 | label_typeList synonym |
15 | 20 | float information_content |
16 | 21 | uriorcurieList equivalent_identifiers |
17 | 22 | uriorcurieList named_thing_category |
| 23 | + string license |
| 24 | + string rights |
| 25 | + string format |
| 26 | + date creation_date |
18 | 27 | uriorcurieList category |
19 | 28 | } |
20 | 29 | ProvActivity { |
21 | 30 |
|
22 | 31 | } |
23 | 32 | ProvEntity { |
24 | 33 |
|
| 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 |
25 | 51 | } |
26 | 52 | ColorPalette { |
27 | 53 | string id |
@@ -266,15 +292,18 @@ CellTypeTaxonomyCreationProcess { |
266 | 292 | uriorcurieList category |
267 | 293 | } |
268 | 294 |
|
| 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" |
269 | 301 | DisplayColor ||--|o ColorPalette : "part_of_palette" |
270 | 302 | DisplayColor ||--|o CellTypeTaxon : "is_color_for_taxon" |
271 | 303 | DisplayColor ||--|o CellTypeSet : "is_color_for_set" |
272 | 304 | DisplayColor ||--|o ProvEntity : "was_derived_from" |
273 | 305 | DisplayColor ||--|o ProvActivity : "was_generated_by" |
274 | 306 | DisplayColor ||--}o Attribute : "has attribute" |
275 | | -ProvActivity ||--|o ProvEntity : "used" |
276 | | -ProvEntity ||--|o ProvEntity : "was_derived_from" |
277 | | -ProvEntity ||--|o ProvActivity : "was_generated_by" |
278 | 307 | ColorPalette ||--|o CellTypeTaxonomy : "is_palette_for" |
279 | 308 | ColorPalette ||--|o ProvEntity : "was_derived_from" |
280 | 309 | ColorPalette ||--|o ProvActivity : "was_generated_by" |
@@ -319,6 +348,12 @@ CellTypeTaxon ||--|o CellTypeTaxonomy : "part_of_taxonomy" |
319 | 348 | CellTypeTaxon ||--|o CellTypeTaxon : "has_parent" |
320 | 349 | CellTypeTaxon ||--}o Abbreviation : "has_abbreviation" |
321 | 350 | 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" |
322 | 357 | CellTypeTaxon ||--|o ProvEntity : "was_derived_from" |
323 | 358 | CellTypeTaxon ||--|o ProvActivity : "was_generated_by" |
324 | 359 | CellTypeTaxon ||--}o Attribute : "has attribute" |
|
0 commit comments