m.addAxiom(o, DF.getOWLEquivalentDataPropertiesAxiom(setdp));
m.addAxiom(o, DF.getOWLDisjointDataPropertiesAxiom(setdp));
m.addAxiom(o, DF.getOWLDataPropertyDomainAxiom(dp, c));
m.addAxiom(o, DF.getOWLDataPropertyRangeAxiom(dp, dr));
m.addAxiom(o, DF.getOWLFunctionalDataPropertyAxiom(dp));
m.addAxiom(o, DF.getOWLHasKeyAxiom(c, setowlpropertyexpression));
m.addAxiom(o, DF.getOWLDatatypeDefinitionAxiom(owldatatype, dr));
m.addAxiom(o, DF.getOWLSameIndividualAxiom(setowlindividual));
m.addAxiom(o, DF.getOWLDifferentIndividualsAxiom(setowlindividual));
m.addAxiom(o, DF.getOWLClassAssertionAxiom(c, ai));
m.addAxiom(o, DF.getOWLObjectPropertyAssertionAxiom(op, ai, ai));