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


KB Term:  Term intersection
English Word: 

Sigma KEE - LandForm
LandForm(land form)Pillars_of_Hercules

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


(documentation LandForm EnglishLanguage "A LandForm is the class of geographically and/ or geologically distinct areas that occur on Earth's surface, including mountains, hills, plains, valleys, deltas, and features of submerged land areas such as the ocean floor.") Geography.kif 5449-5451
(subclass LandForm GeographicArea) Geography.kif 5448-5448 Land form is a subclass of geographic area

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


(subclass Archipelago LandForm) Geography.kif 7377-7377 Archipelago is a subclass of land form
(subclass Basin LandForm) Geography.kif 5716-5716 Basin is a subclass of land form
(subclass Butte LandForm) Geography.kif 5645-5645 Butte is a subclass of land form
(subclass Canyon LandForm) Geography.kif 5732-5732 Canyon is a subclass of land form
(subclass Cape LandForm) Geography.kif 7343-7343 Cape is a subclass of land form
(subclass CaveMatrix LandForm) Geography.kif 7584-7584 Cave matrix is a subclass of land form
(subclass Delta LandForm) Geography.kif 7312-7312 Delta is a subclass of land form
(subclass Glacier LandForm) Geography.kif 7534-7534 Glacier is a subclass of land form
(subclass Hill LandForm) Geography.kif 5516-5516 Hill is a subclass of land form
(subclass LowlandArea LandForm) Geography.kif 5457-5457 Lowland area is a subclass of land form
(subclass Mesa LandForm) Geography.kif 5627-5627 Mesa is a subclass of land form
(subclass Mountain LandForm) Geography.kif 5499-5499 Mountain is a subclass of land form
(subclass MountainRange LandForm) Geography.kif 5485-5485 Mountain range is a subclass of land form
(subclass Peninsula LandForm) Geography.kif 7329-7329 Peninsula is a subclass of land form
(subclass Plateau LandForm) Geography.kif 5608-5608 Plateau is a subclass of land form
(subclass Reef LandForm) Geography.kif 7473-7473 Reef is a subclass of land form
(subclass RiverBank LandForm) Geography.kif 7293-7293 River bank is a subclass of land form
(subclass Seacoast LandForm) Geography.kif 7656-7656 Seacoast is a subclass of land form
(subclass Shoal LandForm) Geography.kif 7447-7447 Shoal is a subclass of land form
(subclass SlopedArea LandForm) Geography.kif 5574-5574 Sloped area is a subclass of land form
(subclass UplandArea LandForm) Geography.kif 5453-5453 Upland area is a subclass of land form
(subclass Valley LandForm) Geography.kif 5699-5699 Valley is a subclass of land form
(subclass Volcano LandForm) Geography.kif 5530-5530 Volcano is a subclass of land form
(termFormat ChineseLanguage LandForm "土地形式") domainEnglishFormat.kif 33227-33227 Volcano is a subclass of land form
(termFormat ChineseTraditionalLanguage LandForm "土地形式") domainEnglishFormat.kif 33226-33226 Volcano is a subclass of land form

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

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


(=>
    (and
        (elevation ?OBJECT
            (MeasureFn ?NUM ?UNIT))
        (instance ?UNIT UnitOfLength)
        (instance ?OBJECT LandForm))
    (exists (?HIGHPOINT)
        (and
            (top ?HIGHPOINT ?OBJECT)
            (distance ?HIGHPOINT SeaLevel
                (MeasureFn ?NUM ?UNIT)))))
Geography.kif 3314-3322
(=>
    (and
        (instance ?WEARING Erosion)
        (instance ?LAND LandForm)
        (patient ?WEARING ?LAND)
        (instance ?U UnitOfVolume)
        (measure ?LAND
            (MeasureFn ?SIZE1 ?U)))
    (holdsDuring
        (ImmediateFutureFn
            (WhenFn ?WEARING))
        (exists (?SIZE2)
            (and
                (measure ?LAND
                    (MeasureFn ?SIZE2 ?U))
                (lessThan ?SIZE2 ?SIZE1)))))
Geography.kif 4081-4094

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


(=>
    (instance ?LAND Shoal)
    (exists (?PART ?WATER)
        (and
            (instance ?PART LandForm)
            (most ?PART ?LAND)
            (instance ?WATER BodyOfWater)
            (covers ?WATER ?PART))))
Geography.kif 7456-7463
(=>
    (instance ?WEARING Erosion)
    (exists (?LAND)
        (and
            (patient ?WEARING ?LAND)
            (instance ?LAND LandForm))))
Geography.kif 4074-4079


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