Hi Linas,
Additionally, is there a good way to map those stored groundings, or just one or two of them, to another graph? Just like the graph-rewriting part of a BindLink.
For example if we have stored the groundings of $x and $y from:
SatisfactionLink
EvaluationLink
Predicate "foobar"
ListLink
Variable "$x"
Variable "$y"
and we want to put the value of $x to, say something like:
ListLink
Concept "I"
Concept "like"
Variable "$x"
and both the SatisfactionLink and ListLink above are the implicant of an ImplicationLink, what would be a nice solution for this?