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

Formal Language: 



KB Term:  Term intersection
English Word: 

  maxCylinderVolume

Sigma KEE - maxCylinderVolume
maxCylinderVolume

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


(documentation maxCylinderVolume EnglishLanguage "The volume of the CombustionChamber of the EngineCylinder at the maximum point of extension of the piston.") Cars.kif 1894-1896
(domain maxCylinderVolume 1 Engine) Cars.kif 1890-1890 maxCylinderVolume 的 1 数量 是 发动机instance
(domain maxCylinderVolume 2 VolumeMeasure) Cars.kif 1891-1891 maxCylinderVolume 的 2 数量 是 体积测量instance
(instance maxCylinderVolume BinaryPredicate) Cars.kif 1889-1889 maxCylinderVolume二元谓语instance

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


(format EnglishLanguage maxCylinderVolume "the maximum volume of the cylinders in the engine %1 is %n %2") Cars.kif 1892-1893
(termFormat EnglishLanguage maxCylinderVolume "max cylinder volume") domainEnglishFormat.kif 65871-65871

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


(=>
    (and
        (instance ?EC EngineCycle)
        (instance ?E InternalCombustionEngine)
        (instance ?CC CombustionChamber)
        (part ?CC ?E)
        (eventLocated ?EC ?E)
        (instance ?U UnitOfVolume)
        (holdsDuring
            (WhenFn ?EC)
            (maxCylinderVolume ?E
                (MeasureFn ?V1 ?U))))
    (not
        (exists (?V2 ?T)
            (and
                (during ?T
                    (WhenFn ?EC))
                (holdsDuring ?T
                    (measure ?CC
                        (MeasureFn ?V2 ?U)))
                (greaterThan ?V2 ?V1)))))
Cars.kif 1898-1917

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


(<=>
    (compressionRatio ?E ?R)
    (and
        (minCylinderVolume ?E
            (MeasureFn ?MIN ?M))
        (maxCylinderVolume ?E
            (MeasureFn ?MAX ?M))
        (equal ?R
            (DivisionFn ?MIN ?MAX))))
Cars.kif 1928-1933 compressionRatio 发动机 and 实数 若且唯若 minCylinderVolume 那个 发动机 and 另一个 实数 测量单位maxCylinderVolume 那个 发动机 and 那个 测量单位AX 那个 测量单位那个 实数 equal 那个 另外 实数那个 测量单位AX


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