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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - ElevationHighPointFn
ElevationHighPointFn

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


(documentation ElevationHighPointFn EnglishLanguage "(ElevationHighPointFn ?AREA) denotes the area within the GeographicArea ?AREA that has the highest elevation.") Geography.kif 2118-2120
(domain ElevationHighPointFn 1 GeographicArea) Geography.kif 2115-2115 The number 1 argument of elevation high point is an instance of geographic area
(instance ElevationHighPointFn UnaryFunction) Geography.kif 2114-2114 Elevation high point is an instance of unary function
(range ElevationHighPointFn GeographicArea) Geography.kif 2116-2116 The range of elevation high point is an instance of geographic area

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


(format ChineseLanguage ElevationHighPointFn "%1 的 elevation 高点") domainEnglishFormat.kif 895-895
(format ChineseTraditionalLanguage ElevationHighPointFn "%1 的 elevation 高點") domainEnglishFormat.kif 894-894
(format EnglishLanguage ElevationHighPointFn "the elevation high point of %1") domainEnglishFormat.kif 893-893
(termFormat ChineseLanguage ElevationHighPointFn "海拔高点") domainEnglishFormat.kif 21825-21825
(termFormat ChineseTraditionalLanguage ElevationHighPointFn "海拔高點") domainEnglishFormat.kif 21824-21824
(termFormat EnglishLanguage ElevationHighPointFn "elevation high point") domainEnglishFormat.kif 21823-21823

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


(=>
    (and
        (instance ?AREA GeographicArea)
        (geographicSubregion
            (ElevationHighPointFn ?AREA) ?AREA)
        (elevation
            (ElevationHighPointFn ?AREA)
            (MeasureFn ?ELEV1 ?UNIT)))
    (not
        (exists (?OTHER ?ELEV2)
            (and
                (geographicSubregion ?OTHER ?AREA)
                (not
                    (equal ?OTHER
                        (ElevationHighPointFn ?AREA)))
                (elevation ?OTHER
                    (MeasureFn ?ELEV2 ?UNIT))
                (greaterThan ?ELEV2 ?ELEV1)))))
Geography.kif 2122-2133

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


(=>
    (and
        (instance ?AREA GeographicArea)
        (geographicSubregion
            (ElevationHighPointFn ?AREA) ?AREA)
        (elevation
            (ElevationHighPointFn ?AREA)
            (MeasureFn ?ELEV1 ?UNIT)))
    (not
        (exists (?OTHER ?ELEV2)
            (and
                (geographicSubregion ?OTHER ?AREA)
                (not
                    (equal ?OTHER
                        (ElevationHighPointFn ?AREA)))
                (elevation ?OTHER
                    (MeasureFn ?ELEV2 ?UNIT))
                (greaterThan ?ELEV2 ?ELEV1)))))
Geography.kif 2122-2133