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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - streamOutfall
streamOutfall

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


(documentation streamOutfall EnglishLanguage "(streamOutfall ?WATER ?RIVER) means that the WaterArea ?MOUTH is the outfall of the River ?RIVER.") Geography.kif 5759-5760
(domain streamOutfall 1 WaterArea) Geography.kif 5756-5756 The number 1 argument of stream outfall is an instance of water area
(domain streamOutfall 2 River) Geography.kif 5757-5757 The number 2 argument of stream outfall is an instance of river
(instance streamOutfall BinaryPredicate) Geography.kif 5755-5755 stream outfall is an instance of binary predicate
(subrelation streamOutfall properPart) Geography.kif 5754-5754 stream outfall is a subrelation of proper part

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


(format ChineseLanguage streamOutfall "%1 是 %2 的 outfall ") domainEnglishFormat.kif 4658-4658
(format ChineseTraditionalLanguage streamOutfall "%1 是 %2 的 outfall ") domainEnglishFormat.kif 4657-4657
(format EnglishLanguage streamOutfall "%1 is the outfall of %2") domainEnglishFormat.kif 4656-4656
(termFormat ChineseLanguage streamOutfall "流出口") domainEnglishFormat.kif 55605-55605
(termFormat ChineseTraditionalLanguage streamOutfall "流出口") domainEnglishFormat.kif 55604-55604
(termFormat EnglishLanguage streamOutfall "stream outfall") domainEnglishFormat.kif 55603-55603

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


(=>
    (streamOutfall ?MOUTH ?RIVER)
    (exists (?WATER)
        (and
            (instance ?WATER WaterArea)
            (flows ?RIVER ?WATER)
            (connected ?MOUTH ?WATER))))
Geography.kif 5762-5768

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


(=>
    (and
        (instance ?RIVER River)
        (instance ?WATER BodyOfWater)
        (flows ?RIVER ?WATER))
    (exists (?MOUTH)
        (and
            (instance ?MOUTH RiverMouth)
            (streamOutfall ?MOUTH ?RIVER)
            (connected ?MOUTH ?WATER))))
Geography.kif 5730-5739


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