機器 (Machine)
Machines are Devices that that have a
well-defined resource and result and that automatically convert
the resource into the result.
Ontology
SUMO / OBJECTSSuperclass(es)
Coordinate term(s)
工程元件
樂器
運輸工具
武器
Related WordNet synsets
- by machine
- with the use of a machine; "the shirt is sewn by machine"
See more related synsets on a separate page.
Axioms (2)
If lang 是 電腦語言 的 實例 and proc 是 agent 的 施事者 and lang 對 proc 是 工具, then agent 是 機器 的 實例.
(=>
(and
(instance ?LANG ComputerLanguage)
(agent ?PROC ?AGENT)
(instrument ?PROC ?LANG))
(instance ?AGENT Machine))
- if machine 是 機器 的 實例,
- then for all proc holds: if machine 對 proc 是 工具, then there exist resource,result so that resource 對 proc 是 資源 and result 是 proc 的 結果
.
(=>
(instance ?MACHINE Machine)
(forall
(?PROC)
(=>
(instrument ?PROC ?MACHINE)
(exists
(?RESOURCE ?RESULT)
(and
(resource ?PROC ?RESOURCE)
(result ?PROC ?RESULT))))))