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



KB Term:  Term intersection
English Word: 

  voteFractionReceived

Sigma KEE - voteFractionReceived
voteFractionReceived

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


(instance voteFractionReceived QuaternaryPredicate) Government.kif 1827-1827 vote fraction received is an instance of quaternary predicate
(domain voteFractionReceived 1 Election) Government.kif 1828-1828 The number 1 argument of vote fraction received is an instance of election
(domain voteFractionReceived 2 SocialRole) Government.kif 1829-1829 The number 2 argument of vote fraction received is an instance of social role
(domain voteFractionReceived 3 AutonomousAgent) Government.kif 1830-1830 The number 3 argument of vote fraction received is an instance of agent
(domain voteFractionReceived 4 RealNumber) Government.kif 1831-1831 The number 4 argument of vote fraction received is an instance of real number
(documentation voteFractionReceived EnglishLanguage "(voteFractionReceived ?ELECTION ?POSITION ?CONTENDER ?FRACTION) means that in the Election ?ELECTION for ?POSITION, the AutonomousAgent ?CONTENDER received ?FRACTION of the votes cast. Contenders may be either persons or political parties.") Government.kif 1833-1836 The number 4 argument of vote fraction received is an instance of real number

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


(format EnglishLanguage voteFractionReceived "%1 is %n vote fraction received %2 for %3 with %4") domainEnglishFormat.kif 2597-2597
(format ChineseTraditionalLanguage voteFractionReceived "%1 %n 是 對於 %3 和 %4 的 vote 收到部分 %2 ") domainEnglishFormat.kif 2598-2598
(format ChineseLanguage voteFractionReceived "%1 %n 是 对于 %3 和 %4 的 vote 收到部分 %2 ") domainEnglishFormat.kif 2599-2599
(termFormat EnglishLanguage voteFractionReceived "vote fraction received") domainEnglishFormat.kif 61966-61966
(termFormat ChineseTraditionalLanguage voteFractionReceived "收到投票分數") domainEnglishFormat.kif 61967-61967
(termFormat ChineseLanguage voteFractionReceived "收到投票分数") domainEnglishFormat.kif 61968-61968

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


(=>
    (voteFractionReceived ?ELECTION ?POSITION ?CONTENDER ?FRACTION)
    (candidateForPosition ?ELECTION ?POSITION ?CONTENDER))
Government.kif 1838-1840 If X is vote fraction received Y for Z with W, then X candidate for position Y for Z
(=>
    (and
        (instance ?ELECTION PopularElection)
        (electionWinner ?ELECTION ?POSITION ?PERSON1)
        (voteFractionReceived ?ELECTION ?POSITION ?PERSON1 ?NUMBER1))
    (not
        (exists (?PERSON2 ?NUMBER2)
            (and
                (voteFractionReceived ?ELECTION ?POSITION ?PERSON2 ?NUMBER2)
                (not
                    (equal ?PERSON1 ?PERSON2))
                (greaterThanOrEqualTo ?NUMBER2 ?NUMBER1)))))
Government.kif 1853-1863 If X is an instance of popular election, X is election winner Y for Z, and X is vote fraction received Y for Z with W, then there don't exist V, U such that X is vote fraction received Y for V with U, equal Z, V, and U is greater than or equal to W
(=>
    (and
        (instance ?ELECTION PopularElection)
        (electionWinner ?ELECTION ?POSITION ?PERSON1)
        (voteFractionReceived ?ELECTION ?POSITION ?PERSON1 ?NUMBER1)
        (voteFractionReceived ?ELECTION ?POSITION ?PERSON2 ?NUMBER2)
        (not
            (equal ?PERSON1 ?PERSON2)))
    (greaterThan ?NUMBER1 ?NUMBER2))
Government.kif 1864-1871 If X is an instance of popular election, X is election winner Y for Z, X is vote fraction received Y for Z with W, X is vote fraction received Y for V with U, and equal Z and V, then W is greater than U

consequent
-------------------------


(=>
    (and
        (instance ?ELECTION PopularElection)
        (electionWinner ?ELECTION ?POSITION ?PERSON1)
        (voteFractionReceived ?ELECTION ?POSITION ?PERSON1 ?NUMBER1))
    (not
        (exists (?PERSON2 ?NUMBER2)
            (and
                (voteFractionReceived ?ELECTION ?POSITION ?PERSON2 ?NUMBER2)
                (not
                    (equal ?PERSON1 ?PERSON2))
                (greaterThanOrEqualTo ?NUMBER2 ?NUMBER1)))))
Government.kif 1853-1863 If X is an instance of popular election, X is election winner Y for Z, and X is vote fraction received Y for Z with W, then there don't exist V, U such that X is vote fraction received Y for V with U, equal Z, V, and U is greater than or equal to W


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

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners