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


KB Term:  Term intersection
English Word: 

Sigma KEE - InteriorVehicleEquipment
InteriorVehicleEquipment(vehicle interior)

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


(subclass InteriorVehicleEquipment Artifact) Cars.kif 4581-4581 Vehicle interior is a subclass of artifact
(documentation InteriorVehicleEquipment EnglishLanguage "The objects Inside the passenger compartment of a RoadVehicle, such as the seats, dashboard and radio.") Cars.kif 4582-4584 Vehicle interior is a subclass of artifact

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


(termFormat GermanLanguage InteriorVehicleEquipment "fahrzeugeinrichtung") Cars.kif 4579-4579
(termFormat EnglishLanguage InteriorVehicleEquipment "vehicle interior") Cars.kif 4580-4580

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


(=>
    (instance ?IVE InteriorVehicleEquipment)
    (hasPurpose ?IVE
        (exists (?V ?E)
            (and
                (instance ?V Automobile)
                (instance ?E Engine)
                (part ?E ?V)
                (not
                    (part ?IVE ?E))
                (part ?IVE ?V)
                (orientation ?IVE ?V Inside)))))
Cars.kif 4586-4597 If X is an instance of vehicle interior, then All of the following hold: (1) X has the purpose there exist Y (2) Z such that Y is an instance of automobile (3) Z is an instance of engine (4) Z is a part of Y (5) X is not a part of Z (6) X is a part of Y (7) X is inside the to Y


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners