}
@Override
public Scope createOntologyScope(String scopeID, OntologyInputSource<?>... coreOntologies) throws DuplicateIDException {
// Scope constructor also creates core and custom spaces
Scope scope = new ScopeImpl(scopeID, getDefaultNamespace(), this, coreOntologies);
fireScopeCreated(scope);
return scope;
}