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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Centimeter
Centimeter(centimeter)
centimeter, centimetre, cm

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


(documentation Centimeter ChineseLanguage "这是 Meter 的约数,符号:cm。它是100分之一 Meter。") chinese_format.kif 2513-2514
(documentation Centimeter EnglishLanguage "Submultiple of Meter. Symbol: cm. It is the 100th part of a Meter") Merge.kif 6802-6803
(documentation Centimeter JapaneseLanguage "Meter のサブマルチ。 シンボル: cm。 Meterの 100番目の部分である。") japanese_format.kif 1212-1213
(externalImage Centimeter "http://upload.wikimedia.org/wikipedia/commons/ 6/ 6c/ CarpentersRule.png") pictureList.kif 5902-5902
(instance Centimeter UnitOfLength) Merge.kif 6800-6800 Centimeter is an instance of unit of length

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


(termFormat ChineseLanguage Centimeter "厘米") domainEnglishFormat.kif 13773-13773
(termFormat ChineseTraditionalLanguage Centimeter "厘米") domainEnglishFormat.kif 13772-13772
(termFormat EnglishLanguage Centimeter "centimeter") domainEnglishFormat.kif 13771-13771

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


(=>
    (and
        (instance ?CPR CPR)
        (instance ?C Compressing)
        (path ?C ?P)
        (subProcess ?C ?CPR)
        (length ?P
            (MeasureFn ?L Centimeter)))
    (and
        (greaterThan ?L 5.0)
        (lessThan ?L 6.0)))
Medicine.kif 610-620
(=>
    (and
        (instance ?D Dune)
        (height ?D
            (MeasureFn ?N Centimeter)))
    (greaterThan ?N 7.0))
Geography.kif 4608-4612
(=>
    (and
        (instance ?ET AuditoryCanal)
        (part ?ET ?H)
        (attribute ?H Healthy)
        (length ?ET
            (MeasureFn ?N Centimeter)))
    (approximateValue ?N 2.5))
Anatomy.kif 1602-1609
(=>
    (and
        (instance ?ET EustachianTube)
        (part ?ET ?H)
        (attribute ?H Healthy)
        (length ?ET
            (MeasureFn ?N Centimeter)))
    (approximateValue ?N 35.0))
Anatomy.kif 1552-1559

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


(=>
    (instance ?SNOWSTORM Snowstorm)
    (holdsDuring
        (WhenFn ?SNOWSTORM)
        (exists (?SNOW ?AREA ?NUM)
            (and
                (instance ?SNOW Snowing)
                (instance ?AREA GeographicArea)
                (eventLocated ?SNOW ?AREA)
                (subProcess ?SNOW ?SNOWSTORM)
                (snowfallIntensity ?AREA
                    (WhenFn ?SNOW)
                    (PerFn
                        (MeasureFn ?NUM Centimeter)
                        (MeasureFn 1 HourDuration)))
                (greaterThan ?NUM 5.0)))))
Weather.kif 3626-3641
(=>
    (instance ?STUFF Hailstone)
    (exists (?CLASS)
        (and
            (instance ?STUFF ?CLASS)
            (defaultMinimumSphereRadius ?CLASS
                (MeasureFn 0.5 Centimeter))
            (defaultMaximumSphereRadius ?CLASS
                (MeasureFn 15.0 Centimeter)))))
Weather.kif 3769-3775

statement
-------------------------


(defaultMaximumLength Hamster
    (MeasureFn 10.0 Centimeter))
Mid-level-ontology.kif 32546-32546 The maximum expected length of hamster is 10.0 centimeter(s)
(defaultMinimumLength Hamster
    (MeasureFn 5.0 Centimeter))
Mid-level-ontology.kif 32547-32547 The minimum expected length of hamster is 5.0 centimeter(s)
(equal
    (MeasureFn ?NUMBER Centimeter)
    (MeasureFn
        (MultiplicationFn ?NUMBER 0.01) Meter))
Merge.kif 6805-6807 equal a real number centimeter(s) and the real number and 0.01 meter(s)


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