EDIT:
"The book is on the table." not create the atom
> (EvaluationLink
> (PredicateNode "on@903a1a18-124d-498d-97af-447277a798e5" )
> (ListLink
> (ConceptNode "book@12357525-7ca9-4d5e-85f8-b565228459aa")
> (ConceptNode "table@be0f51a3-a7a0-400e-80ea-9ca860928af4")))
>
> Or rather, it creates it. But the ListLink contains only the table ... why?
>
I correct it:
It creates two separate atoms:
(EvaluationLink
(PredicateNode "on@903a1a18-124d-498d-97af-447277a798e5" )
(ListLink
(ConceptNode "table@be0f51a3-a7a0-400e-80ea-9ca860928af4")))
(EvaluationLink
(PredicateNode "on@903a1a18-124d-498d-97af-447277a798e5" )
(ListLink
(ConceptNode "table@be0f51a3-a7a0-400e-80ea-9ca860928af4")))
why?
--
You received this message because you are subscribed to the Google Groups
"opencog" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/opencog/ee6eaaa1-bb7c-4c4c-9668-1e056e880a75n%40googlegroups.com.