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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - premise
premise

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


(documentation premise ChineseLanguage "(premise ?ARGUMENT ?PROPOSITION)的意思是 Proposition ?PROPOSITION 是 Argument ?ARGUMENT 的一个明确假设。") chinese_format.kif 3777-3778
(documentation premise EnglishLanguage "(premise ?ARGUMENT ?PROPOSITION) means that the Proposition ?PROPOSITION is an explicit assumption of the Argument ?ARGUMENT.") Merge.kif 16873-16875
(domain premise 1 Argument) Merge.kif 16871-16871 前提 的 1 数量 是 争论instance
(domain premise 2 Proposition) Merge.kif 16872-16872 前提 的 2 数量 是 命题instance
(instance premise BinaryPredicate) Merge.kif 16869-16869 前提二元谓语instance
(instance premise TotalValuedRelation) Merge.kif 16870-16870 前提总值关系instance

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


(format ChineseLanguage premise "%2 %n 是 %1 的 premise ") domainEnglishFormat.kif 2031-2031
(format ChineseTraditionalLanguage premise "%2 %n 是 %1 的 premise ") domainEnglishFormat.kif 2030-2030
(format EnglishLanguage premise "%2 is %n a premise of %1") domainEnglishFormat.kif 2029-2029
(termFormat ChineseLanguage premise "前提") domainEnglishFormat.kif 47192-47192
(termFormat ChineseTraditionalLanguage premise "前提") domainEnglishFormat.kif 47191-47191
(termFormat EnglishLanguage premise "premise") domainEnglishFormat.kif 47190-47190

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


(=>
    (and
        (instance ?ARGUMENT Argument)
        (equal ?PREMISES
            (PremisesFn ?ARGUMENT)))
    (<=>
        (subProposition ?PROPOSITION ?PREMISES)
        (premise ?ARGUMENT ?PROPOSITION)))
Merge.kif 16884-16890
(=>
    (evidence ?LA ?P)
    (exists (?A ?PROP)
        (and
            (instance ?PROP Proposition)
            (instance ?A Argument)
            (refers ?A ?LA)
            (represents ?PROP ?P)
            (premise ?A ?PROP))))
Law.kif 180-188


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