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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - RiverSystem
RiverSystem(river system)

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


(documentation RiverSystem EnglishLanguage "A RiverSystem comprises all the tributary streams and rivers (StreamWaterAreas) that drain along converging paths into the main river of the system, which discharges into a StaticWaterArea.") Geography.kif 5645-5648
(externalImage RiverSystem "http://upload.wikimedia.org/wikipedia/commons/ 6/ 6b/ 2007_0810klklk0004.JPG") pictureList.kif 1959-1959
(subclass RiverSystem Collection) Geography.kif 5643-5643 River system is a subclass of collection
(subclass RiverSystem WaterArea) Geography.kif 5642-5642 River system is a subclass of water area

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


(termFormat ChineseLanguage RiverSystem "河流系统") domainEnglishFormat.kif 50130-50130
(termFormat ChineseTraditionalLanguage RiverSystem "河流系統") domainEnglishFormat.kif 50129-50129
(termFormat EnglishLanguage RiverSystem "river system") domainEnglishFormat.kif 50128-50128

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 5666-5675
(=>
    (instance ?SYSTEM RiverSystem)
    (exists (?RIVER ?STATIC)
        (and
            (instance ?RIVER River)
            (part ?RIVER ?SYSTEM)
            (instance ?STATIC StaticWaterArea)
            (connected ?RIVER ?STATIC))))
Geography.kif 5657-5664
(=>
    (instance ?SYSTEM RiverSystem)
    (exists (?RIVER)
        (and
            (instance ?RIVER River)
            (part ?RIVER ?SYSTEM))))
Geography.kif 5650-5655


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