Class AxiomAdapter

java.lang.Object
cz.cvut.kbss.ontodriver.owlapi.AxiomAdapter

public class AxiomAdapter extends Object
Adapts OWLAPI axioms to JOPA (OntoDriver) axioms and vice versa.
  • Constructor Details

    • AxiomAdapter

      public AxiomAdapter(org.semanticweb.owlapi.model.OWLDataFactory dataFactory)
  • Method Details

    • toOwlObjectPropertyAssertionAxiom

      public org.semanticweb.owlapi.model.OWLAxiom toOwlObjectPropertyAssertionAxiom(Axiom<?> axiom)
    • toOwlDataPropertyAssertionAxiom

      public org.semanticweb.owlapi.model.OWLAxiom toOwlDataPropertyAssertionAxiom(Axiom<?> axiom)
    • createAxiom

      public <V> Axiom<V> createAxiom(NamedResource subject, Assertion assertion, V value)