generated from linkml/linkml-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.erdiagrams.yaml
56 lines (56 loc) · 1.79 KB
/
.erdiagrams.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Configuration parameters used by ./scripts/update_entity_relations.py
- title: Global Overview
description: An overview of the entire submission schema.
model: submission.yaml
tree_root: true
include_attributes: false
- title: Sample & Individual
description: Focusses on the relation between Sample and Individual.
model: submission.yaml
classes: ["Sample", "Individual"]
tree_root: false
include_attributes: false
- title: Experiment, Sample, & File
description: Focusses on the relation between Experiment, Sample, and File.
model: submission.yaml
classes:
[
"Experiment",
"Sample",
"ResearchDataFile",
"ExperimentMethod",
"ExperimentMethodSupportingFile",
]
tree_root: false
include_attributes: false
# - title: Study & Sample
# description: Focusses on the relation between Study, Condition, and Sample.
# model: submission.yaml
# classes: ["Study", "Sample"]
# tree_root: false
# include_attributes: false
- title: Sample & Individual (with attributes)
description: Focusses on the details of the relation between Sample, Biospecimen, and Individual.
model: submission.yaml
classes: ["Sample", "Individual"]
tree_root: false
include_attributes: true
- title: Experiment, Sample, & File (with attributes)
description: Focusses on the relation between Experiment, Sample, and File.
model: submission.yaml
classes:
[
"Experiment",
"Sample",
"ResearchDataFile",
"ExperimentMethod",
"ExperimentMethodSupportingFile",
]
tree_root: false
include_attributes: true
# - title: Study & Sample (with attributes)
# description: Focusses on the relation between Study, Condition, and Sample.
# model: submission.yaml
# classes: ["Study", "Sample"]
# tree_root: false
# include_attributes: true