<?xml version="1.0"?>
<?xml-stylesheet href="rdfs2html.xsl" type="text/xsl"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:dc="http://purl.org/dc/elements/1.1/">

	<owl:Ontology rdf:about="http://www.rdfabout.com/rdf/schema/usgovt/" dc:title="United States Government Ontology" dc:description="None." dc:date="March. 19, 2005">
	</owl:Ontology>
 
	<!-- CLASSES -->

	<rdfs:Class rdf:about="http://www.rdfabout.com/rdf/schema/usgovt/State" rdfs:label="State" rdfs:comment="A state is the first level of government below the federal government.">
		<rdfs:subClassOf rdf:resource="http://www.rdfabout.com/rdf/schema/politico/Organization"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="http://purl.org/dc/terms/isPartOf"/>
				<owl:hasValue rdf:resource="tag:govshare.info,2005:data/us"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/"/>
	</rdfs:Class>

	<rdfs:Class rdf:about="http://www.rdfabout.com/rdf/schema/usgovt/County" rdfs:label="County" rdfs:comment="A county is a first-level governmental division within a State.">
		<rdfs:subClassOf rdf:resource="http://www.rdfabout.com/rdf/schema/politico/Organization"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/"/>
	</rdfs:Class>

	<rdfs:Class rdf:about="http://www.rdfabout.com/rdf/schema/usgovt/Town" rdfs:label="Town" rdfs:comment="A town is a local government within a County.">
		<rdfs:subClassOf rdf:resource="http://www.rdfabout.com/rdf/schema/politico/Organization"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/"/>
	</rdfs:Class>

	<rdfs:Class rdf:about="http://www.rdfabout.com/rdf/schema/usgovt/Village" rdfs:label="Village" rdfs:comment="A village is a subpart of a Town.">
		<rdfs:subClassOf rdf:resource="http://www.rdfabout.com/rdf/schema/politico/Organization"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/"/>
	</rdfs:Class>

	<rdfs:Class rdf:about="http://www.rdfabout.com/rdf/schema/usgovt/CongressionalDistrict" rdfs:label="Congressional District" rdfs:comment="A congressional district is a geographic region within a state that elects a member of the House of Representatives.">
		<rdfs:subClassOf rdf:resource="http://www.rdfabout.com/rdf/schema/politico/Organization"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/"/>
	</rdfs:Class>

	<!-- PROPERTIES -->
	
	<owl:InverseFunctionalProperty rdf:about="http://www.rdfabout.com/rdf/schema/usgovt/censusStateCode" rdfs:label="CensusStateCode" rdfs:comment="A numeric code that the U.S. Census uses to identify a U.S. state.">
		<rdfs:domain rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/State"/>
		<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/"/>
	</owl:InverseFunctionalProperty>

	<owl:InverseFunctionalProperty rdf:about="http://www.rdfabout.com/rdf/schema/usgovt/fipsStateCode" rdfs:label="FIPSStateCode" rdfs:comment="A numeric code that uniquely identifies a U.S. state according to FIPS55.">
		<rdfs:domain rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/State"/>
		<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/"/>
	</owl:InverseFunctionalProperty>

	<owl:FunctionalProperty rdf:about="http://www.rdfabout.com/rdf/schema/usgovt/fipsCountyCode" rdfs:label="FIPSCountyCode" rdfs:comment="A numeric code that identifies a U.S. county according to FIPS.  These codes are unique only within a state.">
		<rdfs:domain rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/County"/>
		<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/"/>
	</owl:FunctionalProperty>

	<owl:InverseFunctionalProperty rdf:about="http://www.rdfabout.com/rdf/schema/usgovt/fipsStateCountyCode" rdfs:label="FIPSStateCountyCode" rdfs:comment="A code that uniquely identifies a U.S. county.  It is the state's FIPS code, followed by a colon, followed by the county's FIPS code.">
		<rdfs:domain rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/County"/>
		<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/"/>
	</owl:InverseFunctionalProperty>

	<owl:InverseFunctionalProperty rdf:about="http://www.rdfabout.com/rdf/schema/usgovt/uspsStateCode" rdfs:label="USPSStateCode" rdfs:comment="The two-letter postal abbreviation for a U.S. state used by the United States Postal Service.">
		<rdfs:domain rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/State"/>
		<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/"/>
	</owl:InverseFunctionalProperty>

	<owl:InverseFunctionalProperty rdf:about="http://www.rdfabout.com/rdf/schema/usgovt/congressBioGuideID" rdfs:label="BioguideID" rdfs:comment="The bioguide.congress.gov ID for a person.">
		<rdfs:domain rdf:resource="http://www.rdfabout.com/rdf/schema/politico/Politician"/>
		<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/"/>
	</owl:InverseFunctionalProperty>

	<owl:FunctionalProperty rdf:about="http://www.rdfabout.com/rdf/schema/usgovt/party" rdfs:label="Party" rdfs:comment="The political party of the individual.">
		<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
		<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/usgovt/"/>
	</owl:FunctionalProperty>

</rdf:RDF>
