(=>
(and
(instance ?AREA GeopoliticalArea)
(leader ?AREA ?PERSON))
(leader
(GovernmentFn ?AREA) ?PERSON)) |
Merge.kif 14380-14384 |
If X is an instance of geopolitical area and Y is a leader of X, then Y is a leader of the government of X |
(<=>
(instance ?STATE StateOrProvince)
(instance
(GovernmentFn ?STATE) StateGovernment)) |
Mid-level-ontology.kif 9686-9688 |
X is an instance of state or province if and only if the government of X is an instance of state government |
(<=>
(instance ?C City)
(instance
(GovernmentFn ?C) CityGovernment)) |
Mid-level-ontology.kif 9693-9695 |
X is an instance of city if and only if the government of X is an instance of city government |
(=>
(hostileForces ?U1 ?U2)
(exists (?WAR ?A1 ?A2)
(and
(instance ?WAR War)
(contestParticipant ?WAR ?A1)
(contestParticipant ?WAR ?A2)
(subOrganization ?U1
(GovernmentFn ?A1))
(subOrganization ?U2
(GovernmentFn ?A2))))) |
Mid-level-ontology.kif 9787-9795 |
If X is a hostile forces of Y, then there exist Z, W, V such that Z is an instance of war, W participates in Z, V participates in Z, Y is a part of the organization the government of W, and X is a part of the organization the government of V |
(=>
(and
(instance ?R PoliticalRevolution)
(patient ?R ?A))
(exists (?GOV1 ?GOV2)
(and
(holdsDuring
(BeginFn
(WhenFn ?R))
(equal ?GOV1
(GovernmentFn ?A)))
(holdsDuring
(EndFn
(WhenFn ?R))
(equal ?GOV2
(GovernmentFn ?A)))
(not
(equal ?GOV1 ?GOV2))))) |
Mid-level-ontology.kif 15489-15501 |
If X is an instance of political revolution and Y is a patient of X, then All of the following hold: (1) there exist Z (2) W such that equal Z (3) the government of Y holds during the beginning of the time of existence of X (4) equal W (5) the government of Y holds during the end of the time of existence of X (6) equal Z (7) W |
(=>
(instance ?COUNTRY Nation)
(instance
(GovernmentFn ?COUNTRY) NationalGovernment)) |
Government.kif 117-119 |
If X is an instance of nation, then the government of X is an instance of national government |
(=>
(and
(instance ?AREA GeopoliticalArea)
(governmentType ?AREA ?TYPE))
(attribute
(GovernmentFn ?AREA) ?TYPE)) |
Government.kif 142-146 |
If X is an instance of geopolitical area and Y is a government type of X, then Y is an attribute of the government of X |
(=>
(and
(governmentType ?PLACE ?TYPE)
(instance ?PLACE GeopoliticalArea)
(subAttribute ?TYPE ParliamentaryGovernment))
(exists (?ORG)
(and
(instance ?ORG Parliament)
(subOrganization ?ORG
(GovernmentFn ?PLACE))))) |
Government.kif 256-264 |
If X is a government type of Y, Y is an instance of geopolitical area, and X is a subattribute of parliamentary government, then there exists Z such that Z is an instance of parliament and Z is a part of the organization the government of Y |
(=>
(and
(governmentType ?AGENT ?TYPE)
(subAttribute ?TYPE TheocraticGovernment)
(instance ?AGENT GeopoliticalArea))
(instance
(GovernmentFn ?AGENT) ReligiousOrganization)) |
Government.kif 352-357 |
If X is a government type of Y, X is a subattribute of theocratic government, and Y is an instance of geopolitical area, then the government of Y is an instance of religious organization |
(=>
(instance ?AREA ParliamentaryTerritory)
(governmentType
(GovernmentFn ?AREA) ParliamentaryGovernment)) |
Government.kif 491-493 |
If X is an instance of parliamentary territory, then parliamentary government is a government type of the government of X |
(=>
(and
(executiveBranch ?BRANCH ?AREA)
(instance ?AREA GeopoliticalArea))
(subOrganization ?BRANCH
(GovernmentFn ?AREA))) |
Government.kif 1278-1282 |
If X is an executive branch of Y and X is an instance of geopolitical area, then Y is a part of the organization the government of X |
(=>
(and
(executiveBranch ?BRANCH ?AREA)
(instance ?AREA GeopoliticalArea)
(subOrganization ?ORG ?BRANCH))
(subOrganization ?ORG
(GovernmentFn ?AREA))) |
Government.kif 1284-1289 |
If X is an executive branch of Y, X is an instance of geopolitical area, and Z is a part of the organization Y, then Z is a part of the organization the government of X |
(=>
(and
(instance
(ExecutiveBranchFn ?AREA) Organization)
(instance ?AREA GeopoliticalArea))
(executiveBranch
(ExecutiveBranchFn ?AREA)
(GovernmentFn ?AREA))) |
Government.kif 1307-1311 |
If the executive branch of X is an instance of organization and X is an instance of geopolitical area, then the government of X is an executive branch of the executive branch of X |
(=>
(and
(instance ?AREA GeopoliticalArea)
(occupiesPosition ?PERSON Leader ?AREA))
(leader
(GovernmentFn ?AREA) ?PERSON)) |
Government.kif 1317-1321 |
If X is an instance of geopolitical area and Y holds the position of leader in X, then Y is a leader of the government of X |
(=>
(and
(instance ?COUNTRY Nation)
(leaderPosition ?COUNTRY ?ROLE))
(leaderPosition
(GovernmentFn ?COUNTRY) ?ROLE)) |
Government.kif 1442-1446 |
If X is an instance of nation and Y is a leader position of X, then Y is a leader position of the government of X |
(=>
(and
(instance ?CAB GovernmentCabinet)
(subOrganization ?CAB
(GovernmentFn ?AREA))
(instance ?AREA GeopoliticalArea))
(hasPurpose ?CAB
(exists (?ADVICE ?LEADER)
(and
(instance ?ADVICE Stating)
(agent ?ADVICE ?CAB)
(patient ?ADVICE ?LEADER)
(leader ?LEADER
(GovernmentFn ?AREA)))))) |
Government.kif 1484-1495 |
If X is an instance of government cabinet, X is a part of the organization the government of Y, and Y is an instance of geopolitical area, then X has the purpose there exist Z, W such that Z is an instance of stating, X is an agent of Z, W is a patient of Z, and the government of Y is a leader of W |
(=>
(chiefOfState ?AREA ?POSITION ?PERSON)
(occupiesPosition ?PERSON ?POSITION
(GovernmentFn ?AREA))) |
Government.kif 1533-1535 |
If X chief of state Y for Z, then Z holds the position of Y in the government of X |
(=>
(chiefOfState ?AREA ?POSITION ?PERSON)
(occupiesPosition ?PERSON Leader
(GovernmentFn ?AREA))) |
Government.kif 1537-1539 |
If X chief of state Y for Z, then Z holds the position of leader in the government of X |
(=>
(headOfGovernment ?AREA ?POSITION ?PERSON)
(occupiesPosition ?PERSON ?POSITION
(GovernmentFn ?AREA))) |
Government.kif 1586-1588 |
If X is the head of government Y for Z, then Z holds the position of Y in the government of X |
(=>
(and
(legislativeBranch ?ORG ?AREA)
(instance ?AREA GeopoliticalArea))
(subOrganization ?ORG
(GovernmentFn ?AREA))) |
Government.kif 2000-2004 |
If X is a legislative branch of Y and X is an instance of geopolitical area, then Y is a part of the organization the government of X |
(=>
(and
(instance
(LegislatureFn ?AREA) Organization)
(instance ?AREA GeopoliticalArea))
(legislativeBranch
(LegislatureFn ?AREA)
(GovernmentFn ?AREA))) |
Government.kif 2021-2025 |
If the legislature of X is an instance of organization and X is an instance of geopolitical area, then the government of X is a legislative branch of the legislature of X |
(=>
(and
(judicialBranch ?BRANCH ?AREA)
(instance ?AREA GeopoliticalArea))
(subOrganization ?BRANCH
(GovernmentFn ?AREA))) |
Government.kif 2095-2099 |
If X is a judicial branch of Y and X is an instance of geopolitical area, then Y is a part of the organization the government of X |
(=>
(and
(judicialBranch ?BRANCH ?AREA)
(instance ?AREA GeopoliticalArea)
(subOrganization ?ORG ?BRANCH))
(subOrganization ?ORG
(GovernmentFn ?AREA))) |
Government.kif 2101-2106 |
If X is a judicial branch of Y, X is an instance of geopolitical area, and Z is a part of the organization Y, then Z is a part of the organization the government of X |
(=>
(and
(instance
(JudiciaryFn ?AREA) Organization)
(instance ?AREA GeopoliticalArea))
(judicialBranch
(JudiciaryFn ?AREA)
(GovernmentFn ?AREA))) |
Government.kif 2125-2129 |
If the judiciary of X is an instance of organization and X is an instance of geopolitical area, then the government of X is a judicial branch of the judiciary of X |
(=>
(and
(instance ?GROUP PoliticalPressureGroup)
(hasPurpose ?GROUP ?FORMULA)
(agentOperatesInArea ?GROUP ?AREA)
(instance ?AREA Nation))
(desires ?GROUP
(believes
(GovernmentFn ?AREA) ?FORMULA))) |
Government.kif 2332-2339 |
If X is an instance of political pressure group, X has the purpose Y, Z is an agent operates in area of X, and Z is an instance of nation, then X desires the government of Z believes Y |
|
| Display limited to 25 items. Show next 25 |
|
| Display limited to 25 items. Show next 25 |