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


KB Term:  Term intersection
English Word: 

Sigma KEE - SlopedArea
SlopedArea(sloped area)
more pictures...
coast, escarpment, hillside, incline, mountainside, scarp, side, slope, uphill, versant

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


(subclass SlopedArea LandForm) Geography.kif 5605-5605 Sloped area is a subclass of land form
(documentation SlopedArea EnglishLanguage "A SlopedArea is a land surface which lies at an angle to the horizontal so that some points on it are higher than others, a slope.") Geography.kif 5607-5609 Sloped area is a subclass of land form
(externalImage SlopedArea "http://upload.wikimedia.org/wikipedia/commons/ thumb/ 6/ 67/ Monte_Cimone_versante_nord.jpg/ 300px_Monte_Cimone_versante_nord.jpg") pictureList-ImageNet.kif 720-720 Sloped area is a subclass of land form
(externalImage SlopedArea "http://upload.wikimedia.org/wikipedia/commons/ f/ f1/ Akademia_Nauk_from_slope_of_Kaymsky.jpg") pictureList-ImageNet.kif 721-721 Sloped area is a subclass of land form
(externalImage SlopedArea "http://upload.wikimedia.org/wikipedia/commons/ c/ c1/ Ski_slope_Verbier_Valais_024.JPG") pictureList-ImageNet.kif 722-722 Sloped area is a subclass of land form
(externalImage SlopedArea "http://upload.wikimedia.org/wikipedia/commons/ thumb/ 3/ 37/ Ibergeregg_sea_of_fog.jpg/ 800px_Ibergeregg_sea_of_fog.jpg") pictureList-ImageNet.kif 723-723 Sloped area is a subclass of land form
(externalImage SlopedArea "http://upload.wikimedia.org/wikipedia/commons/ d/ d6/ Ski_slope_Verbier_Valais_026.JPG") pictureList-ImageNet.kif 724-724 Sloped area is a subclass of land form
(externalImage SlopedArea "http://upload.wikimedia.org/wikipedia/en/thumb/ 2/ 27/ Cromford_And_High_Peak_Railway_Former_incline_near_Whaley_Bridge.jpg/ 250px_Cromford_And_High_Peak_Railway_Former_incline_near_Whaley_Bridge.jpg") pictureList-ImageNet.kif 725-725 Sloped area is a subclass of land form
(externalImage SlopedArea "http://upload.wikimedia.org/wikipedia/commons/ f/ f0/ Strada_Stelvio.JPG") pictureList-ImageNet.kif 726-726 Sloped area is a subclass of land form
(externalImage SlopedArea "http://upload.wikimedia.org/wikipedia/commons/ thumb/ f/ fa/ Monte_Fasce.JPG/ 300px_Monte_Fasce.JPG") pictureList-ImageNet.kif 727-727 Sloped area is a subclass of land form
(externalImage SlopedArea "http://upload.wikimedia.org/wikipedia/commons/ thumb/ b/ be/ GeologicalExfoliationOfGraniteRock.jpg/ 250px_GeologicalExfoliationOfGraniteRock.jpg") pictureList-ImageNet.kif 728-728 Sloped area is a subclass of land form
(externalImage SlopedArea "http://upload.wikimedia.org/wikipedia/commons/ thumb/ 7/ 76/ Rastkogel_ski_slope.jpg/ 300px_Rastkogel_ski_slope.jpg") pictureList-ImageNet.kif 729-729 Sloped area is a subclass of land form

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


(subclass Cliff SlopedArea) Geography.kif 5627-5627 Cliff is a subclass of sloped area
(termFormat EnglishLanguage SlopedArea "sloped area") domainEnglishFormat.kif 53397-53397 Cliff is a subclass of sloped area
(termFormat ChineseTraditionalLanguage SlopedArea "傾斜的區域") domainEnglishFormat.kif 53398-53398 Cliff is a subclass of sloped area
(termFormat ChineseLanguage SlopedArea "倾斜的区域") domainEnglishFormat.kif 53399-53399 Cliff is a subclass of sloped area

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


(=>
    (instance ?incline SlopedArea)
    (exists (?top ?bottom ?height1 ?height2 ?U)
        (and
            (top ?top ?incline)
            (bottom ?bottom ?incline)
            (instance ?U UnitOfLength)
            (earthAltitude ?top
                (MeasureFn ?height1 ?U))
            (earthAltitude ?bottom
                (MeasureFn ?height2 ?U))
            (greaterThan ?height1 ?height2))))
Geography.kif 5611-5622 If X is an instance of sloped area, then there exist Y, Z,, , W,, , V and U such that the top of X is Y and the bottom of X is Z and U is an instance of unit of length and Y is W U(s) above the ground and Z is V U(s) above the ground and W is greater than V
(=>
    (and
        (instance ?W KatabaticWind)
        (origin ?W ?TOP)
        (top ?TOP ?A)
        (instance ?A SlopedArea)
        (barometricPressure ?TOP
            (MeasureFn ?H InchMercury))
        (destination ?W ?BOTTOM)
        (bottom ?BOTTIM ?A)
        (barometricPressure ?BOTTOM
            (MeasureFn ?L InchMercury)))
    (holdsDuring
        (WhenFn ?W)
        (greaterThan ?H ?L)))
Weather.kif 2510-2524 If All of the following hold: (1) X is an instance of katabatic wind (2) X originates at Y (3) the top of Z is Y (4) Z is an instance of sloped area (5) W inch mercury(s) is a barometric pressure of Y (6) X ends up at V (7) the bottom of Z is U (8) T inch mercury(s) is a barometric pressure of V, then W is greater than T holds during the time of existence of X

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


(=>
    (instance ?Mountain Mountain)
    (exists (?Incline)
        (and
            (instance ?Incline SlopedArea)
            (attribute ?Incline SteepTerrain)
            (part ?Incline ?Mountain))))
Geography.kif 5545-5551 If X is an instance of mountain, then there exists Y such that Y is an instance of sloped area, steep terrain is an attribute of Y, and Y is a part of X
(=>
    (instance ?Hill Hill)
    (exists (?Incline)
        (and
            (instance ?Incline SlopedArea)
            (part ?Incline ?Hill))))
Geography.kif 5568-5573 If X is an instance of hill, then there exists Y such that Y is an instance of sloped area and Y is a part of X
(=>
    (instance ?plateau Plateau)
    (exists (?slope)
        (and
            (instance ?slope SlopedArea)
            (attribute ?slope SteepTerrain)
            (overlapsSpatially ?slope ?plateau))))
Geography.kif 5650-5656 If X is an instance of plateau, then there exists Y such that Y is an instance of sloped area, steep terrain is an attribute of Y, Y, and X overlapsSpatially
(=>
    (instance ?SKI CrossCountrySkiing)
    (not
        (exists (?SLOPE)
            (and
                (instance ?SLOPE SlopedArea)
                (eventLocated ?SKI ?SLOPE)))))
Sports.kif 1108-1114 If X is an instance of cross country skiing, then there doesn't exist Y such that Y is an instance of sloped area and X is located at Y
(=>
    (instance ?FACILITY SkiingFacility)
    (exists (?SLOPE ?SKIING)
        (and
            (instance ?SLOPE SlopedArea)
            (part ?SLOPE ?FACILITY)
            (instance ?SKIING Skiing)
            (eventLocated ?SKIING ?SLOPE))))
Sports.kif 1121-1128 If X is an instance of skiing facility, then there exist Y, Z such that Y is an instance of sloped area, Y is a part of X, Z is an instance of skiing, and Z is located at Y
(=>
    (instance ?W KatabaticWind)
    (exists (?TOP ?A ?M ?AIR)
        (and
            (origin ?W ?TOP)
            (top ?TOP ?A)
            (instance ?A SlopedArea)
            (instance ?M MotionDownward)
            (patient ?M ?AIR)
            (orientation ?AIR ?TOP Above)
            (causes ?M ?W))))
Weather.kif 2526-2536 If X is an instance of katabatic wind, then All of the following hold: (1) there exist Y, Z,, , W (2) V such that X originates at Y (3) the top of Z is Y (4) Z is an instance of sloped area (5) W is an instance of motion downward (6) V is a patient of W (7) V is above to Y (8) W causes X
(=>
    (instance ?W MountainBreeze)
    (exists (?TOP ?A ?C ?AIR ?M)
        (and
            (origin ?W ?TOP)
            (top ?TOP ?A)
            (instance ?A SlopedArea)
            (instance ?C Cooling)
            (patient ?C ?AIR)
            (orientation ?AIR ?TOP Above)
            (causes ?C ?M)
            (instance ?M MotionDownward)
            (subProcess ?M ?W))))
Weather.kif 2568-2580 If X is an instance of mountain breeze, then All of the following hold: (1) there exist Y, Z,, , W,, , V (2) U such that X originates at Y (3) the top of Z is Y (4) Z is an instance of sloped area (5) W is an instance of cooling (6) V is a patient of W (7) V is above to Y (8) W causes U (9) U is an instance of motion downward (10) U is a subprocess of X
(=>
    (instance ?W ValleyBreeze)
    (exists (?BOTTOM ?A ?H ?AIR ?M)
        (and
            (origin ?W ?BOTTOM)
            (bottom ?BOTTOM ?A)
            (instance ?A SlopedArea)
            (instance ?H Heating)
            (patient ?H ?AIR)
            (orientation ?AIR ?BOTTOM Above)
            (causes ?H ?M)
            (instance ?M MotionUpward)
            (subProcess ?M ?W))))
Weather.kif 2591-2603 If X is an instance of valley breeze, then All of the following hold: (1) there exist Y, Z,, , W,, , V (2) U such that X originates at Y (3) the bottom of Z is Y (4) Z is an instance of sloped area (5) W is an instance of heating (6) V is a patient of W (7) V is above to Y (8) W causes U (9) U is an instance of motion upward (10) U is a subprocess of X


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners