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



KB Term:  Term intersection
English Word: 

Sigma KEE - Election
Election(election)
by-election, bye-election, closed_primary, cumulative_vote, direct_primary, elect, election, electoral, open_primary, primary, primary_election, reelection, runoff, turn_thumbs_down, vote, vote_down, write_in

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


(subclass Election OrganizationalProcess) Merge.kif 10797-10797 Election is a subclass of organizational process
(documentation Election EnglishLanguage "Election is the class of events conducted by an organization, in which qualified participants vote for officers, adopt resolutions, or settle other issues in that Organization.") Merge.kif 10799-10801 Election is a subclass of organizational process
(externalImage Election "http://upload.wikimedia.org/wikipedia/commons/6/ 6b/ ElezioneBrunate.jpg") pictureList.kif 5979-5979 Election is a subclass of organizational process
(externalImage Election "http://upload.wikimedia.org/wikipedia/commons/7/ 73/ ElezioneMilano.jpg") pictureList.kif 6450-6450 Election is a subclass of organizational process
(externalImage Election "http://upload.wikimedia.org/wikipedia/commons/e/ e2/ Hustings20050204_CopyrightKaihsuTai.jpg") pictureList.kif 6451-6451 Election is a subclass of organizational process
(externalImage Election "http://upload.wikimedia.org/wikipedia/commons/f/ fc/ Election_MG_3455.JPG") pictureList.kif 6452-6452 Election is a subclass of organizational process

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


(rangeSubclass ElectionFn Election) Government.kif 1657-1657 The values returned by election are subclasses of election
(subclass GeneralElection Election) Government.kif 1677-1677 General election is a subclass of election
(termFormat EnglishLanguage Election "election") domainEnglishFormat.kif 21408-21408 General election is a subclass of election
(termFormat ChineseTraditionalLanguage Election "選舉") domainEnglishFormat.kif 21409-21409 General election is a subclass of election
(termFormat ChineseLanguage Election "选举") domainEnglishFormat.kif 21410-21410 General election is a subclass of election

appearance as argument number 3
-------------------------


(domain VotingFn 1 Election) Government.kif 1700-1700 The number 1 argument of voting is an instance of election
(domain electionForPosition 1 Election) Government.kif 1717-1717 The number 1 argument of election for position is an instance of election
(domain electionForOrganization 1 Election) Government.kif 1790-1790 The number 1 argument of election for organization is an instance of election
(domain candidateForPosition 1 Election) Government.kif 1809-1809 The number 1 argument of candidate for position is an instance of election
(domain voteFractionReceived 1 Election) Government.kif 1828-1828 The number 1 argument of vote fraction received is an instance of election
(domain electionWinner 1 Election) Government.kif 1843-1843 The number 1 argument of election winner is an instance of election
(domain seatsWonInElection 1 Election) Government.kif 1874-1874 The number 1 argument of seats won in election is an instance of election

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


(=>
    (and
        (instance ?EVENT Election)
        (agent ?EVENT ?AGENT)
        (instance ?AGENT GeopoliticalArea))
    (instance ?EVENT PoliticalProcess))
Merge.kif 14386-14391 If X is an instance of election, Y is an agent of X, and Y is an instance of geopolitical area, then X is an instance of political process
(=>
    (and
        (instance ?EVENT Election)
        (agent ?EVENT ?AGENT)
        (instance ?AREA GeopoliticalArea)
        (instance ?AGENT
            (GovernmentFn ?AREA)))
    (instance ?EVENT PoliticalProcess))
Merge.kif 14393-14399 If X is an instance of election, Y is an agent of X, Z is an instance of geopolitical area, and Y is an instance of the government of Z, then X is an instance of political process
(=>
    (and
        (subProposition ExclusiveMaleSuffrage
            (RegionalLawFn ?AREA))
        (attribute ?AGENT Female)
        (member ?AGENT
            (ResidentFn ?AREA))
        (instance ?ELECTION Election))
    (not
        (capability
            (VotingFn ?ELECTION) agent ?AGENT)))
Government.kif 1238-1244 If exclusive male suffrage is a sub-proposition of the regional law of X, female is an attribute of Y, Y is a member of the resident of X, and Z is an instance of election, then Y is not capable of doing the voting of Z as a agent
(=>
    (and
        (chiefOfStateType ?AREA ?POSITION)
        (agent ?ELECTION ?AREA)
        (instance ?ELECTION Election)
        (electionForPosition ?ELECTION ?POSITION)
        (instance ?ELECTION PopularElection))
    (governmentType ?AREA Democracy))
Government.kif 1559-1566 If X is a chief of state type of Y, Y is an agent of Z, Z is an instance of election, X is an election for position of Z, and Z is an instance of popular election, then democracy is a government type of Y
(=>
    (and
        (instance ?AGENT AutonomousAgent)
        (subclass
            (ElectionFn ?AGENT) Election))
    (or
        (instance ?AGENT Organization)
        (instance ?AGENT GeopoliticalArea)))
Government.kif 1663-1669 If X is an instance of agent and the election of X is a subclass of election, then X is an instance of organization or X is an instance of geopolitical area

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


(=>
    (instance ?VOTE Voting)
    (exists (?ELECT)
        (and
            (instance ?ELECT Election)
            (subProcess ?VOTE ?ELECT))))
Merge.kif 12366-12371 If X is an instance of voting, then there exists Y such that Y is an instance of election and X is a subprocess of Y


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