You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's even worse when you are looking for superclasses of X. You start looking for subclasses of X and their superclasses. But there's no guarantee that a superclass of a subclass of X is a subclass of X. What gets returned is technically correct because of the qnode_id markings, but it leads to confusion, as well as an extreeeemly slow query.
For instance, if you run this against ontological hierarchy:
It doesn't really make sense to do the subclass_of for n01 in the cypher query. It causes there to be a bunch of crummy self edger results like:
The text was updated successfully, but these errors were encountered: