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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Axle
Axle(axle)
axle, dead_axle, driving_axle, live_axle

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


(documentation Axle EnglishLanguage "Axle is a class of Devices each of which can be paired with two VehicleWheels to rotate and move a RoadVehicle.") Mid-level-ontology.kif 3979-3980
(externalImage Axle "http://upload.wikimedia.org/wikipedia/commons/thumb/ 7/ 76/ Rollingstock_axle.jpg/ 250px_Rollingstock_axle.jpg") pictureList.kif 1041-1041
(subclass Axle Device) Mid-level-ontology.kif 3978-3978 Axle is a subclass of device

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


(termFormat ChineseLanguage Axle "轴") domainEnglishFormat.kif 9421-9421
(termFormat ChineseTraditionalLanguage Axle "軸") domainEnglishFormat.kif 9420-9420
(termFormat EnglishLanguage Axle "axle") domainEnglishFormat.kif 9419-9419

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


(=>
    (and
        (instance ?W VehicleWheel)
        (instance ?V RoadVehicle)
        (part ?W ?V))
    (exists (?A)
        (and
            (instance ?A Axle)
            (component ?A ?V)
            (connected ?W ?A))))
Mid-level-ontology.kif 3981-3990
(=>
    (instance ?A Automobile)
    (equipmentCount ?A Axle 2))
Transportation.kif 2098-2100


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