TaxonomyProjector

class mowl.projection.TaxonomyProjector(bidirectional_taxonomy: bool = False)[source]

Bases: ProjectionModel

Projection of axioms \(A \sqsubseteq B\).

Parameters:
  • ontology – The ontology to be processed.

  • bidirectional_taxonomy – If true then per each SubClass edge one SuperClass edge wil be generated.

Methods Summary

project(ontology)

Generates the projection of the ontology.

Methods Documentation

project(ontology)[source]

Generates the projection of the ontology.

Parameters:

ontology (org.semanticweb.owlapi.model.OWLOntology) – The ontology to be processed.