boolean generateInverse, JSONArray history, ErrorReport errorReport) throws KarmaException{
this.workspace = workspace;
this.worksheet = worksheet;
this.translator = new KR2RMLMappingColumnNameHNodeTranslator(workspace.getFactory(), worksheet);
this.transformationToTemplateTermSet = new PythonTransformationToTemplateTermSetBuilder(translator, workspace.getFactory());
this.ontMgr = workspace.getOntologyManager();
this.semanticTypes = semanticTypes;
this.sourceNamespace = sourceNamespace;
R2RMLMappingIdentifier id = null;
try {