flows |
appearance as argument number 1 |
(documentation flows EnglishLanguage "(flows ?FLUID1 ?FLUID2) means that the Physical ?FLUID1 moves towards the Physical ?FLUID2, to which it is connected.") | Geography.kif 5437-5439 | |
(domain flows 1 (ExtensionFn Fluid)) |
Geography.kif 5426-5426 | The number 1 argument of flows is an instance of the class corresponding to fluid |
(domain flows 1 Physical) | Geography.kif 5428-5428 | The number 1 argument of flows is an instance of physical |
(domain flows 2 (ExtensionFn Fluid)) |
Geography.kif 5427-5427 | The number 2 argument of flows is an instance of the class corresponding to fluid |
(domain flows 2 Physical) | Geography.kif 5429-5429 | The number 2 argument of flows is an instance of physical |
(instance flows AsymmetricRelation) | Geography.kif 5424-5424 | flows is an instance of asymmetric relation |
(instance flows BinaryPredicate) | Geography.kif 5423-5423 | flows is an instance of binary predicate |
(instance flows TransitiveRelation) | Geography.kif 5425-5425 | flows is an instance of transitive relation |
appearance as argument number 2 |
(format ChineseLanguage flows "%2 %n 是 %1 的 flows ") | domainEnglishFormat.kif 1077-1077 | |
(format ChineseTraditionalLanguage flows "%2 %n 是 %1 的 flows ") | domainEnglishFormat.kif 1076-1076 | |
(format EnglishLanguage flows "%2 is %n a flows of %1") | domainEnglishFormat.kif 1075-1075 | |
(subrelation tributary flows) | Geography.kif 5434-5434 | tributary is a subrelation of flows |
(termFormat ChineseLanguage flows "流动") | domainEnglishFormat.kif 24356-24356 | |
(termFormat ChineseTraditionalLanguage flows "流動") | domainEnglishFormat.kif 24355-24355 | |
(termFormat EnglishLanguage flows "flows") | domainEnglishFormat.kif 24354-24354 |
antecedent |
(=> (and (instance ?RIVER River) (instance ?WATER BodyOfWater) (flows ?RIVER ?WATER)) (exists (?MOUTH) (and (instance ?MOUTH RiverMouth) (streamOutfall ?MOUTH ?RIVER) (connected ?MOUTH ?WATER)))) |
Geography.kif 5661-5670 |
|
(=> (flows ?FLUID1 ?FLUID2) (connected ?FLUID1 ?FLUID2)) |
Geography.kif 5442-5444 |
|
(=> (flows ?FLUID1 ?FLUID2) (orientation ?FLUID1 ?FLUID2 Upstream)) |
Geography.kif 5446-5448 |
|
consequent |