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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - annualExportTotal
annualExportTotal

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


(documentation annualExportTotal EnglishLanguage "(annualExportTotal ?AREA ?AMOUNT) means that the total value of exports from the GeopoliticalArea ?AREA is ?AMOUNT (in UnitedStatesDollars) annually. Export value is calculated on a Free on Board (F.O.B.) basis.") Economy.kif 2386-2390
(domain annualExportTotal 1 GeopoliticalArea) Economy.kif 2383-2383 The number 1 argument of annual export total is an instance of geopolitical area
(domain annualExportTotal 2 CurrencyMeasure) Economy.kif 2384-2384 The number 2 argument of annual export total is an instance of currency measure
(instance annualExportTotal BinaryPredicate) Economy.kif 2382-2382 annual export total is an instance of binary predicate

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


(format ChineseLanguage annualExportTotal "%2 %n 是 %1 的 annual 总共输出") domainEnglishFormat.kif 176-176
(format ChineseTraditionalLanguage annualExportTotal "%2 %n 是 %1 的 annual 總共輸出") domainEnglishFormat.kif 175-175
(format EnglishLanguage annualExportTotal "%2 is %n an annual export total of %1") domainEnglishFormat.kif 174-174
(termFormat ChineseLanguage annualExportTotal "年出口总额") domainEnglishFormat.kif 7699-7699
(termFormat ChineseTraditionalLanguage annualExportTotal "年出口總額") domainEnglishFormat.kif 7698-7698
(termFormat EnglishLanguage annualExportTotal "annual export total") domainEnglishFormat.kif 7697-7697

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


(=>
    (and
        (holdsDuring ?YEAR
            (annualExportTotal ?AREA ?AMOUNT))
        (instance ?YEAR ?PERIOD)
        (or
            (subclass ?PERIOD Year)
            (subclass ?PERIOD
                (FiscalYearFn ?AREA))))
    (exportTotalInPeriod ?AREA ?AMOUNT ?PERIOD))
Economy.kif 2403-2410

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


(=>
    (and
        (exportTotalInPeriod ?AREA ?AMOUNT ?PERIOD)
        (or
            (subclass ?PERIOD Year)
            (subclass ?PERIOD
                (FiscalYearFn ?AREA))))
    (exists (?YEAR)
        (and
            (instance ?YEAR ?PERIOD)
            (holdsDuring ?YEAR
                (annualExportTotal ?AREA ?AMOUNT)))))
Economy.kif 2392-2401


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