citizen |
appearance as argument number 1 |
![]() |
(documentation citizen ChineseLanguage "(citizen ?PERSON ?NATION)的意思是 Human ?PERSON 是 Nation ?NATION 公民。") | chinese_format.kif 3754-3755 | |
(documentation citizen EnglishLanguage "(citizen ?PERSON ?NATION) means that the Human ?PERSON is a citizen of Nation ?NATION.") | Merge.kif 16472-16473 | |
(domain citizen 1 Human) | Merge.kif 16470-16470 | The number 1 argument of citizen is an instance of human |
(domain citizen 2 Nation) | Merge.kif 16471-16471 | The number 2 argument of citizen is an instance of nation |
(instance citizen AsymmetricRelation) | Merge.kif 16469-16469 | citizen is an instance of asymmetric relation |
(instance citizen BinaryPredicate) | Merge.kif 16468-16468 | citizen is an instance of binary predicate |
appearance as argument number 2 |
![]() |
(format ChineseLanguage citizen "%1 %n 是 %2 的 citizen") | chinese_format.kif 553-553 | |
(format EnglishLanguage citizen "%1 is %n a citizen of %2") | english_format.kif 558-558 | |
(termFormat ChineseLanguage citizen "公民") | chinese_format.kif 554-554 | |
(termFormat ChineseTraditionalLanguage citizen "公民") | domainEnglishFormat.kif 14888-14888 | |
(termFormat EnglishLanguage citizen "citizen") | domainEnglishFormat.kif 14887-14887 |
antecedent |
![]() |
consequent |
![]() |
statement |
![]() |
(containsInformation (forall (?COUNTRY ?ELECTION ?VOTING ?VOTER) (=> (and (instance ?COUNTRY Nation) (instance ?ELECTION (ElectionFn ?COUNTRY)) (instance ?VOTING (VotingFn ?ELECTION)) (agent ?VOTING ?VOTER)) (citizen ?VOTER ?COUNTRY))) VoterCitizenshipRequirement) |
Government.kif 908-916 | For all ?COUNTRY, ?ELECTION,, , ?VOTING and ?VOTER
|
(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 1077-1088 | For all ?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 1145-1159 | For all ?POLITY, ?VOTER,, , ?ELECTION,, , ?VOTINGAGE and ?AGE
|
![]() |
![]() |