// The other remote ontologies may change base IRI...
// baseIri is maincharacters
assertTrue(space.hasOntology(baseIri));
assertTrue(space.hasOntology(dropId));
assertTrue(space.hasOntology(nonexId));
space.removeOntology(dropId);
assertFalse(space.hasOntology(dropId));
space.removeOntology(nonexId);
assertFalse(space.hasOntology(nonexId));
// OntologyUtils.printOntology(space.getTopOntology(), System.err);