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 5528-5530
(subclass LandForm GeographicArea) Geography.kif 5527-5527 Land form is a subclass of geographic area

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


(subclass Archipelago LandForm) Geography.kif 7456-7456 Archipelago is a subclass of land form
(subclass Basin LandForm) Geography.kif 5795-5795 Basin is a subclass of land form
(subclass Butte LandForm) Geography.kif 5724-5724 Butte is a subclass of land form
(subclass Canyon LandForm) Geography.kif 5811-5811 Canyon is a subclass of land form
(subclass Cape LandForm) Geography.kif 7422-7422 Cape is a subclass of land form
(subclass CaveMatrix LandForm) Geography.kif 7663-7663 Cave matrix is a subclass of land form
(subclass Delta LandForm) Geography.kif 7391-7391 Delta is a subclass of land form
(subclass Glacier LandForm) Geography.kif 7613-7613 Glacier is a subclass of land form
(subclass Hill LandForm) Geography.kif 5595-5595 Hill is a subclass of land form
(subclass LowlandArea LandForm) Geography.kif 5536-5536 Lowland area is a subclass of land form
(subclass Mesa LandForm) Geography.kif 5706-5706 Mesa is a subclass of land form
(subclass Mountain LandForm) Geography.kif 5578-5578 Mountain is a subclass of land form
(subclass MountainRange LandForm) Geography.kif 5564-5564 Mountain range is a subclass of land form
(subclass Peninsula LandForm) Geography.kif 7408-7408 Peninsula is a subclass of land form
(subclass Plateau LandForm) Geography.kif 5687-5687 Plateau is a subclass of land form
(subclass Reef LandForm) Geography.kif 7552-7552 Reef is a subclass of land form
(subclass RiverBank LandForm) Geography.kif 7372-7372 River bank is a subclass of land form
(subclass Seacoast LandForm) Geography.kif 7735-7735 Seacoast is a subclass of land form
(subclass Shoal LandForm) Geography.kif 7526-7526 Shoal is a subclass of land form
(subclass SlopedArea LandForm) Geography.kif 5653-5653 Sloped area is a subclass of land form
(subclass UplandArea LandForm) Geography.kif 5532-5532 Upland area is a subclass of land form
(subclass Valley LandForm) Geography.kif 5778-5778 Valley is a subclass of land form
(subclass Volcano LandForm) Geography.kif 5609-5609 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 3390-3398
(=>
    (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 4157-4170

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


(=>
    (instance ?LAND Shoal)
    (exists (?PART ?WATER)
        (and
            (instance ?PART LandForm)
            (most ?PART ?LAND)
            (instance ?WATER BodyOfWater)
            (covers ?WATER ?PART))))
Geography.kif 7535-7542
(=>
    (instance ?WEARING Erosion)
    (exists (?LAND)
        (and
            (patient ?WEARING ?LAND)
            (instance ?LAND LandForm))))
Geography.kif 4150-4155


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