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 1372-1372
(documentation SurfZone EnglishLanguage "The WaterArea off the Shoreline where waves break.") Weather.kif 1371-1371
(subclass SurfZone WaterArea) Weather.kif 1374-1374 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 1394-1401
(=>
    (instance ?SURF SurfZone)
    (exists (?SL)
        (and
            (instance ?SL Shoreline)
            (orientation ?SURF ?SL Adjacent))))
Weather.kif 1375-1380

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


(=>
    (instance ?BREAK BreakingWave)
    (exists (?SURF)
        (and
            (instance ?SURF SurfZone)
            (eventLocated ?BREAK ?SURF))))
Weather.kif 1382-1387
(=>
    (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 1553-1562
(=>
    (instance ?HS HeavySurf)
    (holdsDuring
        (WhenFn ?HS)
        (exists (?SZ ?WW)
            (and
                (instance ?SZ SurfZone)
                (instance ?WW WaterWave)
                (subProcess ?WW ?HS)
                (eventLocated ?WW ?SZ)))))
Weather.kif 1564-1573


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