df).withSub(ap).withSup(df.getRDFSLabel())
.withAnnotations(annotations);
OWLObject expected = df.getOWLSubAnnotationPropertyOfAxiom(ap,
df.getRDFSLabel(), annotations);
// when
OWLObject built = builder.buildObject();
// then
assertEquals(expected, built);
}
@Test