electricityFractionFromSource |
appearance as argument number 1 |
(documentation electricityFractionFromSource EnglishLanguage "(electricityFractionFromSource ?AREA ?SOURCE ?FRACTION) means that in the GeopoliticalArea ?AREA, ?SOURCE provides ?FRACTION of the total electricity production.") | Economy.kif 2046-2049 | |
(domain electricityFractionFromSource 1 GeopoliticalArea) | Economy.kif 2042-2042 | The number 1 argument of electricity fraction from source is an instance of geopolitical area |
(domain electricityFractionFromSource 3 RealNumber) | Economy.kif 2044-2044 | The number 3 argument of electricity fraction from source is an instance of real number |
(domainSubclass electricityFractionFromSource 2 PowerGeneration) | Economy.kif 2043-2043 | The number 2 argument of electricity fraction from source is a subclass of power generation |
(instance electricityFractionFromSource TernaryPredicate) | Economy.kif 2041-2041 | electricity fraction from source is an instance of ternary predicate |
appearance as argument number 2 |
(format ChineseLanguage electricityFractionFromSource "%1 %p{is} %n{isn't} 对于 %3 从来源 %2 的 electricity 分支") | domainEnglishFormat.kif 869-869 | |
(format ChineseTraditionalLanguage electricityFractionFromSource "%1 %p{is} %n{isn't} 對於 %3 從來源 %2 的 electricity 分支") | domainEnglishFormat.kif 868-868 | |
(format EnglishLanguage electricityFractionFromSource "%1 %p{is} %n{isn't} electricity fraction from source %2 for %3") | domainEnglishFormat.kif 867-867 | |
(termFormat ChineseLanguage electricityFractionFromSource "来自电力的电力部分") | domainEnglishFormat.kif 21616-21616 | |
(termFormat ChineseTraditionalLanguage electricityFractionFromSource "來自電力的電力部分") | domainEnglishFormat.kif 21615-21615 | |
(termFormat EnglishLanguage electricityFractionFromSource "electricity fraction from source") | domainEnglishFormat.kif 21614-21614 |
antecedent |
(=> (electricityFractionFromSource ?AREA ?SOURCE ?FRACTION) (lessThanOrEqualTo ?FRACTION 1.0)) |
Economy.kif 2051-2053 |
|
consequent |
(<=> (electricityFractionFromSourceInPeriod ?AREA ?SOURCE ?FRACTION ?PERIOD) (exists (?TIME) (and (instance ?TIME ?PERIOD) (holdsDuring ?TIME (electricityFractionFromSource ?AREA ?SOURCE ?FRACTION))))) |
Economy.kif 2056-2061 | A geopolitical area is electricity fraction from source in period a kind of power generation for a real number with a kind of time interval if and only if there exists a time position such that the time position is an instance of a kind of time interval and the geopolitical area is electricity fraction from source a kind of power generation for the real number holds during the time position |