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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Stealing
Stealing(stealing)
bank_robber, carjacking, despoil, foray, lift, loot, mugger, pillage, plunder, ransack, reave, rifle, rob, rustle, rustling, steal, strip

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


(documentation Stealing EnglishLanguage "Any UnilateralGetting which is not permitted by the origin of the UnilateralGetting. These cases of UnilateralGetting are distinguished from ones where the destination is the subject of charity or other forms of benefaction.") Mid-level-ontology.kif 20152-20155
(externalImage Stealing "http://upload.wikimedia.org/wikipedia/commons/c/ c0/ Fortunes_of_a_Street_Waif.jpg") pictureList.kif 2001-2001
(subclass Stealing CriminalAction) Mid-level-ontology.kif 20151-20151 Stealing is a subclass of criminal action
(subclass Stealing UnilateralGetting) Mid-level-ontology.kif 20150-20150 Stealing is a subclass of unilateral getting

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


(subclass Robbing Stealing) Mid-level-ontology.kif 20167-20167 Robbing is a subclass of stealing
(termFormat ChineseLanguage Stealing "偷窃行为") domainEnglishFormat.kif 55216-55216 Robbing is a subclass of stealing
(termFormat ChineseTraditionalLanguage Stealing "偷竊行為") domainEnglishFormat.kif 55215-55215 Robbing is a subclass of stealing
(termFormat EnglishLanguage Stealing "stealing") domainEnglishFormat.kif 55214-55214 Robbing is a subclass of stealing

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


(=>
    (and
        (instance ?STEAL Stealing)
        (destination ?STEAL ?AGENT)
        (origin ?STEAL ?VICTIM)
        (instance ?VICTIM CognitiveAgent))
    (not
        (confersRight
            (destination ?STEAL ?AGENT) ?VICTIM ?AGENT)))
Mid-level-ontology.kif 20157-20165

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


(=>
    (and
        (instance ?X CarAlarm)
        (instance ?CAR SelfPoweredRoadVehicle)
        (part ?X ?CAR))
    (exists (?HARM ?THIEF ?T ?L)
        (hasPurpose ?X
            (=>
                (and
                    (or
                        (instance ?HARM Stealing)
                        (instance ?HARM Damaging))
                    (instance ?THIEF Human)
                    (agent ?HARM ?THIEF)
                    (patient ?HARM ?CAR)
                    (equal
                        (WhenFn ?HARM) ?T)
                    (eventPartlyLocated ?HARM ?L))
                (exists (?ALARM)
                    (and
                        (instance ?ALARM RadiatingSound)
                        (agent ?ALARM ?X)
                        (causes ?HARM ?ALARM)
                        (hasPurpose ?ALARM
                            (increasesLikelihood
                                (exists (?WITNESS)
                                    (and
                                        (instance ?WITNESS Human)
                                        (holdsDuring ?T
                                            (orientation ?WITNESS ?L Near))))
                                (or
                                    (knows ?WITNESS
                                        (exists (?H)
                                            (and
                                                (or
                                                    (instance ?H Stealing)
                                                    (instance ?H Damaging))
                                                (eventPartlyLocated ?H ?L)
                                                (holdsDuring ?T
                                                    (patient ?H ?CAR)))))
                                    (finishes
                                        (WhenFn ?ALARM)
                                        (WhenFn ?HARM)))))))))))
Cars.kif 3771-3812
(=>
    (instance ?X FuelCapLock)
    (hasPurpose ?X
        (exists (?TANK ?HOLE ?T)
            (and
                (instance ?TANK GasTank)
                (hole ?HOLE ?TANK)
                (decreasesLikelihood
                    (holdsDuring ?T
                        (and
                            (connected ?X ?HOLE)
                            (attribute ?X Locked)))
                    (holdsDuring ?T
                        (exists (?STEAL ?FUEL)
                            (and
                                (instance ?STEAL Stealing)
                                (instance ?FUEL Fuel)
                                (located ?FUEL ?TANK)
                                (patient ?STEAL ?FUEL)))))))))
Cars.kif 1016-1034
(=>
    (instance ?X SteeringColumnLock)
    (hasPurpose ?X
        (exists (?SC ?P ?CAR ?T)
            (and
                (instance ?SC SteeringColumn)
                (instance ?CAR Automobile)
                (component ?SC ?CAR)
                (part ?X ?SC)
                (instance ?P Protecting)
                (instrument ?P ?X)
                (decreasesLikelihood
                    (holdsDuring ?T
                        (attribute ?X Locked))
                    (holdsDuring ?T
                        (exists (?STEAL)
                            (and
                                (instance ?STEAL Stealing)
                                (patient ?STEAL ?CAR)))))))))
Cars.kif 4055-4073


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