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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - MaleToFemaleRatioFn
MaleToFemaleRatioFn

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


(documentation MaleToFemaleRatioFn EnglishLanguage "(MaleToFemaleRatioFn ?AREA) denotes the RealNumber that represents the ratio of male to female individuals in the population of the GeopoliticalArea ?AREA. This is the number of males for each female for the total population. Sex ratio at birth has recently emerged as an indicator of certain kinds of sex discrimination in some countries. For instance, high sex ratios at birth in some Asian countries are now attributed to sex_selective abortion and infanticide due to a strong preference for sons. This will affect future marriage patterns and fertility patterns. Eventually it could cause unrest among young adult males who are unable to find partners.") People.kif 194-203
(domain MaleToFemaleRatioFn 1 GeopoliticalArea) People.kif 192-192 The number 1 argument of male to female ratio is an instance of geopolitical area
(instance MaleToFemaleRatioFn UnaryFunction) People.kif 191-191 Male to female ratio is an instance of unary function
(range MaleToFemaleRatioFn RealNumber) People.kif 193-193 The range of male to female ratio is an instance of real number

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


(format ChineseLanguage MaleToFemaleRatioFn "%1 的 male 对母性比率") domainEnglishFormat.kif 1607-1607
(format ChineseTraditionalLanguage MaleToFemaleRatioFn "%1 的 male 對母性比率") domainEnglishFormat.kif 1606-1606
(format EnglishLanguage MaleToFemaleRatioFn "the male to female ratio of %1") domainEnglishFormat.kif 1605-1605
(termFormat ChineseLanguage MaleToFemaleRatioFn "男女比例") domainEnglishFormat.kif 35852-35852
(termFormat ChineseTraditionalLanguage MaleToFemaleRatioFn "男女比例") domainEnglishFormat.kif 35851-35851
(termFormat EnglishLanguage MaleToFemaleRatioFn "male to female ratio") domainEnglishFormat.kif 35850-35850

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


(<=>
    (equal
        (MaleToFemaleRatioFn ?AREA) ?REALNUMBER)
    (and
        (equal ?MALECOUNT
            (CardinalityFn
                (KappaFn ?MALE
                    (and
                        (instance ?MALE Human)
                        (attribute ?MALE Male)
                        (inhabits ?MALE ?AREA)))))
        (equal ?FEMALECOUNT
            (CardinalityFn
                (KappaFn ?FEMALE
                    (and
                        (instance ?FEMALE Human)
                        (attribute ?FEMALE Female)
                        (inhabits ?FEMALE ?AREA)))))
        (equal
            (DivisionFn ?MALECOUNT ?FEMALECOUNT) ?REALNUMBER)))
People.kif 206-223 equal the male to female ratio of a geopolitical area and a real number if and only if equal an integer and the number of instances in the class described by a symbolic string and equal another integer and the number of instances in the class described by another symbolic string and equal the integer and the other integer and the real number


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



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