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

Formal Language: 



KB Term:  Term intersection
English Word: 

  prohibits

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 The number 1 argument of prohibits is an instance of agent
(domain prohibits 2 Formula) Law.kif 44-44 The number 2 argument of prohibits is an instance of formula
(instance prohibits BinaryPredicate) Law.kif 42-42 prohibits is an instance of binary predicate

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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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