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
This allows for entirely new entities to be created as the output of a rule. This will need:
One unbound variable permitted in the entity position (both in the Pabu grammar and in the rule definitions).
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).
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.
The text was updated successfully, but these errors were encountered:
This allows for entirely new entities to be created as the output of a rule. This will need:
select
that leads to data that gets transformed before being sent to aninsert
(which is likely how it happens now).Depends on #47 for subtractions, and #48 for multiple predicates in a rule.
The text was updated successfully, but these errors were encountered: