Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  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 at a given TimePosition that subscribes to a particular belief, typically a religion.") People.kif 1556-1558
(instance beliefGroupPercentInRegion QuaternaryPredicate) People.kif 1559-1559 belief group percent in region is an instance of quaternary predicate
(domain beliefGroupPercentInRegion 1 BeliefGroup) People.kif 1560-1560 The number 1 argument of belief group percent in region is an instance of belief group
(domain beliefGroupPercentInRegion 2 RealNumber) People.kif 1561-1561 The number 2 argument of belief group percent in region is an instance of real number
(domain beliefGroupPercentInRegion 3 GeographicArea) People.kif 1562-1562 The number 3 argument of belief group percent in region is an instance of geographic area
(domain beliefGroupPercentInRegion 4 TimePosition) People.kif 1563-1563 The number 4 argument of belief group percent in region is an instance of time position

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


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

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


(=>
    (beliefGroupPercentInRegion ?BG ?N ?R ?T)
    (holdsDuring ?T
        (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 1564-1576 If X percent of people in Y believe in Z as of W, then All of the following hold: (1) there exist V, U,, , T,, , S,, , R (2) Q such that T is located at Y (3) T is a member of Z (4) T is a member of V (5) R is a member count of V (6) S is located at Y (7) S is a member of U (8) Q is a member count of U (9) equal X (10) 100 (11) R (12) Q holds during W


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