(=>
(and
(subProposition ExclusiveMaleSuffrage
(RegionalLawFn ?POLITY))
(citizen ?AGENT ?POLITY)
(instance ?ELECTION
(ElectionFn ?POLITY))
(capability
(VotingFn ?ELECTION) agent ?AGENT))
(attribute ?AGENT Male)) |
Government.kif 1221-1227 |
If exclusive male suffrage is a sub-proposition of the regional law of X, Y is a citizen of X, Z is an instance of the election of X, and Y is capable of doing the voting of Z as a agent, then male is an attribute of Y |
(=>
(and
(subProposition ExclusiveMaleSuffrage
(RegionalLawFn ?POLITY))
(citizen ?AGENT ?POLITY)
(instance ?ELECTION
(ElectionFn ?POLITY))
(instance ?ACT
(VotingFn ?ELECTION))
(agent ?ACT ?AGENT))
(attribute ?AGENT Male)) |
Government.kif 1229-1236 |
If exclusive male suffrage is a sub-proposition of the regional law of X, Y is a citizen of X, Z is an instance of the election of X, W is an instance of the voting of Z, and Y is an agent of W, then male is an attribute of Y |
(=>
(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 |