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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Blockade
Blockade(blockade)
blockade, encirclement

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


(documentation Blockade EnglishLanguage "Any Maneuver in a Contest where one contestParticipant attempts to deny access to something that is wanted by another contestParticipant.") Mid-level-ontology.kif 22886-22888
(externalImage Blockade "http://upload.wikimedia.org/wikipedia/commons/1/ 17/ Anaconda_Plan.jpg") pictureList.kif 5885-5885
(subclass Blockade Maneuver) Mid-level-ontology.kif 22885-22885 Blockade is a subclass of maneuver

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


(termFormat ChineseLanguage Blockade "封锁") domainEnglishFormat.kif 11360-11360
(termFormat ChineseTraditionalLanguage Blockade "封鎖") domainEnglishFormat.kif 11359-11359
(termFormat EnglishLanguage Blockade "blockade") domainEnglishFormat.kif 11358-11358

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


(=>
    (and
        (instance ?B Blockade)
        (instance ?C Contest)
        (subProcess ?B ?C)
        (contestParticipant ?C ?A1)
        (agent ?B ?A1))
    (exists (?C1 ?A2)
        (and
            (prevents ?C1 Translocation)
            (instance ?B ?C1)
            (contestParticipant ?C ?A2)
            (not
                (equal ?A1 ?A2))
            (desires ?A2
                (exists (?I)
                    (and
                        (instance ?I ?C1)
                        (agent ?I ?A1)
                        (subProcess ?I ?C)))))))
Mid-level-ontology.kif 22890-22909


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