Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - importCommodityType
importCommodityType

appearance as argument number 1
-------------------------


(documentation importCommodityType EnglishLanguage "(importCommodityType ?AREA ?TYPE) means that the GeopoliticalArea ?AREA imports the commodity ?TYPE.") Economy.kif 2950-2952
(domain importCommodityType 1 GeopoliticalArea) Economy.kif 2947-2947 The number 1 argument of import commodity type is an instance of geopolitical area
(domainSubclass importCommodityType 2 Object) Economy.kif 2948-2948 The number 2 argument of import commodity type is a subclass of object
(instance importCommodityType BinaryPredicate) Economy.kif 2946-2946 import commodity type is an instance of binary predicate

appearance as argument number 2
-------------------------


(format ChineseLanguage importCommodityType "%2 %n 是 %1 的 import 商品种类") domainEnglishFormat.kif 1253-1253
(format ChineseTraditionalLanguage importCommodityType "%2 %n 是 %1 的 import 商品種類") domainEnglishFormat.kif 1252-1252
(format EnglishLanguage importCommodityType "%2 is %n an import commodity type of %1") domainEnglishFormat.kif 1251-1251
(termFormat ChineseLanguage importCommodityType "进口商品类型") domainEnglishFormat.kif 29412-29412
(termFormat ChineseTraditionalLanguage importCommodityType "進口商品類型") domainEnglishFormat.kif 29411-29411
(termFormat EnglishLanguage importCommodityType "import commodity type") domainEnglishFormat.kif 29410-29410

consequent
-------------------------


(=>
    (and
        (attribute ?X DutyFree)
        (instance ?X Store))
    (exists (?AREA ?OBJ ?O ?SELL)
        (and
            (instance ?AREA GeopoliticalArea)
            (located ?X ?AREA)
            (subclass ?O Object)
            (importCommodityType ?AREA ?O)
            (instance ?OBJ ?O)
            (instance ?SELL Selling)
            (patient ?SELL ?OBJ)
            (located ?SELL ?X))))
Hotel.kif 1489-1502
(=>
    (importCommodityTypeByRank ?AREA ?TYPE ?RANK)
    (importCommodityType ?AREA ?TYPE))
Economy.kif 2964-2966


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners