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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - landAreaOnly
landAreaOnly

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


(documentation landAreaOnly EnglishLanguage "(landAreaOnly ?REGION ?MEASURE) means that the total area(s) of solid ground within the GeographicArea ?REGION has the AreaMeasure ?AMOUNT. The pieces of solid ground need not be continuous within the region.") Geography.kif 711-714
(domain landAreaOnly 1 GeographicArea) Geography.kif 708-708 The number 1 argument of land area only is an instance of geographic area
(domain landAreaOnly 2 AreaMeasure) Geography.kif 709-709 The number 2 argument of land area only is an instance of area measure
(instance landAreaOnly BinaryPredicate) Geography.kif 707-707 land area only is an instance of binary predicate

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


(format ChineseLanguage landAreaOnly "%2 %n 是只对 %1 的 land 地区") domainEnglishFormat.kif 1431-1431
(format ChineseTraditionalLanguage landAreaOnly "%2 %n 是只對 %1 的 land 地區") domainEnglishFormat.kif 1430-1430
(format EnglishLanguage landAreaOnly "%2 is %n a land area only of %1") domainEnglishFormat.kif 1429-1429
(termFormat ChineseLanguage landAreaOnly "仅限陆地面积") domainEnglishFormat.kif 33216-33216
(termFormat ChineseTraditionalLanguage landAreaOnly "僅限陸地面積") domainEnglishFormat.kif 33215-33215
(termFormat EnglishLanguage landAreaOnly "land area only") domainEnglishFormat.kif 33214-33214

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


(=>
    (and
        (instance ?UNIT UnitOfArea)
        (landAreaOnly ?AREA
            (MeasureFn ?LAND ?UNIT))
        (waterAreaOnly ?AREA
            (MeasureFn ?WATER ?UNIT)))
    (totalArea ?AREA
        (MeasureFn
            (AdditionFn ?LAND ?WATER) ?UNIT)))
Geography.kif 725-730
(=>
    (landAreaOnly ?AREA ?MEASURE)
    (exists (?LAND)
        (and
            (instance ?LAND SurfaceGroundArea)
            (part ?LAND ?AREA)
            (totalArea ?LAND ?MEASURE))))
Geography.kif 749-755


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