.with(d).withType(df.getDoubleOWLDatatype())
.withAnnotations(annotations);
OWLObject expected = df.getOWLDatatypeDefinitionAxiom(d,
df.getDoubleOWLDatatype(), annotations);
// when
OWLObject built = builder.buildObject();
// then
assertEquals(expected, built);
}
@Test