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 The number 1 argument of import commodity type is an instance of geopolitical area
(domainSubclass importCommodityType 2 Object) Economy.kif 2611-2611 The number 2 argument of import commodity type is a subclass of object
(instance importCommodityType BinaryPredicate) Economy.kif 2609-2609 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 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