# baseURI: http://www.bbc.co.uk/ontologies/politics
# imports: http://www.bbc.co.uk/ontologies/coreconcepts
# imports: http://www.bbc.co.uk/ontologies/provenance
# imports: http://www.bbc.co.uk/ontologies/organisation
@prefix core: .
@prefix dc: .
@prefix dcterms: .
@prefix foaf: .
@prefix owl: .
@prefix pol: .
@prefix org: .
@prefix provenance: .
@prefix rdf: .
@prefix rdfs: .
@prefix xsd: .
rdf:type provenance:Ontology , owl:Ontology ;
rdfs:comment "An ontology which describes a model for politics, specifically in terms of local government and elections. This is an evolving spec, originally designed to cope with UK (England and Northern Ireland) Local, and European Elections in May 2014."@en-gb ;
rdfs:label "Politics Ontology"@en-gb ;
dc:creator , , ;
dc:date "2014-01-06"^^xsd:date ;
dcterms:license ;
# provenance:canonicalLocation
# "https://repo.dev.bbc.co.uk/services/linked-data/ontologies/domain/news/politics-ontology-0.9.ttl"^^xsd:string ;
provenance:changeReason
"added new predicate for previousElections"@en-gb ;
provenance:public "true"^^xsd:boolean ;
provenance:slug "politics"^^xsd:string ;
provenance:version "1.0"^^xsd:string ;
owl:imports , ;
owl:priorVersion ;
owl:versionIRI ;
owl:versionInfo "1.0"@en-gb .
pol:Council
rdf:type owl:Class ;
rdfs:comment "An organization with a formal role in local administration or government."@en-gb ;
rdfs:isDefinedBy ;
rdfs:label "Council"@en-gb ;
rdfs:subClassOf core:Organisation .
pol:MayoralRegion
rdf:type owl:Class ;
rdfs:comment "A region which has a directly elected Mayor."@en-gb ;
rdfs:isDefinedBy ;
rdfs:label "MayoralRegion"@en-gb ;
rdfs:subClassOf core:Organisation .
pol:CouncilType
rdf:type owl:Class ;
rdfs:comment "The type of Council, which determines the responsibilities that a Council has to the people living within its jurisdiction."@en-gb ;
rdfs:isDefinedBy ;
rdfs:label "Council Type"@en-gb ;
rdfs:subClassOf owl:Thing .
pol:Election
rdf:type owl:Class ;
rdfs:comment "An event which encapsulates the formal decision-making process by which a population chooses an individual to hold public office."@en-gb ;
rdfs:isDefinedBy ;
rdfs:label "Election"@en-gb ;
rdfs:subClassOf core:Event .
pol:PoliticalParty
rdf:type owl:Class ;
rdfs:comment "An organization which seeks to influence, direct, or entirely perform government policy, commonly with a shared vision, ideals and goals which unites its' members and supporters."@en-gb ;
rdfs:isDefinedBy ;
rdfs:label "Political Party"@en-gb ;
rdfs:subClassOf core:Organisation .
pol:StatisticalGeography
rdf:type owl:Class ;
rdfs:comment "A type of geographical bounded area defined specifically to cover political boundaries."@en-gb ;
rdfs:isDefinedBy ;
rdfs:label "StatisticalGeography"@en-gb ;
rdfs:subClassOf core:Place .
pol:Constituency
rdf:type owl:Class ;
rdfs:comment "An electoral area or division, which can be represented in a political institution."@en-gb ;
rdfs:isDefinedBy ;
rdfs:label "Constituency"@en-gb ;
rdfs:subClassOf pol:StatisticalGeography .
pol:governsGSS
rdf:type owl:ObjectProperty ;
rdfs:comment "property to relate a political organisation, such as a Council, to the area of Statistical Geography which it governs."@en-gb ;
rdfs:isDefinedBy ;
rdfs:label "governsGSS"@en-gb .
pol:councilType
rdf:type owl:ObjectProperty ;
rdfs:comment "property to relate a Council to the Type of Council it is - which defines which responsibilities it has."@en-gb ;
rdfs:isDefinedBy ;
rdfs:domain pol:Council ;
rdfs:range pol:CouncilType ;
rdfs:label "is of council type"@en-gb .
pol:electsTo
rdf:type owl:ObjectProperty ;
rdfs:comment "property to relate an Election to the things which are up for election."@en-gb ;
rdfs:isDefinedBy ;
rdfs:domain pol:Election ;
owl:inverseOf pol:takesPartInElection ;
rdfs:label "electsTo"@en-gb .
pol:takesPartInElection
rdf:type owl:ObjectProperty ;
rdfs:comment "property to relate a political organisation, such as a Council, to an Election which it takes part in."@en-gb ;
rdfs:isDefinedBy ;
rdfs:range pol:Election ;
owl:inverseOf pol:electsTo ;
rdfs:label "takes part in election"@en-gb .
pol:previousElections
rdf:type owl:ObjectProperty ;
rdfs:comment "property to relate a political organisation, such as a Council, to previous elections it has been associated with."@en-gb ;
rdfs:isDefinedBy ;
rdfs:range pol:Election ;
rdfs:label "previous elections"@en-gb .