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 1603-1603
(format ChineseTraditionalLanguage MaleToFemaleRatioFn "%1 的 male 對母性比率") domainEnglishFormat.kif 1602-1602
(format EnglishLanguage MaleToFemaleRatioFn "the male to female ratio of %1") domainEnglishFormat.kif 1601-1601
(termFormat ChineseLanguage MaleToFemaleRatioFn "男女比例") domainEnglishFormat.kif 35843-35843
(termFormat ChineseTraditionalLanguage MaleToFemaleRatioFn "男女比例") domainEnglishFormat.kif 35842-35842
(termFormat EnglishLanguage MaleToFemaleRatioFn "male to female ratio") domainEnglishFormat.kif 35841-35841

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 The male to female ratio of a geopolitical area is equal to a real number if and only if an integer is equal to the number of instances in the class described by a symbolic string and another integer is equal to the number of instances in the class described by another symbolic string and the integer and the other integer is equal to 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