OWLDataPropertyAssertionAxiom expected = df
.getOWLDataPropertyAssertionAxiom(dp, i, lit, annotations);
BuilderDataPropertyAssertion builder = new BuilderDataPropertyAssertion(
expected, df);
// when
OWLObject built = builder.buildObject();
// then
assertEquals(expected, built);
}