return returnValue(ontology, "/owl2rl/OWL2RLRulesAlternativeNoInconsistencyRules.xml");
}
public static String returnValue(final String ontology, final String filepath){
if(genSet==null){
genSet=new InferenceRulesGeneratorSetup();
}
genSet.init(ontology, filepath);
return genSet.getGenerator().getOutputRules();
}