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


KB Term:  Term intersection
English Word: 

Sigma KEE - Formula
Formula(formula)

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


(documentation Formula ChineseLanguage "一个句法结构良好、以SUO-KIF知识表示语言的公式。") chinese_format.kif 1682-1682
(documentation Formula EnglishLanguage "A syntactically well-formed formula in the SUO-KIF knowledge representation language.") Merge.kif 1584-1585
(documentation Formula JapaneseLanguage "SUO-KIF知識表現言語の構文的な完全論理式。") japanese_format.kif 274-274
(documentation Formula SpanishLanguage "Una fórmula bien formada sintácticamente en el SUO-KIF, un lenguaje de representación de conocimiento.") spanish_format.kif 323-324
(subclass Formula Sentence) Merge.kif 1582-1582 Formula is a subclass of sentence

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


(range PremisesFn Formula) Merge.kif 17077-17077 The range of premises is an instance of formula
(termFormat ChineseLanguage Formula "公式") chinese_format.kif 847-847 The range of premises is an instance of formula
(termFormat EnglishLanguage Formula "formula") english_format.kif 896-896 The range of premises is an instance of formula
(termFormat FrenchLanguage Formula "formule") french_format.kif 523-523 The range of premises is an instance of formula
(termFormat Hindi Formula "sUtra") terms-hindi.txt 54-54 The range of premises is an instance of formula
(termFormat ItalianLanguage Formula "Formula") terms-it.txt 57-57 The range of premises is an instance of formula
(termFormat JapaneseLanguage Formula "公式") japanese_format.kif 2208-2208 The range of premises is an instance of formula
(termFormat PortugueseLanguage Formula "Formula") portuguese_format.kif 475-475 The range of premises is an instance of formula
(termFormat cz Formula "formula") terms-cz.txt 90-90 The range of premises is an instance of formula
(termFormat de Formula "Formel") terms-de.txt 349-349 The range of premises is an instance of formula
(termFormat ro Formula "formulã") relations-ro.kif 544-544 The range of premises is an instance of formula
(termFormat tg Formula "pormula") terms-tg.txt 58-58 The range of premises is an instance of formula

appearance as argument number 3
-------------------------


(domain KappaFn 2 Formula) Merge.kif 5633-5633 The number 2 argument of kappa is an instance of formula
(domain ProbabilityFn 1 Formula) Merge.kif 2609-2609 The number 1 argument of probability is an instance of formula
(domain attitudeForFormula 3 Formula) emotion.kif 2125-2125 The number 3 argument of attitude for formula is an instance of formula
(domain believes 2 Formula) Merge.kif 2847-2847 The number 2 argument of believes is an instance of formula
(domain causesProposition 1 Formula) Merge.kif 3860-3860 The number 1 argument of causes proposition is an instance of formula
(domain causesProposition 2 Formula) Merge.kif 3861-3861 The number 2 argument of causes proposition is an instance of formula
(domain conditionalProbability 1 Formula) Merge.kif 2619-2619 The number 1 argument of conditional probability is an instance of formula
(domain conditionalProbability 2 Formula) Merge.kif 2620-2620 The number 2 argument of conditional probability is an instance of formula
(domain confersNorm 2 Formula) Merge.kif 4034-4034 The number 2 argument of confers norm is an instance of formula
(domain confersObligation 1 Formula) Merge.kif 17651-17651 The number 1 argument of confers obligation is an instance of formula
(domain confersRight 1 Formula) Merge.kif 17630-17630 The number 1 argument of confers right is an instance of formula
(domain considers 2 Formula) Merge.kif 2837-2837 The number 2 argument of considers is an instance of formula
(domain containsFormula 2 Formula) Merge.kif 1403-1403 The number 2 argument of contains formula is an instance of formula
(domain decreasesLikelihood 1 Formula) Merge.kif 2652-2652 The number 1 argument of decreases likelihood is an instance of formula
(domain decreasesLikelihood 2 Formula) Merge.kif 2653-2653 The number 2 argument of decreases likelihood is an instance of formula
(domain deprivesNorm 2 Formula) Merge.kif 4056-4056 The number 2 argument of deprives norm is an instance of formula
(domain describes 1 Formula) Mid-level-ontology.kif 17520-17520 The number 1 argument of describes is an instance of formula
(domain desires 2 Formula) Merge.kif 2825-2825 The number 2 argument of desires is an instance of formula
(domain disapproves 2 Formula) Mid-level-ontology.kif 8602-8602 The number 2 argument of disapproves is an instance of formula
(domain doubts 2 Formula) Mid-level-ontology.kif 8572-8572 The number 2 argument of doubts is an instance of formula
(domain entails 1 Formula) Merge.kif 763-763 The number 1 argument of entails is an instance of formula
(domain entails 2 Formula) Merge.kif 764-764 The number 2 argument of entails is an instance of formula
(domain expects 2 Formula) Merge.kif 10750-10750 The number 2 argument of expects is an instance of formula
(domain fears 2 Formula) Mid-level-ontology.kif 8545-8545 The number 2 argument of fears is an instance of formula
(domain hasPurpose 2 Formula) Merge.kif 3988-3988 The number 2 argument of has purpose is an instance of formula

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

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


(=>
    (and
        (agreementEffectiveDuring ?AGR ?DATE)
        (instance ?TIME ?DATE)
        (instance ?FORMULA Formula)
        (containsInformation ?FORMULA ?AGR))
    (holdsDuring ?TIME ?FORMULA))
Government.kif 728-734
(=>
    (and
        (confidenceInterval ?EXPERIMENT ?CONFIDENCE)
        (instance ?EXPERIMENT Experimenting)
        (instance ?FORMULA Formula)
        (patient ?EXPERIMENT ?FORMULA)
        (equal ?CONFIDENCE 100))
    (truth ?FORMULA False))
UXExperimentalTerms.kif 549-556
(=>
    (and
        (confidenceInterval ?EXPERIMENT ?CONFIDENCE)
        (instance ?EXPERIMENT Experimenting)
        (instance ?FORMULA Formula)
        (patient ?EXPERIMENT ?FORMULA)
        (equal ?CONFIDENCE 100))
    (truth ?FORMULA True))
UXExperimentalTerms.kif 540-547
(=>
    (and
        (confidenceInterval ?EXPERIMENT ?CONFIDENCE)
        (instance ?EXPERIMENT Experimenting)
        (instance ?FORMULA Formula)
        (patient ?EXPERIMENT ?FORMULA))
    (represents ?CONFIDENCE
        (ProbabilityFn ?FORMULA)))
UXExperimentalTerms.kif 531-537
(=>
    (and
        (instance ?COMMIT Committing)
        (patient ?COMMIT ?FORMULA)
        (instance ?FORMULA Formula))
    (modalAttribute ?FORMULA Promise))
Merge.kif 13402-13407
(=>
    (and
        (instance ?FORMULA1 Formula)
        (instance ?FORMULA2 Formula))
    (or
        (increasesLikelihood ?FORMULA1 ?FORMULA2)
        (decreasesLikelihood ?FORMULA1 ?FORMULA2)
        (independentProbability ?FORMULA1 ?FORMULA2)))
Merge.kif 2683-2690
(=>
    (and
        (instance ?QUESTION Questioning)
        (agent ?QUESTION ?AGENT)
        (patient ?QUESTION ?FORMULA)
        (instance ?FORMULA Formula))
    (holdsDuring
        (WhenFn ?QUESTION)
        (not
            (knows ?AGENT ?FORMULA))))
Merge.kif 13389-13395
(=>
    (and
        (instance ?REQUEST Requesting)
        (agent ?REQUEST ?AGENT)
        (patient ?REQUEST ?FORMULA)
        (instance ?FORMULA Formula))
    (desires ?AGENT ?FORMULA))
Merge.kif 13376-13382
(=>
    (and
        (instance ?STATE Stating)
        (agent ?STATE ?AGENT)
        (patient ?STATE ?FORMULA)
        (instance ?FORMULA Formula))
    (holdsDuring
        (WhenFn ?STATE)
        (believes ?AGENT ?FORMULA)))
Merge.kif 13318-13324
(=>
    (and
        (instance ?TEXT ?CLASS)
        (subclass ?CLASS FactualText)
        (authors ?AGENT ?CLASS)
        (subsumesContentInstance ?TEXT ?CONTENT)
        (instance ?CONTENT Formula))
    (believes ?AGENT ?CONTENT))
Merge.kif 15575-15582
(=>
    (and
        (pValue ?EXPERIMENT ?VALUE)
        (instance ?EXPERIMENT Experimenting)
        (instance ?FORMULA Formula)
        (patient ?EXPERIMENT ?FORMULA)
        (equal ?VALUE 0))
    (truth ?FORMULA True))
UXExperimentalTerms.kif 577-584
(=>
    (and
        (pValue ?EXPERIMENT ?VALUE)
        (instance ?EXPERIMENT Experimenting)
        (instance ?FORMULA Formula)
        (patient ?EXPERIMENT ?FORMULA)
        (equal ?VALUE 1))
    (truth ?FORMULA False))
UXExperimentalTerms.kif 586-593
(=>
    (and
        (pValue ?EXPERIMENT ?VALUE)
        (instance ?EXPERIMENT Experimenting)
        (instance ?FORMULA Formula)
        (patient ?EXPERIMENT ?FORMULA))
    (represents ?VALUE
        (ProbabilityFn ?FORMULA)))
UXExperimentalTerms.kif 569-575

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


(=>
    (and
        (instance ?EXPERIMENT Experimenting)
        (result ?EXPERIMENT ?RESULT))
    (instance ?RESULT Formula))
UXExperimentalTerms.kif 3793-3797
(=>
    (and
        (instance ?INVESTIGATE Investigating)
        (patient ?INVESTIGATE ?PROP))
    (instance ?PROP Formula))
Merge.kif 13104-13108
(=>
    (and
        (instance ?PROFILE VisitorProfile)
        (member ?FORMULA ?PROFILE))
    (instance ?FORMULA Formula))
UXExperimentalTerms.kif 1134-1138
(=>
    (and
        (instance ?REL PropositionalAttitude)
        (?REL ?AGENT ?FORMULA))
    (instance ?FORMULA Formula))
Merge.kif 2738-2742
(=>
    (and
        (instance ?TEXT ?CLASS)
        (subclass ?CLASS FictionalText)
        (authors ?AGENT ?CLASS))
    (exists (?CONTENT)
        (and
            (subsumesContentInstance ?TEXT ?CONTENT)
            (instance ?CONTENT Formula)
            (not
                (believes ?AGENT ?CONTENT)))))
Merge.kif 15606-15615
(=>
    (instance ?CONST Constitution)
    (exists (?FORMULA ?PART)
        (and
            (instance ?FORMULA Formula)
            (containsInformation ?FORMULA ?PART)
            (instance ?PART Proposition)
            (subProposition ?PART ?CONST)
            (modalAttribute ?FORMULA Obligation))))
Government.kif 617-625
(=>
    (instance ?CONST Constitution)
    (exists (?FORMULA ?PART)
        (and
            (instance ?FORMULA Formula)
            (containsInformation ?FORMULA ?PART)
            (instance ?PART Proposition)
            (subProposition ?PART ?CONST)
            (modalAttribute ?FORMULA Permission))))
Government.kif 627-635
(=>
    (instance ?EXPERIMENT Experimenting)
    (exists (?FORMULA ?RESULT)
        (and
            (instance ?RESULT Formula)
            (result ?EXPERIMENT ?RESULT)
            (instance ?FORMULA Formula)
            (patient ?EXPERIMENT ?FORMULA)
            (represents
                (ProbabilityFn ?FORMULA) ?RESULT))))
UXExperimentalTerms.kif 3799-3809
(=>
    (instance ?P Phishing)
    (exists (?FS ?V ?M ?I)
        (and
            (instance ?M Communication)
            (origin ?M ?FS)
            (agent ?P ?FS)
            (destination ?M ?V)
            (instance ?I Formula)
            (knows ?V ?I)
            (not
                (desires ?V
                    (knows ?FS ?I)))
            (desires ?FS
                (knows ?FS ?I)))))
ComputingBrands.kif 4230-4244
(=>
    (instance ?PROFILE VisitorProfile)
    (exists (?USER ?SITE)
        (and
            (instance ?USER AutonomousAgent)
            (instance ?SITE WebSite)
            (forall (?FORMULA)
                (=>
                    (and
                        (member ?FORMULA ?PROFILE)
                        (instance ?FORMULA Formula))
                    (visitorParameter ?USER ?FORMULA ?SITE))))))
UXExperimentalTerms.kif 1140-1151


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