DeathsPerThousandLiveBirthsFn |
appearance as argument number 1 |
![]() |
(documentation DeathsPerThousandLiveBirthsFn EnglishLanguage "(DeathsPerThousandLiveBirthsFn ?AREA ?YEAR) denotes the RealNumber that represents the number of deaths of infants under one year old in a given year per 1,000 live births in the same year. This rate is often used as an indicator of the level of health in a country.") | People.kif 250-254 | |
(domain DeathsPerThousandLiveBirthsFn 1 GeopoliticalArea) | People.kif 247-247 | |
(domain DeathsPerThousandLiveBirthsFn 2 Year) | People.kif 248-248 | |
(instance DeathsPerThousandLiveBirthsFn BinaryFunction) | People.kif 246-246 | |
(range DeathsPerThousandLiveBirthsFn RealNumber) | People.kif 249-249 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage DeathsPerThousandLiveBirthsFn "%1 和 %2 每一千个生存出生里的 deaths ") | domainEnglishFormat.kif 692-692 | |
(format ChineseTraditionalLanguage DeathsPerThousandLiveBirthsFn "%1 和 %2 每一千個生存出生裡的 deaths ") | domainEnglishFormat.kif 691-691 | |
(format EnglishLanguage DeathsPerThousandLiveBirthsFn "the deaths per thousand live births of %1 and %2") | domainEnglishFormat.kif 690-690 | |
(termFormat ChineseLanguage DeathsPerThousandLiveBirthsFn "每千名活产婴儿死亡人数") | domainEnglishFormat.kif 18771-18771 | |
(termFormat ChineseTraditionalLanguage DeathsPerThousandLiveBirthsFn "每千名活產嬰兒死亡人數") | domainEnglishFormat.kif 18770-18770 | |
(termFormat EnglishLanguage DeathsPerThousandLiveBirthsFn "deaths per thousand live births") | domainEnglishFormat.kif 18769-18769 |
antecedent |
![]() |
(<=> (equal (DeathsPerThousandLiveBirthsFn ?AREA (YearFn ?YEAR)) ?REALNUMBER) (and (equal ?BIRTHCOUNT (CardinalityFn (KappaFn ?BIRTH (and (instance ?BIRTH Birth) (experiencer ?BIRTH ?INFANT) (instance ?INFANT Human) (during (WhenFn ?BIRTH) (YearFn ?YEAR)) (equal (WhereFn ?BIRTH (WhenFn ?BIRTH)) ?AREA))))) (equal (DivisionFn ?BIRTHCOUNT 1000) ?THOUSANDSOFBIRTHS) (equal ?INFANTDEATHCOUNT (CardinalityFn (KappaFn ?DEATH (and (instance ?DEATH Death) (experiencer ?DEATH ?INFANT) (instance ?INFANT Human) (age ?INFANT (MeasureFn ?AGE YearDuration)) (lessThan ?AGE 1) (during (WhenFn ?DEATH) (YearFn ?YEAR)) (equal (WhereFn ?DEATH (WhenFn ?DEATH)) ?AREA))))) (equal (DivisionFn ?INFANTDEATHCOUNT ?THOUSANDSOFBIRTHS) ?REALNUMBER))) |
People.kif 257-281 |
![]() |
![]() |