wants (wants)
(wants agent object) means that object is desired by agent,
i.e. agent believes that object will satisfy one of its goals. Note that there is
no implication that what is wanted by an agent is not already possessed by the agent.
Ontologie
SUMO / BASE-ONTOLOGYClass(es)
Superrelation(s)
Související termín(y)
needs
notices
Typy argumentů
wants(myslící agent, objekt)
Related WordNet synsets
- desire
- an inclination to want things; "a man of many desires"
- desire
- something that is desired
- want, need, require
- have need of: "This piano wants the attention of a competent tuner"
- desirous
- having or expressing desire for something; "desirous of high office"; "desirous of finding a quick solution to the problem"
- wanted
- desired or wished for or sought; "couldn't keep her eyes off the wanted toy"; "a wanted criminal"; "a wanted poster"
See more related synsets on a separate page.
Axiomy (6)
Jestliže agent needs object, potom agent wants object.
(=>
(needs ?AGENT ?OBJECT)
(wants ?AGENT ?OBJECT))
wants je internally related to desires.
(relatedInternalConcept wants desires)
Jestliže agent wants obj, potom existuje purp tak, že obj has purpose purp for agent.
(=>
(wants ?AGENT ?OBJ)
(exists
(?PURP)
(hasPurposeForAgent ?OBJ ?PURP ?AGENT)))
Jestliže agent wants obj, potom agent desires "agent posesses obj".
(=>
(wants ?AGENT ?OBJ)
(desires
?AGENT
(possesses ?AGENT ?OBJ)))
desires je internally related to wants.
(relatedInternalConcept desires wants)
Jestliže pursue je instancí třídy sledování a agent je původcem pursue a obj je účastníkem pursue, potom agent wants obj během pursue.
(=>
(and
(instance ?PURSUE Pursuing)
(agent ?PURSUE ?AGENT)
(patient ?PURSUE ?OBJ))
(holdsDuring
?PURSUE
(wants ?AGENT ?OBJ)))