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

Formal Language: 



KB Term:  Term intersection
English Word: 

  pistonStroke

Sigma KEE - pistonStroke
pistonStroke

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


(documentation pistonStroke EnglishLanguage "The maximum distance that a piston travels during normal operation of the Engine.") Cars.kif 1940-1941
(domain pistonStroke 1 Engine) Cars.kif 1936-1936 pistonStroke 的 1 数量 是 发动机instance
(domain pistonStroke 2 LengthMeasure) Cars.kif 1937-1937 pistonStroke 的 2 数量 是 长度测量instance
(instance pistonStroke BinaryPredicate) Cars.kif 1935-1935 pistonStroke二元谓语instance

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


(format EnglishLanguage pistonStroke "the maximum distance that the pistons of engine %1 travel is %n %2") Cars.kif 1938-1939
(termFormat EnglishLanguage pistonStroke "piston stroke") domainEnglishFormat.kif 65900-65900

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


(=>
    (and
        (instance ?EC EngineCycle)
        (instance ?E InternalCombustionEngine)
        (instance ?P Piston)
        (instance ?U UnitOfLength)
        (part ?P ?E)
        (patient ?EC ?P)
        (eventLocated ?EC ?E)
        (pistonStroke ?E
            (MeasureFn ?LM ?U)))
    (not
        (exists (?T1 ?T2 ?L1 ?L2 ?D)
            (and
                (during ?T1
                    (WhenFn ?EC))
                (during ?T2
                    (WhenFn ?EC))
                (holdsDuring ?T1
                    (located ?P ?L1))
                (holdsDuring ?T2
                    (located ?P ?L2))
                (distance ?L1 ?L2
                    (MeasureFn ?D ?U))
                (greaterThan ?D ?LM)))))
Cars.kif 1943-1965


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