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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - beliefGroupPercentInRegion
beliefGroupPercentInRegion

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


(documentation beliefGroupPercentInRegion EnglishLanguage "The percentage of the population of a given GeographicArea that subscribes to a particular belief, typically a religion.") People.kif 1522-1524
(domain beliefGroupPercentInRegion 1 BeliefGroup) People.kif 1526-1526 beliefGroupPercentInRegion の数値 1 引数は BeliefGroupinstance では
(domain beliefGroupPercentInRegion 2 RealNumber) People.kif 1527-1527 beliefGroupPercentInRegion の数値 2 引数は 実数instance では
(domain beliefGroupPercentInRegion 3 GeographicArea) People.kif 1528-1528 beliefGroupPercentInRegion の数値 3 引数は 地理的地域instance では
(instance beliefGroupPercentInRegion TernaryPredicate) People.kif 1525-1525 beliefGroupPercentInRegion3進述語instance では

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


(format ChineseLanguage beliefGroupPercentInRegion "百分之 %2 在 %1 的人相信 %1 ") domainEnglishFormat.kif 2886-2886
(format ChineseTraditionalLanguage beliefGroupPercentInRegion "百分之 %2 在 %1 的人相信 %1 ") domainEnglishFormat.kif 2885-2885
(format EnglishLanguage beliefGroupPercentInRegion "%2 percent of people in %3 believe in %1") domainEnglishFormat.kif 2884-2884
(termFormat EnglishLanguage beliefGroupPercentInRegion "belief group percent in region") domainEnglishFormat.kif 65784-65784

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


(<=>
    (beliefGroupPercentInRegion ?BG ?N ?R)
    (exists (?G1 ?G2 ?P ?P2 ?N1 ?N2)
        (and
            (located ?P ?R)
            (member ?P ?BG)
            (member ?P ?G1)
            (memberCount ?G1 ?N1)
            (located ?P2 ?R)
            (member ?P2 ?G2)
            (memberCount ?G2 ?N2)
            (equal
                (DivisionFn ?N 100)
                (DivisionFn ?N1 ?N2)))))
People.kif 1529-1540 beliefGroupPercentInRegion BeliefGroup, 実数 and 地理的地域 コレクション コレクション, 物理, 物理2, 実数1 and 実数2 物理 地理的地域located して 物理 BeliefGroupmember では 物理 コレクションmember では memberCount コレクション and 実数1 物理2 は 地理的地域located して 物理2 は コレクションmember では memberCount コレクション and 実数2 実数 + 100 は 実数1 + 実数2 と equal では


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