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
Another thing that can happen (I think) is that we could determine:
A (takes place in X) --[affects]--> B (takes place in Y) --[affects]--> C
And I think the way in which we've set up reasoning right now, we'll end up inferring:
A --[affects]--> C (takes place in X and Y)
So we might need some way to fix that as well.
Possible solutions:
We figure out how to add this to TRAPI/ORION.
We add some reasoning so that we try to come up with one best answer for every property, e.g. in this case by reasoning that GO:0045211 is a part of the CL:0000540, so the latter statement is unnecessary.
The text was updated successfully, but these errors were encountered:
@EvanDietzMorris has complained that having multiple qualifiers of the same type is not valid. Unfortunately, this is sometimes correct: for example, for model https://amigo.geneontology.org/amigo/model/66c7d41500001120, we emit the triple:
This is correct, because according to the model, the process linking CHEBI:15428 - glycine and GO:0017146 NMDA selective glutamate receptor complex occurs in the GO:0045211 "postsynaptic membrane" of the CL:0000540 "neuron".
Another thing that can happen (I think) is that we could determine:
And I think the way in which we've set up reasoning right now, we'll end up inferring:
So we might need some way to fix that as well.
Possible solutions:
The text was updated successfully, but these errors were encountered: