} catch (InstantiationException e) {
throw new RuntimeException(e);
} catch (IllegalAccessException e) {
throw new RuntimeException(e);
}
Model result = modelLoader.loadModel(baseModelRes, new File(
getBaseDir().getFile()));
result = getModelWithModelSections(result);
if (baseModelRes.hasProperty(RDF.type, RWCF.OWLBaseModel)) {