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 2613-2615
(domain importCommodityType 1 GeopoliticalArea) Economy.kif 2610-2610 importCommodityType の数値 1 引数は 地政学的地域instance では %n
(domainSubclass importCommodityType 2 Object) Economy.kif 2611-2611 importCommodityType の数値 2 引数は オブジェクトsubclass では %n
(instance importCommodityType BinaryPredicate) Economy.kif 2609-2609 importCommodityType2進述語instance では %n

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 29401-29401
(termFormat ChineseTraditionalLanguage importCommodityType "進口商品類型") domainEnglishFormat.kif 29400-29400
(termFormat EnglishLanguage importCommodityType "import commodity type") domainEnglishFormat.kif 29399-29399

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 1478-1491
(=>
    (importCommodityTypeByRank ?AREA ?TYPE ?RANK)
    (importCommodityType ?AREA ?TYPE))
Economy.kif 2627-2629


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