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

Formal Language: 



KB Term:  Term intersection
English Word: 

  AutomobileShock

Sigma KEE - AutomobileShock
AutomobileShock

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


(documentation AutomobileShock EnglishLanguage "A Damper that is part of a modern RoadVehicle's AutoSuspensionSystem. It may include various kinds of fluids that have the effect of being a Damper on Motion.") Cars.kif 841-843
(subclass AutomobileShock Damper) Cars.kif 838-838 AutomobileShockDampersubclass
(typicalPart AutomobileShock AutoSuspensionSystem) Cars.kif 840-840 AutomobileShock typicallyAutoSuspensionSystempart
(typicalPart AutomobileShock Automobile) Cars.kif 868-868 AutomobileShock typically汽车part
(typicallyContainsPart AutomobileShock Automobile) Cars.kif 869-869 汽车 typicallypart AutomobileShock

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


(subclass MacPhersonStrut AutomobileShock) Cars.kif 3248-3248 MacPhersonStrutAutomobileShocksubclass
(termFormat EnglishLanguage AutomobileShock "shock") Cars.kif 839-839

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


(=>
    (and
        (instance ?A1 Automobile)
        (instance ?A2 Automobile)
        (instance ?S1 AutomobileShock)
        (part ?S1 ?A1)
        (not
            (exists (?S2)
                (and
                    (instance ?S2 AutomobileShock)
                    (part ?S2 ?A2))))
        (dampingRatio ?A1 ?R1)
        (dampingRatio ?A2 ?R2))
    (greaterThan ?R2 ?R1))
Cars.kif 853-866
(=>
    (and
        (instance ?AS AutomobileShock)
        (instance ?C Compressing)
        (instance ?H HoleRegion)
        (attribute ?F Fluid)
        (equal ?AS
            (HoleHostFn ?H))
        (contains ?AS ?F)
        (patient ?C ?AS))
    (exists (?T)
        (and
            (instance ?T Transfer)
            (objectTransferred ?T ?F)
            (path ?T ?H)
            (causes ?C ?T))))
Cars.kif 871-885
(=>
    (instance ?A AutomobileShock)
    (hasPurpose ?A
        (exists (?C)
            (and
                (instance ?C Automobile)
                (part ?A ?C)))))
Cars.kif 845-851


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