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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - sectorValueOfGDPInPeriod
sectorValueOfGDPInPeriod

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


(documentation sectorValueOfGDPInPeriod EnglishLanguage "(sectorValueOfGDPInPeriod ?AREA ?SECTOR ?AMOUNT ?PERIOD) means that for the GeopoliticalArea ?AREA, the economic sector ?SECTOR contributes ?AMOUNT to the Gross National Product during the TimeInterval indicated by ?PERIOD, evaluated in U.S. dollars on a purchasing power parity basis. See PPPBasedEconomicValuation.") Economy.kif 1191-1196
(domain sectorValueOfGDPInPeriod 1 GeopoliticalArea) Economy.kif 1186-1186
(domain sectorValueOfGDPInPeriod 2 IndustryAttribute) Economy.kif 1187-1187
(domain sectorValueOfGDPInPeriod 3 CurrencyMeasure) Economy.kif 1188-1188
(domainSubclass sectorValueOfGDPInPeriod 4 TimeInterval) Economy.kif 1189-1189
(instance sectorValueOfGDPInPeriod PPPBasedEconomicValuation) Economy.kif 1184-1184
(instance sectorValueOfGDPInPeriod QuaternaryPredicate) Economy.kif 1185-1185

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


(format ChineseLanguage sectorValueOfGDPInPeriod "%1 %n 是 %3 和 %4 在 周期 %2 的 sector GDP 价值") domainEnglishFormat.kif 2243-2243
(format ChineseTraditionalLanguage sectorValueOfGDPInPeriod "%1 %n 是 %3 和 %4 在 週期 %2 的 sector GDP 價值") domainEnglishFormat.kif 2242-2242
(format EnglishLanguage sectorValueOfGDPInPeriod "%1 is %n sector value of GDP in period %2 for %3 with %4") domainEnglishFormat.kif 2241-2241
(termFormat ChineseLanguage sectorValueOfGDPInPeriod "期间GDP的部门价值") domainEnglishFormat.kif 51900-51900
(termFormat ChineseTraditionalLanguage sectorValueOfGDPInPeriod "期間GDP的部門價值") domainEnglishFormat.kif 51899-51899
(termFormat EnglishLanguage sectorValueOfGDPInPeriod "sector value of GDP in period") domainEnglishFormat.kif 51898-51898

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


(<=>
    (sectorValueOfGDPInPeriod ?AREA ?SECTOR
        (MeasureFn ?AMOUNT ?CUNIT) ?PERIOD)
    (exists (?TIME)
        (and
            (instance ?TIME ?PERIOD)
            (holdsDuring ?TIME
                (sectorValueOfGDP ?AREA ?SECTOR
                    (MeasureFn ?AMOUNT ?CUNIT))))))
Economy.kif 1220-1228

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


(=>
    (and
        (sectorCompositionOfGDPInPeriod ?AREA ?SECTOR ?FRACTION ?PERIOD)
        (totalGDPInPeriod ?AREA
            (MeasureFn ?GDPAMOUNT ?CUNIT) ?PERIOD)
        (equal ?AMOUNT
            (MultiplicationFn ?FRACTION ?GDPAMOUNT)))
    (sectorValueOfGDPInPeriod ?AREA ?SECTOR
        (MeasureFn ?AMOUNT ?CUNIT) ?PERIOD))
Economy.kif 1198-1206


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