![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| importPartnerByFractionInPeriod |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (format EnglishLanguage importPartnerByFractionInPeriod "%1 %n{doesn't} import partner by fraction in period %2 for %3 with %4") | domainEnglishFormat.kif 1267-1267 | |
| (format ChineseTraditionalLanguage importPartnerByFractionInPeriod "%1 %n{不} 對 %3 和 %4 在週期 %2 由一部分 import 夥伴") | domainEnglishFormat.kif 1268-1268 | |
| (format ChineseLanguage importPartnerByFractionInPeriod "%1 %n{不} 对 %3 和 %4 在周期 %2 由一部分 import 伙伴") | domainEnglishFormat.kif 1269-1269 | |
| (termFormat EnglishLanguage importPartnerByFractionInPeriod "import partner by fraction in period") | domainEnglishFormat.kif 29427-29427 | |
| (termFormat ChineseTraditionalLanguage importPartnerByFractionInPeriod "按期間分數進口合作夥伴") | domainEnglishFormat.kif 29428-29428 | |
| (termFormat ChineseLanguage importPartnerByFractionInPeriod "按期间分数进口合作伙伴") | domainEnglishFormat.kif 29429-29429 |
| antecedent |
|
|
| (=> (importPartnerByFractionInPeriod ?AREA1 ?AREA2 ?FRACTION ?PERIOD) (lessThanOrEqualTo ?FRACTION 1.0)) |
Economy.kif 3055-3057 | If X import partner by fraction in period Y for Z with W, then Z is less than or equal to 1.0 |
| (<=> (importPartnerByFractionInPeriod ?AREA1 ?AREA2 ?FRACTION ?PERIOD) (exists (?TIME) (and (instance ?TIME ?PERIOD) (holdsDuring ?TIME (importPartnerByFraction ?AREA1 ?AREA2 ?FRACTION))))) |
Economy.kif 3074-3079 | X import partner by fraction in period Y for Z with W if, only if there exists V such that V is an instance of W, and X import partner by fraction Y for Z holds during V |