public void getGraph(String _url, String _format, LocalRepository repo) throws IOException{
AdminListener listener = new AdminMsgCollector();
URL url = new URL(_url);
RDFFormat format = null;
if(_format != null)
format = RDFFormat.forValue(_format.toUpperCase());
if(format == null)