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

持續時間 (duration)

(duration pos time) means that the duration of the TimePosition pos is time. Note that this Predicate can be used in conjunction with the Function WhenFn to specify the duration of any instance of Physical.

Ontology

SUMO / TEMPORAL-CONCEPTS

Class(es)

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

is instance of
  持續時間  

Coordinate term(s)

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

Type restrictions

duration(時段, 持續時間)

Related WordNet synsets

duration, length
continuance in time; "the ceremony was of short duration"; "he complained about the length of time required"
duration is kind of (all)...   duration is kind of...   kinds of duration...   kinds of duration (all)...   duration is an attribute of  
duration, continuance
the property of enduring or continuing in time
duration is kind of (all)...   duration is kind of...  
span
the complete duration of something; "the job was finished in the span of an hour"
span is kind of (all)...   span is kind of...   kinds of span...   kinds of span (all)...  
See more related synsets on a separate page.

Axioms (22)

(=>
      (frequency ?PROC ?TIME1)
      (forall
            (?TIME2)
            (=>
                  (duration ?TIME2 ?TIME1)
                  (exists
                        (?POSITION)
                        (and
                              (temporalPart ?POSITION ?TIME2)
                              (holdsDuring
                                    ?POSITION
                                    (exists
                                          (?INST)
                                          (instance ?INST ?PROC))))))))

If year實例, then year持續 是 " 年計(s)".
(=>
      (instance ?YEAR Year)
      (duration
            ?YEAR
            (MeasureFn 1 YearDuration)))

If month一月實例, then month持續 是 " 日計(s)".
(=>
      (instance ?MONTH January)
      (duration
            ?MONTH
            (MeasureFn 31 DayDuration)))

If "月份 二月" 等於 month and year閏年實例, then month持續 是 " 日計(s)".
(=>
      (and
            (equal
                  (MonthFn February ?YEAR)
                  ?MONTH)
            (not
                  (instance ?YEAR LeapYear)))
      (duration
            ?MONTH
            (MeasureFn 28 DayDuration)))

If "月份 二月" 等於 month and year閏年實例, then month持續 是 " 日計(s)".
(=>
      (and
            (equal
                  (MonthFn February ?YEAR)
                  ?MONTH)
            (instance ?YEAR LeapYear))
      (duration
            ?MONTH
            (MeasureFn 29 DayDuration)))

If month三月實例, then month持續 是 " 日計(s)".
(=>
      (instance ?MONTH March)
      (duration
            ?MONTH
            (MeasureFn 31 DayDuration)))

If month四月實例, then month持續 是 " 日計(s)".
(=>
      (instance ?MONTH April)
      (duration
            ?MONTH
            (MeasureFn 30 DayDuration)))

If month五月實例, then month持續 是 " 日計(s)".
(=>
      (instance ?MONTH May)
      (duration
            ?MONTH
            (MeasureFn 31 DayDuration)))

If month六月實例, then month持續 是 " 日計(s)".
(=>
      (instance ?MONTH June)
      (duration
            ?MONTH
            (MeasureFn 30 DayDuration)))

If month七月實例, then month持續 是 " 日計(s)".
(=>
      (instance ?MONTH July)
      (duration
            ?MONTH
            (MeasureFn 31 DayDuration)))

If month八月實例, then month持續 是 " 日計(s)".
(=>
      (instance ?MONTH August)
      (duration
            ?MONTH
            (MeasureFn 31 DayDuration)))

If month九月實例, then month持續 是 " 日計(s)".
(=>
      (instance ?MONTH September)
      (duration
            ?MONTH
            (MeasureFn 30 DayDuration)))

If month十月實例, then month持續 是 " 日計(s)".
(=>
      (instance ?MONTH October)
      (duration
            ?MONTH
            (MeasureFn 31 DayDuration)))

If month十一月實例, then month持續 是 " 日計(s)".
(=>
      (instance ?MONTH November)
      (duration
            ?MONTH
            (MeasureFn 30 DayDuration)))

If month十二月實例, then month持續 是 " 日計(s)".
(=>
      (instance ?MONTH December)
      (duration
            ?MONTH
            (MeasureFn 31 DayDuration)))

If day實例, then day持續 是 " 日計(s)".
(=>
      (instance ?DAY Day)
      (duration
            ?DAY
            (MeasureFn 1 DayDuration)))

If week實例, then week持續 是 " 周計(s)".
(=>
      (instance ?WEEK Week)
      (duration
            ?WEEK
            (MeasureFn 1 WeekDuration)))

If hour小時實例, then hour持續 是 " 時計(s)".
(=>
      (instance ?HOUR Hour)
      (duration
            ?HOUR
            (MeasureFn 1 HourDuration)))

If minute實例, then minute持續 是 " 分計(s)".
(=>
      (instance ?MINUTE Minute)
      (duration
            ?MINUTE
            (MeasureFn 1 MinuteDuration)))

If second實例, then second持續 是 " 秒計(s)".
(=>
      (instance ?SECOND Second)
      (duration
            ?SECOND
            (MeasureFn 1 SecondDuration)))

(=>
      (equal
            (TemporalCompositionFn ?INTERVAL ?INTERVAL-TYPE)
            ?CLASS)
      (forall
            (?TIME1 ?TIME2)
            (=>
                  (and
                        (instance ?TIME1 ?INTERVAL-TYPE)
                        (instance ?TIME2 ?CLASS))
                  (exists
                        (?DURATION)
                        (and
                              (duration ?TIME1 ?DURATION)
                              (duration ?TIME2 ?DURATION))))))

If month實例 and month持續 是 "number 日計(s)", then ""month 分解成 ? s" 中 實例 的 數目" 等於 number.
(=>
      (and
            (instance ?MONTH Month)
            (duration
                  ?MONTH
                  (MeasureFn ?NUMBER DayDuration)))
      (equal
            (CardinalityFn
                  (TemporalCompositionFn ?MONTH Day))
            ?NUMBER))