@Override
 public void importAndIndexVocabulary(
     String name, String uri, String fetchUrl, String projectId, VocabularyImporter im)
     throws VocabularyImportException, VocabularyIndexException, PrefixExistException,
         CorruptIndexException, IOException {
   super.importAndIndexVocabulary(name, uri, fetchUrl, projectId, this.importer);
 }