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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - distrusts
distrusts

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


(documentation distrusts EnglishLanguage "A Relation between two Agents and a class of Processes where the first agent does not believe that the second agent will do what he says, at least with respect to that kind of action, either because he will lie, or because he simply is not capable of performing the action.") Law.kif 379-383
(domain distrusts 1 AutonomousAgent) Law.kif 373-373 The number 1 argument of distrusts is an instance of agent
(domain distrusts 2 AutonomousAgent) Law.kif 374-374 The number 2 argument of distrusts is an instance of agent
(domainSubclass distrusts 3 IntentionalProcess) Law.kif 375-375 The number 3 argument of distrusts is a subclass of intentional process
(instance distrusts TernaryPredicate) Law.kif 372-372 distrusts is an instance of ternary predicate

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


(format EnglishLanguage distrusts "%1 distrusts %2 will do %3") Law.kif 377-377
(termFormat EnglishLanguage distrusts "distrusts") Law.kif 376-376

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


(=>
    (distrusts ?A1 ?A2 ?P)
    (believes ?A1
        (modalAttribute
            (exists (?PI)
                (and
                    (instance ?PI ?P)
                    (agent ?PI ?A2))) Unlikely)))
Law.kif 428-436
(=>
    (distrusts ?A1 ?A2 ?P)
    (not
        (trusts ?A1 ?A2 ?P)))
Law.kif 423-426

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


(=>
    (trusts ?A1 ?A2 ?P)
    (not
        (distrusts ?A1 ?A2 ?P)))
Law.kif 385-388


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