private UUIDEntityCrudKitHandler handler;
@Before
public void setUp() throws Exception {
OWLDataFactoryImpl dataFactory = new OWLDataFactoryImpl();
when(prefixSettings.getIRIPrefix()).thenReturn(PREFIX);
when(crudContext.getDataFactory()).thenReturn(dataFactory);
when(crudContext.getTargetOntology()).thenReturn(ontology);
when(crudContext.getPrefixedNameExpander()).thenReturn(PrefixedNameExpander.builder().withNamespaces(Namespaces.values()).build());
when(crudContext.getTargetLanguage()).thenReturn(Optional.<String>absent());