I am trying to understand how concept_ancestor table works. Let’s say there is a vocabulary with four concepts that are also four levels of a hierarchy (simplifying)
- A
- B
- C
- D
In Concept_relationship, they are mapped as follows:
- A concept ‘Subsumes’ B; B concept ‘Is a’ A
- B concept ‘Subsumes’ C; C concept ‘Is a’ B
- C concept ‘Subsumes’ D; D concept ‘Is a’ C
Next question - how should the concept_ancestor table be for these four concepts?
My assumption is that it is something like below, but min_levels_of_seperation and max_levels_of_seperation is unclear
Example.xlsx (13.3 KB)
Could someone please help me by filing up the concept_ancestor table?