df).withAnnotations(annotations).withProperty(dp)
.withValue(lit).withSubject(i);
OWLObject expected = df.getOWLNegativeDataPropertyAssertionAxiom(dp, i,
lit, annotations);
// when
OWLObject built = builder.buildObject();
// then
assertEquals(expected, built);
}
@Test