RTXteam / RTX-KG2

Build system for the RTX-KG2 biomedical knowledge graph, part of the ARAX reasoning system (https://github.com/RTXTeam/RTX)
MIT License
34 stars 9 forks source link

Address `biolink:OrganismalEntity` in KG2 #324

Open ecwood opened 11 months ago

ecwood commented 11 months ago

Spun off of #286, in addition to addressing biolink:BiologicalEntity nodes in KG2, we need to address biolink:OrganismalEntity node in KG2.

ecwood commented 11 months ago

I am adding the verify tag for biolink:OrganismalEntity, not the other two.

ecwood commented 11 months ago

This is not fixed as of KG2.8.4pre:

match (n) where n.category="biolink:OrganismalEntity" return n

image