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

測量 (measure)

A very general Predicate for asserting that a particular Object is measured by a particular ConstantQuantity. In general, the second argument of this Predicate will be an instance of the Function MeasureFn.

Ontology

SUMO / UNITS-OF-MEASURE

Class(es)

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

is instance of
  測量  

Subrelation(s)

年紀  長度  貨幣價值 

Coordinate term(s)

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

Type restrictions

measure(物體, 物理量)

Related WordNet synsets

measure
have certain dimensions
measure is kind of (all)...   measure is kind of...   kinds of measure...   kinds of measure (all)...   see also...  
mensural
of or relating to measure
mensural pertains to noun...  
See more related synsets on a separate page.

Axioms (4)

If object測量 是 "在 方向 direction 中 的 ref timedistance", then object測量 是 " timedistance".
(=>
      (measure
            ?OBJECT
            (VelocityFn ?DISTANCE ?TIME ?REF ?DIRECTION))
      (measure
            ?OBJECT
            (SpeedFn ?DISTANCE ?TIME)))

(=>
      (larger ?OBJ1 ?OBJ2)
      (forall
            (?QUANT1 ?QUANT2)
            (=>
                  (and
                        (measure
                              ?OBJ1
                              (MeasureFn ?QUANT1 LengthMeasure))
                        (measure
                              ?OBJ2
                              (MeasureFn ?QUANT2 LengthMeasure)))
                  (greaterThan ?QUANT1 ?QUANT2))))

If objproc資源 and obj測量quant1 ""proc 存在 的 時間" 不久 之前"a(之中) "proc 存在 的 時間" 不久 之前 and obj測量quant2 ""proc 存在 的 時間" 不久 之後"a(之中) "proc 存在 的 時間" 不久 之後, then quant1 (不) 大於 quant2.
(=>
      (and
            (resource ?PROC ?OBJ)
            (holdsDuring
                  (ImmediatePastFn
                        (WhenFn ?PROC))
                  (measure ?OBJ ?QUANT1))
            (holdsDuring
                  (ImmediateFutureFn
                        (WhenFn ?PROC))
                  (measure ?OBJ ?QUANT2)))
      (greaterThan ?QUANT1 ?QUANT2))

If meas測量實例 and measagent施事者 and objmeas受事者, then there exist quant,unit so that agent (不)知道s) %2 ""meas 存在 的 時間" 不久 之後"a(之中) "meas 存在 的 時間" 不久 之後.
(=>
      (and
            (instance ?MEAS Measuring)
            (agent ?MEAS ?AGENT)
            (patient ?MEAS ?OBJ))
      (exists
            (?QUANT ?UNIT)
            (holdsDuring
                  (ImmediateFutureFn
                        (WhenFn ?MEAS))
                  (knows
                        ?AGENT
                        (measure
                              ?OBJ
                              (MeasureFn ?QUANT ?UNIT))))))