OWLAnnotationPropertyDomainAxiom expected = df
.getOWLAnnotationPropertyDomainAxiom(ap, iri, annotations);
BuilderAnnotationPropertyDomain builder = new BuilderAnnotationPropertyDomain(
expected, df);
// when
OWLObject built = builder.buildObject();
// then
assertEquals(expected, built);
}
@Test