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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SurfZone
SurfZone(surf zone)

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


(documentation SurfZone ChineseLanguage "这是海岸线对外,波浪破裂的水域。") Weather.kif 1376-1376
(documentation SurfZone EnglishLanguage "The WaterArea off the Shoreline where waves break.") Weather.kif 1375-1375
(subclass SurfZone WaterArea) Weather.kif 1378-1378 Surf zone is a subclass of water area

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


(termFormat ChineseLanguage SurfZone "碎波带") domainEnglishFormat.kif 27845-27845
(termFormat EnglishLanguage SurfZone "surf zone") domainEnglishFormat.kif 27844-27844

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


(=>
    (and
        (instance ?SZ SurfZone)
        (significantWaveHeight ?SZ
            (WhenFn ?SZ)
            (MeasureFn ?X FootLength))
        (greaterThan ?X 8.0))
    (attribute ?SZ RedFlagSwimmingCondition))
Weather.kif 1398-1405
(=>
    (instance ?SURF SurfZone)
    (exists (?SL)
        (and
            (instance ?SL Shoreline)
            (orientation ?SURF ?SL Adjacent))))
Weather.kif 1379-1384

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


(=>
    (instance ?BREAK BreakingWave)
    (exists (?SURF)
        (and
            (instance ?SURF SurfZone)
            (eventLocated ?BREAK ?SURF))))
Weather.kif 1386-1391
(=>
    (instance ?HS HeavySurf)
    (exists (?SZ ?SWH)
        (and
            (instance ?SZ SurfZone)
            (eventLocated ?HS ?SZ)
            (significantWaveHeight ?SZ
                (WhenFn ?HS)
                (MeasureFn ?SWH FootLength))
            (greaterThanOrEqualTo ?SWH 13.0))))
Weather.kif 1557-1566
(=>
    (instance ?HS HeavySurf)
    (holdsDuring
        (WhenFn ?HS)
        (exists (?SZ ?WW)
            (and
                (instance ?SZ SurfZone)
                (instance ?WW WaterWave)
                (subProcess ?WW ?HS)
                (eventLocated ?WW ?SZ)))))
Weather.kif 1568-1577


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