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

Formal Language: 



KB Term:  Term intersection
English Word: 

  FourWheelDriveVehicle

Sigma KEE - FourWheelDriveVehicle
FourWheelDriveVehicle

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


(documentation FourWheelDriveVehicle EnglishLanguage "A LandVehicle that is capable of providing power to all four Wheels.") Cars.kif 4570-4571
(subclass FourWheelDriveVehicle LandVehicle) Cars.kif 4568-4568 FourWheelDriveVehicle ist eine teilkategorie von LandVehicle

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


(termFormat EnglishLanguage FourWheelDriveVehicle "four wheel drive") Cars.kif 4569-4569

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


(=>
    (instance ?FWD FourWheelDriveVehicle)
    (hasPurpose ?FWD
        (forall (?W)
            (and
                (part ?W ?FWD)
                (exists (?E ?C ?R1 ?R2)
                    (and
                        (instance ?E Engine)
                        (part ?E ?FWD)
                        (instance ?C Crankshaft)
                        (part ?C ?E)
                        (instance ?R1 Rotating)
                        (patient ?R1 ?C)
                        (instance ?R2 Rotating)
                        (patient ?R2 ?W)
                        (causes ?R1 ?R2)))))))
Cars.kif 4573-4589

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


(=>
    (instance ?FFT FourByFourTire)
    (hasPurpose ?FFT
        (exists (?FWDV)
            (and
                (instance ?FWDV FourWheelDriveVehicle)
                (part ?FFT ?FWDV)))))
Cars.kif 4638-4644


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