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

Formal Language: 



KB Term:  Term intersection
English Word: 

  importTotalInPeriod

Sigma KEE - importTotalInPeriod
importTotalInPeriod

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


(documentation importTotalInPeriod EnglishLanguage "(importTotalInPeriod ?AREA ?AMOUNT ?PERIOD) means that the total value of imports to the GeopoliticalArea ?AREA is ?AMOUNT (in UnitedStatesDollars) for the TimeInterval indicated by ?PERIOD. Import value is calculated on a Cost, Insurance, and Freight (C.I.F.) or a Free on Board (F.O.B.) basis.") Economy.kif 2566-2571
(domain importTotalInPeriod 1 GeopoliticalArea) Economy.kif 2562-2562 The number 1 argument of import total in period is an instance of geopolitical area
(domain importTotalInPeriod 2 CurrencyMeasure) Economy.kif 2563-2563 The number 2 argument of import total in period is an instance of currency measure
(domainSubclass importTotalInPeriod 3 TimeInterval) Economy.kif 2564-2564 The number 3 argument of import total in period is a subclass of time interval
(instance importTotalInPeriod TernaryPredicate) Economy.kif 2561-2561 import total in period is an instance of ternary predicate

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


(format ChineseLanguage importTotalInPeriod "%1 %n{不} 对于 %3 在周期 %2 import 全部") domainEnglishFormat.kif 1285-1285
(format ChineseTraditionalLanguage importTotalInPeriod "%1 %n{不} 對於 %3 在週期 %2 import 全部") domainEnglishFormat.kif 1284-1284
(format EnglishLanguage importTotalInPeriod "%1 %n{doesn't} import total in period %2 for %3") domainEnglishFormat.kif 1283-1283
(termFormat ChineseLanguage importTotalInPeriod "期间进口总量") domainEnglishFormat.kif 29449-29449
(termFormat ChineseTraditionalLanguage importTotalInPeriod "期間進口總量") domainEnglishFormat.kif 29448-29448
(termFormat EnglishLanguage importTotalInPeriod "import total in period") domainEnglishFormat.kif 29447-29447

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


(=>
    (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

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


(=>
    (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


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