OWLOntology o = loadPizzaOntology(m);
// Create a console progress monitor. This will print the reasoner
// progress out to the console.
ReasonerProgressMonitor progressMonitor = new LoggingReasonerProgressMonitor(
LOG, "testUnsatisfiableClasses");
OWLReasonerConfiguration config = new SimpleConfiguration(
progressMonitor);
// Create a reasoner that will reason over our ontology and its imports
// closure. Pass in the configuration.
// not using it in tests, we don't need the output
// OWLReasoner reasoner = reasonerFactory.createReasoner(o, config);