suffrageAgeMinimum |
appearance as argument number 1 |
![]() |
(documentation suffrageAgeMinimum EnglishLanguage "(suffrageAgeMinimum ?POLITY ?AGE) means that in the Organization or GeopoliticalArea ?POLITY, a person must be ?AGE or older in order to vote in the elections of ?POLITY.") | Government.kif 906-908 | |
(domain suffrageAgeMinimum 1 AutonomousAgent) | Government.kif 910-910 | suffrageAgeMinimum の数値 1 引数は AutonomousAgent の instance では |
(domain suffrageAgeMinimum 2 TimeDuration) | Government.kif 911-911 | suffrageAgeMinimum の数値 2 引数は 時間分 の instance では |
(instance suffrageAgeMinimum BinaryPredicate) | Government.kif 904-904 | suffrageAgeMinimum は 2進述語 の instance では |
appearance as argument number 2 |
![]() |
(format ChineseLanguage suffrageAgeMinimum "%2 %n 是 %1 的 suffrage 最小年纪") | domainEnglishFormat.kif 2415-2415 | |
(format ChineseTraditionalLanguage suffrageAgeMinimum "%2 %n 是 %1 的 suffrage 最小年紀") | domainEnglishFormat.kif 2414-2414 | |
(format EnglishLanguage suffrageAgeMinimum "%2 is %n a suffrage age minimum of %1") | domainEnglishFormat.kif 2413-2413 | |
(termFormat ChineseLanguage suffrageAgeMinimum "最低年龄") | domainEnglishFormat.kif 55943-55943 | |
(termFormat ChineseTraditionalLanguage suffrageAgeMinimum "最低年齡") | domainEnglishFormat.kif 55942-55942 | |
(termFormat EnglishLanguage suffrageAgeMinimum "suffrage age minimum") | domainEnglishFormat.kif 55941-55941 |
antecedent |
![]() |
consequent |
![]() |
statement |
![]() |
(containsInformation (forall (?POLITY ?AGENT ?ELECTION ?VOTINGAGE ?AGE) (=> (and (citizen ?AGENT ?POLITY) (suffrageAgeMinimum ?POLITY (MeasureFn ?VOTINGAGE YearDuration)) (age ?AGENT (MeasureFn ?AGE YearDuration)) (greaterThanOrEqualTo ?AGE ?VOTINGAGE) (instance ?ELECTION (ElectionFn ?POLITY))) (capability (VotingFn ?ELECTION) agent ?AGENT))) UniversalSuffrageLaw) |
Government.kif 1054-1065 | ?POLITY ?AGENT, ?ELECTION, ?VOTINGAGE and ?AGE
|
(containsInformation (forall (?POLITY ?VOTER ?ELECTION ?VOTINGAGE ?AGE) (=> (and (citizen ?VOTER ?POLITY) (suffrageAgeMinimum ?POLITY (MeasureFn ?VOTINGAGE YearDuration)) (age ?VOTER (MeasureFn ?AGE YearDuration)) (greaterThanOrEqualTo ?AGE ?VOTINGAGE) (instance ?ELECTION (ElectionFn ?POLITY))) (exists (?VOTING) (and (instance ?VOTING (VotingFn ?ELECTION)) (agent ?VOTING ?VOTER))))) CompulsorySuffrageLaw) |
Government.kif 1122-1136 | ?POLITY ?VOTER, ?ELECTION, ?VOTINGAGE and ?AGE
|
![]() |
![]() |