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

Formal Language: 



KB Term:  Term intersection
English Word: 

  DeathsPerThousandFn

Sigma KEE - DeathsPerThousandFn
DeathsPerThousandFn

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


(documentation DeathsPerThousandFn EnglishLanguage "(DeathsPerThousandFn ?AREA ?YEAR) denotes the RealNumber that represents the number of deaths per thousand individuals in the population of the GeopoliticalArea ?AREA for Year ?YEAR. This number gives the average annual number of deaths during a year per 1,000 population at midyear, also known as crude death rate. The death rate, while only a rough indicator of the mortality situation in a country, accurately indicates the current mortality impact on population growth. This indicator is significantly affected by age distribution, and most countries will eventually show a rise in the overall death rate, in spite of continued decline in mortality at all ages, as declining fertility results in an aging population.") People.kif 105-115
(domain DeathsPerThousandFn 1 GeopoliticalArea) People.kif 102-102 DeathsPerThousandFn の数値 1 引数は 地政学的地域instance では %n
(domain DeathsPerThousandFn 2 Year) People.kif 103-103 DeathsPerThousandFn の数値 2 引数は instance では %n
(instance DeathsPerThousandFn BinaryFunction) People.kif 101-101 DeathsPerThousandFn2変数関数instance では %n
(range DeathsPerThousandFn RealNumber) People.kif 104-104 DeathsPerThousandFnrange実数 のインスタンス では %n

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


(format ChineseLanguage DeathsPerThousandFn "%1 和 %2 每一千里的 deaths") domainEnglishFormat.kif 688-688
(format ChineseTraditionalLanguage DeathsPerThousandFn "%1 和 %2 每一千裡的 deaths ") domainEnglishFormat.kif 687-687
(format EnglishLanguage DeathsPerThousandFn "the deaths per thousand of %1 and %2") domainEnglishFormat.kif 686-686
(termFormat ChineseLanguage DeathsPerThousandFn "每千人死亡") domainEnglishFormat.kif 18774-18774
(termFormat ChineseTraditionalLanguage DeathsPerThousandFn "每千人死亡") domainEnglishFormat.kif 18773-18773
(termFormat EnglishLanguage DeathsPerThousandFn "deaths per thousand") domainEnglishFormat.kif 18772-18772

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


(<=>
    (and
        (instance ?YEAR
            (YearFn ?Y))
        (equal
            (DeathsPerThousandFn ?AREA ?YEAR) ?REALNUMBER))
    (and
        (equal
            (DivisionFn
                (PopulationFn ?AREA) 1000) ?THOUSANDS)
        (equal ?DEATHCOUNT
            (CardinalityFn
                (KappaFn ?DEATH
                    (and
                        (instance ?DEATH Death)
                        (experiencer ?DEATH ?PERSON)
                        (instance ?PERSON Human)
                        (during
                            (WhenFn ?DEATH) ?YEAR)
                        (equal
                            (WhereFn ?DEATH
                                (WhenFn ?DEATH)) ?AREA)))))
        (equal
            (DivisionFn ?DEATHCOUNT ?THOUSANDS) ?REALNUMBER)))
People.kif 118-133 整数 year 目 の instance では %n DeathsPerThousandFn 地政学的地域 and 実数equal では %n PopulationFn 地政学的地域 + 1000 は 実数equal では %n 整数 エンティティー classinstances の数 と equal では %n 整数 + 実数 実数equal では %n


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