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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - waterAreaOnly
waterAreaOnly

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


(documentation waterAreaOnly EnglishLanguage "(waterAreaOnly ?REGION ?MEASURE) means that the total area(s) of surface water within the GeographicArea ?REGION has the AreaMeasure ?AMOUNT. The pieces of water need not be continuous within the region.") Geography.kif 720-723
(domain waterAreaOnly 1 GeographicArea) Geography.kif 717-717 waterAreaOnly の数値 1 引数は 地理的地域instance では
(domain waterAreaOnly 2 AreaMeasure) Geography.kif 718-718 waterAreaOnly の数値 2 引数は 面積測定instance では
(instance waterAreaOnly BinaryPredicate) Geography.kif 716-716 waterAreaOnly2進述語instance では

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


(format ChineseLanguage waterAreaOnly "%2 %n 是只对 %1 的 water 区域") domainEnglishFormat.kif 2611-2611
(format ChineseTraditionalLanguage waterAreaOnly "%2 %n 是只對 %1 的 water 區域") domainEnglishFormat.kif 2610-2610
(format EnglishLanguage waterAreaOnly "%2 is %n a water area only of %1") domainEnglishFormat.kif 2609-2609
(termFormat ChineseLanguage waterAreaOnly "仅限水域") domainEnglishFormat.kif 62331-62331
(termFormat ChineseTraditionalLanguage waterAreaOnly "僅限水域") domainEnglishFormat.kif 62330-62330
(termFormat EnglishLanguage waterAreaOnly "water area only") domainEnglishFormat.kif 62329-62329

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
(=>
    (waterAreaOnly ?AREA ?MEASURE)
    (exists (?WATER)
        (and
            (instance ?WATER WaterOnlyArea)
            (part ?WATER ?AREA)
            (totalArea ?WATER ?MEASURE))))
Geography.kif 773-779


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