Harium / suneidesis

A project to represent knowledge
MIT License
2 stars 1 forks source link

[Core] Add "objects" to action #76

Closed yuripourre closed 3 years ago

yuripourre commented 3 years ago

Target is not the best name but actions should be able to represent transitivity.

Place, Object, Person,...

new Action("jump").set("at", new Concept("floor")).set("over", new Concept ("building"));

Even intransitive verbs could have references of who, how,...