Assert.assertEquals(uri,((KiWiLiteral)testLiteral1).getType());
Assert.assertEquals(literal.getId(), testLiteral1.getId());
connection.commit();
KiWiNode testLiteral2 = connection.loadNodeById(literal.getId());
// needs to be equal, and should also be the identical object!
Assert.assertEquals(literal,testLiteral2);
Assert.assertEquals(uri,((KiWiLiteral)testLiteral2).getType());
Assert.assertEquals(literal.getId(), testLiteral2.getId());