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 23414-23416
(externalImage Blockade "http://upload.wikimedia.org/wikipedia/commons/1/ 17/ Anaconda_Plan.jpg") pictureList.kif 5885-5885
(subclass Blockade Maneuver) Mid-level-ontology.kif 23413-23413 Blockade is a subclass of maneuver

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


(termFormat ChineseLanguage Blockade "封锁") domainEnglishFormat.kif 11354-11354
(termFormat ChineseTraditionalLanguage Blockade "封鎖") domainEnglishFormat.kif 11353-11353
(termFormat EnglishLanguage Blockade "blockade") domainEnglishFormat.kif 11352-11352

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 23418-23437


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