OWLAxiom axiom = OWL.factory.getOWLSubDataPropertyOfAxiom(topProperty, property);
OWL.manager.addAxiom(ontology, axiom);
OWL2DLProfile owl2Profile = new OWL2DLProfile();
assertFalse( owl2Profile.checkOntology( ontology ).isInProfile() );
}
finally {
OWL.manager.removeOntology(ontology);
}
}