try {
into = LiteralFactory.createURILiteralWithoutLazyLiteral("<" + node.jjtGetChild(1).toString() + ">");
} catch (final Exception e) {
System.err.println(e);
}
connection.connectAndSetAsNewOperatorConnection(new Load(cu, into, this.indexScanCreator.getDataset(), node.isSilent()));
this.indexScanCreator.createEmptyIndexScanAndConnectWithRoot(connection.getOperatorIDTuple());
}