e.printStackTrace();
return;
}*/
//Set user accounts from Foaf RDF file
FoafParser foaf = new FoafParser();
//foaf.foafAgent("dir/foafSample.rdf");
foaf.foafAgent("http://localhost/foafSample2.rdf");
//Add all entities configured to all metrics in the destination community
for(Entity entity : GlobalModel.getEntities().values()) {
destinationCommunity.addEntityToAllMetrics(entity);
}