OWLAnnotationPropertyRangeAxiom expected = df
.getOWLAnnotationPropertyRangeAxiom(ap, iri, annotations);
BuilderAnnotationPropertyRange builder = new BuilderAnnotationPropertyRange(
expected, df);
// when
OWLObject built = builder.buildObject();
// then
assertEquals(expected, built);
}
@Test