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
We could use this for taxon constraints in a new ways.
Materialize all "NOT(Taxon)" expressions in advance. No change to this repo required, this is upstream. It is up to the client to figure out the meaning when querying getParentsOver
Extend the EMR to optionally materialize "SOME NOT X" expressions, and provide a new method getParentsOverNot
Need to experiment first to see if this is feasible..
The text was updated successfully, but these errors were encountered:
In Hermit the same query correctly returns mushroom body, kenyon cell and giant axon
My understanding of the Elk doc is that it should work.. ah well
We could still try the strategy of first materializing all "NOT x" and doing poor mans reasoning on the resulting structures (-x Sub -y <-- y Sub x)...
Elk handles limited nots:
https://code.google.com/p/elk-reasoner/wiki/OwlFeatures
We could use this for taxon constraints in a new ways.
getParentsOverNot
Need to experiment first to see if this is feasible..
The text was updated successfully, but these errors were encountered: