Open ecwood opened 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.
biolink:BiologicalEntity
biolink:OrganismalEntity
I am adding the verify tag for biolink:OrganismalEntity, not the other two.
verify
This is not fixed as of KG2.8.4pre:
KG2.8.4pre
match (n) where n.category="biolink:OrganismalEntity" return n
Spun off of #286, in addition to addressing
biolink:BiologicalEntity
nodes in KG2, we need to addressbiolink:OrganismalEntity
node in KG2.