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


KB Term:  Term intersection
English Word: 

Sigma KEE - Speedometer
Speedometer(speedometer)

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


(documentation Speedometer EnglishLanguage "A Speedometer is a gauge that measures and displays the instantaneous speed of a vehicle.[Wikipedia]") Cars.kif 3014-3015
(subclass Speedometer MeasuringDevice) Cars.kif 3013-3013 Speedometer is a subclass of measuring device
(typicalPart Speedometer Vehicle) Cars.kif 3016-3016 A speedometer is typically a part of a vehicle

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


(termFormat EnglishLanguage Speedometer "speedometer") domainEnglishFormat.kif 65963-65963

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


(=>
    (instance ?S Speedometer)
    (hasPurpose ?S
        (exists (?V ?T ?SPEED ?DIST ?TIME ?M)
            (and
                (instance ?V Vehicle)
                (part ?S ?V)
                (instance ?T Translocation)
                (instrument ?T ?V)
                (measure ?T ?SPEED)
                (equal ?SPEED
                    (SpeedFn ?DIST ?TIME))
                (instance ?M Measuring)
                (instrument ?M ?S)
                (measurementReading ?M ?SPEED)))))
Cars.kif 3018-3032


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



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