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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SelfPoweredRoadVehicle
SelfPoweredRoadVehicle(self powered road vehicle)cycle_rickshaw, pedicab, tricycle, trike, velocipede

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


(documentation SelfPoweredRoadVehicle EnglishLanguage "SelfPoweredRoadVehicle is the class of RoadVehicles that are also PoweredVehicles. SelfPoweredRoadVehicle covers motorcycles, semi-trailers, RVs, etc., as well as Automobiles. This class includes vehicles powered by electricity, gasoline, diesel, and other fuels.") Transportation.kif 1945-1949
(subclass SelfPoweredRoadVehicle PoweredVehicle) Transportation.kif 1944-1944 Self powered road vehicle is a subclass of powered vehicle
(subclass SelfPoweredRoadVehicle RoadVehicle) Transportation.kif 1943-1943 Self powered road vehicle is a subclass of road vehicle

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


(subclass Automobile SelfPoweredRoadVehicle) Transportation.kif 2087-2087 Automobile is a subclass of self powered road vehicle
(subclass Bus SelfPoweredRoadVehicle) Transportation.kif 2106-2106 Bus is a subclass of self powered road vehicle
(subclass Motorcycle SelfPoweredRoadVehicle) Transportation.kif 2016-2016 Motorcycle is a subclass of self powered road vehicle
(subclass Truck SelfPoweredRoadVehicle) Transportation.kif 2149-2149 Truck is a subclass of self powered road vehicle
(termFormat ChineseLanguage SelfPoweredRoadVehicle "自供电公路车辆") domainEnglishFormat.kif 52051-52051 Truck is a subclass of self powered road vehicle
(termFormat ChineseTraditionalLanguage SelfPoweredRoadVehicle "自供電公路車輛") domainEnglishFormat.kif 52050-52050 Truck is a subclass of self powered road vehicle
(termFormat EnglishLanguage SelfPoweredRoadVehicle "self powered road vehicle") domainEnglishFormat.kif 52049-52049 Truck is a subclass of self powered road vehicle
(typicalPart CarAlarm SelfPoweredRoadVehicle) Cars.kif 3694-3694 A car alarm is typically a part of a self powered road vehicle

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


(=>
    (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 3695-3736


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