* .ontology.OntologyScope)
*/
@Override
public synchronized void deregisterScope(OntologyScope scope) {
String id = scope.getID();
if (!containsScope(id)) throw new NoSuchScopeException(id);
// For sure it is deactivated...
setScopeActive(id, false);
// activeScopeIRIs.remove(id);
scopeMap.remove(id);
fireScopeDeregistered(scope);