Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - PositiveInfinity
PositiveInfinity

appearance as argument number 1
-------------------------


(documentation PositiveInfinity ChineseLanguage "这是所有其他 TimePoint 之后的 TimePoint。") chinese_format.kif 2684-2685
(documentation PositiveInfinity EnglishLanguage "The TimePoint that is after all other TimePoints.") Merge.kif 7902-7903
(documentation PositiveInfinity JapaneseLanguage "The TimePoint は、すべての他の  TimePoints の後である。") japanese_format.kif 1407-1408
(instance PositiveInfinity TimePoint) Merge.kif 7900-7900 PositiveInfinity時点instance では %n

appearance as argument number 2
-------------------------


(termFormat ChineseLanguage PositiveInfinity "正无穷大") domainEnglishFormat.kif 46798-46798
(termFormat ChineseTraditionalLanguage PositiveInfinity "正無窮大") domainEnglishFormat.kif 46797-46797
(termFormat EnglishLanguage PositiveInfinity "positive infinity") domainEnglishFormat.kif 46796-46796

antecedent
-------------------------


(=>
    (and
        (instance ?POINT TimePoint)
        (not
            (equal ?POINT PositiveInfinity)))
    (before ?POINT PositiveInfinity))
Merge.kif 7905-7909
(=>
    (and
        (instance ?POINT TimePoint)
        (not
            (equal ?POINT PositiveInfinity)))
    (exists (?OTHERPOINT)
        (temporallyBetween ?POINT ?OTHERPOINT PositiveInfinity)))
Merge.kif 7911-7916

consequent
-------------------------


(=>
    (and
        (instance ?POINT TimePoint)
        (not
            (equal ?POINT PositiveInfinity)))
    (before ?POINT PositiveInfinity))
Merge.kif 7905-7909
(=>
    (and
        (instance ?POINT TimePoint)
        (not
            (equal ?POINT PositiveInfinity)))
    (exists (?OTHERPOINT)
        (temporallyBetween ?POINT ?OTHERPOINT PositiveInfinity)))
Merge.kif 7911-7916
(=>
    (instance ?INTERVAL TimeInterval)
    (equal
        (FutureFn ?INTERVAL)
        (TimeIntervalFn
            (EndFn ?INTERVAL) PositiveInfinity)))
Merge.kif 8557-8559


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners