8000 Blank nodes cause issues inside formulas called with `log:call` · Issue #148 · eyereasoner/eye · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Blank nodes cause issues inside formulas called with log:call #148
Open
@tpluscode

Description

@tpluscode

Of course I fail to create a minimal repro but I found the problem that sometimes, presumably because I pass graphs around using backward rules, log:includes behaves "differently"

Typically, I should be able to use a blank node to match any node, right?

?response log:includes {
  [] tuner:url.path ?path
} .

However, in some cases this stops working for me because it appears that the blank node is compared a face value (?)

Instead, I had to change there to

?response log:includes {
  ?foo tuner:url.path ?path
} .

Using eye v11.10.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0