forked from biolink/biolink-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadministrative_entity.gv
111 lines (111 loc) · 3.26 KB
/
administrative_entity.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
digraph {
graph [bb="0,0,1205.9,123"];
node [label="\N"];
"administrative entity" [height=0.5,
label="administrative entity",
pos="585.54,105",
width=3.015];
"named thing" [height=0.5,
pos="69.544,18",
width=1.9318];
"administrative entity" -> "named thing" [label=is_a,
lp="299.54,61.5",
pos="e,116.43,31.444 491.92,95.782 432.55,89.904 354.26,80.923 285.54,69 231.01,59.537 169.59,44.929 126.22,33.942"];
id [color=blue,
height=0.5,
label=string,
pos="195.54,18",
width=1.0652];
"administrative entity" -> id [color=blue,
label=id,
lp="381.54,61.5",
pos="e,224.55,29.922 507.94,92.31 438.05,80.903 332.89,61.543 243.54,36 240.44,35.113 237.25,34.133 234.05,33.106",
style=solid];
iri [color=blue,
height=0.5,
label="iri type",
pos="296.54,18",
width=1.2277];
"administrative entity" -> iri [color=blue,
label=iri,
lp="468.54,61.5",
pos="e,330.22,29.681 532.26,89.314 510.06,83.134 484.03,75.81 460.54,69 411.52,54.785 399.33,50.997 350.54,36 347.05,34.926 343.43,33.805 \
339.8,32.674",
style=solid];
type [color=blue,
height=0.5,
label=string,
pos="397.54,18",
width=1.0652];
"administrative entity" -> type [color=blue,
label=type,
lp="519.54,61.5",
pos="e,424.11,31.012 549.74,87.812 516.38,72.731 466.91,50.362 433.5,35.259",
style=solid];
name [color=blue,
height=0.5,
label="label type",
pos="510.54,18",
width=1.5707];
"administrative entity" -> name [color=blue,
label=name,
lp="572.54,61.5",
pos="e,525.19,35.597 570.37,86.799 559.35,74.309 544.28,57.236 532.03,43.348",
style=solid];
description [color=blue,
height=0.5,
label="narrative text",
pos="660.54,18",
width=2.0943];
"administrative entity" -> description [color=blue,
label=description,
lp="668.04,61.5",
pos="e,645.64,35.885 600.72,86.799 611.67,74.39 626.61,57.458 638.82,43.618",
style=solid];
"has attribute" [color=blue,
height=0.5,
label=attribute,
pos="805.54,18",
width=1.4443];
"administrative entity" -> "has attribute" [color=blue,
label="has attribute",
lp="791.54,61.5",
pos="e,781.02,34.155 646.86,90.072 668.01,84.492 691.63,77.379 712.54,69 732.93,60.831 754.61,49.356 771.9,39.46",
style=solid];
"provided by" [color=blue,
height=0.5,
label=string,
pos="913.54,18",
width=1.0652];
"administrative entity" -> "provided by" [color=blue,
label="provided by",
lp="913.04,61.5",
pos="e,896.85,34.344 663.56,92.483 676.57,90.614 689.94,88.726 702.54,87 764.7,78.489 784.07,91.727 842.54,69 859.37,62.459 876,51.094 \
888.92,40.852",
style=solid];
xref [color=blue,
height=0.5,
label=uriorcurie,
pos="1027.5,18",
width=1.5887];
"administrative entity" -> xref [color=blue,
label=xref,
lp="1001,61.5",
pos="e,1011,35.403 661.59,92.113 675.21,90.224 689.28,88.426 702.54,87 759.47,80.88 905.8,88.737 959.54,69 975.53,63.13 991.01,52.289 \
1003.2,42.199",
style=solid];
category [height=0.5,
pos="1154.5,18",
width=1.4263];
"administrative entity" -> category [color=blue,
label=category,
lp="1101,61.5",
pos="e,1125,32.859 661.26,92.01 674.98,90.121 689.17,88.349 702.54,87 842.95,72.841 881.4,97.825 1019.5,69 1053,62.021 1089.2,48.236 \
1115.7,36.906",
style=solid];
"named thing_category" [color=blue,
height=0.5,
label="category type",
pos="786.54,105",
width=2.0762];
}