diff --git a/src/disease/etl/ncit.py b/src/disease/etl/ncit.py index 7d236f3..37defbd 100644 --- a/src/disease/etl/ncit.py +++ b/src/disease/etl/ncit.py @@ -44,7 +44,7 @@ def _get_disease_classes(self) -> set[str]: p106 = "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#P106" neopl = self._get_by_property_value(p106, "Neoplastic Process", graph) dos = self._get_by_property_value(p106, "Disease or Syndrome", graph) - p310 = "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#P106" + p310 = "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#P310" retired = self._get_by_property_value(p310, "Retired_Concept", graph) return neopl.union(dos) - retired