OWLObjectPropertyAssertionAxiom expected = df
.getOWLObjectPropertyAssertionAxiom(op, i, i, annotations);
BuilderObjectPropertyAssertion builder = new BuilderObjectPropertyAssertion(
expected, df);
// when
OWLObject built = builder.buildObject();
// then
assertEquals(expected, built);
}