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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Centimeter

Sigma KEE - Centimeter
Centimeter(厘米)

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 6778-6779
(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 5903-5903
(instance Centimeter UnitOfLength) Merge.kif 6776-6776 厘米 and UnitOfLength

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


(termFormat ChineseLanguage Centimeter "厘米") domainEnglishFormat.kif 13764-13764
(termFormat ChineseTraditionalLanguage Centimeter "厘米") domainEnglishFormat.kif 13763-13763
(termFormat EnglishLanguage Centimeter "centimeter") domainEnglishFormat.kif 13762-13762

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 620-630
(=>
    (and
        (instance ?D Dune)
        (height ?D
            (MeasureFn ?N Centimeter)))
    (greaterThan ?D 7.0))
Geography.kif 4401-4405
(=>
    (and
        (instance ?ET AuditoryCanal)
        (part ?ET ?H)
        (attribute ?H Healthy)
        (length ?ET
            (MeasureFn ?N Centimeter)))
    (approximateValue ?N 2.5))
Anatomy.kif 1567-1574
(=>
    (and
        (instance ?ET EustachianTube)
        (part ?ET ?H)
        (attribute ?H Healthy)
        (length ?ET
            (MeasureFn ?N Centimeter)))
    (approximateValue ?N 35.0))
Anatomy.kif 1517-1524

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 2923-2938
(=>
    (instance ?STUFF Hailstone)
    (exists (?CLASS)
        (and
            (instance ?STUFF ?CLASS)
            (defaultMinimumSphereRadius ?CLASS
                (MeasureFn 0.5 Centimeter))
            (defaultMaximumSphereRadius ?CLASS
                (MeasureFn 15.0 Centimeter)))))
Weather.kif 3066-3072

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


(defaultMaximumLength Hamster
    (MeasureFn 10.0 Centimeter))
Mid-level-ontology.kif 30636-30636 Hamstermaximum 預期長度是 測量 10.0 and 厘米
(defaultMinimumLength Hamster
    (MeasureFn 5.0 Centimeter))
Mid-level-ontology.kif 30637-30637 Hamsterminimum 預期長度是 測量 5.0 and 厘米
(equal
    (MeasureFn ?NUMBER Centimeter)
    (MeasureFn
        (MultiplicationFn ?NUMBER 0.01) Meter))
Merge.kif 6781-6783 等於 測量 RealNumber and 厘米 and 測量 乘法 RealNumber and 0.01 and 儀表


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