@prefix schema: <http://reegle.info/schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl2xml: <http://www.w3.org/2006/12/owl2-xml#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ontology: <http://www.geonames.org/ontology#> .
@prefix cc: <http://creativecommons.org/ns#> .

<http://reegle.info/schema> a owl:Ontology , voaf:Vocabulary ;
	vann:preferredNamespacePrefix "reegle" ;
	vann:preferredNamespaceUri "http://reegle.info/schema#" ;
	dc:title "Reegle RDF Schema"@en ;
	dc:description "A vocabulary describing the clean energy data published on http://data.reegle.info."@en ;
	dc:issued "2011-12-20"^^xsd:date ;
	dc:modified "2012-11-16"^^xsd:date ;
	owl:versionInfo "1.1"^^xsd:decimal ;
	rdfs:comment "Version 1.1: Added vocabulary metadata and missing labels for some properties."@en ;
	cc:license <http://www.nationalarchives.gov.uk/doc/open-government-licence> .

schema:activeIn a owl:ObjectProperty ;
	rdfs:label "is active in"@en ;
	rdfs:comment "defines the countries an organisation is active in"@en ;
	rdfs:range ontology:Feature .

schema:profile a owl:ObjectProperty ;
	rdfs:label "has country profile"@en ;
	rdfs:range schema:CountryProfile .

schema:sector a owl:ObjectProperty ;
	rdfs:label "in sector"@en ;
	rdfs:comment "The sector an organisation is active in."@en ;
	rdfs:range schema:Sector .

schema:specialisation a owl:ObjectProperty ;
	rdfs:label "specialisation"@en ;
	rdfs:domain schema:ProjectOutput ;
	rdfs:range schema:Specialisation .

schema:technology a owl:ObjectProperty ;
	rdfs:label "technology"@en ;
	rdfs:comment "the technologies that are related to a project"@en ;
	rdfs:domain schema:ProjectOutput ;
	rdfs:range schema:Technology .

schema:activities a owl:DatatypeProperty ;
	rdfs:label "activities"@en ;
	rdfs:comment "activities of the organisation in the renewable energy & energy efficiency sector."@en ;
	rdfs:range rdfs:Literal .

schema:capacityConcerns a owl:DatatypeProperty ;
	rdfs:label "capacity concerns"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:competition a owl:DatatypeProperty ;
	rdfs:label "competition"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:degreeIndependence a owl:DatatypeProperty ;
	rdfs:label "degree of independence"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:desirability a owl:DatatypeProperty ;
	rdfs:label "desirability"@en ;
	rdfs:domain schema:ProjectOutput ;
	rdfs:range rdfs:Literal .

schema:energyDebates a owl:DatatypeProperty ;
	rdfs:label "energy debates"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:energyEfficiency a owl:DatatypeProperty ;
	rdfs:label "energy efficiency"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:energyEfficiencyIndustry a owl:DatatypeProperty ;
	rdfs:label "energy efficiency industry"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:energyEfficiencyPublic a owl:DatatypeProperty ;
	rdfs:label "energy efficiency public"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:energyEfficiencyResidantial a owl:DatatypeProperty ;
	rdfs:label "energy efficiency residential"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:energyEfficiencyTransport a owl:DatatypeProperty ;
	rdfs:label "energy efficiency transport"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:energyEfficiencyUtilities a owl:DatatypeProperty ;
	rdfs:label "energy efficiency utilities"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:energyFramework a owl:DatatypeProperty ;
	rdfs:label "energy framework"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:energyProcedure a owl:DatatypeProperty ;
	rdfs:label "energy procedure"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:energyRegulationRole a owl:DatatypeProperty ;
	rdfs:label "energy regulation role"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:energyRegulator a owl:DatatypeProperty ;
	rdfs:label "energy regulator"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:energyStudies a owl:DatatypeProperty ;
	rdfs:label "energy debates"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:extendNetwork a owl:DatatypeProperty ;
	rdfs:label "extend network"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:funded a owl:DatatypeProperty ;
	rdfs:label "funded"@en ;
	rdfs:domain schema:ProjectOutput ;
	rdfs:range rdfs:Literal .

schema:governmentAgencies a owl:DatatypeProperty ;
	rdfs:label "government agencies"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:governmentRole a owl:DatatypeProperty ;
	rdfs:label "role of the government"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:mission a owl:DatatypeProperty ;
	rdfs:label "mission"@en ;
	rdfs:comment "the declared mission of the organisation."@en ;
	rdfs:range rdfs:Literal .

schema:organisationType a owl:DatatypeProperty ;
	rdfs:label "organisation type"@en ;
	rdfs:domain schema:ProjectOutput ;
	rdfs:range rdfs:Literal .

schema:ownership a owl:DatatypeProperty ;
	rdfs:label "ownership"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:projectDescription a owl:DatatypeProperty ;
	rdfs:label "project description"@en ;
	rdfs:domain schema:ProjectOutput ;
	rdfs:range rdfs:Literal .

schema:projectExpertise a owl:DatatypeProperty ;
	rdfs:label "project expertise"@en ;
	rdfs:domain schema:ProjectOutput ;
	rdfs:range rdfs:Literal .

schema:projectTitle a owl:DatatypeProperty ;
	rdfs:label "project title"@en ;
	rdfs:domain schema:ProjectOutput ;
	rdfs:range rdfs:Literal .

schema:references a owl:DatatypeProperty ;
	rdfs:label "references\""@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range <http://www.w3.org/2001/XMLSchema-datatypes#int> .

schema:referenceNumber a owl:DatatypeProperty ;
	rdfs:label "reference number\""@en ;
	rdfs:domain schema:ProjectOutput ;
	rdfs:range <http://www.w3.org/2001/XMLSchema-datatypes#int> .

schema:regulatoryBarriers a owl:DatatypeProperty ;
	rdfs:label "regulatory barriers"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:regulatoryFramework a owl:DatatypeProperty ;
	rdfs:label "regulatory framework"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:regulatoryRoles a owl:DatatypeProperty ;
	rdfs:label "regulatory roles"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:reliance a owl:DatatypeProperty ;
	rdfs:label "reliance"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:renewableEnergy a owl:DatatypeProperty ;
	rdfs:label "renewable energy"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:sector a owl:DatatypeProperty ;
	rdfs:label "sector"@en ;
	rdfs:domain schema:ProjectOutput ;
	rdfs:range rdfs:Literal .

schema:sources a owl:DatatypeProperty ;
	rdfs:label "energy sources"@en ;
	rdfs:domain schema:CountryProfile ;
	rdfs:range rdfs:Literal .

schema:targetAudience a owl:DatatypeProperty ;
	rdfs:label "target audience"@en ;
	rdfs:domain schema:ProjectOutput ;
	rdfs:range rdfs:Literal .

schema:CountryProfile a owl:Class ;
	rdfs:label "country profle"@en .

schema:ProjectOutput a owl:Class ;
	rdfs:label "project output"@en ;
	rdfs:comment "output summary of a renewable energy & energy efficiency project."@en .

schema:Sector a owl:Class ;
	rdfs:label "sector"@en ;
	rdfs:comment "A sector in the field of renewable energy and energy efficiency."@en .

schema:Specialisation a owl:Class ;
	rdfs:label "specialisation"@en .

schema:Technology a owl:Class ;
	rdfs:label "technology"@en .
