Thesaurus

I Build the thesaurus and load them with the Tamino-Loader.
The thesaurus has a lot of nodes and leafs, but some subnodes do have the same name (termName).
How knows Thamino on wich subnode the further subnode or leafs has to be connected??
- Does Tamino suport a unique ID for the node like (ino:Docname) ?
- Can the unique ID referenced by the term ino:broaderTerm ?
- How do I have to build the xml Thesaurus file for loading them with the Tamino-Loader?
- Blease could you give me a example if there is a solution.

Thesaurus example just for the first 2 nodes/elements

<?xml version="1.0" encoding="UTF-8" ?>
<ino:request xmlns:ino=“http://namespaces.softwareag.com/tamino/response2”>
ino:object
<ino:term ino:thesaurus=“Organisatonseinheit”>
ino:termNameKommando</ino:termName>
ino:synonymKommando</ino:synonym>
</ino:term>
</ino:object>
ino:object
<ino:term ino:thesaurus=“Organisatonseinheit”>
ino:termNameEDU</ino:termName>
ino:synonymEDU</ino:synonym>
ino:broaderTermKommando</ino:broaderTerm>
</ino:term>
</ino:object>
</ino:request>

Example of the Thesaurus Reference Problem
The example should show the Problem of broderTerm not unique referenc to termName explosiv!

thesaurus
/ <BR> ino:termNameNuclear</ino:termName> ino:termNamegas</ino:termName>
| |
ino:termNameexplosiv</ino:termName> ino:termNameexplosiv</ino:termName>
ino:brodaerTermNuclear</ino:broaderTerm> ino:broaderTermgas</ino:broaderTerm>
| |
ino:termNameplutonium</ino:termName> ino:termNamehydrogenium</ino:termName>
ino:brodaerTermexplosiv</ino:broaderTerm> ino:broaderTermexplosiv</ino:broaderTerm>

Please give me also a example how I could work with unique NodeID’s an broaderTerm references


I apreciate your effort
Thank you

Hi,

I am sorry, but currently there is no mechanism to deal with non-unique names in the thesaurus. If you need an enhancement here, please issue a product enhancement request

Regards

Harald