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
When we perform link-traversal, we may not know all of the sources that we are reasoning over upfront; and because of this the reasoning algorithm we implement may not fully respect the view of the world that is expected. This is because of the fact that we perform reasoning w.r.t. sources that have been found at a given point in time, and sources that can be traversed by matching against the patterns we are interested in for reasoning.
The text was updated successfully, but these errors were encountered:
Issue type:
Description:
When we perform link-traversal, we may not know all of the sources that we are reasoning over upfront; and because of this the reasoning algorithm we implement may not fully respect the view of the world that is expected. This is because of the fact that we perform reasoning w.r.t. sources that have been found at a given point in time, and sources that can be traversed by
match
ing against the patterns we are interested in for reasoning.The text was updated successfully, but these errors were encountered: