At the moment, there are some differences between how we handle WeCo authority versus other sources (LoC, MeSH, Wikidata) in the graph pipeline:
- WeCo authority source concepts are linked to concepts via
SAME_AS edges (instead of HAS_SOURCE_CONCEPT edges)
- WeCo authority overrides do not propagate to
SAME_AS concept pages. (Only the concept ID mentioned in the WeCo authority CSV includes overrides, while synonymous concept IDs keep their original values.)
We should align WeCo authority with other sources. This will involve relaxing the 'one concept to one directly linked source concept' constant which currently exists in the code.
At the moment, there are some differences between how we handle WeCo authority versus other sources (LoC, MeSH, Wikidata) in the graph pipeline:
SAME_ASedges (instead ofHAS_SOURCE_CONCEPTedges)SAME_ASconcept pages. (Only the concept ID mentioned in the WeCo authority CSV includes overrides, while synonymous concept IDs keep their original values.)We should align WeCo authority with other sources. This will involve relaxing the 'one concept to one directly linked source concept' constant which currently exists in the code.