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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - prohibits
prohibits

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


(documentation prohibits EnglishLanguage "A relation between an AutonomousAgent and Formula that it wants to keep from becoming true. Note that prohibiting something generally also inhibits it, but the reverse is not true. Like punishes it also is an institutional relation. When an AutonomousAgent prohibits something it entails a Stating that it punishes those who do what it prohibits.") Law.kif 48-53
(domain prohibits 1 AutonomousAgent) Law.kif 43-43 Le nombre 1 argument de prohibits est une instance de AutonomousAgent
(domain prohibits 2 Formula) Law.kif 44-44 Le nombre 2 argument de prohibits est une instance de formule
(instance prohibits BinaryPredicate) Law.kif 42-42 prohibits est une instance de pr�dicat binaire

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


(format EnglishLanguage prohibits "%1 prohibits %2") Law.kif 46-46
(termFormat EnglishLanguage prohibits "prohibits") Law.kif 45-45

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


(=>
    (holdsDuring ?T1
        (prohibits ?A ?F))
    (exists (?S ?B ?P)
        (and
            (instance ?S Stating)
            (during
                (WhenFn ?S) ?T1)
            (agent ?S ?A)
            (containsFormula ?S
                (=>
                    (causes
                        (agent ?P ?B)
                        (truth ?F True))
                    (punishes ?A ?B))))))
Law.kif 65-78
(=>
    (prohibits ?A ?F)
    (desires ?A
        (not ?F)))
Law.kif 55-58
(=>
    (prohibits ?A ?F)
    (not
        (permits ?A ?F)))
Law.kif 60-63

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


(=>
    (permits ?A ?F)
    (not
        (prohibits ?A ?F)))
Law.kif 37-40


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