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 2577-2581
(domain annualImportTotal 1 GeopoliticalArea) Economy.kif 2574-2574 年進口總額, 1 and GeopoliticalArea
(domain annualImportTotal 2 CurrencyMeasure) Economy.kif 2575-2575 年進口總額, 2 and CurrencyMeasure
(instance annualImportTotal BinaryPredicate) Economy.kif 2573-2573 年進口總額 and BinaryPredicate

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 7698-7698
(termFormat ChineseTraditionalLanguage annualImportTotal "年進口總額") domainEnglishFormat.kif 7697-7697
(termFormat EnglishLanguage annualImportTotal "annual import total") domainEnglishFormat.kif 7696-7696

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


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

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 2583-2592


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