Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Existential rules #49

Closed
quoll opened this issue Dec 13, 2016 · 0 comments
Closed

Existential rules #49

quoll opened this issue Dec 13, 2016 · 0 comments

Comments

@quoll
Copy link
Contributor

quoll commented Dec 13, 2016

This allows for entirely new entities to be created as the output of a rule. This will need:

  1. One unbound variable permitted in the entity position (both in the Pabu grammar and in the rule definitions).
  2. Rules with unbound vars in the head will need different execution for insert/select. Possibly requiring a select that leads to data that gets transformed before being sent to an insert (which is likely how it happens now).
  3. Rewriting rules to subtract all statements that would lead to the current head from the results, so new entities are not created for the multiple runs of a rule.

Depends on #47 for subtractions, and #48 for multiple predicates in a rule.

@quoll quoll closed this as completed Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant