I loaded a toy ontology with just a subclass.
JFact shows me EquivalentClasses(owl:Nothing owl:Thing )
when computing the inferences.
I am using the class InferredEquivalentClassAxiomGenerator()
OWLReasoner reasoner = reasonerFactoryFact.createReasoner(this.ontology);
this.gens.add(new InferredEquivalentClassAxiomGenerator());
InferredOntologyGenerator iog = new InferredOntologyGenerator(reasoner, this.gens);
OWLDataFactory df = OWLManager.getOWLDataFactory();
iog.fillOntology(df, this.ontology);
I loaded a toy ontology with just a subclass.
JFact shows me EquivalentClasses(owl:Nothing owl:Thing )
when computing the inferences.
I am using the class InferredEquivalentClassAxiomGenerator()