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

工具 (instrument)

(instrument event tool) means that tool is used by an agent in bringing about event and that tool is not changed by event. For example, the key is an instrument in the following proposition: The key opened the door. Note that instrument and resource cannot be satisfied by the same ordered pair.

Ontology

SUMO / BASE-ONTOLOGY

Superrelation(s)

受事者
is subrelation of
  工具  

Type restrictions

instrument(歷程, 物體)

Related WordNet synsets

means, agency, way
how a result is obtained or an end is achieved; "a means of communcation"; "an example is the best agency of instruction"; "the true way to success"
means is kind of (all)...   means is kind of...   kinds of means...   kinds of means (all)...  
instrument, tool
the means whereby something is accomplished; "my greed was the instrument of my destruction" or "science has given us new tools to fight disease"
instrument is kind of (all)...   instrument is kind of...  
instrumentality
the quality of being instrumental for some purpose
instrumentality is kind of (all)...   instrumentality is kind of...  
implemental, instrumental
serving or acting as a means or aid; "instrumental in solving the crime"
implemental is similar to...  
See more related synsets on a separate page.

Axioms (14)

If lang動物語言實例 and procagent施事者 and langproc工具, then agent動物實例 and agent人類實例.
(=>
      (and
            (instance ?LANG AnimalLanguage)
            (agent ?PROC ?AGENT)
            (instrument ?PROC ?LANG))
      (and
            (instance ?AGENT Animal)
            (not
                  (instance ?AGENT Human))))

If lang電腦語言實例 and procagent施事者 and langproc工具, then agent機器實例.
(=>
      (and
            (instance ?LANG ComputerLanguage)
            (agent ?PROC ?AGENT)
            (instrument ?PROC ?LANG))
      (instance ?AGENT Machine))

If lang人類語言實例 and procagent施事者 and langproc工具, then agent人類實例.
(=>
      (and
            (instance ?LANG HumanLanguage)
            (agent ?PROC ?AGENT)
            (instrument ?PROC ?LANG))
      (instance ?AGENT Human))

無交集關係(資源,結果,工具) holds.
(disjointRelation resource result instrument)

If agent 使用 obj, then there exists proc so that procagent施事者 and objproc工具.
(=>
      (uses ?OBJ ?AGENT)
      (exists
            (?PROC)
            (and
                  (agent ?PROC ?AGENT)
                  (instrument ?PROC ?OBJ))))

If poison中毒實例, then there exists 活性生物物質 substance so that substancepoison工具.
(=>
      (instance ?POISON Poisoning)
      (exists
            (?SUBSTANCE)
            (and
                  (instance ?SUBSTANCE BiologicallyActiveSubstance)
                  (instrument ?POISON ?SUBSTANCE))))

If trans運輸實例, then there exists 運輸工具 device so that devicetrans工具.
(=>
      (instance ?TRANS Transportation)
      (exists
            (?DEVICE)
            (and
                  (instance ?DEVICE TransportationDevice)
                  (instrument ?TRANS ?DEVICE))))

If poke實例 and pokeagent施事者 and objpoke受事者 and instpoke工具, then inst 連結 agentobj "poke 存在 的 時間"a(之中) poke 存在 的 時間.
(=>
      (and
            (instance ?POKE Poking)
            (agent ?POKE ?AGENT)
            (patient ?POKE ?OBJ)
            (instrument ?POKE ?INST))
      (holdsDuring
            (WhenFn ?POKE)
            (connects ?INST ?AGENT ?OBJ)))

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

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 instrument樂器實例, then instrument 可以 任角色 工具音樂.
(=>
      (instance ?INSTRUMENT MusicalInstrument)
      (capability Music instrument ?INSTRUMENT))

If device運輸工具實例, then device 可以 任角色 工具運輸.
(=>
      (instance ?DEVICE TransportationDevice)
      (capability Transportation instrument ?DEVICE))

If weapon武器實例, then weapon 可以 任角色 工具損害.
(=>
      (instance ?WEAPON Weapon)
      (capability Damaging instrument ?WEAPON))

(=>
      (instance ?MACHINE Machine)
      (forall
            (?PROC)
            (=>
                  (instrument ?PROC ?MACHINE)
                  (exists
                        (?RESOURCE ?RESULT)
                        (and
                              (resource ?PROC ?RESOURCE)
                              (result ?PROC ?RESULT))))))