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


KB Term:  Term intersection
English Word: 

  annualImportTotal

Sigma KEE - annualImportTotal
annualImportTotal

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


(documentation annualImportTotal EnglishLanguage "(annualImportTotal ?AREA ?AMOUNT) means that the total value of imports to the GeopoliticalArea ?AREA is ?AMOUNT (in UnitedStatesDollars) annually. Import value is calculated on a Cost, Insurance, and Freight (C.I.F.) or a Free on Board (F.O.B.) basis.") Economy.kif 2909-2913
(domain annualImportTotal 1 GeopoliticalArea) Economy.kif 2906-2906 The number 1 argument of annual import total is an instance of geopolitical area
(domain annualImportTotal 2 CurrencyMeasure) Economy.kif 2907-2907 The number 2 argument of annual import total is an instance of currency measure
(instance annualImportTotal BinaryPredicate) Economy.kif 2905-2905 annual import total is an instance of binary predicate

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


(format ChineseLanguage annualImportTotal "%2 %n 是 %1 的 annual 总共输入") domainEnglishFormat.kif 180-180
(format ChineseTraditionalLanguage annualImportTotal "%2 %n 是 %1 的 annual 總共輸入") domainEnglishFormat.kif 179-179
(format EnglishLanguage annualImportTotal "%2 is %n an annual import total of %1") domainEnglishFormat.kif 178-178
(termFormat ChineseLanguage annualImportTotal "年进口总额") domainEnglishFormat.kif 7693-7693
(termFormat ChineseTraditionalLanguage annualImportTotal "年進口總額") domainEnglishFormat.kif 7692-7692
(termFormat EnglishLanguage annualImportTotal "annual import total") domainEnglishFormat.kif 7691-7691

antecedent
-------------------------


(=>
    (and
        (holdsDuring ?YEAR
            (annualImportTotal ?AREA ?AMOUNT))
        (instance ?YEAR ?PERIOD)
        (or
            (subclass ?PERIOD Year)
            (subclass ?PERIOD
                (FiscalYearFn ?AREA))))
    (importTotalInPeriod ?AREA ?AMOUNT ?PERIOD))
Economy.kif 2926-2933

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


(=>
    (and
        (importTotalInPeriod ?AREA ?AMOUNT ?PERIOD)
        (or
            (subclass ?PERIOD Year)
            (subclass ?PERIOD
                (FiscalYearFn ?AREA))))
    (exists (?YEAR)
        (and
            (instance ?YEAR ?PERIOD)
            (holdsDuring ?YEAR
                (annualImportTotal ?AREA ?AMOUNT)))))
Economy.kif 2915-2924


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