-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusage_frequency_bio2rdf2019organic.html
222 lines (166 loc) · 253 KB
/
usage_frequency_bio2rdf2019organic.html
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<html>
<head>
<meta charset="utf-8">
<script src="lib/bindings/utils.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/dist/vis-network.min.css" integrity="sha512-WgxfT5LWjfszlPHXRmBWHkV2eceiWTOBvrKCNbdgDYTHrT2AeLCGbF4sZlZw3UMN3WtL0tGUoIAKsu8mllg/XA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/vis-network.min.js" integrity="sha512-LnvoEWDFrqGHlHmDD2101OrLcbsfkrzoSpvtSQtxK3RMnRV0eOkhhBN2dXHKRrUU8p2DGRTk35n4O8nWSVe1mQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<center>
<h1></h1>
</center>
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"
></script>
<center>
<h1></h1>
</center>
<style type="text/css">
#mynetwork {
width: 100%;
height: 750px;
background-color: white;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 100%;
height: 750px;
background-color:rgba(200,200,200,0.8);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity:1;
}
#bar {
position:absolute;
top:0px;
left:0px;
width:20px;
height:20px;
margin:auto auto auto auto;
border-radius:11px;
border:2px solid rgba(30,30,30,0.05);
background: rgb(0, 173, 246); /* Old browsers */
box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
}
#border {
position:absolute;
top:10px;
left:10px;
width:500px;
height:23px;
margin:auto auto auto auto;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
border-radius:10px;
}
#text {
position:absolute;
top:8px;
left:530px;
width:30px;
height:50px;
margin:auto auto auto auto;
font-size:22px;
color: #000000;
}
div.outerBorder {
position:relative;
top:400px;
width:600px;
height:44px;
margin:auto auto auto auto;
border:8px solid rgba(0,0,0,0.1);
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-radius:72px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
</style>
</head>
<body>
<div class="card" style="width: 100%">
<div id="mynetwork" class="card-body"></div>
</div>
<div id="loadingBar">
<div class="outerBorder">
<div id="text">0%</div>
<div id="border">
<div id="bar"></div>
</div>
</div>
</div>
<script type="text/javascript">
// initialize global variables.
var edges;
var nodes;
var allNodes;
var allEdges;
var nodeColors;
var originalNodes;
var network;
var container;
var options, data;
var filter = {
item : '',
property : '',
value : []
};
// This method is responsible for drawing the graph, returns the drawn network
function drawGraph() {
var container = document.getElementById('mynetwork');
// parsing and collecting nodes and edges from the python
nodes = new vis.DataSet([{"color": "#808080", "font": {"color": "black"}, "id": "Class1", "label": "Class1", "shape": "dot", "size": 10, "title": "Class1"}, {"color": "#808080", "font": {"color": "black"}, "id": "Class2", "label": "Class2", "shape": "dot", "size": 10, "title": "Class2"}, {"color": "#32648e", "font": {"color": "black"}, "id": "http://bio2rdf.org/goa_vocabulary:GO-Annotation", "label": "http://bio2rdf.org/goa_vocabulary:GO-Annotation", "shape": "dot", "size": 19.02718572045536, "title": "http://bio2rdf.org/goa_vocabulary:GO-Annotation"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/sgd_vocabulary:RNA", "label": "http://bio2rdf.org/sgd_vocabulary:RNA", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/sgd_vocabulary:RNA"}, {"color": "#5ac864", "font": {"color": "black"}, "id": "http://bio2rdf.org/sgd_vocabulary:Protein", "label": "http://bio2rdf.org/sgd_vocabulary:Protein", "shape": "dot", "size": 44.737655556459956, "title": "http://bio2rdf.org/sgd_vocabulary:Protein"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/sgd_vocabulary:CrickStrand", "label": "http://bio2rdf.org/sgd_vocabulary:CrickStrand", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/sgd_vocabulary:CrickStrand"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/sgd_vocabulary:Chromosome", "label": "http://bio2rdf.org/sgd_vocabulary:Chromosome", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/sgd_vocabulary:Chromosome"}, {"color": "#3fbc73", "font": {"color": "black"}, "id": "http://bio2rdf.org/sgd_vocabulary:Location", "label": "http://bio2rdf.org/sgd_vocabulary:Location", "shape": "dot", "size": 41.336604681060216, "title": "http://bio2rdf.org/sgd_vocabulary:Location"}, {"color": "#44bf70", "font": {"color": "black"}, "id": "http://bio2rdf.org/sgd_vocabulary:Domain-Alignment", "label": "http://bio2rdf.org/sgd_vocabulary:Domain-Alignment", "shape": "dot", "size": 42.03223208810171, "title": "http://bio2rdf.org/sgd_vocabulary:Domain-Alignment"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/sgd_vocabulary:Complex", "label": "http://bio2rdf.org/sgd_vocabulary:Complex", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/sgd_vocabulary:Complex"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/sgd_vocabulary:Enzyme", "label": "http://bio2rdf.org/sgd_vocabulary:Enzyme", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/sgd_vocabulary:Enzyme"}, {"color": "#472f7d", "font": {"color": "black"}, "id": "http://bio2rdf.org/sgd_vocabulary:Pathway", "label": "http://bio2rdf.org/sgd_vocabulary:Pathway", "shape": "dot", "size": 8.194562855908927, "title": "http://bio2rdf.org/sgd_vocabulary:Pathway"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/sgd_vocabulary:Reaction", "label": "http://bio2rdf.org/sgd_vocabulary:Reaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/sgd_vocabulary:Reaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/sgd_vocabulary:SuperPathway", "label": "http://bio2rdf.org/sgd_vocabulary:SuperPathway", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/sgd_vocabulary:SuperPathway"}, {"color": "#3f4889", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Genetic", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Genetic", "shape": "dot", "size": 12.988074836418113, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Genetic"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Experimental", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Experimental", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Experimental"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Placebo_Comparator", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Placebo_Comparator", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Placebo_Comparator"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Active_Comparator", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Active_Comparator", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Active_Comparator"}, {"color": "#472f7d", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Arm", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Arm", "shape": "dot", "size": 8.194562855908927, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Arm"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Other"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:No_Intervention", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:No_Intervention", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:No_Intervention"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Sham_Comparator", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Sham_Comparator", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Sham_Comparator"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Control", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Control", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Control"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Case", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Case", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Case"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Baseline", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Baseline", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Baseline"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Group", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Group", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Group"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Measure", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Measure", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Measure"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Behavioral", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Behavioral", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Behavioral"}, {"color": "#472f7d", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Biological", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Biological", "shape": "dot", "size": 8.194562855908927, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Biological"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Category", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Category", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Category"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Measurement", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Measurement", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Measurement"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:City", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:City", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:City"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Organization", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Organization", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Organization"}, {"color": "#1e9b8a", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "shape": "dot", "size": 32.77825142363571, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Contact", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Contact", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Contact"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Treatment_Comparison", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Treatment_Comparison", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Treatment_Comparison"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Inclusion-Criteria", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Inclusion-Criteria", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Inclusion-Criteria"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Result", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Result", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Result"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:other-outcome", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:other-outcome", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:other-outcome"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:primary-outcome", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:primary-outcome", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:primary-outcome"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:secondary-outcome", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:secondary-outcome", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:secondary-outcome"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:State", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:State", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:State"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Term", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Term", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Term"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:ZipCode", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:ZipCode", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:ZipCode"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Status", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Status", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Status"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Phase", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Phase", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Phase"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Country", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Country", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Country"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Eligibility", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Eligibility", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Eligibility"}, {"color": "#20928c", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Drug", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Drug", "shape": "dot", "size": 30.323485864809097, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Drug"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Radiation", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Radiation", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Radiation"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Procedure", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Procedure", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Procedure"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Dietary_Supplement", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Dietary_Supplement", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Dietary_Supplement"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Device", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Device", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Device"}, {"color": "#27808e", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Link", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Link", "shape": "dot", "size": 25.976149672836232, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Link"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Location", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Location", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Location"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Outcome", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Outcome", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Outcome"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Participant-Flow", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Participant-Flow", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Participant-Flow"}, {"color": "#472f7d", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Reference", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Reference", "shape": "dot", "size": 8.194562855908927, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Reference"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Reported-Events", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Reported-Events", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Reported-Events"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Responsible-Party", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Responsible-Party", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Responsible-Party"}, {"color": "#32648e", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Study-Design", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Study-Design", "shape": "dot", "size": 19.02718572045536, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Study-Design"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Condition", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Condition", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Condition"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Study-Type", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Study-Type", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Study-Type"}, {"color": "#32648e", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Event-Count", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Event-Count", "shape": "dot", "size": 19.02718572045536, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Event-Count"}, {"color": "#32648e", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Address", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Address", "shape": "dot", "size": 19.02718572045536, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Address"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Milestone", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Milestone", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Milestone"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Participant-Count", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Participant-Count", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Participant-Count"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Other-Event", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Other-Event", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Other-Event"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Event", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Event", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Event"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Analysis", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Analysis", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Analysis"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Period", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Period", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Period"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Serious-Event", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Serious-Event", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Serious-Event"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/clinicaltrials_vocabulary:Withdraw-Reason", "label": "http://bio2rdf.org/clinicaltrials_vocabulary:Withdraw-Reason", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/clinicaltrials_vocabulary:Withdraw-Reason"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Compound", "label": "http://bio2rdf.org/kegg_vocabulary:Compound", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Compound"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Enzyme", "label": "http://bio2rdf.org/kegg_vocabulary:Enzyme", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Enzyme"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Module", "label": "http://bio2rdf.org/kegg_vocabulary:Module", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Module"}, {"color": "#3f4889", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Pathway", "label": "http://bio2rdf.org/kegg_vocabulary:Pathway", "shape": "dot", "size": 12.988074836418113, "title": "http://bio2rdf.org/kegg_vocabulary:Pathway"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Reaction", "label": "http://bio2rdf.org/kegg_vocabulary:Reaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Reaction"}, {"color": "#38588c", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Drug", "label": "http://bio2rdf.org/kegg_vocabulary:Drug", "shape": "dot", "size": 16.389125711817854, "title": "http://bio2rdf.org/kegg_vocabulary:Drug"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Glycan", "label": "http://bio2rdf.org/kegg_vocabulary:Glycan", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Glycan"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Target", "label": "http://bio2rdf.org/kegg_vocabulary:Target", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Target"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Interaction", "label": "http://bio2rdf.org/kegg_vocabulary:Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Metabolism", "label": "http://bio2rdf.org/kegg_vocabulary:Metabolism", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Metabolism"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Environ", "label": "http://bio2rdf.org/kegg_vocabulary:Environ", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Environ"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Ko", "label": "http://bio2rdf.org/kegg_vocabulary:Ko", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Ko"}, {"color": "#1f988b", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Gene", "label": "http://bio2rdf.org/kegg_vocabulary:Gene", "shape": "dot", "size": 32.01526055687347, "title": "http://bio2rdf.org/kegg_vocabulary:Gene"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Genome", "label": "http://bio2rdf.org/kegg_vocabulary:Genome", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Genome"}, {"color": "#38588c", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Disease", "label": "http://bio2rdf.org/kegg_vocabulary:Disease", "shape": "dot", "size": 16.389125711817854, "title": "http://bio2rdf.org/kegg_vocabulary:Disease"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Reference", "label": "http://bio2rdf.org/kegg_vocabulary:Reference", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Reference"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Irreversible-Reaction", "label": "http://bio2rdf.org/kegg_vocabulary:Irreversible-Reaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Irreversible-Reaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Ortholog-Group", "label": "http://bio2rdf.org/kegg_vocabulary:Ortholog-Group", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Ortholog-Group"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Pathway-Relation", "label": "http://bio2rdf.org/kegg_vocabulary:Pathway-Relation", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Pathway-Relation"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:RPair-Role", "label": "http://bio2rdf.org/kegg_vocabulary:RPair-Role", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:RPair-Role"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Reversible-Reaction", "label": "http://bio2rdf.org/kegg_vocabulary:Reversible-Reaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Reversible-Reaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Rclass", "label": "http://bio2rdf.org/kegg_vocabulary:Rclass", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Rclass"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/kegg_vocabulary:Rpair", "label": "http://bio2rdf.org/kegg_vocabulary:Rpair", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/kegg_vocabulary:Rpair"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:Disease", "label": "http://bio2rdf.org/pharmgkb_vocabulary:Disease", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/pharmgkb_vocabulary:Disease"}, {"color": "#44bf70", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:Gene", "label": "http://bio2rdf.org/pharmgkb_vocabulary:Gene", "shape": "dot", "size": 42.03223208810171, "title": "http://bio2rdf.org/pharmgkb_vocabulary:Gene"}, {"color": "#98d83e", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:Variation", "label": "http://bio2rdf.org/pharmgkb_vocabulary:Variation", "shape": "dot", "size": 50.722906414791055, "title": "http://bio2rdf.org/pharmgkb_vocabulary:Variation"}, {"color": "#28ae80", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:Drug", "label": "http://bio2rdf.org/pharmgkb_vocabulary:Drug", "shape": "dot", "size": 37.5717634041449, "title": "http://bio2rdf.org/pharmgkb_vocabulary:Drug"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:disease-disease-Association", "label": "http://bio2rdf.org/pharmgkb_vocabulary:disease-disease-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/pharmgkb_vocabulary:disease-disease-Association"}, {"color": "#472f7d", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:disease-gene-Association", "label": "http://bio2rdf.org/pharmgkb_vocabulary:disease-gene-Association", "shape": "dot", "size": 8.194562855908927, "title": "http://bio2rdf.org/pharmgkb_vocabulary:disease-gene-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:disease-haplotype-Association", "label": "http://bio2rdf.org/pharmgkb_vocabulary:disease-haplotype-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/pharmgkb_vocabulary:disease-haplotype-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:disease-variantlocation-Association", "label": "http://bio2rdf.org/pharmgkb_vocabulary:disease-variantlocation-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/pharmgkb_vocabulary:disease-variantlocation-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:drug-drug-Association", "label": "http://bio2rdf.org/pharmgkb_vocabulary:drug-drug-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/pharmgkb_vocabulary:drug-drug-Association"}, {"color": "#472f7d", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:drug-gene-Association", "label": "http://bio2rdf.org/pharmgkb_vocabulary:drug-gene-Association", "shape": "dot", "size": 8.194562855908927, "title": "http://bio2rdf.org/pharmgkb_vocabulary:drug-gene-Association"}, {"color": "#472f7d", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:drug-haplotype-Association", "label": "http://bio2rdf.org/pharmgkb_vocabulary:drug-haplotype-Association", "shape": "dot", "size": 8.194562855908927, "title": "http://bio2rdf.org/pharmgkb_vocabulary:drug-haplotype-Association"}, {"color": "#472f7d", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:drug-variantlocation-Association", "label": "http://bio2rdf.org/pharmgkb_vocabulary:drug-variantlocation-Association", "shape": "dot", "size": 8.194562855908927, "title": "http://bio2rdf.org/pharmgkb_vocabulary:drug-variantlocation-Association"}, {"color": "#58c765", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:gene-disease-Association", "label": "http://bio2rdf.org/pharmgkb_vocabulary:gene-disease-Association", "shape": "dot", "size": 44.46586760520958, "title": "http://bio2rdf.org/pharmgkb_vocabulary:gene-disease-Association"}, {"color": "#472f7d", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:gene-drug-Association", "label": "http://bio2rdf.org/pharmgkb_vocabulary:gene-drug-Association", "shape": "dot", "size": 8.194562855908927, "title": "http://bio2rdf.org/pharmgkb_vocabulary:gene-drug-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:gene-gene-Association", "label": "http://bio2rdf.org/pharmgkb_vocabulary:gene-gene-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/pharmgkb_vocabulary:gene-gene-Association"}, {"color": "#472f7d", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:haplotype-disease-Association", "label": "http://bio2rdf.org/pharmgkb_vocabulary:haplotype-disease-Association", "shape": "dot", "size": 8.194562855908927, "title": "http://bio2rdf.org/pharmgkb_vocabulary:haplotype-disease-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:haplotype-drug-Association", "label": "http://bio2rdf.org/pharmgkb_vocabulary:haplotype-drug-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/pharmgkb_vocabulary:haplotype-drug-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:variantlocation-disease-Association", "label": "http://bio2rdf.org/pharmgkb_vocabulary:variantlocation-disease-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/pharmgkb_vocabulary:variantlocation-disease-Association"}, {"color": "#32648e", "font": {"color": "black"}, "id": "http://bio2rdf.org/pharmgkb_vocabulary:variantlocation-drug-Association", "label": "http://bio2rdf.org/pharmgkb_vocabulary:variantlocation-drug-Association", "shape": "dot", "size": 19.02718572045536, "title": "http://bio2rdf.org/pharmgkb_vocabulary:variantlocation-drug-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/hgnc_vocabulary:Approved-Gene-Symbol", "label": "http://bio2rdf.org/hgnc_vocabulary:Approved-Gene-Symbol", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/hgnc_vocabulary:Approved-Gene-Symbol"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/hgnc_vocabulary:Gene-Symbol", "label": "http://bio2rdf.org/hgnc_vocabulary:Gene-Symbol", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/hgnc_vocabulary:Gene-Symbol"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/hgnc_vocabulary:Previous-Symbol", "label": "http://bio2rdf.org/hgnc_vocabulary:Previous-Symbol", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/hgnc_vocabulary:Previous-Symbol"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/hgnc_vocabulary:Status", "label": "http://bio2rdf.org/hgnc_vocabulary:Status", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/hgnc_vocabulary:Status"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/mesh_vocabulary:Supplementary-Descriptor", "label": "http://bio2rdf.org/mesh_vocabulary:Supplementary-Descriptor", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/mesh_vocabulary:Supplementary-Descriptor"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/mesh_vocabulary:Pharmacological-Action", "label": "http://bio2rdf.org/mesh_vocabulary:Pharmacological-Action", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/mesh_vocabulary:Pharmacological-Action"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/mesh_vocabulary:Descriptor", "label": "http://bio2rdf.org/mesh_vocabulary:Descriptor", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/mesh_vocabulary:Descriptor"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/mesh_vocabulary:allowable-topical-qualifier", "label": "http://bio2rdf.org/mesh_vocabulary:allowable-topical-qualifier", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/mesh_vocabulary:allowable-topical-qualifier"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/mesh_vocabulary:Tree-Entry", "label": "http://bio2rdf.org/mesh_vocabulary:Tree-Entry", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/mesh_vocabulary:Tree-Entry"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/mesh_vocabulary:Semantic-Type", "label": "http://bio2rdf.org/mesh_vocabulary:Semantic-Type", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/mesh_vocabulary:Semantic-Type"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/omim_vocabulary:Characteristic", "label": "http://bio2rdf.org/omim_vocabulary:Characteristic", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/omim_vocabulary:Characteristic"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/omim_vocabulary:Entity", "label": "http://bio2rdf.org/omim_vocabulary:Entity", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/omim_vocabulary:Entity"}, {"color": "#27808e", "font": {"color": "black"}, "id": "http://bio2rdf.org/omim_vocabulary:Gene", "label": "http://bio2rdf.org/omim_vocabulary:Gene", "shape": "dot", "size": 25.976149672836232, "title": "http://bio2rdf.org/omim_vocabulary:Gene"}, {"color": "#24aa83", "font": {"color": "black"}, "id": "http://bio2rdf.org/omim_vocabulary:Phenotype", "label": "http://bio2rdf.org/omim_vocabulary:Phenotype", "shape": "dot", "size": 36.54309270055103, "title": "http://bio2rdf.org/omim_vocabulary:Phenotype"}, {"color": "#32648e", "font": {"color": "black"}, "id": "http://bio2rdf.org/omim_vocabulary:Gene-phenotype", "label": "http://bio2rdf.org/omim_vocabulary:Gene-phenotype", "shape": "dot", "size": 19.02718572045536, "title": "http://bio2rdf.org/omim_vocabulary:Gene-phenotype"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/omim_vocabulary:Predominantly-phenotypes", "label": "http://bio2rdf.org/omim_vocabulary:Predominantly-phenotypes", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/omim_vocabulary:Predominantly-phenotypes"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/omim_vocabulary:Clinical-Synopsis", "label": "http://bio2rdf.org/omim_vocabulary:Clinical-Synopsis", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/omim_vocabulary:Clinical-Synopsis"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/omim_vocabulary:Allelic-Variant", "label": "http://bio2rdf.org/omim_vocabulary:Allelic-Variant", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/omim_vocabulary:Allelic-Variant"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/omim_vocabulary:Phenotype-Map", "label": "http://bio2rdf.org/omim_vocabulary:Phenotype-Map", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/omim_vocabulary:Phenotype-Map"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:Chemical-Disease-Association", "label": "http://bio2rdf.org/ctd_vocabulary:Chemical-Disease-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ctd_vocabulary:Chemical-Disease-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:Disease", "label": "http://bio2rdf.org/ctd_vocabulary:Disease", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ctd_vocabulary:Disease"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:Chemical", "label": "http://bio2rdf.org/ctd_vocabulary:Chemical", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ctd_vocabulary:Chemical"}, {"color": "#2e6d8e", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:Gene", "label": "http://bio2rdf.org/ctd_vocabulary:Gene", "shape": "dot", "size": 21.18263769232704, "title": "http://bio2rdf.org/ctd_vocabulary:Gene"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:Chemical-Pathway-Association", "label": "http://bio2rdf.org/ctd_vocabulary:Chemical-Pathway-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ctd_vocabulary:Chemical-Pathway-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:Pathway", "label": "http://bio2rdf.org/ctd_vocabulary:Pathway", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ctd_vocabulary:Pathway"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:Chemical-Gene-Association", "label": "http://bio2rdf.org/ctd_vocabulary:Chemical-Gene-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ctd_vocabulary:Chemical-Gene-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:rib", "label": "http://bio2rdf.org/ctd_vocabulary:rib", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ctd_vocabulary:rib"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:met", "label": "http://bio2rdf.org/ctd_vocabulary:met", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ctd_vocabulary:met"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:deg", "label": "http://bio2rdf.org/ctd_vocabulary:deg", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ctd_vocabulary:deg"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:sec", "label": "http://bio2rdf.org/ctd_vocabulary:sec", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ctd_vocabulary:sec"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:trt", "label": "http://bio2rdf.org/ctd_vocabulary:trt", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ctd_vocabulary:trt"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:lip", "label": "http://bio2rdf.org/ctd_vocabulary:lip", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ctd_vocabulary:lip"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:gly", "label": "http://bio2rdf.org/ctd_vocabulary:gly", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ctd_vocabulary:gly"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:clv", "label": "http://bio2rdf.org/ctd_vocabulary:clv", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ctd_vocabulary:clv"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:upt", "label": "http://bio2rdf.org/ctd_vocabulary:upt", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ctd_vocabulary:upt"}, {"color": "#472f7d", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Boiling-Point", "label": "http://bio2rdf.org/drugbank_vocabulary:Boiling-Point", "shape": "dot", "size": 8.194562855908927, "title": "http://bio2rdf.org/drugbank_vocabulary:Boiling-Point"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Source", "label": "http://bio2rdf.org/drugbank_vocabulary:Source", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Source"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Experimental-properties", "label": "http://bio2rdf.org/drugbank_vocabulary:Experimental-properties", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Experimental-properties"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Caco2-Permeability", "label": "http://bio2rdf.org/drugbank_vocabulary:Caco2-Permeability", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Caco2-Permeability"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:PKa", "label": "http://bio2rdf.org/drugbank_vocabulary:PKa", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:PKa"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Bioavailability", "label": "http://bio2rdf.org/drugbank_vocabulary:Bioavailability", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Bioavailability"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "label": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "label": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Biotech"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Enzyme", "label": "http://bio2rdf.org/drugbank_vocabulary:Enzyme", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Enzyme"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Dosage", "label": "http://bio2rdf.org/drugbank_vocabulary:Dosage", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Dosage"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Absorption", "label": "http://bio2rdf.org/drugbank_vocabulary:Absorption", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Absorption"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Clearance", "label": "http://bio2rdf.org/drugbank_vocabulary:Clearance", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Clearance"}, {"color": "#3f4889", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Drug-Drug-Interaction", "label": "http://bio2rdf.org/drugbank_vocabulary:Drug-Drug-Interaction", "shape": "dot", "size": 12.988074836418113, "title": "http://bio2rdf.org/drugbank_vocabulary:Drug-Drug-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Hydrophobicity", "label": "http://bio2rdf.org/drugbank_vocabulary:Hydrophobicity", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Hydrophobicity"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Isoelectric-Point", "label": "http://bio2rdf.org/drugbank_vocabulary:Isoelectric-Point", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Isoelectric-Point"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Molecular-Weight", "label": "http://bio2rdf.org/drugbank_vocabulary:Molecular-Weight", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Molecular-Weight"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Molecular-Formula", "label": "http://bio2rdf.org/drugbank_vocabulary:Molecular-Formula", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Molecular-Formula"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Melting-Point", "label": "http://bio2rdf.org/drugbank_vocabulary:Melting-Point", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Melting-Point"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Name", "label": "http://bio2rdf.org/drugbank_vocabulary:Name", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Name"}, {"color": "#472f7d", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Affected-organism", "label": "http://bio2rdf.org/drugbank_vocabulary:Affected-organism", "shape": "dot", "size": 8.194562855908927, "title": "http://bio2rdf.org/drugbank_vocabulary:Affected-organism"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Category", "label": "http://bio2rdf.org/drugbank_vocabulary:Category", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Category"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Drug-Classification-Category", "label": "http://bio2rdf.org/drugbank_vocabulary:Drug-Classification-Category", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Drug-Classification-Category"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:International-brand", "label": "http://bio2rdf.org/drugbank_vocabulary:International-brand", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:International-brand"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Target", "label": "http://bio2rdf.org/drugbank_vocabulary:Target", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Target"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Mechanism-of-action", "label": "http://bio2rdf.org/drugbank_vocabulary:Mechanism-of-action", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Mechanism-of-action"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Indication", "label": "http://bio2rdf.org/drugbank_vocabulary:Indication", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Indication"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Volume-of-distribution", "label": "http://bio2rdf.org/drugbank_vocabulary:Volume-of-distribution", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Volume-of-distribution"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Pharmacodynamics", "label": "http://bio2rdf.org/drugbank_vocabulary:Pharmacodynamics", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Pharmacodynamics"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Pharmaceutical", "label": "http://bio2rdf.org/drugbank_vocabulary:Pharmaceutical", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Pharmaceutical"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Manufacturer", "label": "http://bio2rdf.org/drugbank_vocabulary:Manufacturer", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Manufacturer"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Half-life", "label": "http://bio2rdf.org/drugbank_vocabulary:Half-life", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Half-life"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Toxicity", "label": "http://bio2rdf.org/drugbank_vocabulary:Toxicity", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Toxicity"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Protein-binding", "label": "http://bio2rdf.org/drugbank_vocabulary:Protein-binding", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Protein-binding"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Route-of-elimination", "label": "http://bio2rdf.org/drugbank_vocabulary:Route-of-elimination", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Route-of-elimination"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Synonym", "label": "http://bio2rdf.org/drugbank_vocabulary:Synonym", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Synonym"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Patent", "label": "http://bio2rdf.org/drugbank_vocabulary:Patent", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Patent"}, {"color": "#3f4889", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Food-interaction", "label": "http://bio2rdf.org/drugbank_vocabulary:Food-interaction", "shape": "dot", "size": 12.988074836418113, "title": "http://bio2rdf.org/drugbank_vocabulary:Food-interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Mixture", "label": "http://bio2rdf.org/drugbank_vocabulary:Mixture", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Mixture"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Group", "label": "http://bio2rdf.org/drugbank_vocabulary:Group", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Group"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Water-Solubility", "label": "http://bio2rdf.org/drugbank_vocabulary:Water-Solubility", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Water-Solubility"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Transporter", "label": "http://bio2rdf.org/drugbank_vocabulary:Transporter", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Transporter"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Salt", "label": "http://bio2rdf.org/drugbank_vocabulary:Salt", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Salt"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Carrier", "label": "http://bio2rdf.org/drugbank_vocabulary:Carrier", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Carrier"}, {"color": "#3f4889", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Carrier-Relation", "label": "http://bio2rdf.org/drugbank_vocabulary:Carrier-Relation", "shape": "dot", "size": 12.988074836418113, "title": "http://bio2rdf.org/drugbank_vocabulary:Carrier-Relation"}, {"color": "#fde725", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Drug", "label": "http://bio2rdf.org/drugbank_vocabulary:Drug", "shape": "dot", "size": 60.0, "title": "http://bio2rdf.org/drugbank_vocabulary:Drug"}, {"color": "#20928c", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "label": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "shape": "dot", "size": 30.323485864809097, "title": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Form", "label": "http://bio2rdf.org/drugbank_vocabulary:Form", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Form"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Route", "label": "http://bio2rdf.org/drugbank_vocabulary:Route", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Route"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Monoisotopic-Weight", "label": "http://bio2rdf.org/drugbank_vocabulary:Monoisotopic-Weight", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Monoisotopic-Weight"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:SMILES", "label": "http://bio2rdf.org/drugbank_vocabulary:SMILES", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:SMILES"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:InChI", "label": "http://bio2rdf.org/drugbank_vocabulary:InChI", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:InChI"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:InChIKey", "label": "http://bio2rdf.org/drugbank_vocabulary:InChIKey", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:InChIKey"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Polar-Surface-Area-(PSA)", "label": "http://bio2rdf.org/drugbank_vocabulary:Polar-Surface-Area-(PSA)", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Polar-Surface-Area-(PSA)"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Refractivity", "label": "http://bio2rdf.org/drugbank_vocabulary:Refractivity", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Refractivity"}, {"color": "#38588c", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Polarizability", "label": "http://bio2rdf.org/drugbank_vocabulary:Polarizability", "shape": "dot", "size": 16.389125711817854, "title": "http://bio2rdf.org/drugbank_vocabulary:Polarizability"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Rotatable-Bond-Count", "label": "http://bio2rdf.org/drugbank_vocabulary:Rotatable-Bond-Count", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Rotatable-Bond-Count"}, {"color": "#472f7d", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:H-Bond-Acceptor-Count", "label": "http://bio2rdf.org/drugbank_vocabulary:H-Bond-Acceptor-Count", "shape": "dot", "size": 8.194562855908927, "title": "http://bio2rdf.org/drugbank_vocabulary:H-Bond-Acceptor-Count"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:H-Bond-Donor-Count", "label": "http://bio2rdf.org/drugbank_vocabulary:H-Bond-Donor-Count", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:H-Bond-Donor-Count"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:PKa-(strongest-acidic)", "label": "http://bio2rdf.org/drugbank_vocabulary:PKa-(strongest-acidic)", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:PKa-(strongest-acidic)"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:PKa-(strongest-basic)", "label": "http://bio2rdf.org/drugbank_vocabulary:PKa-(strongest-basic)", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:PKa-(strongest-basic)"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Physiological-Charge", "label": "http://bio2rdf.org/drugbank_vocabulary:Physiological-Charge", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Physiological-Charge"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Number-of-Rings", "label": "http://bio2rdf.org/drugbank_vocabulary:Number-of-Rings", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Number-of-Rings"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Rule-of-Five", "label": "http://bio2rdf.org/drugbank_vocabulary:Rule-of-Five", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Rule-of-Five"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Ghose-Filter", "label": "http://bio2rdf.org/drugbank_vocabulary:Ghose-Filter", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Ghose-Filter"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:MDDR-Like-Rule", "label": "http://bio2rdf.org/drugbank_vocabulary:MDDR-Like-Rule", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:MDDR-Like-Rule"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:LogP", "label": "http://bio2rdf.org/drugbank_vocabulary:LogP", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:LogP"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:LogS", "label": "http://bio2rdf.org/drugbank_vocabulary:LogS", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:LogS"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:IUPAC-Name", "label": "http://bio2rdf.org/drugbank_vocabulary:IUPAC-Name", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:IUPAC-Name"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Traditional-IUPAC-Name", "label": "http://bio2rdf.org/drugbank_vocabulary:Traditional-IUPAC-Name", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Traditional-IUPAC-Name"}, {"color": "#26ad81", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Enzyme-Relation", "label": "http://bio2rdf.org/drugbank_vocabulary:Enzyme-Relation", "shape": "dot", "size": 37.06861278150754, "title": "http://bio2rdf.org/drugbank_vocabulary:Enzyme-Relation"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Ingredient", "label": "http://bio2rdf.org/drugbank_vocabulary:Ingredient", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Ingredient"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Country", "label": "http://bio2rdf.org/drugbank_vocabulary:Country", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Country"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Unit", "label": "http://bio2rdf.org/drugbank_vocabulary:Unit", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Unit"}, {"color": "#3f4889", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Target-Relation", "label": "http://bio2rdf.org/drugbank_vocabulary:Target-Relation", "shape": "dot", "size": 12.988074836418113, "title": "http://bio2rdf.org/drugbank_vocabulary:Target-Relation"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/drugbank_vocabulary:Transporter-Relation", "label": "http://bio2rdf.org/drugbank_vocabulary:Transporter-Relation", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/drugbank_vocabulary:Transporter-Relation"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/mgi_vocabulary:Allele-Disease-Association", "label": "http://bio2rdf.org/mgi_vocabulary:Allele-Disease-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/mgi_vocabulary:Allele-Disease-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/mgi_vocabulary:Allele", "label": "http://bio2rdf.org/mgi_vocabulary:Allele", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/mgi_vocabulary:Allele"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/mgi_vocabulary:Allele-Disease-Non-Association", "label": "http://bio2rdf.org/mgi_vocabulary:Allele-Disease-Non-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/mgi_vocabulary:Allele-Disease-Non-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/mgi_vocabulary:Genotype", "label": "http://bio2rdf.org/mgi_vocabulary:Genotype", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/mgi_vocabulary:Genotype"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/mgi_vocabulary:Strain", "label": "http://bio2rdf.org/mgi_vocabulary:Strain", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/mgi_vocabulary:Strain"}, {"color": "#297a8e", "font": {"color": "black"}, "id": "http://bio2rdf.org/mgi_vocabulary:Gene", "label": "http://bio2rdf.org/mgi_vocabulary:Gene", "shape": "dot", "size": 24.583688567726785, "title": "http://bio2rdf.org/mgi_vocabulary:Gene"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/mgi_vocabulary:Marker", "label": "http://bio2rdf.org/mgi_vocabulary:Marker", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/mgi_vocabulary:Marker"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/mgi_vocabulary:Complex/Cluster/Region", "label": "http://bio2rdf.org/mgi_vocabulary:Complex/Cluster/Region", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/mgi_vocabulary:Complex/Cluster/Region"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ndc_vocabulary:Product", "label": "http://bio2rdf.org/ndc_vocabulary:Product", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ndc_vocabulary:Product"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ndc_vocabulary:Dosage-Form", "label": "http://bio2rdf.org/ndc_vocabulary:Dosage-Form", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ndc_vocabulary:Dosage-Form"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ndc_vocabulary:Substance", "label": "http://bio2rdf.org/ndc_vocabulary:Substance", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ndc_vocabulary:Substance"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ndc_vocabulary:Ingredient", "label": "http://bio2rdf.org/ndc_vocabulary:Ingredient", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ndc_vocabulary:Ingredient"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ndc_vocabulary:Labeller", "label": "http://bio2rdf.org/ndc_vocabulary:Labeller", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ndc_vocabulary:Labeller"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ndc_vocabulary:Pharmacological-Class", "label": "http://bio2rdf.org/ndc_vocabulary:Pharmacological-Class", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ndc_vocabulary:Pharmacological-Class"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ndc_vocabulary:Product-Type", "label": "http://bio2rdf.org/ndc_vocabulary:Product-Type", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ndc_vocabulary:Product-Type"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ndc_vocabulary:Route", "label": "http://bio2rdf.org/ndc_vocabulary:Route", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ndc_vocabulary:Route"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ndc_vocabulary:Package", "label": "http://bio2rdf.org/ndc_vocabulary:Package", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ndc_vocabulary:Package"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ndc_vocabulary:Unit", "label": "http://bio2rdf.org/ndc_vocabulary:Unit", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ndc_vocabulary:Unit"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ndc_vocabulary:Package-Component", "label": "http://bio2rdf.org/ndc_vocabulary:Package-Component", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ndc_vocabulary:Package-Component"}, {"color": "#472f7d", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Gene", "label": "http://bio2rdf.org/wormbase_vocabulary:Gene", "shape": "dot", "size": 8.194562855908927, "title": "http://bio2rdf.org/wormbase_vocabulary:Gene"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Cosmid", "label": "http://bio2rdf.org/wormbase_vocabulary:Cosmid", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Cosmid"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Gene-GO-Association", "label": "http://bio2rdf.org/wormbase_vocabulary:Gene-GO-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Gene-GO-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Publication", "label": "http://bio2rdf.org/wormbase_vocabulary:Publication", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Publication"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Asynthetic-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Asynthetic-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Asynthetic-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Change_of_expression_level-Regulatory-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Change_of_expression_level-Regulatory-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Change_of_expression_level-Regulatory-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Regulatory-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Regulatory-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Regulatory-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Complete_unilateral_suppression-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Complete_unilateral_suppression-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Complete_unilateral_suppression-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Enhancement-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Enhancement-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Enhancement-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Epistasis-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Epistasis-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Epistasis-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Mutual_enhancement-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Mutual_enhancement-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Mutual_enhancement-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Mutual_suppression-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Mutual_suppression-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Mutual_suppression-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Opposing_epistasis-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Opposing_epistasis-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Opposing_epistasis-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Oversuppression-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Oversuppression-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Oversuppression-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Partial_suppression-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Partial_suppression-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Partial_suppression-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Partial_unilateral_suppression-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Partial_unilateral_suppression-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Partial_unilateral_suppression-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Physical-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Physical-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Physical-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Suppression-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Suppression-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Suppression-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Synthetic-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Synthetic-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Synthetic-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Unilateral_enhancement-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Unilateral_enhancement-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Unilateral_enhancement-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Change_of_localization-Regulatory-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Change_of_localization-Regulatory-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Change_of_localization-Regulatory-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Complete_mutual_suppression-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Complete_mutual_suppression-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Complete_mutual_suppression-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Complete_suppression-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Complete_suppression-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Complete_suppression-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Maximal_epistasis-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Maximal_epistasis-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Maximal_epistasis-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Minimal_epistasis-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Minimal_epistasis-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Minimal_epistasis-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Negative_genetic-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Negative_genetic-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Negative_genetic-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Oversuppression_enhancement-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Oversuppression_enhancement-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Oversuppression_enhancement-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Phenotype_bias-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Phenotype_bias-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Phenotype_bias-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Positive_genetic-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Positive_genetic-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Positive_genetic-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Unilateral_suppression-Genetic-Interaction", "label": "http://bio2rdf.org/wormbase_vocabulary:Unilateral_suppression-Genetic-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Unilateral_suppression-Genetic-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Gene-Phenotype-Association", "label": "http://bio2rdf.org/wormbase_vocabulary:Gene-Phenotype-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Gene-Phenotype-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Gene-Variant", "label": "http://bio2rdf.org/wormbase_vocabulary:Gene-Variant", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Gene-Variant"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:RNAi-Knockdown-Experiment", "label": "http://bio2rdf.org/wormbase_vocabulary:RNAi-Knockdown-Experiment", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:RNAi-Knockdown-Experiment"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:Negative-Gene-Phenotype-Association", "label": "http://bio2rdf.org/wormbase_vocabulary:Negative-Gene-Phenotype-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/wormbase_vocabulary:Negative-Gene-Phenotype-Association"}, {"color": "#472f7d", "font": {"color": "black"}, "id": "http://bio2rdf.org/wormbase_vocabulary:RNAi", "label": "http://bio2rdf.org/wormbase_vocabulary:RNAi", "shape": "dot", "size": 8.194562855908927, "title": "http://bio2rdf.org/wormbase_vocabulary:RNAi"}, {"color": "#218e8d", "font": {"color": "black"}, "id": "http://bio2rdf.org/affymetrix_vocabulary:Probeset", "label": "http://bio2rdf.org/affymetrix_vocabulary:Probeset", "shape": "dot", "size": 29.377200548235972, "title": "http://bio2rdf.org/affymetrix_vocabulary:Probeset"}, {"color": "#32648e", "font": {"color": "black"}, "id": "http://bio2rdf.org/affymetrix_vocabulary:Genechip-Array", "label": "http://bio2rdf.org/affymetrix_vocabulary:Genechip-Array", "shape": "dot", "size": 19.02718572045536, "title": "http://bio2rdf.org/affymetrix_vocabulary:Genechip-Array"}, {"color": "#26ad81", "font": {"color": "black"}, "id": "http://bio2rdf.org/ncbigene_vocabulary:Gene", "label": "http://bio2rdf.org/ncbigene_vocabulary:Gene", "shape": "dot", "size": 37.06861278150754, "title": "http://bio2rdf.org/ncbigene_vocabulary:Gene"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ncbigene_vocabulary:Gene-process-Association", "label": "http://bio2rdf.org/ncbigene_vocabulary:Gene-process-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ncbigene_vocabulary:Gene-process-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ncbigene_vocabulary:Gene-component-Association", "label": "http://bio2rdf.org/ncbigene_vocabulary:Gene-component-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ncbigene_vocabulary:Gene-component-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ncbigene_vocabulary:Gene-function-Association", "label": "http://bio2rdf.org/ncbigene_vocabulary:Gene-function-Association", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ncbigene_vocabulary:Gene-function-Association"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ncbigene_vocabulary:MiscRNA-Gene", "label": "http://bio2rdf.org/ncbigene_vocabulary:MiscRNA-Gene", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ncbigene_vocabulary:MiscRNA-Gene"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ncbigene_vocabulary:Other-Gene", "label": "http://bio2rdf.org/ncbigene_vocabulary:Other-Gene", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ncbigene_vocabulary:Other-Gene"}, {"color": "#3fbc73", "font": {"color": "black"}, "id": "http://bio2rdf.org/ncbigene_vocabulary:Protein-coding-Gene", "label": "http://bio2rdf.org/ncbigene_vocabulary:Protein-coding-Gene", "shape": "dot", "size": 41.336604681060216, "title": "http://bio2rdf.org/ncbigene_vocabulary:Protein-coding-Gene"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ncbigene_vocabulary:Pseudo-Gene", "label": "http://bio2rdf.org/ncbigene_vocabulary:Pseudo-Gene", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ncbigene_vocabulary:Pseudo-Gene"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ncbigene_vocabulary:NcRNA-Gene", "label": "http://bio2rdf.org/ncbigene_vocabulary:NcRNA-Gene", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ncbigene_vocabulary:NcRNA-Gene"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ncbigene_vocabulary:RRNA-Gene", "label": "http://bio2rdf.org/ncbigene_vocabulary:RRNA-Gene", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ncbigene_vocabulary:RRNA-Gene"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ncbigene_vocabulary:TRNA-Gene", "label": "http://bio2rdf.org/ncbigene_vocabulary:TRNA-Gene", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ncbigene_vocabulary:TRNA-Gene"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ncbigene_vocabulary:Unknown-Gene", "label": "http://bio2rdf.org/ncbigene_vocabulary:Unknown-Gene", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ncbigene_vocabulary:Unknown-Gene"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ncbigene_vocabulary:SnRNA-Gene", "label": "http://bio2rdf.org/ncbigene_vocabulary:SnRNA-Gene", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ncbigene_vocabulary:SnRNA-Gene"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ncbigene_vocabulary:ScRNA-Gene", "label": "http://bio2rdf.org/ncbigene_vocabulary:ScRNA-Gene", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ncbigene_vocabulary:ScRNA-Gene"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/ncbigene_vocabulary:SnoRNA-Gene", "label": "http://bio2rdf.org/ncbigene_vocabulary:SnoRNA-Gene", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/ncbigene_vocabulary:SnoRNA-Gene"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/irefindex_vocabulary:Multimeric-Complex", "label": "http://bio2rdf.org/irefindex_vocabulary:Multimeric-Complex", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/irefindex_vocabulary:Multimeric-Complex"}, {"color": "#32648e", "font": {"color": "black"}, "id": "http://bio2rdf.org/irefindex_vocabulary:Pairwise-Interaction", "label": "http://bio2rdf.org/irefindex_vocabulary:Pairwise-Interaction", "shape": "dot", "size": 19.02718572045536, "title": "http://bio2rdf.org/irefindex_vocabulary:Pairwise-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/irefindex_vocabulary:Homopolymeric-Complex", "label": "http://bio2rdf.org/irefindex_vocabulary:Homopolymeric-Complex", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/irefindex_vocabulary:Homopolymeric-Complex"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/irefindex_vocabulary:Expansion-Method", "label": "http://bio2rdf.org/irefindex_vocabulary:Expansion-Method", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/irefindex_vocabulary:Expansion-Method"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Identical-Group", "label": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Identical-Group", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Identical-Group"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Identical-Interaction", "label": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Identical-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Identical-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Canonical-Interaction", "label": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Canonical-Interaction", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Canonical-Interaction"}, {"color": "#808080", "font": {"color": "black"}, "id": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Similar-Group", "label": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Similar-Group", "shape": "dot", "size": 10, "title": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Similar-Group"}, {"color": "#4cc26c", "font": {"color": "black"}, "id": "http://bio2rdf.org/ctd_vocabulary:Gene-Disease-Association", "label": "http://bio2rdf.org/ctd_vocabulary:Gene-Disease-Association", "shape": "dot", "size": 43.00447187216731, "title": "http://bio2rdf.org/ctd_vocabulary:Gene-Disease-Association"}]);
edges = new vis.DataSet([{"color": "#808080", "from": "Class1", "title": "Predicate", "to": "Class2", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/goa_vocabulary:GO-Annotation", "title": "http://bio2rdf.org/goa_vocabulary:target", "to": "http://bio2rdf.org/sgd_vocabulary:RNA", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/goa_vocabulary:GO-Annotation", "title": "http://bio2rdf.org/goa_vocabulary:target", "to": "http://bio2rdf.org/sgd_vocabulary:Protein", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/goa_vocabulary:GO-Annotation", "title": "http://bio2rdf.org/goa_vocabulary:target", "to": "http://bio2rdf.org/goa_vocabulary:GO-Annotation", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/sgd_vocabulary:RNA", "title": "http://bio2rdf.org/sgd_vocabulary:has-proper-part", "to": "http://bio2rdf.org/sgd_vocabulary:Complex", "width": 1}, {"color": "#7d03a8", "from": "http://bio2rdf.org/sgd_vocabulary:Protein", "title": "http://www.w3.org/2002/07/owl#sameAs", "to": "http://bio2rdf.org/sgd_vocabulary:Protein", "width": 6.263765847447781}, {"color": "#808080", "from": "http://bio2rdf.org/sgd_vocabulary:Protein", "title": "http://bio2rdf.org/sgd_vocabulary:query", "to": "http://bio2rdf.org/sgd_vocabulary:Domain-Alignment", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/sgd_vocabulary:Protein", "title": "http://bio2rdf.org/sgd_vocabulary:has-proper-part", "to": "http://bio2rdf.org/sgd_vocabulary:Complex", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/sgd_vocabulary:CrickStrand", "title": "http://bio2rdf.org/sgd_vocabulary:is-proper-part-of", "to": "http://bio2rdf.org/sgd_vocabulary:Chromosome", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/sgd_vocabulary:CrickStrand", "title": "http://bio2rdf.org/sgd_vocabulary:strand", "to": "http://bio2rdf.org/sgd_vocabulary:Location", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/sgd_vocabulary:Chromosome", "title": "http://bio2rdf.org/sgd_vocabulary:chromosome", "to": "http://bio2rdf.org/sgd_vocabulary:Location", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/sgd_vocabulary:Enzyme", "title": "http://bio2rdf.org/sgd_vocabulary:has-participant", "to": "http://bio2rdf.org/sgd_vocabulary:Enzyme", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/sgd_vocabulary:Enzyme", "title": "http://bio2rdf.org/sgd_vocabulary:has-participant", "to": "http://bio2rdf.org/sgd_vocabulary:Pathway", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/sgd_vocabulary:Enzyme", "title": "http://bio2rdf.org/sgd_vocabulary:has-participant", "to": "http://bio2rdf.org/sgd_vocabulary:Reaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/sgd_vocabulary:Pathway", "title": "http://bio2rdf.org/sgd_vocabulary:has-proper-part", "to": "http://bio2rdf.org/sgd_vocabulary:SuperPathway", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/sgd_vocabulary:SuperPathway", "title": "http://bio2rdf.org/sgd_vocabulary:has-proper-part", "to": "http://bio2rdf.org/sgd_vocabulary:SuperPathway", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Genetic", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Experimental", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Genetic", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Placebo_Comparator", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Genetic", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Active_Comparator", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Genetic", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Arm", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Genetic", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Genetic", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:No_Intervention", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Genetic", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Sham_Comparator", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Genetic", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Control", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Genetic", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Case", "width": 1}, {"color": "#8b0aa5", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Genetic", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:intervention", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "width": 6.918883186292605}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Experimental", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Behavioral", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Experimental", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Biological", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Experimental", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Experimental", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Device", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Experimental", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Dietary_Supplement", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Experimental", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Experimental", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Experimental", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Procedure", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Experimental", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Radiation", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Placebo_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Behavioral", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Placebo_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Biological", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Placebo_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Placebo_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Device", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Placebo_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Dietary_Supplement", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Placebo_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Placebo_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Placebo_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Procedure", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Placebo_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Radiation", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Active_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Behavioral", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Active_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Biological", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Active_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Active_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Device", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Active_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Dietary_Supplement", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Active_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Active_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Active_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Procedure", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Active_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Radiation", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Arm", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Behavioral", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Arm", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Biological", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Arm", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Arm", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Device", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Arm", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Dietary_Supplement", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Arm", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Arm", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Arm", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Procedure", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Arm", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Radiation", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Behavioral", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Biological", "width": 1}, {"color": "#8b0aa5", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:intervention", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "width": 6.918883186292605}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Device", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Dietary_Supplement", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Sham_Comparator", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:No_Intervention", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Control", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Case", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Procedure", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Other", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Radiation", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:No_Intervention", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Behavioral", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:No_Intervention", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Biological", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:No_Intervention", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:No_Intervention", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Device", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:No_Intervention", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Dietary_Supplement", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:No_Intervention", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:No_Intervention", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Procedure", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:No_Intervention", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Radiation", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Sham_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Behavioral", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Sham_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Biological", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Sham_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Sham_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Device", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Sham_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Dietary_Supplement", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Sham_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Sham_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Procedure", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Sham_Comparator", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Radiation", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Control", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Control", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Control", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Procedure", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Case", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Case", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Dietary_Supplement", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Case", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Case", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Procedure", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Baseline", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Group", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Baseline", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:measure", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Measure", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Baseline", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:baseline", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Group", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Event-Count", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Group", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:group-id", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Measurement", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Group", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Outcome", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Group", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Participant-Count", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Group", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Participant-Flow", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Group", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Reported-Events", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Group", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Withdraw-Reason", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Measure", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:category", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Category", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Measure", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:measure", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Outcome", "width": 1}, {"color": "#8b0aa5", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Behavioral", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:intervention", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "width": 6.918883186292605}, {"color": "#8b0aa5", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Biological", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:intervention", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "width": 6.918883186292605}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Category", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:measurement", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Measurement", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:City", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:organization", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Organization", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:City", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:source", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:City", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:affiliation", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Contact", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:City", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:inclusion-criteria", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Eligibility", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:City", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:organization", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Responsible-Party", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Organization", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:source", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Organization", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:affiliation", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Contact", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Organization", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:inclusion-criteria", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Eligibility", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Organization", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:organization", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Inclusion-Criteria", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Organization", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:organization", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Organization", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Organization", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:organization", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Responsible-Party", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Organization", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:organization", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:State", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:overall-official", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Contact", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:arm-group", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Treatment_Comparison", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:source", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Inclusion-Criteria", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:clinical-result", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Result", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:clinicaltrials_vocabulary:other-outcome", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:other-outcome", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:clinicaltrials_vocabulary:primary-outcome", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:primary-outcome", "width": 1}, {"color": "#0d0887", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:clinicaltrials_vocabulary:secondary-outcome", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:secondary-outcome", "width": 1.6927085223791647}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:source", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:State", "width": 1}, {"color": "#5502a4", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:intervention-browse", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Term", "width": 4.375588055001259}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:condition", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:ZipCode", "width": 1}, {"color": "#5502a4", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:overall-status", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Status", "width": 4.375588055001259}, {"color": "#6a00a8", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:phase", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Phase", "width": 5.365759065244189}, {"color": "#5502a4", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:country", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Country", "width": 4.375588055001259}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:eligibility", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Eligibility", "width": 1}, {"color": "#8b0aa5", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:intervention", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Drug", "width": 6.918883186292605}, {"color": "#8b0aa5", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:intervention", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Radiation", "width": 6.918883186292605}, {"color": "#8b0aa5", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:intervention", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Procedure", "width": 6.918883186292605}, {"color": "#8b0aa5", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:intervention", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Dietary_Supplement", "width": 6.918883186292605}, {"color": "#8b0aa5", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:intervention", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Device", "width": 6.918883186292605}, {"color": "#0d0887", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:link", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Link", "width": 1.6927085223791647}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:location", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Location", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:outcome", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Outcome", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:participant-flow", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Participant-Flow", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:reference", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Reference", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:reported-events", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Reported-Events", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:responsible-party", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Responsible-Party", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:study-design", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Study-Design", "width": 1}, {"color": "#5502a4", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:intervention-browse", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Condition", "width": 4.375588055001259}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Clinical-Study", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:study-type", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Study-Type", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Contact", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:affiliation", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:State", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Contact", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:affiliation", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:ZipCode", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Contact", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:affiliation", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Inclusion-Criteria", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Contact", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:affiliation", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Country", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Contact", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:affiliation", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Status", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Contact", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:affiliation", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Condition", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Contact", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:investigator", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Location", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Inclusion-Criteria", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:inclusion-criteria", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Eligibility", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Inclusion-Criteria", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:organization", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Responsible-Party", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:State", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:inclusion-criteria", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Eligibility", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:State", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:organization", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Responsible-Party", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Term", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:inclusion-criteria", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Eligibility", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Term", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:organization", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Responsible-Party", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:ZipCode", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:inclusion-criteria", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Eligibility", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:ZipCode", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:organization", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Responsible-Party", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Phase", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:inclusion-criteria", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Eligibility", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Country", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:inclusion-criteria", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Eligibility", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Eligibility", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:inclusion-criteria", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Condition", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Eligibility", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:inclusion-criteria", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Study-Type", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Location", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:address", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Address", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Outcome", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:analysis", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Analysis", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Participant-Flow", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:period", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Period", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Reported-Events", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:other-events", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Other-Event", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Reported-Events", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:serious-events", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Serious-Event", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Responsible-Party", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:organization", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Condition", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Event-Count", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:count", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Other-Event", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Event-Count", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:count", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Serious-Event", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Milestone", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:participant-counts", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Participant-Count", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Milestone", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:milestone", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Period", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Other-Event", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:sub-title", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Event", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/clinicaltrials_vocabulary:Event", "title": "http://bio2rdf.org/clinicaltrials_vocabulary:sub-title", "to": "http://bio2rdf.org/clinicaltrials_vocabulary:Serious-Event", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Compound", "title": "http://bio2rdf.org/kegg_vocabulary:substrate", "to": "http://bio2rdf.org/kegg_vocabulary:Enzyme", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Compound", "title": "http://bio2rdf.org/kegg_vocabulary:compound", "to": "http://bio2rdf.org/kegg_vocabulary:Module", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Compound", "title": "http://bio2rdf.org/kegg_vocabulary:compound", "to": "http://bio2rdf.org/kegg_vocabulary:Pathway", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Compound", "title": "http://bio2rdf.org/kegg_vocabulary:substrate", "to": "http://bio2rdf.org/kegg_vocabulary:Reaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Compound", "title": "http://bio2rdf.org/kegg_vocabulary:component", "to": "http://bio2rdf.org/kegg_vocabulary:Drug", "width": 1}, {"color": "#0d0887", "from": "http://bio2rdf.org/kegg_vocabulary:Compound", "title": "http://bio2rdf.org/kegg_vocabulary:same-as", "to": "http://bio2rdf.org/kegg_vocabulary:Glycan", "width": 1.6927085223791647}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Compound", "title": "http://bio2rdf.org/kegg_vocabulary:component", "to": "http://bio2rdf.org/kegg_vocabulary:Environ", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Compound", "title": "http://bio2rdf.org/kegg_vocabulary:substrate", "to": "http://bio2rdf.org/kegg_vocabulary:Irreversible-Reaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Compound", "title": "http://bio2rdf.org/kegg_vocabulary:member", "to": "http://bio2rdf.org/kegg_vocabulary:Ortholog-Group", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Compound", "title": "http://bio2rdf.org/kegg_vocabulary:substrate", "to": "http://bio2rdf.org/kegg_vocabulary:Reversible-Reaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Compound", "title": "http://bio2rdf.org/kegg_vocabulary:compound", "to": "http://bio2rdf.org/kegg_vocabulary:Rpair", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Enzyme", "title": "http://bio2rdf.org/kegg_vocabulary:enzyme", "to": "http://bio2rdf.org/kegg_vocabulary:Reaction", "width": 1}, {"color": "#8808a6", "from": "http://bio2rdf.org/kegg_vocabulary:Enzyme", "title": "http://bio2rdf.org/kegg_vocabulary:pathway", "to": "http://bio2rdf.org/kegg_vocabulary:Pathway", "width": 6.770834089516659}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Enzyme", "title": "http://bio2rdf.org/kegg_vocabulary:orthology", "to": "http://bio2rdf.org/kegg_vocabulary:Ko", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Enzyme", "title": "http://bio2rdf.org/kegg_vocabulary:reference", "to": "http://bio2rdf.org/kegg_vocabulary:Reference", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Enzyme", "title": "http://bio2rdf.org/kegg_vocabulary:enzyme", "to": "http://bio2rdf.org/kegg_vocabulary:Glycan", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Enzyme", "title": "http://bio2rdf.org/kegg_vocabulary:enzyme", "to": "http://bio2rdf.org/kegg_vocabulary:Rclass", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Enzyme", "title": "http://bio2rdf.org/kegg_vocabulary:enzyme", "to": "http://bio2rdf.org/kegg_vocabulary:Rpair", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Module", "title": "http://bio2rdf.org/kegg_vocabulary:compound", "to": "http://bio2rdf.org/kegg_vocabulary:Glycan", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Module", "title": "http://bio2rdf.org/kegg_vocabulary:orthology", "to": "http://bio2rdf.org/kegg_vocabulary:Ko", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Module", "title": "http://bio2rdf.org/kegg_vocabulary:module", "to": "http://bio2rdf.org/kegg_vocabulary:Gene", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Module", "title": "http://bio2rdf.org/kegg_vocabulary:module", "to": "http://bio2rdf.org/kegg_vocabulary:Reaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Module", "title": "http://bio2rdf.org/kegg_vocabulary:module", "to": "http://bio2rdf.org/kegg_vocabulary:Pathway", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Module", "title": "http://bio2rdf.org/kegg_vocabulary:reference", "to": "http://bio2rdf.org/kegg_vocabulary:Reference", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Pathway", "title": "http://bio2rdf.org/kegg_vocabulary:compound", "to": "http://bio2rdf.org/kegg_vocabulary:Drug", "width": 1}, {"color": "#5c01a6", "from": "http://bio2rdf.org/kegg_vocabulary:Pathway", "title": "http://bio2rdf.org/kegg_vocabulary:disease", "to": "http://bio2rdf.org/kegg_vocabulary:Disease", "width": 4.752033601910002}, {"color": "#8808a6", "from": "http://bio2rdf.org/kegg_vocabulary:Pathway", "title": "http://bio2rdf.org/kegg_vocabulary:pathway", "to": "http://bio2rdf.org/kegg_vocabulary:Glycan", "width": 6.770834089516659}, {"color": "#8808a6", "from": "http://bio2rdf.org/kegg_vocabulary:Pathway", "title": "http://bio2rdf.org/kegg_vocabulary:pathway", "to": "http://bio2rdf.org/kegg_vocabulary:Ko", "width": 6.770834089516659}, {"color": "#8808a6", "from": "http://bio2rdf.org/kegg_vocabulary:Pathway", "title": "http://bio2rdf.org/kegg_vocabulary:pathway", "to": "http://bio2rdf.org/kegg_vocabulary:Gene", "width": 6.770834089516659}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Pathway", "title": "http://bio2rdf.org/kegg_vocabulary:member", "to": "http://bio2rdf.org/kegg_vocabulary:Ortholog-Group", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Pathway", "title": "http://bio2rdf.org/kegg_vocabulary:reference", "to": "http://bio2rdf.org/kegg_vocabulary:Reference", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Pathway", "title": "http://bio2rdf.org/kegg_vocabulary:ko_pathway", "to": "http://bio2rdf.org/kegg_vocabulary:Pathway", "width": 1}, {"color": "#8808a6", "from": "http://bio2rdf.org/kegg_vocabulary:Pathway", "title": "http://bio2rdf.org/kegg_vocabulary:pathway", "to": "http://bio2rdf.org/kegg_vocabulary:Reaction", "width": 6.770834089516659}, {"color": "#8808a6", "from": "http://bio2rdf.org/kegg_vocabulary:Pathway", "title": "http://bio2rdf.org/kegg_vocabulary:pathway", "to": "http://bio2rdf.org/kegg_vocabulary:Rclass", "width": 6.770834089516659}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Reaction", "title": "http://bio2rdf.org/kegg_vocabulary:reaction", "to": "http://bio2rdf.org/kegg_vocabulary:Glycan", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Reaction", "title": "http://bio2rdf.org/kegg_vocabulary:orthology", "to": "http://bio2rdf.org/kegg_vocabulary:Ko", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Reaction", "title": "http://bio2rdf.org/kegg_vocabulary:orthology", "to": "http://bio2rdf.org/kegg_vocabulary:Reaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Reaction", "title": "http://bio2rdf.org/kegg_vocabulary:rpair-role", "to": "http://bio2rdf.org/kegg_vocabulary:RPair-Role", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Reaction", "title": "http://bio2rdf.org/kegg_vocabulary:reaction", "to": "http://bio2rdf.org/kegg_vocabulary:Rclass", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Reaction", "title": "http://bio2rdf.org/kegg_vocabulary:reaction", "to": "http://bio2rdf.org/kegg_vocabulary:Rpair", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Drug", "title": "http://bio2rdf.org/kegg_vocabulary:component", "to": "http://bio2rdf.org/kegg_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Drug", "title": "http://bio2rdf.org/kegg_vocabulary:interaction", "to": "http://bio2rdf.org/kegg_vocabulary:Target", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Drug", "title": "http://bio2rdf.org/kegg_vocabulary:interaction", "to": "http://bio2rdf.org/kegg_vocabulary:Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Drug", "title": "http://bio2rdf.org/kegg_vocabulary:metabolism", "to": "http://bio2rdf.org/kegg_vocabulary:Metabolism", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Drug", "title": "http://bio2rdf.org/kegg_vocabulary:component", "to": "http://bio2rdf.org/kegg_vocabulary:Environ", "width": 1}, {"color": "#0d0887", "from": "http://bio2rdf.org/kegg_vocabulary:Drug", "title": "http://bio2rdf.org/kegg_vocabulary:drug", "to": "http://bio2rdf.org/kegg_vocabulary:Disease", "width": 1.6927085223791647}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Drug", "title": "http://bio2rdf.org/kegg_vocabulary:drug-target", "to": "http://bio2rdf.org/kegg_vocabulary:Gene", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Drug", "title": "http://bio2rdf.org/kegg_vocabulary:member", "to": "http://bio2rdf.org/kegg_vocabulary:Ortholog-Group", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Glycan", "title": "http://bio2rdf.org/kegg_vocabulary:orthology", "to": "http://bio2rdf.org/kegg_vocabulary:Ko", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Glycan", "title": "http://bio2rdf.org/kegg_vocabulary:member", "to": "http://bio2rdf.org/kegg_vocabulary:Ortholog-Group", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Target", "title": "http://bio2rdf.org/kegg_vocabulary:link", "to": "http://bio2rdf.org/kegg_vocabulary:Ko", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Target", "title": "http://bio2rdf.org/kegg_vocabulary:link", "to": "http://bio2rdf.org/kegg_vocabulary:Gene", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Metabolism", "title": "http://bio2rdf.org/kegg_vocabulary:link", "to": "http://bio2rdf.org/kegg_vocabulary:Ko", "width": 1}, {"color": "#5c01a6", "from": "http://bio2rdf.org/kegg_vocabulary:Ko", "title": "http://bio2rdf.org/kegg_vocabulary:disease", "to": "http://bio2rdf.org/kegg_vocabulary:Disease", "width": 4.752033601910002}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Ko", "title": "http://bio2rdf.org/kegg_vocabulary:reference", "to": "http://bio2rdf.org/kegg_vocabulary:Reference", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Ko", "title": "http://bio2rdf.org/kegg_vocabulary:orthology", "to": "http://bio2rdf.org/kegg_vocabulary:Gene", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Ko", "title": "http://bio2rdf.org/kegg_vocabulary:member", "to": "http://bio2rdf.org/kegg_vocabulary:Ortholog-Group", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Ko", "title": "http://bio2rdf.org/kegg_vocabulary:orthology", "to": "http://bio2rdf.org/kegg_vocabulary:Rclass", "width": 1}, {"color": "#5c01a6", "from": "http://bio2rdf.org/kegg_vocabulary:Gene", "title": "http://bio2rdf.org/kegg_vocabulary:disease", "to": "http://bio2rdf.org/kegg_vocabulary:Disease", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/kegg_vocabulary:Genome", "title": "http://bio2rdf.org/kegg_vocabulary:disease", "to": "http://bio2rdf.org/kegg_vocabulary:Disease", "width": 4.752033601910002}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Genome", "title": "http://bio2rdf.org/kegg_vocabulary:reference", "to": "http://bio2rdf.org/kegg_vocabulary:Reference", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Disease", "title": "http://bio2rdf.org/kegg_vocabulary:reference", "to": "http://bio2rdf.org/kegg_vocabulary:Reference", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Ortholog-Group", "title": "http://bio2rdf.org/kegg_vocabulary:target", "to": "http://bio2rdf.org/kegg_vocabulary:Pathway-Relation", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:RPair-Role", "title": "http://bio2rdf.org/kegg_vocabulary:reaction-center", "to": "http://bio2rdf.org/kegg_vocabulary:Rclass", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:RPair-Role", "title": "http://bio2rdf.org/kegg_vocabulary:rpair", "to": "http://bio2rdf.org/kegg_vocabulary:Rpair", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Rclass", "title": "http://bio2rdf.org/kegg_vocabulary:rpair", "to": "http://bio2rdf.org/kegg_vocabulary:Rpair", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/kegg_vocabulary:Rpair", "title": "http://bio2rdf.org/kegg_vocabulary:relatedpair", "to": "http://bio2rdf.org/kegg_vocabulary:Rpair", "width": 1}, {"color": "#b52f8c", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Disease", "title": "http://bio2rdf.org/pharmgkb_vocabulary:disease", "to": "http://bio2rdf.org/pharmgkb_vocabulary:Gene", "width": 9.296106539811644}, {"color": "#b52f8c", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Disease", "title": "http://bio2rdf.org/pharmgkb_vocabulary:disease", "to": "http://bio2rdf.org/pharmgkb_vocabulary:Variation", "width": 9.296106539811644}, {"color": "#b52f8c", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Disease", "title": "http://bio2rdf.org/pharmgkb_vocabulary:disease", "to": "http://bio2rdf.org/pharmgkb_vocabulary:Disease", "width": 9.296106539811644}, {"color": "#b52f8c", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Disease", "title": "http://bio2rdf.org/pharmgkb_vocabulary:disease", "to": "http://bio2rdf.org/pharmgkb_vocabulary:disease-disease-Association", "width": 9.296106539811644}, {"color": "#b52f8c", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Disease", "title": "http://bio2rdf.org/pharmgkb_vocabulary:disease", "to": "http://bio2rdf.org/pharmgkb_vocabulary:disease-gene-Association", "width": 9.296106539811644}, {"color": "#b52f8c", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Disease", "title": "http://bio2rdf.org/pharmgkb_vocabulary:disease", "to": "http://bio2rdf.org/pharmgkb_vocabulary:disease-haplotype-Association", "width": 9.296106539811644}, {"color": "#b52f8c", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Disease", "title": "http://bio2rdf.org/pharmgkb_vocabulary:disease", "to": "http://bio2rdf.org/pharmgkb_vocabulary:disease-variantlocation-Association", "width": 9.296106539811644}, {"color": "#b52f8c", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Disease", "title": "http://bio2rdf.org/pharmgkb_vocabulary:disease", "to": "http://bio2rdf.org/pharmgkb_vocabulary:gene-disease-Association", "width": 9.296106539811644}, {"color": "#b52f8c", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Disease", "title": "http://bio2rdf.org/pharmgkb_vocabulary:disease", "to": "http://bio2rdf.org/pharmgkb_vocabulary:haplotype-disease-Association", "width": 9.296106539811644}, {"color": "#b52f8c", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Disease", "title": "http://bio2rdf.org/pharmgkb_vocabulary:disease", "to": "http://bio2rdf.org/pharmgkb_vocabulary:variantlocation-disease-Association", "width": 9.296106539811644}, {"color": "#2c0594", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Gene", "title": "http://bio2rdf.org/pharmgkb_vocabulary:drug", "to": "http://bio2rdf.org/pharmgkb_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#b6308b", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Gene", "title": "http://bio2rdf.org/pharmgkb_vocabulary:gene", "to": "http://bio2rdf.org/pharmgkb_vocabulary:Gene", "width": 9.349780396907034}, {"color": "#b6308b", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Gene", "title": "http://bio2rdf.org/pharmgkb_vocabulary:gene", "to": "http://bio2rdf.org/pharmgkb_vocabulary:disease-gene-Association", "width": 9.349780396907034}, {"color": "#b6308b", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Gene", "title": "http://bio2rdf.org/pharmgkb_vocabulary:gene", "to": "http://bio2rdf.org/pharmgkb_vocabulary:drug-gene-Association", "width": 9.349780396907034}, {"color": "#b6308b", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Gene", "title": "http://bio2rdf.org/pharmgkb_vocabulary:gene", "to": "http://bio2rdf.org/pharmgkb_vocabulary:gene-disease-Association", "width": 9.349780396907034}, {"color": "#b6308b", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Gene", "title": "http://bio2rdf.org/pharmgkb_vocabulary:gene", "to": "http://bio2rdf.org/pharmgkb_vocabulary:gene-drug-Association", "width": 9.349780396907034}, {"color": "#b6308b", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Gene", "title": "http://bio2rdf.org/pharmgkb_vocabulary:gene", "to": "http://bio2rdf.org/pharmgkb_vocabulary:gene-gene-Association", "width": 9.349780396907034}, {"color": "#b6308b", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Gene", "title": "http://bio2rdf.org/pharmgkb_vocabulary:gene", "to": "http://bio2rdf.org/pharmgkb_vocabulary:Variation", "width": 9.349780396907034}, {"color": "#2c0594", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Variation", "title": "http://bio2rdf.org/pharmgkb_vocabulary:drug", "to": "http://bio2rdf.org/pharmgkb_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#0d0887", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Variation", "title": "http://bio2rdf.org/pharmgkb_vocabulary:variantlocation", "to": "http://bio2rdf.org/pharmgkb_vocabulary:disease-variantlocation-Association", "width": 1.6927085223791647}, {"color": "#0d0887", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Variation", "title": "http://bio2rdf.org/pharmgkb_vocabulary:variantlocation", "to": "http://bio2rdf.org/pharmgkb_vocabulary:drug-variantlocation-Association", "width": 1.6927085223791647}, {"color": "#0d0887", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Variation", "title": "http://bio2rdf.org/pharmgkb_vocabulary:variantlocation", "to": "http://bio2rdf.org/pharmgkb_vocabulary:variantlocation-disease-Association", "width": 1.6927085223791647}, {"color": "#0d0887", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Variation", "title": "http://bio2rdf.org/pharmgkb_vocabulary:variantlocation", "to": "http://bio2rdf.org/pharmgkb_vocabulary:variantlocation-drug-Association", "width": 1.6927085223791647}, {"color": "#2c0594", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Drug", "title": "http://bio2rdf.org/pharmgkb_vocabulary:drug", "to": "http://bio2rdf.org/pharmgkb_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Drug", "title": "http://bio2rdf.org/pharmgkb_vocabulary:drug", "to": "http://bio2rdf.org/pharmgkb_vocabulary:drug-drug-Association", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Drug", "title": "http://bio2rdf.org/pharmgkb_vocabulary:drug", "to": "http://bio2rdf.org/pharmgkb_vocabulary:drug-gene-Association", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Drug", "title": "http://bio2rdf.org/pharmgkb_vocabulary:drug", "to": "http://bio2rdf.org/pharmgkb_vocabulary:drug-haplotype-Association", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Drug", "title": "http://bio2rdf.org/pharmgkb_vocabulary:drug", "to": "http://bio2rdf.org/pharmgkb_vocabulary:drug-variantlocation-Association", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Drug", "title": "http://bio2rdf.org/pharmgkb_vocabulary:drug", "to": "http://bio2rdf.org/pharmgkb_vocabulary:gene-drug-Association", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Drug", "title": "http://bio2rdf.org/pharmgkb_vocabulary:drug", "to": "http://bio2rdf.org/pharmgkb_vocabulary:haplotype-drug-Association", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/pharmgkb_vocabulary:Drug", "title": "http://bio2rdf.org/pharmgkb_vocabulary:drug", "to": "http://bio2rdf.org/pharmgkb_vocabulary:variantlocation-drug-Association", "width": 2.6828795326220938}, {"color": "#808080", "from": "http://bio2rdf.org/hgnc_vocabulary:Approved-Gene-Symbol", "title": "http://bio2rdf.org/hgnc_vocabulary:previous-symbol", "to": "http://bio2rdf.org/hgnc_vocabulary:Gene-Symbol", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/hgnc_vocabulary:Gene-Symbol", "title": "http://bio2rdf.org/hgnc_vocabulary:is-approved-symbol-of", "to": "http://bio2rdf.org/hgnc_vocabulary:Previous-Symbol", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/hgnc_vocabulary:Gene-Symbol", "title": "http://bio2rdf.org/hgnc_vocabulary:status", "to": "http://bio2rdf.org/hgnc_vocabulary:Status", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/mesh_vocabulary:Supplementary-Descriptor", "title": "http://bio2rdf.org/mesh_vocabulary:pharmacological-action", "to": "http://bio2rdf.org/mesh_vocabulary:Pharmacological-Action", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/mesh_vocabulary:Descriptor", "title": "http://bio2rdf.org/mesh_vocabulary:allowable-topical-qualifiers", "to": "http://bio2rdf.org/mesh_vocabulary:allowable-topical-qualifier", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/mesh_vocabulary:Descriptor", "title": "http://bio2rdf.org/mesh_vocabulary:mesh-tree-number", "to": "http://bio2rdf.org/mesh_vocabulary:Tree-Entry", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/mesh_vocabulary:Descriptor", "title": "http://bio2rdf.org/mesh_vocabulary:semantic-type", "to": "http://bio2rdf.org/mesh_vocabulary:Semantic-Type", "width": 1}, {"color": "#9511a1", "from": "http://bio2rdf.org/mesh_vocabulary:Tree-Entry", "title": "http://www.w3.org/2000/01/rdf-schema#subClassOf", "to": "http://bio2rdf.org/mesh_vocabulary:Tree-Entry", "width": 7.4349131345320965}, {"color": "#808080", "from": "http://bio2rdf.org/omim_vocabulary:Characteristic", "title": "http://bio2rdf.org/omim_vocabulary:characteristic-of", "to": "http://bio2rdf.org/omim_vocabulary:Entity", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/omim_vocabulary:Characteristic", "title": "http://bio2rdf.org/omim_vocabulary:x-omim", "to": "http://bio2rdf.org/omim_vocabulary:Gene", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/omim_vocabulary:Characteristic", "title": "http://bio2rdf.org/omim_vocabulary:x-omim", "to": "http://bio2rdf.org/omim_vocabulary:Phenotype", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/omim_vocabulary:Characteristic", "title": "http://bio2rdf.org/omim_vocabulary:x-omim", "to": "http://bio2rdf.org/omim_vocabulary:Gene-phenotype", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/omim_vocabulary:Characteristic", "title": "http://bio2rdf.org/omim_vocabulary:x-omim", "to": "http://bio2rdf.org/omim_vocabulary:Predominantly-phenotypes", "width": 1}, {"color": "#9d189d", "from": "http://bio2rdf.org/omim_vocabulary:Characteristic", "title": "http://bio2rdf.org/omim_vocabulary:feature", "to": "http://bio2rdf.org/omim_vocabulary:Clinical-Synopsis", "width": 7.860694949134912}, {"color": "#3e049c", "from": "http://bio2rdf.org/omim_vocabulary:Gene", "title": "http://bio2rdf.org/omim_vocabulary:refers-to", "to": "http://bio2rdf.org/omim_vocabulary:Phenotype", "width": 3.3854170447583294}, {"color": "#3e049c", "from": "http://bio2rdf.org/omim_vocabulary:Gene", "title": "http://bio2rdf.org/omim_vocabulary:refers-to", "to": "http://bio2rdf.org/omim_vocabulary:Gene", "width": 3.3854170447583294}, {"color": "#3e049c", "from": "http://bio2rdf.org/omim_vocabulary:Gene", "title": "http://bio2rdf.org/omim_vocabulary:refers-to", "to": "http://bio2rdf.org/omim_vocabulary:Gene-phenotype", "width": 3.3854170447583294}, {"color": "#808080", "from": "http://bio2rdf.org/omim_vocabulary:Gene", "title": "http://bio2rdf.org/omim_vocabulary:variant", "to": "http://bio2rdf.org/omim_vocabulary:Allelic-Variant", "width": 1}, {"color": "#3e049c", "from": "http://bio2rdf.org/omim_vocabulary:Gene", "title": "http://bio2rdf.org/omim_vocabulary:refers-to", "to": "http://bio2rdf.org/omim_vocabulary:Predominantly-phenotypes", "width": 3.3854170447583294}, {"color": "#808080", "from": "http://bio2rdf.org/omim_vocabulary:Gene", "title": "http://bio2rdf.org/omim_vocabulary:mimNumber", "to": "http://bio2rdf.org/omim_vocabulary:Phenotype-Map", "width": 1}, {"color": "#3e049c", "from": "http://bio2rdf.org/omim_vocabulary:Phenotype", "title": "http://bio2rdf.org/omim_vocabulary:refers-to", "to": "http://bio2rdf.org/omim_vocabulary:Gene-phenotype", "width": 3.3854170447583294}, {"color": "#3e049c", "from": "http://bio2rdf.org/omim_vocabulary:Phenotype", "title": "http://bio2rdf.org/omim_vocabulary:refers-to", "to": "http://bio2rdf.org/omim_vocabulary:Phenotype", "width": 3.3854170447583294}, {"color": "#9d189d", "from": "http://bio2rdf.org/omim_vocabulary:Phenotype", "title": "http://bio2rdf.org/omim_vocabulary:clinical-synopsis", "to": "http://bio2rdf.org/omim_vocabulary:Clinical-Synopsis", "width": 7.860694949134912}, {"color": "#808080", "from": "http://bio2rdf.org/omim_vocabulary:Phenotype", "title": "http://bio2rdf.org/omim_vocabulary:phenotypeMimNumber", "to": "http://bio2rdf.org/omim_vocabulary:Phenotype-Map", "width": 1}, {"color": "#3e049c", "from": "http://bio2rdf.org/omim_vocabulary:Phenotype", "title": "http://bio2rdf.org/omim_vocabulary:refers-to", "to": "http://bio2rdf.org/omim_vocabulary:Predominantly-phenotypes", "width": 3.3854170447583294}, {"color": "#808080", "from": "http://bio2rdf.org/omim_vocabulary:Phenotype", "title": "http://bio2rdf.org/omim_vocabulary:variant", "to": "http://bio2rdf.org/omim_vocabulary:Allelic-Variant", "width": 1}, {"color": "#3e049c", "from": "http://bio2rdf.org/omim_vocabulary:Gene-phenotype", "title": "http://bio2rdf.org/omim_vocabulary:refers-to", "to": "http://bio2rdf.org/omim_vocabulary:Gene-phenotype", "width": 3.3854170447583294}, {"color": "#9d189d", "from": "http://bio2rdf.org/omim_vocabulary:Gene-phenotype", "title": "http://bio2rdf.org/omim_vocabulary:clinical-synopsis", "to": "http://bio2rdf.org/omim_vocabulary:Clinical-Synopsis", "width": 7.860694949134912}, {"color": "#3e049c", "from": "http://bio2rdf.org/omim_vocabulary:Gene-phenotype", "title": "http://bio2rdf.org/omim_vocabulary:refers-to", "to": "http://bio2rdf.org/omim_vocabulary:Predominantly-phenotypes", "width": 3.3854170447583294}, {"color": "#808080", "from": "http://bio2rdf.org/omim_vocabulary:Gene-phenotype", "title": "http://bio2rdf.org/omim_vocabulary:variant", "to": "http://bio2rdf.org/omim_vocabulary:Allelic-Variant", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/omim_vocabulary:Gene-phenotype", "title": "http://bio2rdf.org/omim_vocabulary:mimNumber", "to": "http://bio2rdf.org/omim_vocabulary:Phenotype-Map", "width": 1}, {"color": "#5c01a6", "from": "http://bio2rdf.org/omim_vocabulary:Predominantly-phenotypes", "title": "http://bio2rdf.org/omim_vocabulary:phenotype-map", "to": "http://bio2rdf.org/omim_vocabulary:Phenotype-Map", "width": 4.752033601910002}, {"color": "#3e049c", "from": "http://bio2rdf.org/omim_vocabulary:Predominantly-phenotypes", "title": "http://bio2rdf.org/omim_vocabulary:refers-to", "to": "http://bio2rdf.org/omim_vocabulary:Predominantly-phenotypes", "width": 3.3854170447583294}, {"color": "#9d189d", "from": "http://bio2rdf.org/omim_vocabulary:Predominantly-phenotypes", "title": "http://bio2rdf.org/omim_vocabulary:clinical-synopsis", "to": "http://bio2rdf.org/omim_vocabulary:Clinical-Synopsis", "width": 7.860694949134912}, {"color": "#808080", "from": "http://bio2rdf.org/ctd_vocabulary:Chemical-Disease-Association", "title": "http://bio2rdf.org/ctd_vocabulary:chemical", "to": "http://bio2rdf.org/ctd_vocabulary:Disease", "width": 1}, {"color": "#0d0887", "from": "http://bio2rdf.org/ctd_vocabulary:Chemical-Disease-Association", "title": "http://bio2rdf.org/ctd_vocabulary:disease", "to": "http://bio2rdf.org/ctd_vocabulary:Chemical", "width": 1.6927085223791647}, {"color": "#0d0887", "from": "http://bio2rdf.org/ctd_vocabulary:Chemical-Disease-Association", "title": "http://bio2rdf.org/ctd_vocabulary:gene", "to": "http://bio2rdf.org/ctd_vocabulary:Gene", "width": 1.6927085223791647}, {"color": "#0d0887", "from": "http://bio2rdf.org/ctd_vocabulary:Disease", "title": "http://bio2rdf.org/ctd_vocabulary:disease", "to": "http://bio2rdf.org/ctd_vocabulary:Chemical-Gene-Association", "width": 1.6927085223791647}, {"color": "#2c0594", "from": "http://bio2rdf.org/ctd_vocabulary:Disease", "title": "http://bio2rdf.org/ctd_vocabulary:pathway", "to": "http://bio2rdf.org/ctd_vocabulary:Pathway", "width": 2.6828795326220938}, {"color": "#0d0887", "from": "http://bio2rdf.org/ctd_vocabulary:Disease", "title": "http://bio2rdf.org/ctd_vocabulary:disease", "to": "http://bio2rdf.org/ctd_vocabulary:Gene-Disease-Association", "width": 1.6927085223791647}, {"color": "#808080", "from": "http://bio2rdf.org/ctd_vocabulary:Chemical", "title": "http://bio2rdf.org/ctd_vocabulary:chemical", "to": "http://bio2rdf.org/ctd_vocabulary:Chemical-Pathway-Association", "width": 1}, {"color": "#2c0594", "from": "http://bio2rdf.org/ctd_vocabulary:Chemical", "title": "http://bio2rdf.org/ctd_vocabulary:pathway", "to": "http://bio2rdf.org/ctd_vocabulary:Pathway", "width": 2.6828795326220938}, {"color": "#808080", "from": "http://bio2rdf.org/ctd_vocabulary:Chemical", "title": "http://bio2rdf.org/ctd_vocabulary:chemical", "to": "http://bio2rdf.org/ctd_vocabulary:Chemical-Gene-Association", "width": 1}, {"color": "#0d0887", "from": "http://bio2rdf.org/ctd_vocabulary:Chemical", "title": "http://bio2rdf.org/ctd_vocabulary:disease", "to": "http://bio2rdf.org/ctd_vocabulary:Gene-Disease-Association", "width": 1.6927085223791647}, {"color": "#2c0594", "from": "http://bio2rdf.org/ctd_vocabulary:Gene", "title": "http://bio2rdf.org/ctd_vocabulary:pathway", "to": "http://bio2rdf.org/ctd_vocabulary:Pathway", "width": 2.6828795326220938}, {"color": "#0d0887", "from": "http://bio2rdf.org/ctd_vocabulary:Gene", "title": "http://bio2rdf.org/ctd_vocabulary:gene", "to": "http://bio2rdf.org/ctd_vocabulary:Chemical-Gene-Association", "width": 1.6927085223791647}, {"color": "#0d0887", "from": "http://bio2rdf.org/ctd_vocabulary:Gene", "title": "http://bio2rdf.org/ctd_vocabulary:gene", "to": "http://bio2rdf.org/ctd_vocabulary:Gene-Disease-Association", "width": 1.6927085223791647}, {"color": "#2c0594", "from": "http://bio2rdf.org/ctd_vocabulary:Chemical-Pathway-Association", "title": "http://bio2rdf.org/ctd_vocabulary:pathway", "to": "http://bio2rdf.org/ctd_vocabulary:Pathway", "width": 2.6828795326220938}, {"color": "#9511a1", "from": "http://bio2rdf.org/ctd_vocabulary:rib", "title": "http://www.w3.org/2000/01/rdf-schema#subClassOf", "to": "http://bio2rdf.org/ctd_vocabulary:met", "width": 7.4349131345320965}, {"color": "#9511a1", "from": "http://bio2rdf.org/ctd_vocabulary:met", "title": "http://www.w3.org/2000/01/rdf-schema#subClassOf", "to": "http://bio2rdf.org/ctd_vocabulary:deg", "width": 7.4349131345320965}, {"color": "#9511a1", "from": "http://bio2rdf.org/ctd_vocabulary:met", "title": "http://www.w3.org/2000/01/rdf-schema#subClassOf", "to": "http://bio2rdf.org/ctd_vocabulary:lip", "width": 7.4349131345320965}, {"color": "#9511a1", "from": "http://bio2rdf.org/ctd_vocabulary:met", "title": "http://www.w3.org/2000/01/rdf-schema#subClassOf", "to": "http://bio2rdf.org/ctd_vocabulary:gly", "width": 7.4349131345320965}, {"color": "#9511a1", "from": "http://bio2rdf.org/ctd_vocabulary:deg", "title": "http://www.w3.org/2000/01/rdf-schema#subClassOf", "to": "http://bio2rdf.org/ctd_vocabulary:clv", "width": 7.4349131345320965}, {"color": "#9511a1", "from": "http://bio2rdf.org/ctd_vocabulary:sec", "title": "http://www.w3.org/2000/01/rdf-schema#subClassOf", "to": "http://bio2rdf.org/ctd_vocabulary:trt", "width": 7.4349131345320965}, {"color": "#9511a1", "from": "http://bio2rdf.org/ctd_vocabulary:trt", "title": "http://www.w3.org/2000/01/rdf-schema#subClassOf", "to": "http://bio2rdf.org/ctd_vocabulary:upt", "width": 7.4349131345320965}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Boiling-Point", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Source", "width": 1}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Boiling-Point", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Experimental-properties", "width": 20.0}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Boiling-Point", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Boiling-Point", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Boiling-Point", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 2.6828795326220938}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Caco2-Permeability", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:PKa", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Bioavailability", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Ghose-Filter", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:H-Bond-Acceptor-Count", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:H-Bond-Donor-Count", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:IUPAC-Name", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:InChI", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:InChIKey", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Isoelectric-Point", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:LogP", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:LogS", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:MDDR-Like-Rule", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Melting-Point", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Molecular-Formula", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Molecular-Weight", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Monoisotopic-Weight", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Number-of-Rings", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:PKa-(strongest-acidic)", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:PKa-(strongest-basic)", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Physiological-Charge", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Polar-Surface-Area-(PSA)", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Polarizability", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Refractivity", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Rotatable-Bond-Count", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Rule-of-Five", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:SMILES", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Traditional-IUPAC-Name", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Source", "title": "http://bio2rdf.org/drugbank_vocabulary:source", "to": "http://bio2rdf.org/drugbank_vocabulary:Water-Solubility", "width": 1}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Experimental-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Caco2-Permeability", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Experimental-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:PKa", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Experimental-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Hydrophobicity", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Experimental-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Isoelectric-Point", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Experimental-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:LogP", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Experimental-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Melting-Point", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Experimental-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Molecular-Formula", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Experimental-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Molecular-Weight", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Experimental-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Water-Solubility", "width": 20.0}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Caco2-Permeability", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Caco2-Permeability", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:PKa", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:PKa", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 2.6828795326220938}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Bioavailability", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "width": 20.0}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Bioavailability", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Bioavailability", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 4.375588055001259}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Ghose-Filter", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:H-Bond-Acceptor-Count", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:H-Bond-Donor-Count", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:IUPAC-Name", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:InChI", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:InChIKey", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:LogS", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:MDDR-Like-Rule", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Monoisotopic-Weight", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Number-of-Rings", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:PKa-(strongest-acidic)", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:PKa-(strongest-basic)", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Physiological-Charge", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Polar-Surface-Area-(PSA)", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Polarizability", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Refractivity", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Rotatable-Bond-Count", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Rule-of-Five", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:SMILES", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/drugbank_vocabulary:Calculated-properties", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/drugbank_vocabulary:Traditional-IUPAC-Name", "width": 20.0}, {"color": "#920fa3", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:enzyme", "to": "http://bio2rdf.org/drugbank_vocabulary:Enzyme", "width": 7.315764519325785}, {"color": "#6f00a8", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:dosage", "to": "http://bio2rdf.org/drugbank_vocabulary:Dosage", "width": 5.623055996946621}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:absorption", "to": "http://bio2rdf.org/drugbank_vocabulary:Absorption", "width": 1}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:clearance", "to": "http://bio2rdf.org/drugbank_vocabulary:Clearance", "width": 1.6927085223791647}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:ddi-interactor-in", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug-Drug-Interaction", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Hydrophobicity", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Isoelectric-Point", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Molecular-Weight", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Molecular-Formula", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Melting-Point", "width": 2.6828795326220938}, {"color": "#4b03a1", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:brand", "to": "http://bio2rdf.org/drugbank_vocabulary:Name", "width": 3.930347474567456}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:affected-organism", "to": "http://bio2rdf.org/drugbank_vocabulary:Affected-organism", "width": 2.6828795326220938}, {"color": "#9511a1", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:category", "to": "http://bio2rdf.org/drugbank_vocabulary:Category", "width": 7.4349131345320965}, {"color": "#8405a7", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:drug-classification-category", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug-Classification-Category", "width": 6.6132270071895505}, {"color": "#4b03a1", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:brand", "to": "http://bio2rdf.org/drugbank_vocabulary:International-brand", "width": 3.930347474567456}, {"color": "#920fa3", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:enzyme", "to": "http://bio2rdf.org/drugbank_vocabulary:Target", "width": 7.315764519325785}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:mechanism-of-action", "to": "http://bio2rdf.org/drugbank_vocabulary:Mechanism-of-action", "width": 1}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:indication", "to": "http://bio2rdf.org/drugbank_vocabulary:Indication", "width": 4.375588055001259}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:volume-of-distribution", "to": "http://bio2rdf.org/drugbank_vocabulary:Volume-of-distribution", "width": 1.6927085223791647}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:pharmacodynamics", "to": "http://bio2rdf.org/drugbank_vocabulary:Pharmacodynamics", "width": 1}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:product", "to": "http://bio2rdf.org/drugbank_vocabulary:Pharmaceutical", "width": 2.6828795326220938}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:manufacturer", "to": "http://bio2rdf.org/drugbank_vocabulary:Manufacturer", "width": 1.6927085223791647}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:half-life", "to": "http://bio2rdf.org/drugbank_vocabulary:Half-life", "width": 1}, {"color": "#4b03a1", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:toxicity", "to": "http://bio2rdf.org/drugbank_vocabulary:Toxicity", "width": 3.930347474567456}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:protein-binding", "to": "http://bio2rdf.org/drugbank_vocabulary:Protein-binding", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:route-of-elimination", "to": "http://bio2rdf.org/drugbank_vocabulary:Route-of-elimination", "width": 1}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:synonym", "to": "http://bio2rdf.org/drugbank_vocabulary:Synonym", "width": 2.6828795326220938}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:patent", "to": "http://bio2rdf.org/drugbank_vocabulary:Patent", "width": 1.6927085223791647}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:food-interaction", "to": "http://bio2rdf.org/drugbank_vocabulary:Food-interaction", "width": 1.6927085223791647}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:mixture", "to": "http://bio2rdf.org/drugbank_vocabulary:Mixture", "width": 1}, {"color": "#5c01a6", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:group", "to": "http://bio2rdf.org/drugbank_vocabulary:Group", "width": 4.752033601910002}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Water-Solubility", "width": 2.6828795326220938}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:transporter", "to": "http://bio2rdf.org/drugbank_vocabulary:Transporter", "width": 1.6927085223791647}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:salt", "to": "http://bio2rdf.org/drugbank_vocabulary:Salt", "width": 1}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:carrier", "to": "http://bio2rdf.org/drugbank_vocabulary:Carrier", "width": 2.6828795326220938}, {"color": "#ac2694", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:drug", "to": "http://bio2rdf.org/drugbank_vocabulary:Carrier-Relation", "width": 8.751176110002518}, {"color": "#ac2694", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:drug", "to": "http://bio2rdf.org/drugbank_vocabulary:Enzyme-Relation", "width": 8.751176110002518}, {"color": "#ac2694", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:drug", "to": "http://bio2rdf.org/drugbank_vocabulary:Target-Relation", "width": 8.751176110002518}, {"color": "#ac2694", "from": "http://bio2rdf.org/drugbank_vocabulary:Biotech", "title": "http://bio2rdf.org/drugbank_vocabulary:drug", "to": "http://bio2rdf.org/drugbank_vocabulary:Transporter-Relation", "width": 8.751176110002518}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Enzyme", "title": "http://bio2rdf.org/drugbank_vocabulary:transporter", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 1.6927085223791647}, {"color": "#920fa3", "from": "http://bio2rdf.org/drugbank_vocabulary:Enzyme", "title": "http://bio2rdf.org/drugbank_vocabulary:enzyme", "to": "http://bio2rdf.org/drugbank_vocabulary:Enzyme-Relation", "width": 7.315764519325785}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Enzyme", "title": "http://bio2rdf.org/drugbank_vocabulary:transporter", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 1.6927085223791647}, {"color": "#920fa3", "from": "http://bio2rdf.org/drugbank_vocabulary:Enzyme", "title": "http://bio2rdf.org/drugbank_vocabulary:enzyme", "to": "http://bio2rdf.org/drugbank_vocabulary:Target-Relation", "width": 7.315764519325785}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Enzyme", "title": "http://bio2rdf.org/drugbank_vocabulary:transporter", "to": "http://bio2rdf.org/drugbank_vocabulary:Transporter-Relation", "width": 1.6927085223791647}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Dosage", "title": "http://bio2rdf.org/drugbank_vocabulary:form", "to": "http://bio2rdf.org/drugbank_vocabulary:Form", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Dosage", "title": "http://bio2rdf.org/drugbank_vocabulary:route", "to": "http://bio2rdf.org/drugbank_vocabulary:Route", "width": 1}, {"color": "#6f00a8", "from": "http://bio2rdf.org/drugbank_vocabulary:Dosage", "title": "http://bio2rdf.org/drugbank_vocabulary:dosage", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 5.623055996946621}, {"color": "#6f00a8", "from": "http://bio2rdf.org/drugbank_vocabulary:Dosage", "title": "http://bio2rdf.org/drugbank_vocabulary:dosage", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 5.623055996946621}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Absorption", "title": "http://bio2rdf.org/drugbank_vocabulary:absorption", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Absorption", "title": "http://bio2rdf.org/drugbank_vocabulary:absorption", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 1}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Clearance", "title": "http://bio2rdf.org/drugbank_vocabulary:clearance", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 1.6927085223791647}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Clearance", "title": "http://bio2rdf.org/drugbank_vocabulary:clearance", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 1.6927085223791647}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug-Drug-Interaction", "title": "http://bio2rdf.org/drugbank_vocabulary:ddi-interactor-in", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug-Drug-Interaction", "title": "http://bio2rdf.org/drugbank_vocabulary:ddi-interactor-in", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Hydrophobicity", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Isoelectric-Point", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Molecular-Weight", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Molecular-Weight", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 4.375588055001259}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Molecular-Formula", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Molecular-Formula", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 4.375588055001259}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Melting-Point", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Melting-Point", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 2.6828795326220938}, {"color": "#4b03a1", "from": "http://bio2rdf.org/drugbank_vocabulary:Name", "title": "http://bio2rdf.org/drugbank_vocabulary:brand", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 3.930347474567456}, {"color": "#4b03a1", "from": "http://bio2rdf.org/drugbank_vocabulary:Name", "title": "http://bio2rdf.org/drugbank_vocabulary:brand", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 3.930347474567456}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Affected-organism", "title": "http://bio2rdf.org/drugbank_vocabulary:affected-organism", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Affected-organism", "title": "http://bio2rdf.org/drugbank_vocabulary:affected-organism", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 2.6828795326220938}, {"color": "#9511a1", "from": "http://bio2rdf.org/drugbank_vocabulary:Category", "title": "http://bio2rdf.org/drugbank_vocabulary:category", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 7.4349131345320965}, {"color": "#9511a1", "from": "http://bio2rdf.org/drugbank_vocabulary:Category", "title": "http://bio2rdf.org/drugbank_vocabulary:category", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 7.4349131345320965}, {"color": "#8405a7", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug-Classification-Category", "title": "http://bio2rdf.org/drugbank_vocabulary:drug-classification-category", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 6.6132270071895505}, {"color": "#8405a7", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug-Classification-Category", "title": "http://bio2rdf.org/drugbank_vocabulary:drug-classification-category", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 6.6132270071895505}, {"color": "#4b03a1", "from": "http://bio2rdf.org/drugbank_vocabulary:International-brand", "title": "http://bio2rdf.org/drugbank_vocabulary:brand", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 3.930347474567456}, {"color": "#4b03a1", "from": "http://bio2rdf.org/drugbank_vocabulary:International-brand", "title": "http://bio2rdf.org/drugbank_vocabulary:brand", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 3.930347474567456}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Target", "title": "http://bio2rdf.org/drugbank_vocabulary:carrier", "to": "http://bio2rdf.org/drugbank_vocabulary:Carrier-Relation", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Target", "title": "http://bio2rdf.org/drugbank_vocabulary:carrier", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#920fa3", "from": "http://bio2rdf.org/drugbank_vocabulary:Target", "title": "http://bio2rdf.org/drugbank_vocabulary:enzyme", "to": "http://bio2rdf.org/drugbank_vocabulary:Enzyme-Relation", "width": 7.315764519325785}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Target", "title": "http://bio2rdf.org/drugbank_vocabulary:carrier", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 2.6828795326220938}, {"color": "#920fa3", "from": "http://bio2rdf.org/drugbank_vocabulary:Target", "title": "http://bio2rdf.org/drugbank_vocabulary:enzyme", "to": "http://bio2rdf.org/drugbank_vocabulary:Target-Relation", "width": 7.315764519325785}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Target", "title": "http://bio2rdf.org/drugbank_vocabulary:transporter", "to": "http://bio2rdf.org/drugbank_vocabulary:Transporter-Relation", "width": 1.6927085223791647}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Mechanism-of-action", "title": "http://bio2rdf.org/drugbank_vocabulary:mechanism-of-action", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Mechanism-of-action", "title": "http://bio2rdf.org/drugbank_vocabulary:mechanism-of-action", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 1}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Indication", "title": "http://bio2rdf.org/drugbank_vocabulary:indication", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Indication", "title": "http://bio2rdf.org/drugbank_vocabulary:indication", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 4.375588055001259}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Volume-of-distribution", "title": "http://bio2rdf.org/drugbank_vocabulary:volume-of-distribution", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 1.6927085223791647}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Volume-of-distribution", "title": "http://bio2rdf.org/drugbank_vocabulary:volume-of-distribution", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 1.6927085223791647}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Pharmacodynamics", "title": "http://bio2rdf.org/drugbank_vocabulary:pharmacodynamics", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Pharmacodynamics", "title": "http://bio2rdf.org/drugbank_vocabulary:pharmacodynamics", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 1}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Pharmaceutical", "title": "http://bio2rdf.org/drugbank_vocabulary:product", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Pharmaceutical", "title": "http://bio2rdf.org/drugbank_vocabulary:form", "to": "http://bio2rdf.org/drugbank_vocabulary:Unit", "width": 1}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Pharmaceutical", "title": "http://bio2rdf.org/drugbank_vocabulary:product", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 2.6828795326220938}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Manufacturer", "title": "http://bio2rdf.org/drugbank_vocabulary:manufacturer", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 1.6927085223791647}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Manufacturer", "title": "http://bio2rdf.org/drugbank_vocabulary:manufacturer", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 1.6927085223791647}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Half-life", "title": "http://bio2rdf.org/drugbank_vocabulary:half-life", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Half-life", "title": "http://bio2rdf.org/drugbank_vocabulary:half-life", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 1}, {"color": "#4b03a1", "from": "http://bio2rdf.org/drugbank_vocabulary:Toxicity", "title": "http://bio2rdf.org/drugbank_vocabulary:toxicity", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 3.930347474567456}, {"color": "#4b03a1", "from": "http://bio2rdf.org/drugbank_vocabulary:Toxicity", "title": "http://bio2rdf.org/drugbank_vocabulary:toxicity", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 3.930347474567456}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Protein-binding", "title": "http://bio2rdf.org/drugbank_vocabulary:protein-binding", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Protein-binding", "title": "http://bio2rdf.org/drugbank_vocabulary:protein-binding", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Route-of-elimination", "title": "http://bio2rdf.org/drugbank_vocabulary:route-of-elimination", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Route-of-elimination", "title": "http://bio2rdf.org/drugbank_vocabulary:route-of-elimination", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 1}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Synonym", "title": "http://bio2rdf.org/drugbank_vocabulary:synonym", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Synonym", "title": "http://bio2rdf.org/drugbank_vocabulary:synonym", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 2.6828795326220938}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Patent", "title": "http://bio2rdf.org/drugbank_vocabulary:patent", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 1.6927085223791647}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Patent", "title": "http://bio2rdf.org/drugbank_vocabulary:country", "to": "http://bio2rdf.org/drugbank_vocabulary:Country", "width": 1.6927085223791647}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Patent", "title": "http://bio2rdf.org/drugbank_vocabulary:patent", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 1.6927085223791647}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Food-interaction", "title": "http://bio2rdf.org/drugbank_vocabulary:food-interaction", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 1.6927085223791647}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Food-interaction", "title": "http://bio2rdf.org/drugbank_vocabulary:food-interaction", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 1.6927085223791647}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Mixture", "title": "http://bio2rdf.org/drugbank_vocabulary:mixture", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Mixture", "title": "http://bio2rdf.org/drugbank_vocabulary:ingredient", "to": "http://bio2rdf.org/drugbank_vocabulary:Mixture", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Mixture", "title": "http://bio2rdf.org/drugbank_vocabulary:ingredient", "to": "http://bio2rdf.org/drugbank_vocabulary:Ingredient", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Mixture", "title": "http://bio2rdf.org/drugbank_vocabulary:mixture", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 1}, {"color": "#5c01a6", "from": "http://bio2rdf.org/drugbank_vocabulary:Group", "title": "http://bio2rdf.org/drugbank_vocabulary:group", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/drugbank_vocabulary:Group", "title": "http://bio2rdf.org/drugbank_vocabulary:group", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 4.752033601910002}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Water-Solubility", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Water-Solubility", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Transporter", "title": "http://bio2rdf.org/drugbank_vocabulary:carrier", "to": "http://bio2rdf.org/drugbank_vocabulary:Carrier-Relation", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Transporter", "title": "http://bio2rdf.org/drugbank_vocabulary:carrier", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Transporter", "title": "http://bio2rdf.org/drugbank_vocabulary:carrier", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 2.6828795326220938}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Transporter", "title": "http://bio2rdf.org/drugbank_vocabulary:transporter", "to": "http://bio2rdf.org/drugbank_vocabulary:Target-Relation", "width": 1.6927085223791647}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Transporter", "title": "http://bio2rdf.org/drugbank_vocabulary:transporter", "to": "http://bio2rdf.org/drugbank_vocabulary:Transporter-Relation", "width": 1.6927085223791647}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Salt", "title": "http://bio2rdf.org/drugbank_vocabulary:salt", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/drugbank_vocabulary:Salt", "title": "http://bio2rdf.org/drugbank_vocabulary:salt", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 1}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Carrier", "title": "http://bio2rdf.org/drugbank_vocabulary:carrier", "to": "http://bio2rdf.org/drugbank_vocabulary:Carrier-Relation", "width": 2.6828795326220938}, {"color": "#9a169f", "from": "http://bio2rdf.org/drugbank_vocabulary:Carrier", "title": "http://bio2rdf.org/drugbank_vocabulary:target", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 7.761005099759588}, {"color": "#9a169f", "from": "http://bio2rdf.org/drugbank_vocabulary:Carrier", "title": "http://bio2rdf.org/drugbank_vocabulary:target", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 7.761005099759588}, {"color": "#9a169f", "from": "http://bio2rdf.org/drugbank_vocabulary:Carrier", "title": "http://bio2rdf.org/drugbank_vocabulary:target", "to": "http://bio2rdf.org/drugbank_vocabulary:Target-Relation", "width": 7.761005099759588}, {"color": "#0d0887", "from": "http://bio2rdf.org/drugbank_vocabulary:Carrier", "title": "http://bio2rdf.org/drugbank_vocabulary:transporter", "to": "http://bio2rdf.org/drugbank_vocabulary:Transporter-Relation", "width": 1.6927085223791647}, {"color": "#ac2694", "from": "http://bio2rdf.org/drugbank_vocabulary:Carrier-Relation", "title": "http://bio2rdf.org/drugbank_vocabulary:drug", "to": "http://bio2rdf.org/drugbank_vocabulary:Drug", "width": 8.751176110002518}, {"color": "#ac2694", "from": "http://bio2rdf.org/drugbank_vocabulary:Carrier-Relation", "title": "http://bio2rdf.org/drugbank_vocabulary:drug", "to": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "width": 8.751176110002518}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Monoisotopic-Weight", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:SMILES", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:InChI", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:InChIKey", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Polar-Surface-Area-(PSA)", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Refractivity", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Polarizability", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Rotatable-Bond-Count", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:H-Bond-Acceptor-Count", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:H-Bond-Donor-Count", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:PKa-(strongest-acidic)", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:PKa-(strongest-basic)", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Physiological-Charge", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Number-of-Rings", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Rule-of-Five", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Ghose-Filter", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:MDDR-Like-Rule", "width": 4.375588055001259}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:LogP", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:LogS", "width": 2.6828795326220938}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:IUPAC-Name", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Traditional-IUPAC-Name", "width": 4.375588055001259}, {"color": "#ac2694", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:drug", "to": "http://bio2rdf.org/drugbank_vocabulary:Enzyme-Relation", "width": 8.751176110002518}, {"color": "#ac2694", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:drug", "to": "http://bio2rdf.org/drugbank_vocabulary:Target-Relation", "width": 8.751176110002518}, {"color": "#ac2694", "from": "http://bio2rdf.org/drugbank_vocabulary:Drug", "title": "http://bio2rdf.org/drugbank_vocabulary:drug", "to": "http://bio2rdf.org/drugbank_vocabulary:Transporter-Relation", "width": 8.751176110002518}, {"color": "#ac2694", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:drug", "to": "http://bio2rdf.org/drugbank_vocabulary:Enzyme-Relation", "width": 8.751176110002518}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Monoisotopic-Weight", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:SMILES", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:InChI", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:InChIKey", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Polar-Surface-Area-(PSA)", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Refractivity", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Polarizability", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Rotatable-Bond-Count", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:H-Bond-Acceptor-Count", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:H-Bond-Donor-Count", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:PKa-(strongest-acidic)", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:PKa-(strongest-basic)", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Physiological-Charge", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Number-of-Rings", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Rule-of-Five", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Ghose-Filter", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:MDDR-Like-Rule", "width": 4.375588055001259}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:LogP", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:experimental-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:LogS", "width": 2.6828795326220938}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:IUPAC-Name", "width": 4.375588055001259}, {"color": "#5502a4", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:calculated-properties", "to": "http://bio2rdf.org/drugbank_vocabulary:Traditional-IUPAC-Name", "width": 4.375588055001259}, {"color": "#ac2694", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:drug", "to": "http://bio2rdf.org/drugbank_vocabulary:Target-Relation", "width": 8.751176110002518}, {"color": "#ac2694", "from": "http://bio2rdf.org/drugbank_vocabulary:Small-molecule", "title": "http://bio2rdf.org/drugbank_vocabulary:drug", "to": "http://bio2rdf.org/drugbank_vocabulary:Transporter-Relation", "width": 8.751176110002518}, {"color": "#2c0594", "from": "http://bio2rdf.org/mgi_vocabulary:Allele-Disease-Association", "title": "http://bio2rdf.org/mgi_vocabulary:allele", "to": "http://bio2rdf.org/mgi_vocabulary:Allele", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/mgi_vocabulary:Allele", "title": "http://bio2rdf.org/mgi_vocabulary:allele", "to": "http://bio2rdf.org/mgi_vocabulary:Allele-Disease-Non-Association", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/mgi_vocabulary:Allele", "title": "http://bio2rdf.org/mgi_vocabulary:allele", "to": "http://bio2rdf.org/mgi_vocabulary:Genotype", "width": 2.6828795326220938}, {"color": "#2c0594", "from": "http://bio2rdf.org/mgi_vocabulary:Genotype", "title": "http://bio2rdf.org/mgi_vocabulary:allele", "to": "http://bio2rdf.org/mgi_vocabulary:Strain", "width": 2.6828795326220938}, {"color": "#6a00a8", "from": "http://bio2rdf.org/mgi_vocabulary:Genotype", "title": "http://bio2rdf.org/mgi_vocabulary:marker", "to": "http://bio2rdf.org/mgi_vocabulary:Gene", "width": 5.365759065244189}, {"color": "#6a00a8", "from": "http://bio2rdf.org/mgi_vocabulary:Genotype", "title": "http://bio2rdf.org/mgi_vocabulary:marker", "to": "http://bio2rdf.org/mgi_vocabulary:Marker", "width": 5.365759065244189}, {"color": "#6a00a8", "from": "http://bio2rdf.org/mgi_vocabulary:Genotype", "title": "http://bio2rdf.org/mgi_vocabulary:marker", "to": "http://bio2rdf.org/mgi_vocabulary:Complex/Cluster/Region", "width": 5.365759065244189}, {"color": "#808080", "from": "http://bio2rdf.org/ndc_vocabulary:Product", "title": "http://bio2rdf.org/ndc_vocabulary:product-type", "to": "http://bio2rdf.org/ndc_vocabulary:Dosage-Form", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/ndc_vocabulary:Product", "title": "http://bio2rdf.org/ndc_vocabulary:has-part", "to": "http://bio2rdf.org/ndc_vocabulary:Substance", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/ndc_vocabulary:Product", "title": "http://bio2rdf.org/ndc_vocabulary:labeller", "to": "http://bio2rdf.org/ndc_vocabulary:Ingredient", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/ndc_vocabulary:Product", "title": "http://bio2rdf.org/ndc_vocabulary:labeller", "to": "http://bio2rdf.org/ndc_vocabulary:Labeller", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/ndc_vocabulary:Product", "title": "http://bio2rdf.org/ndc_vocabulary:pharmacological-class", "to": "http://bio2rdf.org/ndc_vocabulary:Pharmacological-Class", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/ndc_vocabulary:Product", "title": "http://bio2rdf.org/ndc_vocabulary:product-type", "to": "http://bio2rdf.org/ndc_vocabulary:Product-Type", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/ndc_vocabulary:Product", "title": "http://bio2rdf.org/ndc_vocabulary:route", "to": "http://bio2rdf.org/ndc_vocabulary:Route", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/ndc_vocabulary:Product", "title": "http://bio2rdf.org/ndc_vocabulary:has-package", "to": "http://bio2rdf.org/ndc_vocabulary:Package", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/ndc_vocabulary:Substance", "title": "http://bio2rdf.org/ndc_vocabulary:amount_unit", "to": "http://bio2rdf.org/ndc_vocabulary:Unit", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/ndc_vocabulary:Package", "title": "http://bio2rdf.org/ndc_vocabulary:has-part", "to": "http://bio2rdf.org/ndc_vocabulary:Package-Component", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:cosmid", "to": "http://bio2rdf.org/wormbase_vocabulary:Cosmid", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:regulates", "to": "http://bio2rdf.org/wormbase_vocabulary:Gene", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:gene", "to": "http://bio2rdf.org/wormbase_vocabulary:Gene-GO-Association", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Asynthetic-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Change_of_expression_level-Regulatory-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Complete_unilateral_suppression-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Enhancement-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Epistasis-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Mutual_enhancement-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Mutual_suppression-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Opposing_epistasis-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Oversuppression-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Partial_suppression-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Partial_unilateral_suppression-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Physical-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Regulatory-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Suppression-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Synthetic-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Unilateral_enhancement-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Change_of_localization-Regulatory-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Complete_mutual_suppression-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Complete_suppression-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Maximal_epistasis-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Minimal_epistasis-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Negative_genetic-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Oversuppression_enhancement-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Phenotype_bias-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Positive_genetic-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:involves", "to": "http://bio2rdf.org/wormbase_vocabulary:Unilateral_suppression-Genetic-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:gene", "to": "http://bio2rdf.org/wormbase_vocabulary:Gene-Phenotype-Association", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://www.w3.org/2002/07/owl#sourceIndividual", "to": "http://bio2rdf.org/wormbase_vocabulary:Negative-Gene-Phenotype-Association", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene", "title": "http://bio2rdf.org/wormbase_vocabulary:target-gene", "to": "http://bio2rdf.org/wormbase_vocabulary:RNAi-Knockdown-Experiment", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene-GO-Association", "title": "http://bio2rdf.org/wormbase_vocabulary:publication", "to": "http://bio2rdf.org/wormbase_vocabulary:Publication", "width": 1}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Asynthetic-Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Complete_unilateral_suppression-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Enhancement-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Epistasis-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Mutual_enhancement-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Mutual_suppression-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Opposing_epistasis-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Oversuppression-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Partial_suppression-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Partial_unilateral_suppression-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Suppression-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Synthetic-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Unilateral_enhancement-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Complete_mutual_suppression-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Complete_suppression-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Maximal_epistasis-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Minimal_epistasis-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Negative_genetic-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Oversuppression_enhancement-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Phenotype_bias-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Positive_genetic-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Genetic-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Unilateral_suppression-Genetic-Interaction", "width": 20.0}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Change_of_expression_level-Regulatory-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Regulatory-Interaction", "width": 20.0}, {"color": "#9511a1", "from": "http://bio2rdf.org/wormbase_vocabulary:Regulatory-Interaction", "title": "http://www.w3.org/2000/01/rdf-schema#subClassOf", "to": "http://bio2rdf.org/wormbase_vocabulary:Regulatory-Interaction", "width": 7.4349131345320965}, {"color": "#f0f921", "from": "http://bio2rdf.org/wormbase_vocabulary:Regulatory-Interaction", "title": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "to": "http://bio2rdf.org/wormbase_vocabulary:Change_of_localization-Regulatory-Interaction", "width": 20.0}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene-Phenotype-Association", "title": "http://bio2rdf.org/wormbase_vocabulary:associated-gene-variant", "to": "http://bio2rdf.org/wormbase_vocabulary:Gene-Variant", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene-Phenotype-Association", "title": "http://bio2rdf.org/wormbase_vocabulary:associated-rnai-knockdown-experiment", "to": "http://bio2rdf.org/wormbase_vocabulary:RNAi-Knockdown-Experiment", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:Gene-Variant", "title": "http://bio2rdf.org/wormbase_vocabulary:associated-gene-variant", "to": "http://bio2rdf.org/wormbase_vocabulary:Negative-Gene-Phenotype-Association", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:RNAi-Knockdown-Experiment", "title": "http://bio2rdf.org/wormbase_vocabulary:associated-rnai-knockdown-experiment", "to": "http://bio2rdf.org/wormbase_vocabulary:Negative-Gene-Phenotype-Association", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/wormbase_vocabulary:RNAi-Knockdown-Experiment", "title": "http://bio2rdf.org/wormbase_vocabulary:rnai", "to": "http://bio2rdf.org/wormbase_vocabulary:RNAi", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/affymetrix_vocabulary:Probeset", "title": "http://bio2rdf.org/affymetrix_vocabulary:genechip-array", "to": "http://bio2rdf.org/affymetrix_vocabulary:Genechip-Array", "width": 1}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:Gene-process-Association", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:Gene-component-Association", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:Gene-function-Association", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-process-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:MiscRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-process-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:Other-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-process-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:Protein-coding-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-process-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:Pseudo-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-process-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:NcRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-process-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:RRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-process-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:TRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-process-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:Unknown-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-process-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:SnRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-process-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:ScRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-process-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:SnoRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-component-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:MiscRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-component-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:Other-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-component-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:Protein-coding-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-component-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:Pseudo-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-component-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:NcRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-component-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:RRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-component-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:TRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-component-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:Unknown-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-component-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:SnRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-component-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:ScRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-component-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:SnoRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-function-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:MiscRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-function-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:Other-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-function-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:Protein-coding-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-function-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:Pseudo-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-function-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:NcRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-function-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:RRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-function-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:TRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-function-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:Unknown-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-function-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:SnRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-function-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:ScRNA-Gene", "width": 4.752033601910002}, {"color": "#5c01a6", "from": "http://bio2rdf.org/ncbigene_vocabulary:Gene-function-Association", "title": "http://bio2rdf.org/ncbigene_vocabulary:gene", "to": "http://bio2rdf.org/ncbigene_vocabulary:SnoRNA-Gene", "width": 4.752033601910002}, {"color": "#808080", "from": "http://bio2rdf.org/irefindex_vocabulary:Multimeric-Complex", "title": "http://bio2rdf.org/irefindex_vocabulary:article", "to": "http://bio2rdf.org/irefindex_vocabulary:Multimeric-Complex", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/irefindex_vocabulary:Multimeric-Complex", "title": "http://bio2rdf.org/irefindex_vocabulary:article", "to": "http://bio2rdf.org/irefindex_vocabulary:Pairwise-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/irefindex_vocabulary:Multimeric-Complex", "title": "http://bio2rdf.org/irefindex_vocabulary:article", "to": "http://bio2rdf.org/irefindex_vocabulary:Homopolymeric-Complex", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/irefindex_vocabulary:Multimeric-Complex", "title": "http://bio2rdf.org/irefindex_vocabulary:expansion-method", "to": "http://bio2rdf.org/irefindex_vocabulary:Expansion-Method", "width": 1}, {"color": "#2c0594", "from": "http://bio2rdf.org/irefindex_vocabulary:Multimeric-Complex", "title": "http://bio2rdf.org/irefindex_vocabulary:interactor_b", "to": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Identical-Group", "width": 2.6828795326220938}, {"color": "#808080", "from": "http://bio2rdf.org/irefindex_vocabulary:Multimeric-Complex", "title": "http://bio2rdf.org/irefindex_vocabulary:taxon-sequence-identical-interaction", "to": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Identical-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/irefindex_vocabulary:Pairwise-Interaction", "title": "http://bio2rdf.org/irefindex_vocabulary:article", "to": "http://bio2rdf.org/irefindex_vocabulary:Pairwise-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/irefindex_vocabulary:Pairwise-Interaction", "title": "http://bio2rdf.org/irefindex_vocabulary:article", "to": "http://bio2rdf.org/irefindex_vocabulary:Homopolymeric-Complex", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/irefindex_vocabulary:Pairwise-Interaction", "title": "http://bio2rdf.org/irefindex_vocabulary:expansion-method", "to": "http://bio2rdf.org/irefindex_vocabulary:Expansion-Method", "width": 1}, {"color": "#2c0594", "from": "http://bio2rdf.org/irefindex_vocabulary:Pairwise-Interaction", "title": "http://bio2rdf.org/irefindex_vocabulary:interactor_b", "to": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Identical-Group", "width": 2.6828795326220938}, {"color": "#808080", "from": "http://bio2rdf.org/irefindex_vocabulary:Pairwise-Interaction", "title": "http://bio2rdf.org/irefindex_vocabulary:taxon-sequence-identical-interaction", "to": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Identical-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/irefindex_vocabulary:Homopolymeric-Complex", "title": "http://bio2rdf.org/irefindex_vocabulary:article", "to": "http://bio2rdf.org/irefindex_vocabulary:Homopolymeric-Complex", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/irefindex_vocabulary:Homopolymeric-Complex", "title": "http://bio2rdf.org/irefindex_vocabulary:expansion-method", "to": "http://bio2rdf.org/irefindex_vocabulary:Expansion-Method", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/irefindex_vocabulary:Homopolymeric-Complex", "title": "http://bio2rdf.org/irefindex_vocabulary:taxon-sequence-identical-interaction", "to": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Identical-Interaction", "width": 1}, {"color": "#2c0594", "from": "http://bio2rdf.org/irefindex_vocabulary:Homopolymeric-Complex", "title": "http://bio2rdf.org/irefindex_vocabulary:interactor_a", "to": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Identical-Group", "width": 2.6828795326220938}, {"color": "#808080", "from": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Identical-Group", "title": "http://bio2rdf.org/irefindex_vocabulary:canonical-group", "to": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Similar-Group", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Identical-Group", "title": "http://bio2rdf.org/irefindex_vocabulary:interactor-b", "to": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Identical-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Identical-Interaction", "title": "http://bio2rdf.org/irefindex_vocabulary:taxon-sequence-similar-interaction", "to": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Canonical-Interaction", "width": 1}, {"color": "#808080", "from": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Canonical-Interaction", "title": "http://bio2rdf.org/irefindex_vocabulary:interactor-b-canonical-group", "to": "http://bio2rdf.org/irefindex_vocabulary:Taxon-Sequence-Similar-Group", "width": 1}]);
nodeColors = {};
allNodes = nodes.get({ returnType: "Object" });
for (nodeId in allNodes) {
nodeColors[nodeId] = allNodes[nodeId].color;
}
allEdges = edges.get({ returnType: "Object" });
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {"physics": {"stabilization": {"iterations": 200}, "solver": "barnesHut", "barnesHut": {"gravitationalConstant": -8000, "centralGravity": 0.1, "springLength": 200, "springConstant": 0.01, "damping": 0.2, "avoidOverlap": 0.5}, "minVelocity": 0.05, "timestep": 0.2}};
network = new vis.Network(container, data, options);
network.on("stabilizationProgress", function(params) {
document.getElementById('loadingBar').removeAttribute("style");
var maxWidth = 496;
var minWidth = 20;
var widthFactor = params.iterations/params.total;
var width = Math.max(minWidth,maxWidth * widthFactor);
document.getElementById('bar').style.width = width + 'px';
document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
});
network.once("stabilizationIterationsDone", function() {
document.getElementById('text').innerHTML = '100%';
document.getElementById('bar').style.width = '496px';
document.getElementById('loadingBar').style.opacity = 0;
// really clean the dom element
setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
});
return network;
}
drawGraph();
</script>
</body>
</html>