renaming of root terminology node causes recreation of original one
if you change the name of the root terminology node and save the terminology you will get two root nodes if you load the terminology from file later.
expected reason: check for existent root node creates new one from original ontology name, because it doesn't check for existing root node with other name. result: two root nodes that cause an error in extraction algorithm.