return new RoleInclusion(new Role[] {}, new NamedRole(exp.asOWLObjectProperty().toStringID()));
}
private Axiom transformOWLTransitiveObjectPropertyAxiom(OWLTransitiveObjectPropertyAxiom a) {
OWLObjectPropertyExpression exp = a.getProperty();
Role r = new NamedRole(exp.asOWLObjectProperty().toStringID());
return new RoleInclusion(new Role[] { r, r }, r);
}
private Axiom transformOWLSubClassOfAxiom(OWLSubClassOfAxiom a) {
OWLClassExpression sub = a.getSubClass();