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

Formal Language: 



KB Term:  Term intersection
English Word: 

  InlandWaterSystem

Sigma KEE - InlandWaterSystem
InlandWaterSystem(内陆水系统)

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


(documentation InlandWaterSystem EnglishLanguage "An instance of InlandWaterSystem comprises two or more lakes or rivers, canals, or other waterways that are interconnected.") Geography.kif 5344-5346
(externalImage InlandWaterSystem "http://upload.wikimedia.org/wikipedia/ commons/ 8/ 8e/ Great_Lakes_1.PNG") pictureList.kif 1485-1485
(subclass InlandWaterSystem Collection) Geography.kif 5342-5342 内陆水系统群体subclass
(subclass InlandWaterSystem WaterArea) Geography.kif 5341-5341 内陆水系统水域subclass

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


(termFormat ChineseLanguage InlandWaterSystem "内陆水系统") domainEnglishFormat.kif 30169-30169
(termFormat ChineseTraditionalLanguage InlandWaterSystem "內陸水系統") domainEnglishFormat.kif 30168-30168
(termFormat EnglishLanguage InlandWaterSystem "inland water system") domainEnglishFormat.kif 30167-30167

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


(=>
    (and
        (instance ?SYSTEM InlandWaterSystem)
        (instance ?WATER1 WaterArea)
        (instance ?WATER2 WaterArea)
        (not
            (equal ?WATER1 ?WATER2))
        (not
            (connected ?WATER1 ?WATER2))
        (geographicSubregion ?WATER1 ?SYSTEM)
        (geographicSubregion ?WATER2 ?SYSTEM))
    (exists (?WATER3)
        (and
            (instance ?WATER3 WaterArea)
            (not
                (equal ?WATER3 ?WATER1))
            (not
                (equal ?WATER3 ?WATER1))
            (part ?WATER3 ?SYSTEM)
            (connects ?WATER3 ?WATER1 ?WATER2))))
Geography.kif 5380-5395
(=>
    (instance ?SYSTEM InlandWaterSystem)
    (exists (?BODY1 ?BODY2)
        (and
            (instance ?BODY1 BodyOfWater)
            (instance ?BODY2 BodyOfWater)
            (not
                (equal ?BODY1 ?BODY2))
            (geographicSubregion ?BODY1 ?SYSTEM)
            (geographicSubregion ?BODY2 ?SYSTEM))))
Geography.kif 5348-5356


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