forked from biolink/biolink-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactivity.gv
117 lines (117 loc) · 3.31 KB
/
activity.gv
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
digraph {
graph [bb="0,0,1440.9,123"];
node [label="\N"];
activity [height=0.5,
label=activity,
pos="745.54,105",
width=1.2638];
"named thing" [height=0.5,
pos="69.544,18",
width=1.9318];
activity -> "named thing" [label=is_a,
lp="391.54,61.5",
pos="e,119.77,30.611 701.03,100.73 601.37,93.013 352.94,71.605 147.54,36 141.77,34.999 135.78,33.865 129.79,32.669"];
"activity and behavior" [height=0.5,
pos="265.54,18",
width=3.015];
activity -> "activity and behavior" [label=uses,
lp="524.04,61.5",
pos="e,327.53,32.835 702.86,98.479 655.14,92.131 575.61,81.026 507.54,69 450.16,58.861 385.53,45.404 337.51,35.005"];
id [color=blue,
height=0.5,
label=string,
pos="430.54,18",
width=1.0652];
activity -> id [color=blue,
label=id,
lp="602.54,61.5",
pos="e,459.59,29.766 706.77,95.294 654.54,83.302 558.87,60.398 478.54,36 475.46,35.062 472.27,34.046 469.09,32.993",
style=solid];
iri [color=blue,
height=0.5,
label="iri type",
pos="531.54,18",
width=1.2277];
activity -> iri [color=blue,
label=iri,
lp="659.54,61.5",
pos="e,562.01,31.099 714.43,91.64 676.65,76.636 612.88,51.305 571.5,34.87",
style=solid];
type [color=blue,
height=0.5,
label=string,
pos="632.54,18",
width=1.0652];
activity -> type [color=blue,
label=type,
lp="712.54,61.5",
pos="e,652.19,33.78 725.34,88.804 707.23,75.182 680.5,55.072 660.37,39.931",
style=solid];
name [color=blue,
height=0.5,
label="label type",
pos="745.54,18",
width=1.5707];
activity -> name [color=blue,
label=name,
lp="765.54,61.5",
pos="e,745.54,36.175 745.54,86.799 745.54,75.163 745.54,59.548 745.54,46.237",
style=solid];
description [color=blue,
height=0.5,
label="narrative text",
pos="895.54,18",
width=2.0943];
activity -> description [color=blue,
label=description,
lp="870.04,61.5",
pos="e,867.55,34.865 770.65,89.773 794.7,76.143 831.29,55.413 858.65,39.906",
style=solid];
"has attribute" [color=blue,
height=0.5,
label=attribute,
pos="1040.5,18",
width=1.4443];
activity -> "has attribute" [color=blue,
label="has attribute",
lp="1004.5,61.5",
pos="e,1010.9,32.949 778.74,92.691 785.57,90.608 792.75,88.592 799.54,87 849.91,75.2 864.64,82.625 914.54,69 944.51,60.82 977.07,47.784 \
1001.6,37.075",
style=solid];
"provided by" [color=blue,
height=0.5,
label=string,
pos="1148.5,18",
width=1.0652];
activity -> "provided by" [color=blue,
label="provided by",
lp="1133,61.5",
pos="e,1127.9,33.45 778.07,92.41 785.08,90.295 792.49,88.338 799.54,87 911.6,65.728 945.98,100.71 1055.5,69 1078.2,62.446 1101.5,49.862 \
1119.2,38.958",
style=solid];
xref [color=blue,
height=0.5,
label=uriorcurie,
pos="1262.5,18",
width=1.5887];
activity -> xref [color=blue,
label=xref,
lp="1226,61.5",
pos="e,1242.4,35.052 778.05,92.286 785.05,90.18 792.48,88.257 799.54,87 882.77,72.184 1098.7,93.56 1179.5,69 1199.1,63.076 1218.7,51.553 \
1234,41.061",
style=solid];
category [height=0.5,
pos="1389.5,18",
width=1.4263];
activity -> category [color=blue,
label=category,
lp="1329,61.5",
pos="e,1358.9,32.522 778.04,92.249 785.05,90.145 792.48,88.233 799.54,87 994.54,52.984 1050,105.65 1244.5,69 1281.1,62.111 1320.9,47.85 \
1349.6,36.315",
style=solid];
"named thing_category" [color=blue,
height=0.5,
label="category type",
pos="883.54,105",
width=2.0762];
}