I want to load an OWL file before executing other (visualisation-)scripts. To do this I tried everything from
$(document).ready
to
<
setTimeout(visualize, 2000, file);
will also work.