BuilderEquivalentDataProperties builder = new BuilderEquivalentDataProperties(
df).withItems(dps).withAnnotations(annotations);
OWLObject expected = df.getOWLEquivalentDataPropertiesAxiom(dps,
annotations);
// when
OWLObject built = builder.buildObject();
// then
assertEquals(expected, built);
}
@Test