<?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:pol="http://www.rdfabout.com/rdf/schema/politico/"
	xmlns:dc="http://purl.org/dc/elements/1.1/">

	<owl:Ontology rdf:about="http://www.rdfabout.com/rdf/schema/politico/" dc:title="Politico vocabulary" dc:description="None." dc:date="Dec. 25, 2004">
	</owl:Ontology>
 
	<!-- CLASSES -->

	<rdfs:Class rdf:about="http://www.rdfabout.com/rdf/schema/politico/Politician" rdfs:label="Politician" rdfs:comment="A person in the political world.">
		<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/politico/"/>
	</rdfs:Class>

	<rdfs:Class rdf:about="http://www.rdfabout.com/rdf/schema/politico/Organization" rdfs:label="Organization" rdfs:comment="A political or governmental organization.">
		<rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/politico/"/>
	</rdfs:Class>

	<rdfs:Class rdf:about="http://www.rdfabout.com/rdf/schema/politico/Office" rdfs:label="Office" rdfs:comment="A political position filled by one or more people.">
		<rdfs:subClassOf rdf:resource="http://www.rdfabout.com/rdf/schema/politico/Organization"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/politico/"/>
	</rdfs:Class>

	<rdfs:Class rdf:about="http://www.rdfabout.com/rdf/schema/politico/Term" rdfs:label="Term" rdfs:comment="A term in which a Politician held a position in an Organization.">
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/politico/"/>
	</rdfs:Class>

	<rdfs:Class rdf:about="http://www.rdfabout.com/rdf/schema/politico/Country" rdfs:label="Country" rdfs:comment="A country.">
		<rdfs:subClassOf rdf:resource="http://www.rdfabout.com/rdf/schema/politico/Organization"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/politico/"/>
	</rdfs:Class>
  
	<!-- PROPERTIES -->
	
	<!-- for Terms -->

	<rdf:Property rdf:about="http://www.rdfabout.com/rdf/schema/politico/hasRole" rdfs:label="hasRole" rdfs:comment="Points to a role held by a politician.">
		<rdfs:domain rdf:resource="http://www.rdfabout.com/rdf/schema/politico/Politician"/>
		<rdfs:range rdf:resource="http://www.rdfabout.com/rdf/schema/politico/Term"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/politico/"/>
	</rdf:Property>

	<rdf:Property rdf:about="http://www.rdfabout.com/rdf/schema/politico/forOffice" rdfs:label="forOffice" rdfs:comment="Designates the office fulfilled by a Term.">
		<rdfs:domain rdf:resource="http://www.rdfabout.com/rdf/schema/politico/Term"/>
		<rdfs:range rdf:resource="http://www.rdfabout.com/rdf/schema/politico/Organization"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/politico/"/>
	</rdf:Property>

	<rdf:Property rdf:about="http://www.rdfabout.com/rdf/schema/politico/represents" rdfs:label="represents" rdfs:comment="Relates an organization to an entity represented by the organization.">
		<rdfs:domain rdf:resource="http://www.rdfabout.com/rdf/schema/politico/Organization"/>
		<rdfs:isDefinedBy rdf:resource="http://www.rdfabout.com/rdf/schema/politico/"/>
	</rdf:Property>
</rdf:RDF>
