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

Formal Language: 



KB Term:  Term intersection
English Word: 

  sectorValueOfGDPInPeriod

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 1100-1105
(domain sectorValueOfGDPInPeriod 1 GeopoliticalArea) Economy.kif 1095-1095
(domain sectorValueOfGDPInPeriod 2 IndustryAttribute) Economy.kif 1096-1096
(domain sectorValueOfGDPInPeriod 3 CurrencyMeasure) Economy.kif 1097-1097
(domainSubclass sectorValueOfGDPInPeriod 4 TimeInterval) Economy.kif 1098-1098
(instance sectorValueOfGDPInPeriod PPPBasedEconomicValuation) Economy.kif 1093-1093
(instance sectorValueOfGDPInPeriod QuaternaryPredicate) Economy.kif 1094-1094

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


(format ChineseLanguage sectorValueOfGDPInPeriod "%1 %n 是 %3 和 %4 在 周期 %2 的 sector GDP 价值") domainEnglishFormat.kif 2239-2239
(format ChineseTraditionalLanguage sectorValueOfGDPInPeriod "%1 %n 是 %3 和 %4 在 週期 %2 的 sector GDP 價值") domainEnglishFormat.kif 2238-2238
(format EnglishLanguage sectorValueOfGDPInPeriod "%1 is %n sector value of GDP in period %2 for %3 with %4") domainEnglishFormat.kif 2237-2237
(termFormat ChineseLanguage sectorValueOfGDPInPeriod "期间GDP的部门价值") domainEnglishFormat.kif 51867-51867
(termFormat ChineseTraditionalLanguage sectorValueOfGDPInPeriod "期間GDP的部門價值") domainEnglishFormat.kif 51866-51866
(termFormat EnglishLanguage sectorValueOfGDPInPeriod "sector value of GDP in period") domainEnglishFormat.kif 51865-51865

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


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

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 1107-1115


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