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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - StreamWaterArea
StreamWaterArea

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


(disjoint StreamWaterArea StaticWaterArea) Mid-level-ontology.kif 10240-10240
(documentation StreamWaterArea EnglishLanguage "A relatively narrow WaterArea where the water flows constantly and in the same direction, e.g. a river, a stream, etc.") Mid-level-ontology.kif 10241-10243
(subclass StreamWaterArea FlowRegion) Mid-level-ontology.kif 10239-10239
(subclass StreamWaterArea WaterArea) Mid-level-ontology.kif 10238-10238

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


(subclass Creek StreamWaterArea) Geography.kif 5976-5976
(subclass Rapids StreamWaterArea) Geography.kif 5936-5936
(subclass River StreamWaterArea) Geography.kif 5775-5775
(subclass RiverMouth StreamWaterArea) Geography.kif 5959-5959
(subclass Waterfall StreamWaterArea) Geography.kif 5849-5849
(termFormat ChineseLanguage StreamWaterArea "溪水区") chinese_format.kif 953-953
(termFormat EnglishLanguage StreamWaterArea "stream water area") english_format.kif 1113-1113
(termFormat FrenchLanguage StreamWaterArea "plan d'eau en mouvement") french_format.kif 629-629
(termFormat Hindi StreamWaterArea "pravaahita jala kshetra") terms-hindi.txt 160-160
(termFormat ItalianLanguage StreamWaterArea "SuperficieD'AcquaCorrente") terms-it.txt 163-163
(termFormat JapaneseLanguage StreamWaterArea "河川水域") japanese_format.kif 2314-2314
(termFormat PortugueseLanguage StreamWaterArea "Area aquatica em movimento") portuguese_format.kif 581-581
(termFormat cz StreamWaterArea "stream water area") terms-cz.txt 197-197
(termFormat de StreamWaterArea "stroemedes wassergebiet") terms-de.txt 456-456
(termFormat ro StreamWaterArea "întindere de apã curgãtoare") relations-ro.kif 650-650
(termFormat tg StreamWaterArea "laki ng agos") terms-tg.txt 164-164

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


(=>
    (and
        (instance ?SYSTEM RiverSystem)
        (instance ?STREAM StreamWaterArea)
        (part ?STREAM ?SYSTEM))
    (exists (?RIVER)
        (and
            (instance ?RIVER River)
            (part ?RIVER ?SYSTEM)
            (flows ?STREAM ?RIVER))))
Geography.kif 5836-5845
(=>
    (instance ?STREAM StreamWaterArea)
    (exists (?WATER)
        (and
            (instance ?WATER BodyOfWater)
            (not
                (equal ?WATER ?STREAM))
            (flows ?STREAM ?WATER))))
Geography.kif 5718-5724

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


(=>
    (instance ?FORK StreamWaterConfluence)
    (exists (?STREAM ?BRANCH)
        (and
            (instance ?STREAM River)
            (instance ?BRANCH StreamWaterArea)
            (flows ?BRANCH ?STREAM)
            (connects ?FORK ?STREAM ?BRANCH))))
Geography.kif 5801-5808
(=>
    (instance ?FORK StreamWaterConfluence)
    (exists (?STREAM1 ?STREAM2)
        (and
            (instance ?STREAM1 StreamWaterArea)
            (connects ?FORK ?STREAM1 ?STREAM2)
            (instance ?STREAM2 StreamWaterArea)
            (flows ?STREAM1 ?STREAM2))))
Geography.kif 5792-5799


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