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

Formal Language: 



KB Term:  Term intersection
English Word: 

  SelfPoweredRoadVehicle

Sigma KEE - SelfPoweredRoadVehicle
SelfPoweredRoadVehicle(自供电公路车辆)

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 1805-1809
(subclass SelfPoweredRoadVehicle PoweredVehicle) Transportation.kif 1804-1804 自供电公路车辆动力车辆subclass
(subclass SelfPoweredRoadVehicle RoadVehicle) Transportation.kif 1803-1803 自供电公路车辆公路车辆subclass

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


(subclass Automobile SelfPoweredRoadVehicle) Transportation.kif 1947-1947 汽车自供电公路车辆subclass
(subclass Bus SelfPoweredRoadVehicle) Transportation.kif 1966-1966 总线自供电公路车辆subclass
(subclass Motorcycle SelfPoweredRoadVehicle) Transportation.kif 1876-1876 摩托车自供电公路车辆subclass
(subclass Truck SelfPoweredRoadVehicle) Transportation.kif 2009-2009 卡车自供电公路车辆subclass
(termFormat ChineseLanguage SelfPoweredRoadVehicle "自供电公路车辆") domainEnglishFormat.kif 52011-52011
(termFormat ChineseTraditionalLanguage SelfPoweredRoadVehicle "自供電公路車輛") domainEnglishFormat.kif 52010-52010
(termFormat EnglishLanguage SelfPoweredRoadVehicle "self powered road vehicle") domainEnglishFormat.kif 52009-52009
(typicalPart CarAlarm SelfPoweredRoadVehicle) Cars.kif 3709-3709 CarAlarm typically自供电公路车辆part

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 3710-3751


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