198199200201202203204205206207208
.withAnnotations(annotations); OWLAxiom expected = df.getOWLAnnotationPropertyRangeAxiom(ap, iri, annotations); OWLOntology o = m.createOntology(); // when builder.applyChanges(o); // then assertTrue(o.containsAxiom(expected)); } @Test