}
join.leftjoin(uris.getShortTableName(), "cu").on("id", "t.ctx");
join.leftjoin(uris.getLongTableName(), "clu").on("id", "t.ctx");
join.leftjoin(bnodes.getName(), "cb").on("id", "t.ctx");
join.leftjoin(uris.getShortTableName(), "su").on("id", "t.subj");
join.leftjoin(uris.getLongTableName(), "slu").on("id", "t.subj");
join.leftjoin(bnodes.getName(), "sb").on("id", "t.subj");
join.leftjoin(uris.getShortTableName(), "ou").on("id", "t.obj");
join.leftjoin(uris.getLongTableName(), "olu").on("id", "t.obj");
join.leftjoin(bnodes.getName(), "ob").on("id", "t.obj");
join.leftjoin(literals.getLabelTable().getName(), "ol").on("id", "t.obj");