if( !isConsistent )
throw new PelletCmdException( "Ontology is inconsistent, run \"pellet explain\" to get the reason" );
startTask( "classification" );
kb.classify();
finishTask( "classification" );
startTask( "realization" );
kb.realize();
finishTask( "realization" );