![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| candidateForPosition |
| appearance as argument number 1 |
|
|
| (instance candidateForPosition TernaryPredicate) | Government.kif 1808-1808 | candidate for position is an instance of ternary predicate |
| (domain candidateForPosition 1 Election) | Government.kif 1809-1809 | The number 1 argument of candidate for position is an instance of election |
| (domain candidateForPosition 2 SocialRole) | Government.kif 1810-1810 | The number 2 argument of candidate for position is an instance of social role |
| (domain candidateForPosition 3 AutonomousAgent) | Government.kif 1811-1811 | The number 3 argument of candidate for position is an instance of agent |
| (documentation candidateForPosition EnglishLanguage "(candidateForPosition ?ELECTION ?POSITION ?CONTENDER) means that in the Election ?ELECTION for ?POSITION, the AutonomousAgent ?CONTENDER was one of the candidates.") | Government.kif 1813-1815 | The number 3 argument of candidate for position is an instance of agent |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (candidateForPosition ?ELECTION ?POSITION ?CONTENDER) (electionForPosition ?ELECTION ?POSITION)) |
Government.kif 1817-1819 | If X candidate for position Y for Z, then Y is an election for position of X |
| (=> (and (candidateForPosition ?ELECTION ?POSITION ?CONTENDER) (agent ?ELECTION ?AGENT)) (desires ?CONTENDER (occupiesPosition ?CONTENDER ?POSITION ?AGENT))) |
Government.kif 1821-1825 | If X candidate for position Y for Z and W is an agent of X, then Z desires Z holds the position of Y in W |
| consequent |
|
|
| (=> (electionForPosition ?ELECTION ?ROLE) (exists (?CANDIDATE) (and (instance ?CANDIDATE Human) (candidateForPosition ?ELECTION ?ROLE ?CANDIDATE)))) |
Government.kif 1724-1729 | If X is an election for position of Y, then there exists Z such that Z is an instance of human and Y candidate for position X for Z |
| (=> (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 |