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 2511-2515
(domain annualExportTotal 1 GeopoliticalArea) Economy.kif 2508-2508
(domain annualExportTotal 2 CurrencyMeasure) Economy.kif 2509-2509
(instance annualExportTotal BinaryPredicate) Economy.kif 2507-2507

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 2528-2535

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 2517-2526


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