importPartnerByRank |
appearance as argument number 1 |
(documentation importPartnerByRank EnglishLanguage "(importPartnerByRank ?AREA1 ?AREA2 ?NTH) means that the GeopoliticalArea ?AREA1 imports goods from GeopoliticalArea ?AREA2 is the ?NTH most important import partner of ?AREA1, based on U.S. dollar value of imports.") | Economy.kif 2698-2702 | |
(domain importPartnerByRank 1 GeopoliticalArea) | Economy.kif 2694-2694 | The number 1 argument of import partner by rank is an instance of geopolitical area |
(domain importPartnerByRank 2 GeopoliticalArea) | Economy.kif 2695-2695 | The number 2 argument of import partner by rank is an instance of geopolitical area |
(domain importPartnerByRank 3 PositiveInteger) | Economy.kif 2696-2696 | The number 3 argument of import partner by rank is an instance of positive integer |
(instance importPartnerByRank TernaryPredicate) | Economy.kif 2693-2693 | import partner by rank is an instance of ternary predicate |
appearance as argument number 2 |
(format ChineseLanguage importPartnerByRank "%1 %n{不} 对于 %3 由阶级 %2 import 伙伴") | domainEnglishFormat.kif 1273-1273 | |
(format ChineseTraditionalLanguage importPartnerByRank "%1 %n{不} 對於 %3 由階級 %2 import 夥伴") | domainEnglishFormat.kif 1272-1272 | |
(format EnglishLanguage importPartnerByRank "%1 %n{doesn't} import partner by rank %2 for %3") | domainEnglishFormat.kif 1271-1271 | |
(termFormat ChineseLanguage importPartnerByRank "按等级进口合作伙伴") | domainEnglishFormat.kif 29465-29465 | |
(termFormat ChineseTraditionalLanguage importPartnerByRank "按等級進口合作夥伴") | domainEnglishFormat.kif 29464-29464 | |
(termFormat EnglishLanguage importPartnerByRank "import partner by rank") | domainEnglishFormat.kif 29463-29463 |
consequent |
(<=> (importPartnerByRankInPeriod ?AREA1 ?AREA2 ?NTH ?PERIOD) (exists (?TIME) (and (instance ?TIME ?PERIOD) (holdsDuring ?TIME (importPartnerByRank ?AREA1 ?AREA2 ?NTH))))) |
Economy.kif 2704-2709 | A geopolitical area import partner by rank in period another geopolitical area for a positive integer with a kind of time interval if and only if there exists a time position such that the time position is an instance of a kind of time interval and the geopolitical area import partner by rank the other geopolitical area for the positive integer holds during the time position |