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

Formal Language: 



KB Term:  Term intersection
English Word: 

  minCylinderVolume

Sigma KEE - minCylinderVolume
minCylinderVolume

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


(documentation minCylinderVolume EnglishLanguage "The volume of the CombustionChamber of the EngineCylinder at the maximum point of compression of the cylinder.") Cars.kif 1864-1866
(domain minCylinderVolume 1 Engine) Cars.kif 1859-1859 Le nombre 1 argument de minCylinderVolume est une instance de Engine
(domain minCylinderVolume 2 VolumeMeasure) Cars.kif 1860-1860 Le nombre 2 argument de minCylinderVolume est une instance de mesure de volume
(instance minCylinderVolume BinaryPredicate) Cars.kif 1858-1858 minCylinderVolume est une instance de pr�dicat binaire

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


(format EnglishLanguage minCylinderVolume "the minimum volume of the cylinders in the engine %1 is %n %2") Cars.kif 1861-1862
(termFormat EnglishLanguage minCylinderVolume "min cylinder volume") domainEnglishFormat.kif 65876-65876

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


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

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 Engine and nombre r�el minCylinderVolume Engine and nombre r�el unit� de mesure(s) maxCylinderVolume Engine and unit� de mesureAX unit� de mesure(s) nombre r�el est nombre r�el + unit� de mesureAX


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