exportCommodityType |
appearance as argument number 1 |
(documentation exportCommodityType EnglishLanguage "(exportCommodityType ?AREA ?TYPE) means that the GeopoliticalArea ?AREA exports the commodity ?TYPE.") | Economy.kif 2308-2310 | |
(domain exportCommodityType 1 GeopoliticalArea) | Economy.kif 2305-2305 | The number 1 argument of export commodity type is an instance of geopolitical area |
(domainSubclass exportCommodityType 2 Object) | Economy.kif 2306-2306 | The number 2 argument of export commodity type is a subclass of object |
(instance exportCommodityType BinaryPredicate) | Economy.kif 2304-2304 | export commodity type is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage exportCommodityType "%2 %n 是 %1 的 export 商品种类") | domainEnglishFormat.kif 943-943 | |
(format ChineseTraditionalLanguage exportCommodityType "%2 %n 是 %1 的 export 商品種類") | domainEnglishFormat.kif 942-942 | |
(format EnglishLanguage exportCommodityType "%2 is %n an export commodity type of %1") | domainEnglishFormat.kif 941-941 | |
(termFormat ChineseLanguage exportCommodityType "出口商品类型") | domainEnglishFormat.kif 22902-22902 | |
(termFormat ChineseTraditionalLanguage exportCommodityType "出口商品類型") | domainEnglishFormat.kif 22901-22901 | |
(termFormat EnglishLanguage exportCommodityType "export commodity type") | domainEnglishFormat.kif 22900-22900 |
antecedent |
(=> (exportCommodityType ?AGENT ?TYPE) (exists (?EXPORT ?OBJECT) (and (instance ?EXPORT Exporting) (agent ?EXPORT ?AGENT) (instance ?OBJECT ?TYPE) (patient ?EXPORT ?OBJECT)))) |
Economy.kif 2312-2319 |
|
(=> (exportCommodityType ?AREA ?TYPE) (exists (?TRANSFER ?OBJECT) (and (instance ?TRANSFER Exporting) (agent ?TRANSFER ?AREA) (patient ?TRANSFER ?OBJECT) (instance ?OBJECT ?TYPE)))) |
Economy.kif 2335-2342 |
|
consequent |
(=> (exportCommodityTypeByRank ?AREA ?TYPE ?RANK) (exportCommodityType ?AREA ?TYPE)) |
Economy.kif 2331-2333 |
|