The Terminology Engine (v2) is a set of specifications and tools that caters for the creation and maintenance (i.e. curation) of terminologies. This repository contains the sources for the tools.
Apache License 2.0
2
stars
3
forks
source link
MRGT overwrites MRG-entries if their `term`-field is the same (as opposed to their `termid` field) #12
When generating the default MRG, this should lead to two different MRGs, both with a term field identity, but with different termType fields and different termid fields.
Instead, the gererated MRG only contains an MRG entry with termid: 'pattern:identity', apparently having overwritten an earlier generated MRG entry with termid: 'concept:identity'.
In the docs scope of the essif-lab repo, there are curated texts that have the same
term
field, beingidentity
, i.e., forWhen generating the default MRG, this should lead to two different MRGs, both with a
term
fieldidentity
, but with differenttermType
fields and differenttermid
fields.Instead, the gererated MRG only contains an MRG entry with
termid: 'pattern:identity'
, apparently having overwritten an earlier generated MRG entry withtermid: 'concept:identity'
.