Select language: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

有意圖 (hasPurpose)

This Predicate expresses the concept of a conventional goal, i.e. a goal with a neutralized agent's intention. Accordingly, (hasPurpose thing formula) means that the instance of Physical thing has, as its purpose, the Proposition expressed by formula. Note that there is an important difference in meaning between the Predicates hasPurpose and result. Although the second argument of the latter can satisfy the second argument of the former, a conventional goal is an expected and desired outcome, while a result may be neither expected nor desired. For example, a machine process may have outcomes but no goals, aimless wandering may have an outcome but no goal; a learning process may have goals with no outcomes, and so on.

Ontology

SUMO / BASE-ONTOLOGY

Class(es)

種類
is instance of
  可繼承關係  
is instance of
  二元述詞  
is instance of
不對稱關係
is instance of

is instance of
  有意圖  

Coordinate term(s)

反面函數  計數函數  正面函數  主體函數  或然率函數  表皮函數  弧線重量  屬性  作者  先於或同時  肇因  次類肇因  公民  封閉於  填滿  相連的  包含訊息  共生  複製  相交  日期  降低可能性  發展期形式  無交集  分配  文字說明  持續時間  較早  編者  元素  雇用  相等  等同關係於  利用  以...語言表達  面對  家族關係  填充  完成  次數  圖部分  大於  大於或等於  有技巧  在...期間為真  須使...為真  有權使...為真    同一元素  直接實例  直接次種類  串列中  在注意範圍中  增加可能性  獨立或然率  居住  抑制  初始化序列  實例  倒序  非反射於...  大於  小於  小於或等於  方式/情狀  物質  測量  時段相接  成員  情態屬性  時段重疊  雙親  偏序於...  部分填充  部分位於  路徑長  穿入  擁有  先決條件  避免  正部分  適當填充  特性  出版  範圍  範圍次種類  實現  提及  反射於...  SUMO內部相關概念  兄弟姊妹  小於  開始  次屬性  次聚集  次圖  次序列  次歷程  次命題  次種類  次關係  包含訊息種類  包含訊息實例  續接屬性  封閉續接屬性  表面  時間部分  時間  全序於...  三分法  使用  (結合)價  人造物版本 

Type restrictions

hasPurpose(物質的, SUO-KIF表述式)

Related WordNet synsets

motivation, motive, need
the psychological feature that arouses an organism to action; the reason for the action; "we did not understand his motivation"; "he acted with the best of motives"
motivation is kind of (all)...   motivation is kind of...   kinds of motivation...   kinds of motivation (all)...  
function, purpose, role, use
what something is used for; "the function of an auger is to bore holes"; "ballet is beautiful but what use is it?"
function is kind of (all)...   function is kind of...   kinds of function...   kinds of function (all)...   function is an attribute of  
purposefulness, sense of purpose
the quality of having a definite purpose
purposefulness is opposite to...   purposefulness is kind of (all)...   purposefulness is kind of...  
bourn, bourne
an archaic term for a goal or destination
bourn is kind of (all)...   bourn is kind of...  
goal, end
the state of affairs that a plan is intended to achieve and that (when achieved) terminates behavior intended to achieve it; "the ends justify the means"
goal is kind of (all)...   goal is kind of...   kinds of goal...   kinds of goal (all)...   goal is part of...  
aim, object, objective, target
the goal intended to be attained (and which is believed to be attainable); "the sole object of her trip was to see her children"
aim is kind of (all)...   aim is kind of...   kinds of aim...   kinds of aim (all)...  
purpose, intent, intention, aim, design
an anticipated outcome that is intended or guides your planned actions; "his intent was to provide a new translation"; "it was created with the conscious aim of answering immediate needs"; "he made no secret of his designs"
purpose is kind of (all)...   purpose is kind of...   kinds of purpose...   kinds of purpose (all)...  
view
the phrase "with a view to" means "with the intention of"; "he took the computer with a view to pawning it"
view is kind of (all)...   view is kind of...  
purposefully
in a purposeful manner; "he caught the motorcycles in the full glare of his headlights, braked and slipped purposefully out of the car"
purposefully pertains to noun...  
See more related synsets on a separate page.

Axioms (9)

If thing意圖 purpose, then there exists agent so that thingagent意圖 purpose.
(=>
      (hasPurpose ?THING ?PURPOSE)
      (exists
            (?AGENT)
            (hasPurposeForAgent ?THING ?PURPOSE ?AGENT)))

If education教育歷程實例 and personeducation受事者, then education意圖 "there exists 學習 learn so that personlearn受事者".
(=>
      (and
            (instance ?EDUCATION EducationalProcess)
            (patient ?EDUCATION ?PERSON))
      (hasPurpose
            ?EDUCATION
            (exists
                  (?LEARN)
                  (and
                        (instance ?LEARN Learning)
                        (patient ?LEARN ?PERSON)))))

If pretend偽裝實例, then there exist person,prop so that pretend意圖 "person (不)相信 prop" and prop &$是 真的.
(=>
      (instance ?PRETEND Pretending)
      (exists
            (?PERSON ?PROP)
            (and
                  (hasPurpose
                        ?PRETEND
                        (believes ?PERSON ?PROP))
                  (true ?PROP True))))

If advert廣告實例, then there exists obj so that advert 參照 obj and advert意圖 "there exists 銷售 sale so that objsale受事者".
(=>
      (instance ?ADVERT Advertising)
      (exists
            (?OBJ)
            (and
                  (refers ?ADVERT ?OBJ)
                  (hasPurpose
                        ?ADVERT
                        (exists
                              (?SALE)
                              (and
                                    (instance ?SALE Selling)
                                    (patient ?SALE ?OBJ)))))))

If meet會面實例, then there exist agent1,agent2 so that meetagent1施事者 and meetagent2施事者 and meet意圖 "there exists 溝通 comm so that commagent1施事者 and commagent2施事者".
(=>
      (instance ?MEET Meeting)
      (exists
            (?AGENT1 ?AGENT2)
            (and
                  (agent ?MEET ?AGENT1)
                  (agent ?MEET ?AGENT2)
                  (hasPurpose
                        ?MEET
                        (exists
                              (?COMM)
                              (and
                                    (instance ?COMM Communication)
                                    (agent ?COMM ?AGENT1)
                                    (agent ?COMM ?AGENT2)))))))

If organ器官實例, then there exists purp so that organ意圖 purp.
(=>
      (instance ?ORGAN Organ)
      (exists
            (?PURP)
            (hasPurpose ?ORGAN ?PURP)))

If device裝置實例, then there exists 歷程 proc so that device意圖 "device 可以 任角色 工具proc".
(=>
      (instance ?DEVICE Device)
      (exists
            (?PROC)
            (and
                  (subclass ?PROC Process)
                  (hasPurpose
                        ?DEVICE
                        (capability ?PROC instrument ?DEVICE)))))

If weapon武器實例, then weapon意圖 "there exist 損害 dest,patient so that patientdest受事者 and ".
(=>
      (instance ?WEAPON Weapon)
      (hasPurpose
            ?WEAPON
            (exists
                  (?DEST ?PATIENT)
                  (and
                        (instance ?DEST Damaging)
                        (patient ?DEST ?PATIENT)
                        (or
                              (instance ?PATIENT StationaryArtifact)
                              (instance ?PATIENT Animal)
                              (exists
                                    (?ANIMAL)
                                    (and
                                          (instance ?ANIMAL Animal)
                                          (inhabits ?ANIMAL ?PATIENT))))))))

If plan計畫實例, then there exists purp so that plan意圖 purp.
(=>
      (instance ?PLAN Plan)
      (exists
            (?PURP)
            (hasPurpose ?PLAN ?PURP)))