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



KB Term:  Term intersection
English Word: 

  BirthsPerThousandFn

Sigma KEE - BirthsPerThousandFn
BirthsPerThousandFn

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


(instance BirthsPerThousandFn BinaryFunction) People.kif 68-68 Births per thousand is an instance of binary function
(domain BirthsPerThousandFn 1 GeopoliticalArea) People.kif 69-69 The number 1 argument of births per thousand is an instance of geopolitical area
(domain BirthsPerThousandFn 2 Year) People.kif 70-70 The number 2 argument of births per thousand is an instance of year
(range BirthsPerThousandFn RealNumber) People.kif 71-71 The range of births per thousand is an instance of real number
(documentation BirthsPerThousandFn EnglishLanguage "(BirthsPerThousandFn ?AREA ?YEAR) denotes the RealNumber that represents the number of births per thousand individuals in the population of the GeopoliticalArea ?AREA for Year ?YEAR. This number gives the average annual number of births during a year per 1,000 persons in the population at midyear, also known as crude birth rate. The birth rate is usually the dominant factor in determining the rate of population growth. It depends on both the level of fertility and the age structure of the population.") People.kif 72-79 The range of births per thousand is an instance of real number

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


(format EnglishLanguage BirthsPerThousandFn "the births per thousand of %1 and %2") domainEnglishFormat.kif 314-314
(format ChineseTraditionalLanguage BirthsPerThousandFn "%1 和 %2 每一千的 births ") domainEnglishFormat.kif 315-315
(format ChineseLanguage BirthsPerThousandFn "%1 和 %2 每一千的 births ") domainEnglishFormat.kif 316-316
(termFormat EnglishLanguage BirthsPerThousandFn "births per thousand") domainEnglishFormat.kif 11195-11195
(termFormat ChineseTraditionalLanguage BirthsPerThousandFn "每千人分娩") domainEnglishFormat.kif 11196-11196
(termFormat ChineseLanguage BirthsPerThousandFn "每千人分娩") domainEnglishFormat.kif 11197-11197

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


(=>
    (and
        (instance ?YEAR
            (YearFn ?Y))
        (equal
            (BirthsPerThousandFn ?AREA ?YEAR) ?REALNUMBER))
    (and
        (equal
            (DivisionFn
                (PopulationFn ?AREA) 1000) ?THOUSANDS)
        (equal ?BIRTHCOUNT
            (CardinalityFn
                (KappaFn ?BIRTH
                    (and
                        (instance ?BIRTH Birth)
                        (experiencer ?BIRTH ?INFANT)
                        (instance ?INFANT Human)
                        (during
                            (WhenFn ?BIRTH) ?YEAR)
                        (equal
                            (WhereFn ?BIRTH
                                (WhenFn ?BIRTH)) ?AREA)))))
        (equal
            (DivisionFn ?BIRTHCOUNT ?THOUSANDS) ?REALNUMBER)))
People.kif 82-97 If X is an instance of the year Y and equal the births per thousand of Z, X, and W, then equal the population of Z, 1000, and V, equal U and the number of instances in the class described by T, and equal U, V, and W

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


(=>
    (and
        (equal
            (DivisionFn
                (PopulationFn ?AREA) 1000) ?THOUSANDS)
        (equal ?BIRTHCOUNT
            (CardinalityFn
                (KappaFn ?BIRTH
                    (and
                        (instance ?BIRTH Birth)
                        (experiencer ?BIRTH ?INFANT)
                        (instance ?INFANT Human)
                        (during
                            (WhenFn ?BIRTH) ?YEAR)
                        (equal
                            (WhereFn ?BIRTH
                                (WhenFn ?BIRTH)) ?AREA)))))
        (equal
            (DivisionFn ?BIRTHCOUNT ?THOUSANDS) ?REALNUMBER))
    (and
        (instance ?YEAR
            (YearFn ?Y))
        (equal
            (BirthsPerThousandFn ?AREA ?YEAR) ?REALNUMBER)))
People.kif 99-114 If equal the population of X, 1000, and Y, equal Z and the number of instances in the class described by W, and equal Z, Y, and V, then U is an instance of the year T and equal the births per thousand of X, U, and V


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners