@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <http://purl.org/vocab/vann/> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/ns/adms#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://ontology.eil.utoronto.ca/ISO37120.owl>
  a owl:Ontology ;
  ns0:preferredNamespaceUri "http://ontology.eil.utoronto.ca/ISO37120.owl#" ;
  ns0:preferredNamespacePrefix "iso37120" ;
  cc:license <http://creativecommons.org/licenses/by/3.0/> ;
  dc:description """ISO 37120 – Sustainable Development and Resilience of Communities – Indicators for City Services and Quality of Life (under TC268)

http://ontology.eil.utoronto.ca/ISO37120.html

This OWL file defines a class for each indicator defined in the ISO 37120 standard.  Names for each indicator are provided.  Text definitions are provided only for Economy, Education and Energy indicators, due to copyright restrictions imposed by ISO.  This file is meant to provide a single URI for each indicator.

An ontology for representing an indicator's supporting data plus meta information such as provenance, validity and trust can be found in:
http://ontology.eil.utoronto.ca/GCI/Foundation/GCI-Foundation.owl

Documentation of the ontology can be found in:
http://eil.utoronto.ca/smartcities/papers/GCI-Foundation-Ontology.pdf"""@en ;
  owl:versionInfo """1.2: 12 August 2016. Minor corrections - Waste & Treatment --> Water & Treatment
            Moved 10.3 out of being a subclass of 10.5
1.1"""@en ;
  dc:modified "21 April 2015"@en ;
  dc:creator """Mark S. Fox, http://eil.utoronto.ca/profiles/foxpro.html
Enterprise Integration Laboratory, http://eil.utoronto.ca
University of Toronto, 
msf@eil.utoronto.ca"""@en ;
  ns1:relatedDocumentation "http://www.iso.org/iso/catalogue_detail?csnumber=62436" ;
  dc:title "ISO 37120 indicator URIs" .

cc:license a owl:AnnotationProperty .
dc:creator a owl:AnnotationProperty .
dc:description a owl:AnnotationProperty .
dc:modified a owl:AnnotationProperty .
dc:title a owl:AnnotationProperty .
ns0:preferredNamespacePrefix a owl:AnnotationProperty .
ns0:preferredNamespaceUri a owl:AnnotationProperty .
ns1:relatedDocumentation a owl:AnnotationProperty .
<http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120DataProperty> a owl:DatatypeProperty .
<http://ontology.eil.utoronto.ca/ISO37120.owl#indicator_value>
  a owl:DatatypeProperty ;
  rdfs:subPropertyOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120DataProperty> ;
  rdfs:domain <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:range xsd:decimal .

<http://ontology.eil.utoronto.ca/ISO37120.owl#Economy>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Economy Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#Education>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Education Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#Energy>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Energy Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#Environment>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Environment Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#Finance>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Finance Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#FireAndEmergencyResponse>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Fire and Emergency Response Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#Governance>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Governance Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#Health>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Health Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator>
  a owl:Class ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <http://ontology.eil.utoronto.ca/ISO37120.owl#indicator_value> ;
    owl:allValuesFrom xsd:decimal
  ] .

<http://ontology.eil.utoronto.ca/ISO37120.owl#Recreation>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Recreation Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#Safety>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Safety Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#Shelter>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Shelter Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#SolidWaste>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Solid Waste Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#TelecommunicationAndInnovation>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Telecommunications and Innovation Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#Transportation>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Transportation Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#UrbanPlanning>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Urban Planning Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#Wastewater>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Waste Water Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#WaterAndSanitation>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#ISO37120_Indicator> ;
  rdfs:label "Water and Sanitation Indicators"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#10.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#FireAndEmergencyResponse> ;
  rdfs:label "Number of firefighters per 100 000 population (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#10.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#FireAndEmergencyResponse> ;
  rdfs:label "Number of fire related deaths per 100 000 population (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#10.3>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#FireAndEmergencyResponse> ;
  rdfs:label "Number of natural disaster related deaths per 100 000 population (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#10.4>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#FireAndEmergencyResponse> ;
  rdfs:label "Number of volunteer and part-time firefighters per 100 000 population (support- ing indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#10.5>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#FireAndEmergencyResponse> ;
  rdfs:label "Response time for emergency response services from initial call (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#10.6>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#FireAndEmergencyResponse> ;
  rdfs:label "Response time for fire department from initial call (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#11.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Governance> ;
  rdfs:label "Voter participation in last municipal election (as a percentage of eligible voters) (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#11.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Governance> ;
  rdfs:label "Women as a percentage of total elected to city-level office (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#11.3>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Governance> ;
  rdfs:label "Percentage of women employed in the city government workforce (supporting indi- cator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#11.4>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Governance> ;
  rdfs:label "Number of convictions for corruption and/or bribery by city officials per 100 000 population (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#11.5>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Governance> ;
  rdfs:label "Citizens’ representation: number of local officials elected to office per 100 000 population (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#11.6>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Governance> ;
  rdfs:label "Number of registered voters as a percentage of the voting age population (support- ing indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#12.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Health> ;
  rdfs:label "Average life expectancy (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#12.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Health> ;
  rdfs:label "Number of in-patient hospital beds per 100 000 population (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#12.3>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Health> ;
  rdfs:label "Number of physicians per 100 000 population (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#12.4>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Health> ;
  rdfs:label "Under age five mortality per 1 000 live births (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#12.5>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Health> ;
  rdfs:label "Number of nursing and midwifery personnel per 100 000 population (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#12.6>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Health> ;
  rdfs:label "Number of mental health practitioners per 100 000 population (supporting indica- tor)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#12.7>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Health> ;
  rdfs:label "Suicide rate per 100 000 population (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#13.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Recreation> ;
  owl:disjointWith <http://ontology.eil.utoronto.ca/ISO37120.owl#13.2> ;
  rdfs:label "Square meters of public indoor recreation space per capita (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#13.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Recreation> ;
  rdfs:label "Square meters of public outdoor recreation space per capita (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#14.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Safety> ;
  rdfs:label "Number of police officers per 100 000 population (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#14.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Safety> ;
  rdfs:label "Number of homicides per 100 000 population (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#14.3>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Safety> ;
  rdfs:label "Crimes against property per 100 000 (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#14.4>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Safety> ;
  rdfs:label "Response time for police department from initial call (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#14.5>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Safety> ;
  rdfs:label "Violent crime rate per 100 000 population (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#15.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Shelter> ;
  rdfs:label "Percentage of city population living in slums (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#15.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Shelter> ;
  rdfs:label "Number of homeless per 100 000 population (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#15.3>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Shelter> ;
  rdfs:label "Percentage of households that exist without registered legal titles (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#16.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#SolidWaste> ;
  rdfs:label "Percentage of city population with regular solid waste collection (residential) (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#16.10>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#SolidWaste> ;
  rdfs:label "Percentage of the city’s hazardous waste that is recycled (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#16.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#SolidWaste> ;
  rdfs:label "Total collected municipal solid waste per capita (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#16.3>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#SolidWaste> ;
  rdfs:label "Percentage of the city’s solid waste that is recycled (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#16.4>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#SolidWaste> ;
  rdfs:label "Percentage of the city’s solid waste that is disposed of in a sanitary landfill (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#16.5>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#SolidWaste> ;
  rdfs:label "Percentage of the city’s solid waste that is disposed of in an incinerator (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#16.6>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#SolidWaste> ;
  rdfs:label "Percentage of the city’s solid waste that is burned openly (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#16.7>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#SolidWaste> ;
  rdfs:label "Percentage of the city’s solid waste that is disposed of in an open dump (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#16.8>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#SolidWaste> ;
  rdfs:label "Percentage of the city’s solid waste that is disposed of by other means (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#16.9>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#SolidWaste> ;
  rdfs:label "Hazardous Waste Generation per capita (tonnes) (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#17.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#TelecommunicationAndInnovation> ;
  rdfs:label "Number of internet connections per 100 000 population (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#17.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#TelecommunicationAndInnovation> ;
  rdfs:label "Number of cell phone connections per 100 000 population (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#17.3>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#TelecommunicationAndInnovation> ;
  rdfs:label "Number of landline phone connections per 100 000 population (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#18.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Transportation> ;
  rdfs:label "Kilometres of high capacity public transport system per 100 000 population (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#18.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Transportation> ;
  rdfs:label "Kilometres of light passenger public transport system per 100 000 population (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#18.3>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Transportation> ;
  rdfs:label "Annual number of public transport trips per capita (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#18.4>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Transportation> ;
  rdfs:label "Number of personal automobiles per capita (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#18.5>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Transportation> ;
  rdfs:label "Percentage of commuters using a travel mode to work other than a personal vehicle (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#18.6>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Transportation> ;
  rdfs:label "Number of two-wheel motorized vehicles per capita (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#18.7>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Transportation> ;
  rdfs:label "Kilometres of bicycle paths and lanes per 100 000 population (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#18.8>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Transportation> ;
  rdfs:label "Transportation fatalities per 100 000 population (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#18.9>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Transportation> ;
  rdfs:label "Commercial air connectivity (number of non-stop commercial air destinations) (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#19.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#UrbanPlanning> ;
  rdfs:label "Green area (hectares) per 100 000 population (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#19.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#UrbanPlanning> ;
  rdfs:label "Annual number of trees planted per 100 000 population (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#19.3>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#UrbanPlanning> ;
  rdfs:label "Areal size of informal settlements as a percentage of city area (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#19.4>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#UrbanPlanning> ;
  rdfs:label "Jobs/housing ratio (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#20.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Wastewater> ;
  rdfs:label "Percentage of city population served by wastewater collection (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#20.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Wastewater> ;
  rdfs:label "Percentage of the city’s wastewater that has received no treatment (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#20.3>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Wastewater> ;
  rdfs:label "Percentage of the city’s wastewater receiving primary treatment (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#20.4>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Wastewater> ;
  rdfs:label "Percentage of the city’s wastewater receiving secondary treatment (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#20.5>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Wastewater> ;
  rdfs:label "Percentage of the city’s wastewater receiving tertiary treatment (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#21.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#WaterAndSanitation> ;
  rdfs:label "Percentage of city population with potable water supply service (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#21.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#WaterAndSanitation> ;
  rdfs:label "Percentage of city population with sustainable access to an improved water source (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#21.3>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#WaterAndSanitation> ;
  rdfs:label "Percentage of population with access to improved sanitation (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#21.4>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#WaterAndSanitation> ;
  rdfs:label "Total domestic water consumption per capita (litres/day) (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#21.5>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#WaterAndSanitation> ;
  rdfs:label "Total water consumption per capita (litres/day) (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#21.6>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#WaterAndSanitation> ;
  rdfs:label "Average annual hours of water service interruption per household (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#21.7>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#WaterAndSanitation> ;
  rdfs:label "Percentage of water loss (unaccounted for water) (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#5.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Economy> ;
  dc:description """A city’s unemployment rate shall be calculated as the number of working-age city residents who during the survey reference period were not in paid employment or self-employment, but available for work, and seeking work (numerator) divided by the total labour force (denominator). The result shall be multiplied by 100 and expressed as a percentage.

Unemployment shall refer to individuals without work, actively seeking work in a recent past period (past four weeks), and currently available for work. Persons who did not look for work but have a future labour market stake (arrangements for a future job start) are counted as unemployed (International Labour Organization). Discouraged workers or hidden unemployed shall refer to persons who are not actively seeking work because they believe the prospects of finding it are extremely poor or they have restricted labour mobility, face discrimination, and/or structural, social, and cultural barriers – are not counted as unemployed or as part of the labour force. Not actively seeking work shall refer to people who have not taken active steps to seek work (i.e. job searches, interviews, informational meetings etc.) during a specified recent period (usually the past four weeks).

Labour Force shall refer to the sum of the total persons employed and unemployedwhare legally eligible to work."""@en ;
  rdfs:label "City’s unemployment rate (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#5.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Economy> ;
  dc:description """The assessed value of commercial and industrial properties as a percentage of total assessed value of all properties shall be expressed as the total assessed value of commercial and industrial properties (numerator) divided by the total assessed value of all properties (denominator). The result shall then be multiplied by 100 and expressed as a percentage.

Commercial and industrial properties shall refer to those which have been designated by the city for commercial and industrial use.

NOTE Property assessment methods may vary from one jurisdiction or country to another, including the market-oriented method, the profit-oriented method and the cost-oriented method."""@en ;
  rdfs:label "Assessed value of commercial and industrial properties as a percentage of total as- sessed value of all properties (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#5.3>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Economy> ;
  dc:description """The percentage of city population living in poverty shall be calculated as the number of people living below the poverty threshold (numerator) divided by the total current population of the city (denominator). The result shall then be multiplied by 100 and expressed as a percentage.

The total number of persons in the city living below the poverty threshold shall first be determined by multiplying the number of city households living at or below the poverty threshold by the current average number of persons per household for that city.

NOTE The poverty threshold for each country is recorded by the World Bank, which can be viewed through its website at: www.worldbank.org (search for PovertyNet) or directly on the PovertyNet website at: www. povertynet.org[34] where, the poverty threshold for households is specified as persons unable to adequately provide themselves over a 12 month period with water, food, shelter, and other basic needs for a healthy life."""@en ;
  rdfs:label "Percentage of city population living in poverty  (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#5.4>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Economy> ;
  dc:description """The percentage of persons in full-time employment shall be calculated as the number of persons in full- time employment (numerator) divided by the total city population (denominator). The result shall then be multiplied by 100 and expressed as a percentage.

The number of persons residing in the city in full-time employment shall include those that are self- employed and shall only include the residents that work a minimum of 35 hours a week in one job and who are of legal working age.

NOTE 1 City population has been used as the denominator for this indicator instead of workforce given that population will be known for most cities. This indicator is dependent on the government agency charged with the responsibility of collecting relevant employment and population data and the precise nature of the available data.

Applying current average persons per household figure to all households can lower distinctions between household size in poor and more affluent households.

NOTE 2 Employment is a formal labour market concept which is often complicated in developing countries with a large informal sector of the city economy.

NOTE 3 The Social Responsibility core subjects on Human Rights and Labour Practices from ISO 26000 can be considered, and are particularly useful in regards to child labour.

NOTE 4 The International Labour Organization (ILO) Fundamental Principles and Rights at Work (FPRW) include the elimination of child labour alongside the right to freedom of association and collective bargaining, elimination of forced labour, and the elimination of discrimination in employment or occupation. These fundamental principles and rights at work are mutually interdependent. Violation of one category of rights at work often has an adverse impact on the respect and realization of the others. Vice versa, recognition, promotion and implementation of one category of rights can have a beneficial impact on the respect and realization of the others.

Over the years the international community has developed a framework of international standards which seek to protect children from child labour, in particular the two important ILO Conventions on the subject and more generally the UN Convention on the Rights of the Child.[45] Whilst some progress
is being made in reducing child labour, in too many cases the rights contained in these international standards are still not fully applied in practice and enforced. Users of this standard are encouraged to keep these principles in mind."""@en ;
  rdfs:label "Percentage of persons in full-time employment  (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#5.5>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Economy> ;
  dc:description """Youth unemployment rate shall be calculated as the total number of unemployed youth (numerator) divided by the youth labour force (denominator). The result shall be multiplied by 100 and expressed as a percentage.
5.5.2 Supporting indicator requirements

Unemployed youth shall refer to individuals above the legal working age and under 24 years of age who are without work, actively seeking work in a recent past period (past four weeks), and currently available for work. Youth who did not look for work but have a future labour market stake (arrangements for a future job start) are counted as unemployed (International Labour Organization). Discouraged workers or hidden unemployed shall not be counted as unemployed or as part of the labour force. Not actively seeking work shall refer to people who have not taken active steps to seek work (i.e. job searches, interviews, informational meetings etc.) during a specified recent period (usually the past four weeks).

Youth labour force shall refer to all persons above the legal working age and under 24 years of age, who are either employed or unemployed over a specified reference period.

NOTE Countries vary somewhat in their operational definitions of youth, in particular, the lower age limit for young people is usually determined by the minimum age for leaving school, where this exists."""@en ;
  rdfs:label "Youth unemployment rate  (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#5.6>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Economy> ;
  dc:description """The number of businesses per 100 000 population shall be calculated as the total number of businesses in a city (numerator) divided by one 100 000th of the city’s total population (denominator). The result shall be expressed as the number of businesses per 100 000 population.

Businesses shall refer to companies or enterprises. The enterprise is the smallest combination of legal unit, that is, an organizational unit producing goods or services. Business can either be categorized as simple (one operating entity) or complex (multiple operating entities)."""@en ;
  rdfs:label "Number of businesses per 100 000 population (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#5.7>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Economy> ;
  dc:description "The number of new patents per 100 000 population per year shall be calculated as the total number of new patents issued to resident persons and corporations of the city (numerator) divided by one 100 000th of the city’s total population (denominator). The result shall be expressed as the number of patents registered per 100 000 population."@en ;
  rdfs:label "Number of new patents per 100 000 population per year (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#6.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Education> ;
  dc:description """The percentage of female school-aged population enrolled in schools
shall be calculated as the number of female school- aged population
enrolled at primary and secondary levels in public and private schools
(numerator) divided by the total number of female school-aged population
(denominator). The result shall then be multiplied by 100 and expressed
as a percentage.

The definitions of primary and secondary school detailed in Clauses 3.5
and 3.6 shall apply.

The proportion of enrolment in public and private schools should be
reported, and cities shall note if private school data are included. In
many cities, private schools are a significant component of education in
the city. Private schools shall be recognized as providing real, bona
fide education; many ministries or departments of education have a
program that recognizes such schools. Enrolment in religious schools and
home schools should be included if they are recognized.

One part-time enrolment of a half-day or more shall be counted as a
full-time enrolment.

If the geographies of school districts and the city are different, best
judgment should be used to related enrolment data to the city boundaries."""@en ;
  rdfs:label "Percentage of female school-aged population enrolled in schools (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#6.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Education> ;
  dc:description """The percentage of students completing primary education or survival rate
shall be calculated as the total number of students belonging to a
school-cohort who complete the final grade of primary education
(numerator) divided by the total number of students belonging to a
school-cohort, i.e. those originally enrolled in the first grade of
primary education (denominator). The result shall then be multiplied by
100 and expressed as a percentage. The survival rate of primary
education shall be expressed as the percentage of a cohort of students
enrolled in the first grade of primary education who reached the final
grade of primary education.

Survival rates for the private education sector should be reported, if
known. The user of this International Standard shall note if private
school data are included.

NOTE 1 This indicator measures students belonging to a school-cohort who
has reached each successive grade of primary education without failing
or moving to another jurisdiction.

NOTE 2 This methodology is adapted from UNESCO Education Indicator
Technical Guidelines.[4]

EXAMPLE If the city reporting year is 2012 and primary education lasts
five years, report the percentage of students that entered primary
education in 2006 and reached the final grade of primary education in
2011."""@en ;
  rdfs:label "Percentage of students completing primary education: survival rate  (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#6.3>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Education> ;
  dc:description """The percentage of students completing secondary education or survival
rate shall be calculated as the total number of students belonging to a
school-cohort who complete the final grade of secondary education
(numerator) divided by the total number of students belonging to a
school-cohort, i.e. those originally enrolled in the first grade of
secondary education (denominator). The result shall then be multiplied
by 100 and expressed as a percentage. The survival rate of secondary
education shall be expressed as the percentage of a cohort of students
enrolled in the first grade of secondary education who reached the final
grade of secondary education.

Survival rates for the private education sector should be reported, if
known. The user of this International Standard shall note if private
school data are included.

NOTE 1 This indicator measures students belonging to a school-cohort who
has reached each successive grade of secondary education without failing
or moving to another jurisdiction.

NOTE 2 This methodology is adapted from UNESCO Education Indicator
Technical Guidelines.

EXAMPLE If the city reporting year is 2012 and secondary education lasts
seven years, report the percentage of students that entered secondary
education in 2004 and reached the final grade of secondary education in
2011."""@en ;
  rdfs:label "Percentage of students completing secondary education: survival rate  (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#6.4>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Education> ;
  dc:description """ISO 37120 definition in 1st Edition, 15 May 2014.

The student/teacher ratio shall be expressed as the number of enrolled
primary school students (numerator) divided by the number of full-time
equivalent primary school classroom teachers (denominator). The result
shall be expressed as the number of students per teacher.

Private educational facilities shall not be included in the
student/teacher ratio.

One part-time student enrolment shall be counted as one full-time
enrolment; in other words a student who attends school for half a day
should be counted as a full-time enrolment. If a city reports full-time
equivalent (FTE) enrolment (where two half day students equal one full
student enrolment), this shall be noted. 

The number of classroom teachers and other instructional staff (e.g.
teachers’ aides, guidance counsellors), shall not include administrators
or other non-teaching staff. Kindergarten or pre-school teachers and
staff shall not be included. 

The number of teachers shall be counted in fifth time increments, for
example, a teacher working one day per week should be counted as 0,2
teachers, and a teacher working three days a week should be counted as
0,6 teachers."""@en ;
  rdfs:label "Primary Education Student/Teacher Ratio  (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#6.5>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Education> ;
  dc:description """The percentage of male school-aged population enrolled at primary and
secondary levels in public and private schools (numerator) divided by
the total number of male school-aged population (denominator). The
result shall then be multiplied by 100 and expressed as a percentage.

The definitions of primary and secondary school detailed in 3.5 and 3.6
shall apply.

Enrolment in public and private schools should be reported, and cities
shall note if private school data are included. In many cities, private
schools are a significant component of education in the city. Private
schools shall be recognized as providing real, bona fide education; many
ministries or departments of education have a program that recognizes
such schools. Enrolment in religious schools and home schools should be
included if they are recognized.

One part-time enrolment of a half-day or more shall be counted as a
full-time enrolment.

If the geographies of school districts and the city are different, best
judgment should be used to relate enrolment data to the city boundaries."""@en ;
  rdfs:label "Percentage of male school-aged population enrolled in schools  (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#6.6>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Education> ;
  dc:description """The percentage of school-aged population enrolled in schools shall be
calculated as the number of school- aged population enrolled in primary
and secondary levels in public and private schools (numerator) divided
by the total number of the school-aged population (denominator). The
result shall then be multiplied by 100 and expressed as a percentage.

Enrolment in public and private schools should be reported, and cities
shall note in the comment section if private school data are included.
In many cities, private schools are a significant component of education
in the city. Private schools shall be recognized as providing real, bona
fide education; many ministries or departments of education have a
program that recognizes such schools. Enrolment in religious schools and
home schools should be included if they are recognized.

Part-time enrolment of a half-day or more shall be counted as a
full-time enrolment.

If the geographies of school districts and the city are different, best
judgement should be used to relate enrolment data to the city boundaries."""@en ;
  rdfs:label "Percentage of school-aged population enrolled in schools (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#6.7>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Education> ;
  dc:description "The number of higher education (tertiary education) degrees per 100 000 population shall be calculated as the number of people holding higher education degrees (numerator) divided by one 100 000th of the city’s total population. The result shall be expressed as the number of higher degrees per 100 000 population."@en ;
  rdfs:label "Number of higher education degrees per 100 000 population (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#7.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Energy> ;
  dc:description "Total residential electrical energy use per capita shall be calculated as the total residential electrical usage of a city in kilowatt hours (numerator) divided by the total population of the city (denominator). The result shall be expressed as the total residential electrical use per capita in kilowatt hours/year."@en ;
  rdfs:label "Total residential electrical energy use per capita (kWh/year)  (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#7.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Energy> ;
  dc:description """The percentage of city population with authorized electrical service shall be calculated as the number of persons in the city with lawful connection to the electrical supply system (numerator) divided by the total population of the city (denominator). The result shall then be multiplied by 100 and expressed as a percentage.

The number of city households lawfully connected to the electricity grid shall be multiplied by the current average city household size to determine the number of city residents with lawful connection to the electricity supply system (the electricity grid).

NOTE Most electricity supply authorities distinguish billing accounts to residential and non residential establishments. Residential establishments in most cities equate to households (although in some condominiums, the body corporate holds the account for multiple households)."""@en ;
  rdfs:label "Percentage of city population with authorized electrical service  (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#7.3>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Energy> ;
  dc:description """Energy consumption of public buildings shall be calculated per year as the total use of electricity at final consumption stage by public buildings (kWh) within a city (numerator) divided by total floor space of these buildings in square meters (m2) (denominator). The result shall be expressed as the total energy consumption of public buildings per year in kilowatt hours per square meter.

NOTE Public buildings are government owned buildings such as government offices, hospitals and schools."""@en ;
  rdfs:label "Energy consumption of public buildings per year (kWh/m2) (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#7.4>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Energy> ;
  dc:description "The share of a city’s total energy consumption derived from renewable sources shall be calculated as the total consumption of electricity generated from renewable sources (numerator) divided by total energy consumption (denominator). The result shall then be multiplied by 100 and expressed as a percentage. Consumption of renewable sources should include geothermal, solar, wind, hydro, tide and wave energy, and combustibles, such as biomass."@en ;
  rdfs:label "The percentage of total energy derived from renewable sources, as a share of the city’s total energy consumption  (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#7.5>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Energy> ;
  dc:description "Total electrical energy use per capita shall be calculated as the total electrical usage of a city in kilowatt hours including residential and non-residential use (numerator) divided by the total population of the city (denominator). The result shall be expressed as the total electrical use per capita in kilowatt hours/year."@en ;
  rdfs:label "Total electrical energy use per capita (kWh/year) (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#7.6>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Energy> ;
  dc:description """The average number of electrical interruptions per customer per year shall be calculated as the total number of customer interruptions (numerator) divided by the total number of customers served (denominator). The result shall be expressed as the average number of electrical interruptions per customer per year.

Electrical interruptions shall include both residential and non-residential.
It is normal to expect interruptions in service for a number of reasons including scheduled maintenance and equipment breakdown. To establish the opportunity to have a reasonable comparison between energy providers, major storms and weather events should be excluded due to their unpredictability and randomness since they are difficult to predict, prevent or mitigate against.

NOTE This indicator is affected by the age, standard of maintenance and reliability of the infrastructure that constitutes the electricity grid and the electricity transmission capacity that services the grid. The ability of both the grid and its electricity transmission capacity to provide supply on demand and to cope with peak loads is also an important consideration."""@en ;
  rdfs:label "Average number of electrical interruptions per customer per year (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#7.7>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Energy> ;
  dc:description """The average length of electrical interruptions shall be calculated as the sum of the duration of all customer interruptions in hours (numerator) divided by the total number of customer interruptions (denominator). The result shall be expressed as the average length of electrical interruptions in hours.

Electrical interruptions shall include both residential and non-residential.
It is normal to expect interruptions in service for a number of reasons including scheduled maintenance and equipment breakdown. To establish the opportunity to have a reasonable comparison between energy providers, major storms and weather events shall be excluded due to their unpredictability as they are difficult to prevent or mitigate against.

NOTE This indicator is affected by the age, standard of maintenance and reliability of the infrastructure that constitutes the electricity grid and the electricity transmission capacity that services the grid. The ability of both the grid and its electricity transmission capacity to provide supply on demand and to cope with peak loads is also an important consideration."""@en ;
  rdfs:label "Average length of electrical interruptions (in hours)  (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#8.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Environment> ;
  rdfs:label "Fine particulate matter (PM2.5) concentration  (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#8.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Environment> ;
  rdfs:label "Particulate matter (PM10) concentration (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#8.3>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Environment> ;
  rdfs:label "Greenhouse gas emissions measured in tonnes per capita (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#8.4>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Environment> ;
  rdfs:label "NO2 (nitrogen dioxide) concentration (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#8.5>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Environment> ;
  rdfs:label "SO2 (sulphur dioxide) concentration (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#8.6>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Environment> ;
  rdfs:label "O3 (Ozone) concentration (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#8.7>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Environment> ;
  rdfs:label "Noise pollution (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#8.8>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Environment> ;
  rdfs:label "Percentage change in number of native species (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#9.1>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Finance> ;
  rdfs:label "Debt service ratio (debt service expenditure as a percentage of a municipality’s own-source revenue) (core indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#9.2>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Finance> ;
  rdfs:label "Capital spending as a percentage of total expenditures (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#9.3>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Finance> ;
  rdfs:label "Own-source revenue as a percentage of total revenues (supporting indicator)"@en .

<http://ontology.eil.utoronto.ca/ISO37120.owl#9.4>
  a owl:Class ;
  rdfs:subClassOf <http://ontology.eil.utoronto.ca/ISO37120.owl#Finance> ;
  rdfs:label "Tax collected as a percentage of tax billed (supporting indicator)"@en .

[]
  a owl:AllDisjointClasses ;
  owl:members (
   <http://ontology.eil.utoronto.ca/ISO37120.owl#Economy>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#Energy>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#Environment>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#Finance>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#FireAndEmergencyResponse>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#Governance>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#Health>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#Recreation>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#Safety>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#Shelter>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#SolidWaste>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#TelecommunicationAndInnovation>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#Transportation>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#UrbanPlanning>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#Wastewater>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#WaterAndSanitation>
 ) .

[]
  a owl:AllDisjointClasses ;
  owl:members (
   <http://ontology.eil.utoronto.ca/ISO37120.owl#10.1>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#10.2>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#10.3>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#10.4>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#10.5>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#10.6>
 ) .

[]
  a owl:AllDisjointClasses ;
  owl:members (
   <http://ontology.eil.utoronto.ca/ISO37120.owl#11.1>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#11.2>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#11.3>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#11.4>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#11.5>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#11.6>
 ) .

[]
  a owl:AllDisjointClasses ;
  owl:members (
   <http://ontology.eil.utoronto.ca/ISO37120.owl#12.1>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#12.2>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#12.3>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#12.4>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#12.5>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#12.6>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#12.7>
 ) .

[]
  a owl:AllDisjointClasses ;
  owl:members (
   <http://ontology.eil.utoronto.ca/ISO37120.owl#14.1>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#14.2>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#14.3>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#14.4>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#14.5>
 ) .

[]
  a owl:AllDisjointClasses ;
  owl:members (
   <http://ontology.eil.utoronto.ca/ISO37120.owl#15.1>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#15.2>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#15.3>
 ) .

[]
  a owl:AllDisjointClasses ;
  owl:members (
   <http://ontology.eil.utoronto.ca/ISO37120.owl#16.1>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#16.10>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#16.2>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#16.3>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#16.4>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#16.5>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#16.6>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#16.7>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#16.8>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#16.9>
 ) .

[]
  a owl:AllDisjointClasses ;
  owl:members (
   <http://ontology.eil.utoronto.ca/ISO37120.owl#17.1>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#17.2>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#17.3>
 ) .

[]
  a owl:AllDisjointClasses ;
  owl:members (
   <http://ontology.eil.utoronto.ca/ISO37120.owl#18.1>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#18.2>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#18.3>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#18.4>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#18.5>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#18.6>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#18.7>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#18.8>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#18.9>
 ) .

[]
  a owl:AllDisjointClasses ;
  owl:members (
   <http://ontology.eil.utoronto.ca/ISO37120.owl#19.1>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#19.2>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#19.3>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#19.4>
 ) .

[]
  a owl:AllDisjointClasses ;
  owl:members (
   <http://ontology.eil.utoronto.ca/ISO37120.owl#20.1>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#20.2>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#20.3>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#20.4>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#20.5>
 ) .

[]
  a owl:AllDisjointClasses ;
  owl:members (
   <http://ontology.eil.utoronto.ca/ISO37120.owl#21.1>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#21.2>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#21.3>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#21.4>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#21.5>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#21.6>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#21.7>
 ) .

[]
  a owl:AllDisjointClasses ;
  owl:members (
   <http://ontology.eil.utoronto.ca/ISO37120.owl#5.1>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#5.2>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#5.3>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#5.4>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#5.5>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#5.6>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#5.7>
 ) .

[]
  a owl:AllDisjointClasses ;
  owl:members (
   <http://ontology.eil.utoronto.ca/ISO37120.owl#7.1>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#7.2>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#7.3>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#7.4>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#7.5>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#7.6>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#7.7>
 ) .

[]
  a owl:AllDisjointClasses ;
  owl:members (
   <http://ontology.eil.utoronto.ca/ISO37120.owl#8.1>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#8.2>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#8.3>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#8.4>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#8.5>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#8.6>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#8.7>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#8.8>
 ) .

[]
  a owl:AllDisjointClasses ;
  owl:members (
   <http://ontology.eil.utoronto.ca/ISO37120.owl#9.1>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#9.2>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#9.3>
   <http://ontology.eil.utoronto.ca/ISO37120.owl#9.4>
 ) .
