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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Diazepam

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 1877-1879
(domain maxCylinderVolume 1 Engine) Cars.kif 1873-1873 O argumento numero 1 de maxCylinderVolume e' uma instancia de Engine
(domain maxCylinderVolume 2 VolumeMeasure) Cars.kif 1874-1874 O argumento numero 2 de maxCylinderVolume e' uma instancia de Medida de Volume
(instance maxCylinderVolume BinaryPredicate) Cars.kif 1872-1872 maxCylinderVolume e' uma instancia de Predicado Binario

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


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

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 1881-1900

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


(<=>
    (compressionRatio ?E ?R)
    (and
        (minCylinderVolume ?E
            (MeasureFn ?MIN ?M))
        (maxCylinderVolume ?E
            (MeasureFn ?MAX ?M))
        (equal ?R
            (DivisionFn ?MIN ?MAX))))
Cars.kif 1911-1916 compressionRatio Engine and Numero Real minCylinderVolume Engine and Numero Real Unidade de Medida(s) maxCylinderVolume Engine and Unidade de MedidaAX Unidade de Medida(s) Numero Real e' igual a Numero Real + Unidade de MedidaAX


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