voteFractionReceived
|
|
Sigma KEE - voteFractionReceived
|
appearance as argument number 1
|
|
|
appearance as argument number 2
|
|
|
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 |
|