Skip to content

In toy owl file with subclass(B,A), reasoner infers Equivalent(Nothing, Thing) #24

@iamcrowd

Description

@iamcrowd

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions