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 annualExportTotal の数値 1 引数は 地政学的地域instance では
(domain annualExportTotal 2 CurrencyMeasure) Economy.kif 2509-2509 annualExportTotal の数値 2 引数は 通貨測定instance では
(instance annualExportTotal BinaryPredicate) Economy.kif 2507-2507 annualExportTotal2進述語instance では

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 7693-7693
(termFormat ChineseTraditionalLanguage annualExportTotal "年出口總額") domainEnglishFormat.kif 7692-7692
(termFormat EnglishLanguage annualExportTotal "annual export total") domainEnglishFormat.kif 7691-7691

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