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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - earthAltitude
earthAltitude

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


(documentation earthAltitude EnglishLanguage "The altitude of an object above the sea level of PlanetEarth") Geography.kif 2775-2776
(domain earthAltitude 1 Object) Geography.kif 2778-2778 earthAltitude 的 1 数量 是 客体instance
(domain earthAltitude 2 PhysicalQuantity) Geography.kif 2779-2779 earthAltitude 的 2 数量 是 物理量instance
(instance earthAltitude BinaryPredicate) Geography.kif 2777-2777 earthAltitude二元谓语instance

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


(format ChineseLanguage earthAltitude "%1 是 %2 above 地表") domainEnglishFormat.kif 3290-3290
(format ChineseTraditionalLanguage earthAltitude "%1 是 %2 above 地表") domainEnglishFormat.kif 3289-3289
(format EnglishLanguage earthAltitude "%1 is %2 above the ground") domainEnglishFormat.kif 3288-3288
(termFormat EnglishLanguage earthAltitude "earth altitude") domainEnglishFormat.kif 65817-65817

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


(<=>
    (earthAltitude ?OBJ ?ALT)
    (exists (?SEA)
        (and
            (altitude ?OBJ ?SEA ?ALT)
            (surface ?SEA PlanetEarth))))
Geography.kif 2781-2786 客体 长度测量 above 地表 若且唯若 有存在 自身连接物体 这样 那个 客体altitude那个 自身连接物体那个 自身连接物体行星地球surface
(=>
    (and
        (instance ?basin Basin)
        (instance ?area LandArea)
        (instance ?U UnitOfLength)
        (earthAltitude ?basin
            (MeasureFn ?height1 ?U))
        (earthAltitude ?area
            (MeasureFn ?height2 ?U))
        (orientation ?basin ?area Adjacent))
    (greaterThan ?height2 ?height1))
Geography.kif 4247-4257
(=>
    (and
        (instance ?place UndergroundArea)
        (instance ?U UnitOfLength)
        (earthAltitude ?place
            (MeasureFn ?alt1 ?U))
        (surface ?ground PlanetEarth)
        (part ?area ?ground)
        (orientation ?place ?area Below)
        (earthAltitude ?area
            (MeasureFn ?alt2 ?U)))
    (greaterThan ?alt2 ?alt1))
Geography.kif 3999-4010
(=>
    (and
        (instance ?valley Valley)
        (instance ?area LandArea)
        (instance ?U UnitOfLength)
        (earthAltitude ?valley
            (MeasureFn ?height1 ?U))
        (earthAltitude ?area
            (MeasureFn ?height2 ?U))
        (orientation ?valley ?area Adjacent))
    (greaterThan ?height2 ?height1))
Geography.kif 4231-4241

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


(=>
    (instance ?incline SlopedArea)
    (exists (?top ?bottom ?height1 ?height2 ?U)
        (and
            (top ?top ?incline)
            (bottom ?bottom ?incline)
            (instance ?U UnitOfLength)
            (earthAltitude ?top
                (MeasureFn ?height1 ?U))
            (earthAltitude ?bottom
                (MeasureFn ?height2 ?U))
            (greaterThan ?height1 ?height2))))
Geography.kif 4107-4118