Skip to content

Commit 0a78a5e

Browse files
committed
Merge branch 'fix_bke_taxonomy_model_20250924' of https://github.com/puja-trivedi/models into fix_bke_taxonomy_model_20250924
2 parents 51f92f4 + 299ebed commit 0a78a5e

File tree

3 files changed

+95
-107
lines changed

3 files changed

+95
-107
lines changed

erdiagram-autogen/bke_taxonomy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
erDiagram
33
DisplayColor {
44
string id
5-
string color_hex_triplet
65
uriorcurieList xref
6+
string color_hex_triplet
77
iri_type iri
88
uriorcurieList category
99
stringList type
@@ -49,10 +49,10 @@ MatrixFile {
4949
}
5050
Abbreviation {
5151
string id
52+
uriorcurieList xref
5253
string term
5354
string meaning
5455
string entity_type
55-
uriorcurieList xref
5656
iri_type iri
5757
uriorcurieList category
5858
stringList type
@@ -77,8 +77,8 @@ CellSpecimen {
7777
label_typeList synonym
7878
}
7979
ObservationRow {
80-
string label
8180
uriorcurieList xref
81+
string label
8282
string id
8383
iri_type iri
8484
uriorcurieList category
@@ -121,8 +121,8 @@ Cluster {
121121
string id
122122
string accession_id
123123
string name
124-
integer number_of_observations
125124
uriorcurieList xref
125+
integer number_of_observations
126126
iri_type iri
127127
uriorcurieList category
128128
stringList type
@@ -166,8 +166,8 @@ CellTypeTaxon {
166166
string name
167167
integer order
168168
string description
169-
integer number_of_cells
170169
uriorcurieList xref
170+
integer number_of_cells
171171
iri_type iri
172172
uriorcurieList category
173173
stringList type
@@ -181,9 +181,9 @@ CellTypeSet {
181181
string accession_id
182182
string name
183183
string description
184-
string cell_type_set_type
185184
integer order
186185
uriorcurieList xref
186+
string cell_type_set_type
187187
iri_type iri
188188
uriorcurieList category
189189
stringList type

jsonld-context-autogen/bke_taxonomy.context.jsonld

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,15 @@
198198
"@type": "@id",
199199
"@id": "denotes_parcellation_term"
200200
},
201+
"entity_type": {
202+
"@id": "entity_type"
203+
},
204+
"meaning": {
205+
"@id": "meaning"
206+
},
207+
"term": {
208+
"@id": "term"
209+
},
201210
"id": "@id",
202211
"accession_id": {
203212
"@id": "accession_id"
@@ -245,6 +254,10 @@
245254
"@type": "@id",
246255
"@id": "contains_cluster"
247256
},
257+
"number_of_cells": {
258+
"@type": "xsd:integer",
259+
"@id": "number_of_cells"
260+
},
248261
"checksum_algorithm": {
249262
"@context": {
250263
"text": "skos:notation",
@@ -264,13 +277,14 @@
264277
"@type": "@id",
265278
"@id": "contains_sample"
266279
},
280+
"number_of_observations": {
281+
"@type": "xsd:integer",
282+
"@id": "number_of_observations"
283+
},
267284
"part_of_set": {
268285
"@type": "@id",
269286
"@id": "part_of_set"
270287
},
271-
"color_hex_triplet": {
272-
"@id": "color_hex_triplet"
273-
},
274288
"is_palette_for": {
275289
"@type": "@id",
276290
"@id": "is_palette_for"
@@ -279,6 +293,7 @@
279293
"@id": "schema:url"
280294
},
281295
"created_at": {
296+
"@type": "xsd:dateTime",
282297
"@id": "created_at"
283298
},
284299
"creation_date": {
@@ -296,6 +311,9 @@
296311
"@type": "@id",
297312
"@id": "digest"
298313
},
314+
"color_hex_triplet": {
315+
"@id": "color_hex_triplet"
316+
},
299317
"is_color_for_set": {
300318
"@type": "@id",
301319
"@id": "is_color_for_set"
@@ -308,9 +326,6 @@
308326
"@type": "@id",
309327
"@id": "part_of_palette"
310328
},
311-
"entity_type": {
312-
"@id": "entity_type"
313-
},
314329
"format": {
315330
"@id": "biolink:format"
316331
},
@@ -435,15 +450,9 @@
435450
"@type": "@id",
436451
"@id": "is_revision_of"
437452
},
438-
"label": {
439-
"@id": "label"
440-
},
441453
"license": {
442454
"@id": "biolink:license"
443455
},
444-
"meaning": {
445-
"@id": "meaning"
446-
},
447456
"molecular_type": {
448457
"@id": "molecular_type"
449458
},
@@ -453,12 +462,6 @@
453462
"node_property": {
454463
"@id": "biolink:node_property"
455464
},
456-
"number_of_cells": {
457-
"@id": "number_of_cells"
458-
},
459-
"number_of_observations": {
460-
"@id": "number_of_observations"
461-
},
462465
"has_variable": {
463466
"@type": "@id",
464467
"@id": "has_variable"
@@ -467,6 +470,9 @@
467470
"@type": "@id",
468471
"@id": "represented_by"
469472
},
473+
"label": {
474+
"@id": "label"
475+
},
470476
"part_of_matrix": {
471477
"@type": "@id",
472478
"@id": "part_of_matrix"
@@ -476,6 +482,7 @@
476482
"@id": "represented_in"
477483
},
478484
"order": {
485+
"@type": "xsd:integer",
479486
"@id": "order"
480487
},
481488
"ordinal": {
@@ -578,9 +585,6 @@
578585
"synonym": {
579586
"@id": "biolink:synonym"
580587
},
581-
"term": {
582-
"@id": "term"
583-
},
584588
"type": {
585589
"@id": "rdf:type"
586590
},

0 commit comments

Comments
 (0)