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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - resourceExhausted
resourceExhausted

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


(documentation resourceExhausted ChineseLanguage "(resourceExhausted ?PROCESS ?RESOURCE) 的意思是 ?RESOURCE 在 ?PROCESS 开始时存在、?PROCESS 利用了他、结果它完全被 ?PROCESS 消耗掉了。例如: 在以下'那飞机的燃料耗尽了,就丢到大海里了'这命题,燃料是个 resourceExhausted。") chinese_format.kif 1892-1894
(documentation resourceExhausted EnglishLanguage "(resourceExhausted ?PROCESS ?RESOURCE) means that ?RESOURCE is present at the beginning of ?PROCESS, is used by ?PROCESS, and as a consequence is completely used up by the ?PROCESS. For example, fuel is a resourceExhausted in the following proposition: the plane run out of fuel and ditched in the sea.") Merge.kif 2519-2522
(documentation resourceExhausted JapaneseLanguage "(resourceExhausted ?PROCESS ?RESOURCE) とは、?RESOURCE が ?PROCESS の開始時に存在し、?PROCESS によって使用され、その結果、?PROCESS に よって完全に使い古されたことを意味する。 例:燃料は、次の命題で使用される resourceExhausted で ある: 飛行機は燃料を使い果たし、海に不時着した。") japanese_format.kif 517-520
(domain resourceExhausted 1 Process) Merge.kif 2524-2524 The number 1 argument of resource exhausted is an instance of process
(domain resourceExhausted 2 Object) Merge.kif 2525-2525 The number 2 argument of resource exhausted is an instance of object
(instance resourceExhausted AsymmetricRelation) Merge.kif 2527-2527 resource exhausted is an instance of asymmetric relation
(instance resourceExhausted BinaryPredicate) Merge.kif 2528-2528 resource exhausted is an instance of binary predicate
(instance resourceExhausted CaseRole) Merge.kif 2526-2526 resource exhausted is an instance of case role
(instance resourceExhausted PartialValuedRelation) Merge.kif 2529-2529 resource exhausted is an instance of partial valued relation

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


(format ChineseLanguage resourceExhausted "%1 exhausts %2 ") domainEnglishFormat.kif 4426-4426
(format ChineseTraditionalLanguage resourceExhausted "%1 exhausts %2 ") domainEnglishFormat.kif 4425-4425
(format EnglishLanguage resourceExhausted "%1 exhausts %2") domainEnglishFormat.kif 4424-4424
(termFormat EnglishLanguage resourceExhausted "resource exhausted") domainEnglishFormat.kif 65981-65981

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


(=>
    (and
        (resourceExhausted ?P ?R)
        (instance ?R ?C))
    (holdsDuring
        (ImmediateFutureFn
            (WhenFn ?P))
        (not
            (exists (?OBJ1)
                (and
                    (part ?OBJ1 ?R)
                    (instance ?OBJ1 ?C))))))
Merge.kif 2531-2540


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