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

Formal Language: 



KB Term:  Term intersection
English Word: 

  importCommodityType

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 Die Zahl 1 Argument von importCommodityType ist ein fall von GeopoliticalArea %n{nicht}
(domainSubclass importCommodityType 2 Object) Economy.kif 2611-2611 Die Zahl 2 Argument von importCommodityType ist eine teilkategorie von Object %n{nicht}
(instance importCommodityType BinaryPredicate) Economy.kif 2609-2609 importCommodityType ist ein fall von BinaryPredicate %n{nicht}

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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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