exportPartner |
appearance as argument number 1 |
(documentation exportPartner EnglishLanguage "(exportPartner ?AGENT1 ?AGENT2) means that the AutonomousAgent ?AGENT1 exports goods to the AutonomousAgent ?AGENT2.") | Economy.kif 2375-2377 | |
(domain exportPartner 1 AutonomousAgent) | Economy.kif 2372-2372 | The number 1 argument of export partner is an instance of agent |
(domain exportPartner 2 AutonomousAgent) | Economy.kif 2373-2373 | The number 2 argument of export partner is an instance of agent |
(instance exportPartner BinaryPredicate) | Economy.kif 2369-2369 | export partner is an instance of binary predicate |
(instance exportPartner IrreflexiveRelation) | Economy.kif 2370-2370 | export partner is an instance of irreflexive relation |
(instance exportPartner PartialValuedRelation) | Economy.kif 2371-2371 | export partner is an instance of partial valued relation |
appearance as argument number 2 |
(format ChineseLanguage exportPartner "%2 %n 是 %1 的 export 伙伴") | domainEnglishFormat.kif 951-951 | |
(format ChineseTraditionalLanguage exportPartner "%2 %n 是 %1 的 export 夥伴") | domainEnglishFormat.kif 950-950 | |
(format EnglishLanguage exportPartner "%2 is %n an export partner of %1") | domainEnglishFormat.kif 949-949 | |
(termFormat ChineseLanguage exportPartner "出口伙伴") | domainEnglishFormat.kif 22920-22920 | |
(termFormat ChineseTraditionalLanguage exportPartner "出口夥伴") | domainEnglishFormat.kif 22919-22919 | |
(termFormat EnglishLanguage exportPartner "export partner") | domainEnglishFormat.kif 22918-22918 |
antecedent |
(=> (exportPartner ?AGENT1 ?AGENT2) (exists (?EXPORT) (and (instance ?EXPORT Exporting) (origin ?EXPORT ?AGENT1) (destination ?EXPORT ?AGENT2)))) |
Economy.kif 2379-2385 |
|
consequent |
(<=> (exportPartnerInPeriod ?AGENT1 ?AGENT2 ?PERIOD) (exists (?TIME) (and (instance ?TIME ?PERIOD) (holdsDuring ?TIME (exportPartner ?AGENT1 ?AGENT2))))) |
Economy.kif 2387-2392 | An agent export partner in period another agent for 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 other agent is an export partner of the agent holds during the time position |