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
39 stars 8 forks source link

Address `biolink:OrganismalEntity` in KG2 #324

Open ecwood opened 1 year ago

ecwood commented 1 year 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 1 year ago

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

ecwood commented 1 year ago

This is not fixed as of KG2.8.4pre:

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

image