x-atlas-consortia / ubkg-etl

A framework that combines data from the UMLS with assertions from other data sources into a set of CSV files that can be imported into neo4j to build a Unified Biomedical Knowledge Graph (UBKG)
MIT License
2 stars 0 forks source link

Remove ATUI property from Definition node #100

Open AlanSimmons opened 10 months ago

AlanSimmons commented 10 months ago

Statement of Problem

The arguments for removing the SUI property from Term nodes in #94 apply to removing the ATUI property from Definition nodes: As with Terms and SUIs:

  1. The ATUI is an artifact of the UMLS.
  2. In the generation script, the ATUI is simply the base64-encoded version of the DEF property.
  3. The DEF property has to be unique in the UBKG, so the ATUI is unnecessary.