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 | MaleToFemaleRatioFn の数値 1 引数は 地政学的地域 の instance では |
(instance MaleToFemaleRatioFn UnaryFunction) | People.kif 191-191 | MaleToFemaleRatioFn は 1変数関数 の instance では |
(range MaleToFemaleRatioFn RealNumber) | People.kif 193-193 | MaleToFemaleRatioFn の range は 実数 のインスタンス では |
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 MaleToFemaleRatioFn 地政学的地域 and 実数 equal 整数 and エンティティー class の instances の数 equal 整数 and エンティティー class の instances の数 equal 整数 + 整数 and 実数 |
![]() |
![]() |