Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
johardi committed Oct 1, 2024
2 parents dea0ceb + 2cd0e9f commit e138a5e
Show file tree
Hide file tree
Showing 13 changed files with 1,020 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/er-diagrams/index-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/er-diagrams/index-10.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/er-diagrams/index-11.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/er-diagrams/index-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/er-diagrams/index-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/er-diagrams/index-4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/er-diagrams/index-5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/er-diagrams/index-6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/er-diagrams/index-7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/er-diagrams/index-8.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/er-diagrams/index-9.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 74 additions & 8 deletions er-diagrams.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,26 +60,60 @@ Container {
AsctbDataset {
}
Biomarker {
CellMarkerDescriptor {
stringList references
uriorcurie id
string label
}
Named {
uriorcurie id
string label
}
AsctbRecord {
integer record_number
stringList references
uriorcurie id
string label
}
BiomarkerInstance {
string ccf_pref_label
string ccf_biomarker_type
integer record_number
integer order_number
uriorcurie id
string label
}
AsctbConcept {
uriorcurie id
string conforms_to
uriorcurie parent_class
string ccf_pref_label
string ccf_asctb_type
boolean ccf_is_provisional
}
CellType {
CellTypeInstance {
string ccf_pref_label
integer record_number
integer order_number
uriorcurie id
string label
}
AnatomicalStructureInstance {
string ccf_pref_label
integer record_number
integer order_number
uriorcurie id
string label
}
Biomarker {
string ccf_biomarker_type
uriorcurie id
string conforms_to
uriorcurie parent_class
string ccf_pref_label
string ccf_asctb_type
boolean ccf_is_provisional
}
BiomarkerSet {
stringList references
}
AnatomicalStructure {
uriorcurie id
string conforms_to
Expand All @@ -88,6 +122,17 @@ AnatomicalStructure {
string ccf_asctb_type
boolean ccf_is_provisional
}
CellType {
uriorcurie id
string conforms_to
uriorcurie parent_class
string ccf_pref_label
string ccf_asctb_type
boolean ccf_is_provisional
}
CharacterizingMarkerSet {
stringList references
}
AsctbMetadata {
string title
string description
Expand All @@ -105,11 +150,32 @@ Container ||--|o AsctbDataset : "data"
AsctbDataset ||--}o AnatomicalStructure : "anatomical_structures"
AsctbDataset ||--}o CellType : "cell_types"
AsctbDataset ||--}o Biomarker : "biomarkers"
AsctbDataset ||--}o AsctbRecord : "asctb_record"
AsctbDataset ||--}o CellMarkerDescriptor : "cell_marker_descriptor"
CellMarkerDescriptor ||--|| CellType : "primary_cell_type"
CellMarkerDescriptor ||--|| AnatomicalStructure : "primary_anatomical_structure"
CellMarkerDescriptor ||--}o Biomarker : "biomarker_set"
CellMarkerDescriptor ||--|o AsctbRecord : "derived_from"
CellMarkerDescriptor ||--}o Named : "type_of"
AsctbRecord ||--}o AnatomicalStructureInstance : "anatomical_structure_list"
AsctbRecord ||--}o CellTypeInstance : "cell_type_list"
AsctbRecord ||--}o BiomarkerInstance : "gene_marker_list"
AsctbRecord ||--}o BiomarkerInstance : "protein_marker_list"
AsctbRecord ||--}o BiomarkerInstance : "lipid_marker_list"
AsctbRecord ||--}o BiomarkerInstance : "metabolites_marker_list"
AsctbRecord ||--}o BiomarkerInstance : "proteoforms_marker_list"
AsctbRecord ||--}o Named : "type_of"
BiomarkerInstance ||--|| AsctbConcept : "source_concept"
BiomarkerInstance ||--}o Named : "type_of"
CellTypeInstance ||--|| AsctbConcept : "source_concept"
CellTypeInstance ||--}o Named : "type_of"
AnatomicalStructureInstance ||--|| AsctbConcept : "source_concept"
AnatomicalStructureInstance ||--}o Named : "type_of"
AnatomicalStructure ||--}o AnatomicalStructure : "ccf_part_of"
CellType ||--}o CellType : "ccf_ct_isa"
CellType ||--}o AnatomicalStructure : "ccf_located_in"
CellType ||--}o BiomarkerSet : "ccf_has_biomarker_set"
BiomarkerSet ||--}o Biomarker : "members"
AnatomicalStructure ||--}o AnatomicalStructure : "ccf_part_of"
CellType ||--}o CharacterizingMarkerSet : "has_characterizing_marker_set"
CharacterizingMarkerSet ||--}o Biomarker : "members"
```

Expand Down
Loading

0 comments on commit e138a5e

Please sign in to comment.