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

Formal Language: 



KB Term:  Term intersection
English Word: 

  LowTide

Sigma KEE - LowTide
LowTide(low tide)low_tide, low_water

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


(documentation LowTide EnglishLanguage "LowTide is the class of TidalProcesses that occur twice a day in marine waters, in which the water level falls below the mean sea level.") Geography.kif 4980-4982
(subclass LowTide TidalProcess) Geography.kif 4978-4978 Low tide is a subclass of tidal process

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


(subclass LowerLowTide LowTide) Geography.kif 4984-4984 Lower low tide is a subclass of low tide
(termFormat ChineseLanguage LowTide "低潮") domainEnglishFormat.kif 35237-35237
(termFormat ChineseTraditionalLanguage LowTide "低潮") domainEnglishFormat.kif 35236-35236
(termFormat EnglishLanguage LowTide "low tide") domainEnglishFormat.kif 35235-35235

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


(=>
    (and
        (instance ?LOW LowTide)
        (instance ?HIGH HighTide)
        (eventLocated ?LOW ?PLACE)
        (eventLocated ?HIGH ?PLACE)
        (instance ?DAY Day)
        (overlapsTemporally ?LOW ?DAY)
        (overlapsTemporally ?HIGH ?DAY))
    (exists (?AMOUNT1 ?AMOUNT2 ?U)
        (and
            (instance ?U UnitOfLength)
            (holdsDuring ?LOW
                (waterDepth ?PLACE
                    (MeasureFn ?AMOUNT1 ?U)))
            (holdsDuring ?HIGH
                (waterDepth ?PLACE
                    (MeasureFn ?AMOUNT2 ?U)))
            (greaterThan ?AMOUNT2 ?AMOUNT1))))
Geography.kif 4958-4976


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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