# baseURI: https://www.omg.org/spec/Commons/GovernmentEntities/
# imports: https://www.omg.org/spec/Commons/AnnotationVocabulary/
# imports: https://www.omg.org/spec/Commons/Collections/
# imports: https://www.omg.org/spec/Commons/Locations/
# imports: https://www.omg.org/spec/Commons/Organizations/
# imports: https://www.omg.org/spec/Commons/RegistrationAuthorities/
# imports: https://www.omg.org/spec/Commons/RegulatoryAgencies/
# imports: https://www.omg.org/spec/Commons/RolesAndCompositions/

@base <https://www.omg.org/spec/Commons/GovernmentEntities/> .
@prefix cmns-av: <https://www.omg.org/spec/Commons/AnnotationVocabulary/> .
@prefix cmns-col: <https://www.omg.org/spec/Commons/Collections/> .
@prefix cmns-ge: <https://www.omg.org/spec/Commons/GovernmentEntities/> .
@prefix cmns-loc: <https://www.omg.org/spec/Commons/Locations/> .
@prefix cmns-org: <https://www.omg.org/spec/Commons/Organizations/> .
@prefix cmns-ra: <https://www.omg.org/spec/Commons/RegistrationAuthorities/> .
@prefix cmns-rga: <https://www.omg.org/spec/Commons/RegulatoryAgencies/> .
@prefix cmns-rlcmp: <https://www.omg.org/spec/Commons/RolesAndCompositions/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://www.omg.org/spec/Commons/GovernmentEntities/>
	a owl:Ontology ;
	rdfs:label "Commons Government Entities Ontology" ;
	dcterms:abstract "The Commons Government Entities ontology defines fundamental concepts for representing polities, government bodies and the relations between them." ;
	dcterms:license "https://opensource.org/licenses/MIT"^^xsd:anyURI ;
	owl:imports
		<https://www.omg.org/spec/Commons/AnnotationVocabulary/> ,
		<https://www.omg.org/spec/Commons/Collections/> ,
		<https://www.omg.org/spec/Commons/Locations/> ,
		<https://www.omg.org/spec/Commons/Organizations/> ,
		<https://www.omg.org/spec/Commons/RegistrationAuthorities/> ,
		<https://www.omg.org/spec/Commons/RegulatoryAgencies/> ,
		<https://www.omg.org/spec/Commons/RolesAndCompositions/>
		;
	owl:versionIRI <https://www.omg.org/spec/Commons/20241101/GovernmentEntities/> ;
	skos:note "This ontology is derived from the Financial Industry Business Ontology (FIBO) Government Entities ontology." ;
	cmns-av:copyright
		"Copyright (c) 2016-2024 EDM Council, Inc." ,
		"Copyright (c) 2016-2024 Object Management Group, Inc."
		;
	.

cmns-ge:BranchOfGovernment
	a owl:Class ;
	rdfs:subClassOf cmns-ge:GovernmentBody ;
	rdfs:label "branch of government" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "division of the government of a state, with separate and independent powers and areas of responsibility so that the powers of one branch are not in conflict with the powers associated with the other branches" ;
	cmns-av:adaptedFrom "https://www.usa.gov/branches-of-government"^^xsd:anyURI ;
	.

cmns-ge:CourtOfLaw
	a owl:Class ;
	rdfs:subClassOf cmns-org:FormalOrganization ;
	rdfs:label "court of law" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "person or body of persons having judicial authority to hear and resolve disputes on the basis of statutes or the common law" ;
	cmns-av:explanatoryNote "A court of law is a formal forum of justice that may have authority over civil, criminal, ecclesiastical, or military cases." ;
	.

cmns-ge:DevolvedGovernment
	a owl:Class ;
	rdfs:subClassOf cmns-ge:Government ;
	rdfs:label "devolved government" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "government and the politicians that that run a subnational territory with powers that may be temporary and reversible, ultimately residing with the central government" ;
	.

cmns-ge:ExecutiveBranch
	a owl:Class ;
	rdfs:subClassOf cmns-ge:BranchOfGovernment ;
	rdfs:label "executive branch" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "the branch of government that is authorized and responsible for the daily administration of the government" ;
	cmns-av:adaptedFrom "https://www.usa.gov/branches-of-government"^^xsd:anyURI ;
	cmns-av:explanatoryNote "The executive branch executes and enforces the law." ;
	.

cmns-ge:FederalGovernment
	a owl:Class ;
	rdfs:subClassOf
		cmns-ge:NationalGovernment ,
		[
			a owl:Class ;
			owl:intersectionOf (
				[
					a owl:Restriction ;
					owl:onProperty cmns-rga:governs ;
					owl:onClass cmns-loc:FederalCapitalArea ;
					owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
				]
				[
					a owl:Restriction ;
					owl:onProperty cmns-rga:governs ;
					owl:onClass cmns-loc:FederalState ;
					owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
				]
			) ;
		]
		;
	rdfs:label "federal government" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "union of states under a central government distinct from the individual governments of the separate states" ;
	cmns-av:adaptedFrom "Frascati Manual 2015 Guidelines for Collecting and Reporting Data on Research and Experimental Development, https://www.oecd.org/sti/inno/Frascati-2015-Glossary.pdf" ;
	cmns-av:explanatoryNote "A federation is a political entity characterized by a union of partially self-governing states or regions under a central (federal) government. In a federation, the self-governing status of the component states, as well as the division of power between them and the central government, are typically constitutionally entrenched and may not be altered by a unilateral decision of either party, the states or the federal political body." ;
	.

cmns-ge:FederatedSovereignty
	a owl:Class ;
	rdfs:subClassOf
		cmns-ge:SovereignState ,
		[
			a owl:Class ;
			owl:intersectionOf (
				[
					a owl:Restriction ;
					owl:onProperty cmns-ge:isRepresentedBy ;
					owl:onClass cmns-ge:RegionalGovernment ;
					owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
				]
				[
					a owl:Restriction ;
					owl:onProperty cmns-ge:isRepresentedBy ;
					owl:onClass cmns-ge:FederalGovernment ;
					owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
				]
			) ;
		] ,
		[
			a owl:Class ;
			owl:intersectionOf (
				[
					a owl:Restriction ;
					owl:onProperty cmns-ge:hasFullSovereigntyOver ;
					owl:someValuesFrom cmns-loc:Country ;
				]
				[
					a owl:Restriction ;
					owl:onProperty cmns-ge:hasSharedSovereigntyOver ;
					owl:onClass cmns-loc:FederalState ;
					owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
				]
			) ;
		]
		;
	rdfs:label "federated sovereignty" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "polity characterized by a union of partially self-governing states or regions under a central (federal) government" ;
	cmns-av:explanatoryNote "The federated sovereignty is the legal entity that can incur debt for a federal government, as distinct from the Federal government." ;
	.

cmns-ge:Government
	a owl:Class ;
	rdfs:subClassOf
		cmns-rlcmp:FunctionalRole ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-col:hasConstituent ;
			owl:onClass cmns-ge:BranchOfGovernment ;
			owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-col:hasConstituent ;
			owl:onClass cmns-ge:GovernmentAgency ;
			owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-col:hasConstituent ;
			owl:onClass cmns-ge:GovernmentDepartment ;
			owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-rga:governs ;
			owl:someValuesFrom cmns-loc:GeopoliticalEntity ;
		]
		;
	rdfs:label "government" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	owl:disjointWith cmns-ge:Instrumentality ;
	skos:definition "the system by which a state or community is controlled" ;
	cmns-av:adaptedFrom "Frascati Manual 2015 Guidelines for Collecting and Reporting Data on Research and Experimental Development, https://www.oecd.org/sti/inno/Frascati-2015-Glossary.pdf" ;
	cmns-av:explanatoryNote "In the Commonwealth of Nations, the word government is also used more narrowly to refer to the collective group of people that exercises executive authority in a state. This usage is analogous to what is called an 'administration' in American English. Furthermore, especially in American English, the concepts of the state and the government may be used synonymously to refer to the person or group of people exercising authority over a politically organized territory." ;
	.

cmns-ge:GovernmentAgency
	a owl:Class ;
	rdfs:subClassOf cmns-ge:GovernmentBody ;
	rdfs:label "government agency" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	owl:disjointWith cmns-ge:GovernmentDepartment ;
	skos:definition "permanent or semi-permanent organization, often an appointed commission, in the machinery of government that is responsible for the oversight and administration of specific functions" ;
	cmns-av:explanatoryNote "There is a notable variety of agency types. Although usage differs, a government agency is normally distinct both from a department or ministry, and other types of public body established by government. The functions of an agency are normally executive in character, since different types of organizations (such as commissions) are most often constituted in an advisory role; this distinction is often blurred in practice however." ;
	.

cmns-ge:GovernmentBody
	a owl:Class ;
	rdfs:subClassOf cmns-org:FormalOrganization ;
	rdfs:label "government body" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "formal organization that is an agency, instrumentality, or other body of a supranational, national, federal, state, or local government, including certain multijurisdictional agencies and departments that carry out the business of government" ;
	cmns-av:explanatoryNote "Identifying government bodies is a pre-requisite for identifying government officials. This information is needed to help ensure compliance with applicable laws relating to bribery or corruption, including the U.S. Foreign Corrupt Practices Act (FCPA), the UK Bribery Act 2010 (UKBA), the U.S. Bank Bribery Act (Bribery Act), and other anti-bribery and corruption laws in the jurisdictions where financial institutions conduct business." ;
	.

cmns-ge:GovernmentDepartment
	a owl:Class ;
	rdfs:subClassOf
		cmns-ge:GovernmentBody ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-col:isConstituentOf ;
			owl:someValuesFrom cmns-ge:GovernmentBody ;
		]
		;
	rdfs:label "government department" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "specialized organization responsible for a sector of government public administration" ;
	cmns-av:adaptedFrom "Frascati Manual 2015 Guidelines for Collecting and Reporting Data on Research and Experimental Development, https://www.oecd.org/sti/inno/Frascati-2015-Glossary.pdf" ;
	.

cmns-ge:Instrumentality
	a owl:Class ;
	rdfs:subClassOf
		cmns-ge:GovernmentBody ,
		cmns-org:LegalEntity ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-ge:isInstrumentOf ;
			owl:someValuesFrom cmns-ge:Government ;
		]
		;
	rdfs:label "instrumentality" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "organization that serves a public purpose and is closely tied to a government, but is not a government agency" ;
	cmns-av:explanatoryNote "Many instrumentalities are private companies, and some are chartered directly by state or federal government. Instrumentalities are subject to a unique set of laws that shape their activities." ;
	.

cmns-ge:Judiciary
	a owl:Class ;
	rdfs:subClassOf
		cmns-ge:BranchOfGovernment ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-col:hasPart ;
			owl:someValuesFrom cmns-ge:CourtOfLaw ;
		]
		;
	rdfs:label "judiciary" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "branch of government that comprises the system of courts that interprets and applies the law in the name of the supranational, national, federal, or regional government, depending on its jurisdiction" ;
	cmns-av:explanatoryNote "The judiciary also provides a mechanism for the resolution of disputes. Under the doctrine of the separation of powers, the judiciary generally does not make law (that is, in a plenary fashion, which is the responsibility of the legislature) or enforce law (which is the responsibility of the executive), but rather interprets law and applies it to the facts of each case." ;
	.

cmns-ge:Legislature
	a owl:Class ;
	rdfs:subClassOf cmns-ge:BranchOfGovernment ;
	rdfs:label "legislature" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "the law-making body of a political unit, usually a national government, that has power to enact, amend, and repeal public policy" ;
	cmns-av:explanatoryNote "Laws enacted by legislatures are known as legislation. Legislatures observe and steer governing actions and usually have exclusive authority to amend the budget or budgets involved in the process." ;
	.

cmns-ge:MunicipalEntity
	a owl:Class ;
	rdfs:subClassOf
		cmns-ge:Polity ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-ge:hasSovereigntyOver ;
			owl:someValuesFrom cmns-loc:Municipality ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-ge:isRepresentedBy ;
			owl:someValuesFrom cmns-ge:MunicipalGovernment ;
		]
		;
	rdfs:label "municipal entity" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "polity that typically represents a city, township, or other administrative subdivision having corporate status and powers of self-government or jurisdiction" ;
	cmns-av:explanatoryNote "Municipal entity in the sense of a legal entity, that is, what it is that incurs debt for a municipality, as distinct from the Municipal government. A municipal entity has a Government which sets laws applicable within the geographical area corresponding to its jurisdiction." ;
	cmns-av:synonym "municipality" ;
	.

cmns-ge:MunicipalGovernment
	a owl:Class ;
	rdfs:subClassOf
		cmns-ge:Government ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-rga:governs ;
			owl:someValuesFrom cmns-loc:Municipality ;
		]
		;
	rdfs:label "municipal government" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "regional government of a city, township, or other administrative subdivision" ;
	.

cmns-ge:NationalGovernment
	a owl:Class ;
	rdfs:subClassOf
		cmns-ge:Government ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-rga:governs ;
			owl:someValuesFrom cmns-loc:Country ;
		]
		;
	rdfs:label "national government" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "government and the politicians that that run a country as a whole (as opposed to local government)" ;
	cmns-av:adaptedFrom "Frascati Manual 2015 Guidelines for Collecting and Reporting Data on Research and Experimental Development, https://www.oecd.org/sti/inno/Frascati-2015-Glossary.pdf" ;
	.

cmns-ge:Polity
	a owl:Class ;
	rdfs:subClassOf
		cmns-ge:GovernmentBody ,
		cmns-org:LegalPerson ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-ge:hasSovereigntyOver ;
			owl:someValuesFrom cmns-loc:GeopoliticalEntity ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-ge:isRepresentedBy ;
			owl:someValuesFrom cmns-ge:Government ;
		]
		;
	rdfs:label "polity" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "legal person that is a supranational entity, crown, state, or subordinate civil authority, such as a province, prefecture, county, municipality, city, or district representing the people of that entity" ;
	.

cmns-ge:RegionalGovernment
	a owl:Class ;
	rdfs:subClassOf
		cmns-ge:Government ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-rga:governs ;
			owl:someValuesFrom cmns-loc:GeopoliticalEntity ;
		]
		;
	rdfs:label "regional government" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "administrative body for a geographic area, such as a county, smaller town, or other similar community" ;
	cmns-av:adaptedFrom "Frascati Manual 2015 Guidelines for Collecting and Reporting Data on Research and Experimental Development, https://www.oecd.org/sti/inno/Frascati-2015-Glossary.pdf" ;
	cmns-av:explanatoryNote "A local government will typically only have control over their specific geographical region, and cannot pass or enforce laws that will affect a wider area. Local governments can elect officials, enact taxes, and do many other things that a national government would do, just on a smaller scale." ;
	cmns-av:synonym "local government" ;
	.

cmns-ge:RegionalSovereignty
	a owl:Class ;
	rdfs:subClassOf
		cmns-ge:Polity ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-ge:isRepresentedBy ;
			owl:onClass cmns-ge:RegionalGovernment ;
			owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-ge:hasSharedSovereigntyOver ;
			owl:someValuesFrom cmns-loc:GeopoliticalEntity ;
		]
		;
	rdfs:label "regional sovereignty" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "legal person that corresponds to an administrative division, administrative unit, administrative entity or country subdivision (or, sometimes, geopolitical division or subnational entity), that has the capacity to incur debt, issue contracts, and enter into relations with other similar entities" ;
	skos:example "A country may be divided into provinces, which, in turn, are divided into counties, which, in turn, may be divided in whole or in part into municipalities; and so on." ;
	.

cmns-ge:SovereignState
	a owl:Class ;
	rdfs:subClassOf
		cmns-ge:Polity ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-ge:hasFullSovereigntyOver ;
			owl:someValuesFrom cmns-loc:Country ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-ge:isRepresentedBy ;
			owl:someValuesFrom cmns-ge:NationalGovernment ;
		]
		;
	rdfs:label "sovereign state" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "non-physical juridical entity that is represented by one centralized government that has sovereignty over a geographic area" ;
	cmns-av:explanatoryNote "A legal entity that is represented by one centralized government, has a permanent population, defined territory, and the capacity to enter into relations with other sovereign states." ;
	.

cmns-ge:SupranationalEntity
	a owl:Class ;
	rdfs:subClassOf
		cmns-ge:Polity ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-ge:hasSharedSovereigntyOver ;
			owl:onClass cmns-loc:Country ;
			owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-ge:isRepresentedBy ;
			owl:someValuesFrom cmns-ge:GovernmentBody ;
		]
		;
	rdfs:label "supranational entity" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "governmental or non-governmental entity that is established by international law or treaty or incorporated at an international level" ;
	cmns-av:adaptedFrom
		"Frascati Manual 2015 Guidelines for Collecting and Reporting Data on Research and Experimental Development, https://www.oecd.org/sti/inno/Frascati-2015-Glossary.pdf" ,
		"ISO 20275:2017, Financial services - Entity legal forms (ELF), First Edition, July 2017." ,
		"Kiljunen, Kimmo (2004). The European Constitution in the Making. Centre for European Policy Studies. pp. 21-26. ISBN 978-92-9079-493-6"
		;
	cmns-av:explanatoryNote "A supranational union is a supranational polity which lies somewhere between a confederation that is an association of states and a federation that is a state. Unlike states in a federal super-state, member states retain ultimate sovereignty, although some sovereignty is shared with, or ceded to, the supranational body." ;
	.

cmns-ge:TribalArea
	a owl:Class ;
	rdfs:subClassOf cmns-loc:GeopoliticalEntity ;
	rdfs:label "tribal area" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "designation for geographic region administered by a group of indigenous people rather than by a sovereign state or regional governmental entity" ;
	.

cmns-ge:TribalEntity
	a owl:Class ;
	rdfs:subClassOf
		cmns-ge:Polity ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-ge:hasSharedSovereigntyOver ;
			owl:someValuesFrom cmns-ge:TribalArea ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-ge:isRepresentedBy ;
			owl:someValuesFrom cmns-ge:TribalGovernment ;
		]
		;
	rdfs:label "tribal entity" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "legal entity that represents fundamental unit of sovereign tribal (indigenous) government" ;
	cmns-av:adaptedFrom "National Council of American Indians, https://ncai.org/policy-issues/tribal-governance" ;
	cmns-av:explanatoryNote "Any indigenous group or community which is recognized as having rights and obligations independent of the central government." ;
	.

cmns-ge:TribalGovernment
	a owl:Class ;
	rdfs:subClassOf
		cmns-ge:Government ,
		[
			a owl:Restriction ;
			owl:onProperty cmns-rga:governs ;
			owl:someValuesFrom cmns-ge:TribalArea ;
		]
		;
	rdfs:label "tribal government" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "governing body of a tribe, band, pueblo, community, village, or group of indiginous people that has legal authority over that community, including the authority to legislate the existence of tribal entities" ;
	cmns-av:adaptedFrom "National Council of American Indians, https://ncai.org/policy-issues/tribal-governance" ;
	cmns-av:explanatoryNote "Currently, 573 sovereign tribal nations (variously called tribes, nations, bands, pueblos, communities, and Native villages) have a formal nation-to-nation relationship with the US government. These tribal governments are legally defined as 'federally recognized tribes.' Two-hundred-and-twenty-nine of these tribal nations are located in Alaska; the remaining tribes are located in 35 other states. In total, tribal governments exercise jurisdiction over lands that would make Indian Country the fourth largest state in the nation." ;
	.

cmns-ge:hasFullSovereigntyOver
	a owl:ObjectProperty ;
	rdfs:subPropertyOf cmns-ge:hasSovereigntyOver ;
	rdfs:label "has full sovereignty over" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "relates a polity to a geopolitical entity where the polity has absolute, supreme and ultimate dominion and authority of a political state subject to no higher power, expressed within its territory in full self-government and in complete freedom from any outside influence" ;
	.

cmns-ge:hasSharedSovereigntyOver
	a owl:ObjectProperty ;
	rdfs:subPropertyOf cmns-ge:hasSovereigntyOver ;
	rdfs:label "has shared sovereignty over" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "relates a polity to a geopolitical entity where the polity exercises shared dominion and authority of a political state" ;
	.

cmns-ge:hasSovereigntyOver
	a owl:ObjectProperty ;
	rdfs:subPropertyOf cmns-rga:governs ;
	rdfs:label "has sovereignty over" ;
	rdfs:domain cmns-ge:Polity ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	rdfs:range cmns-loc:GeopoliticalEntity ;
	skos:definition "relates a polity to a geopolitical entity where the polity exercises dominion and authority of a political state" ;
	.

cmns-ge:isInstrumentOf
	a owl:ObjectProperty ;
	rdfs:label "is an instrument of" ;
	rdfs:domain cmns-ge:Instrumentality ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	rdfs:range cmns-ge:Government ;
	skos:definition "relates an instrumentality of some government to the government that it supports" ;
	.

cmns-ge:isRepresentedBy
	a owl:ObjectProperty ;
	rdfs:label "is represented by" ;
	rdfs:isDefinedBy <https://www.omg.org/spec/Commons/GovernmentEntities/> ;
	skos:definition "relates a system of governance to its chosen representatives" ;
	.

