};
Graph reconstructedGraph = ReferenceGroundedUtil.reconstructGraph(referenceGroundedDecomposition);
Graph reconstructedGraph2 = ReferenceGroundedUtil.reconstructGraph(referenceGroundedDecomposition);
assertEquals(reconstructedGraph, reconstructedGraph2);
reconstructedGraph = new DeAnonymizedGraph(reconstructedGraph);
assertEquals(reconstructedGraph, new DeAnonymizedGraph(reconstructedGraph2));
if (!firtsRound) {
assertEquals(lastReconstructedGraph, reconstructedGraph);
}
lastReconstructedGraph = reconstructedGraph;
//JenaUtil.getModelFromGraph(reconstructedGraph).write(System.out);