File size: 27,636 Bytes
aa13d59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
{
  "SDG1": {
    "goal": "SDG 1 - No Poverty",
    "description": "End poverty in all its forms everywhere",
    "targets": {
      "1.1": {
        "text": "By 2030, eradicate extreme poverty for all people everywhere, currently measured as people living on less than $1.25 a day",
        "indicators": {
          "1.1.1": "Proportion of the population living below the international poverty line by sex, age, employment status and geographic location (urban/rural)"
        }
      },
      "1.2": {
        "text": "By 2030, reduce at least by half the proportion of men, women and children of all ages living in poverty in all its dimensions according to national definitions",
        "indicators": {
          "1.2.1": "Proportion of population living below the national poverty line, by sex and age",
          "1.2.2": "Proportion of men, women and children of all ages living in poverty in all its dimensions according to national definitions"
        }
      },
      "1.3": {
        "text": "Implement nationally appropriate social protection systems and measures for all, including floors, and by 2030 achieve substantial coverage of the poor and the vulnerable",
        "indicators": {
          "1.3.1": "Proportion of population covered by social protection floors/systems, by sex, distinguishing children, unemployed persons, older persons, persons with disabilities"
        }
      },
      "1.4": {
        "text": "By 2030, ensure that all men and women have equal rights to economic resources, as well as access to basic services, ownership and control over land and other forms of property, inheritance, natural resources, appropriate new technology and financial services",
        "indicators": {
          "1.4.1": "Proportion of population living in households with access to basic services",
          "1.4.2": "Proportion of total adult population with secure tenure rights to land"
        }
      },
      "1.5": {
        "text": "By 2030, build the resilience of the poor and those in vulnerable situations and reduce their exposure and vulnerability to climate-related extreme events and other economic, social and environmental shocks and disasters",
        "indicators": {
          "1.5.1": "Number of deaths, missing persons and directly affected persons attributed to disasters per 100,000 population",
          "1.5.2": "Direct economic loss attributed to disasters in relation to global gross domestic product",
          "1.5.3": "Number of countries that adopt and implement national disaster risk reduction strategies"
        }
      }
    }
  },
  "SDG2": {
    "goal": "SDG 2 - Zero Hunger",
    "description": "End hunger, achieve food security and improved nutrition and promote sustainable agriculture",
    "targets": {
      "2.1": {
        "text": "By 2030, end hunger and ensure access by all people to safe, nutritious and sufficient food all year round",
        "indicators": {
          "2.1.1": "Prevalence of undernourishment",
          "2.1.2": "Prevalence of moderate or severe food insecurity in the population"
        }
      },
      "2.2": {
        "text": "By 2030, end all forms of malnutrition including stunting and wasting in children under 5 years of age",
        "indicators": {
          "2.2.1": "Prevalence of stunting among children under 5 years of age",
          "2.2.2": "Prevalence of malnutrition among children under 5 years of age, by type",
          "2.2.3": "Prevalence of anaemia in women aged 15 to 49 years"
        }
      },
      "2.3": {
        "text": "By 2030, double the agricultural productivity and incomes of small-scale food producers including through secure and equal access to land, knowledge, financial services and markets",
        "indicators": {
          "2.3.1": "Volume of production per labour unit by classes of farming enterprise size",
          "2.3.2": "Average income of small-scale food producers, by sex and indigenous status"
        }
      },
      "2.4": {
        "text": "By 2030, ensure sustainable food production systems and implement resilient agricultural practices that increase productivity and help maintain ecosystems",
        "indicators": {
          "2.4.1": "Proportion of agricultural area under productive and sustainable agriculture"
        }
      }
    }
  },
  "SDG3": {
    "goal": "SDG 3 - Good Health and Well-Being",
    "description": "Ensure healthy lives and promote well-being for all at all ages",
    "targets": {
      "3.1": {
        "text": "By 2030, reduce the global maternal mortality ratio to less than 70 per 100,000 live births",
        "indicators": {
          "3.1.1": "Maternal mortality ratio",
          "3.1.2": "Proportion of births attended by skilled health personnel"
        }
      },
      "3.3": {
        "text": "By 2030, end the epidemics of AIDS, tuberculosis, malaria and neglected tropical diseases and combat hepatitis and other communicable diseases",
        "indicators": {
          "3.3.1": "Number of new HIV infections per 1,000 uninfected population",
          "3.3.2": "Tuberculosis incidence per 100,000 population",
          "3.3.3": "Malaria incidence per 1,000 population",
          "3.3.5": "Number of people requiring interventions against neglected tropical diseases"
        }
      },
      "3.4": {
        "text": "By 2030, reduce by one third premature mortality from non-communicable diseases through prevention and treatment and promote mental health and well-being",
        "indicators": {
          "3.4.1": "Mortality rate attributed to cardiovascular disease, cancer, diabetes or chronic respiratory disease",
          "3.4.2": "Suicide mortality rate"
        }
      },
      "3.8": {
        "text": "Achieve universal health coverage, including financial risk protection, access to quality essential health-care services and access to safe effective medicines and vaccines for all",
        "indicators": {
          "3.8.1": "Coverage of essential health services",
          "3.8.2": "Proportion of population with large household expenditures on health"
        }
      },
      "3.d": {
        "text": "Strengthen the capacity of all countries for early warning, risk reduction and management of national and global health risks",
        "indicators": {
          "3.d.1": "International Health Regulations capacity and health emergency preparedness",
          "3.d.2": "Percentage of bloodstream infections due to selected antimicrobial-resistant organisms"
        }
      }
    }
  },
  "SDG4": {
    "goal": "SDG 4 - Quality Education",
    "description": "Ensure inclusive and equitable quality education and promote lifelong learning opportunities for all",
    "targets": {
      "4.1": {
        "text": "By 2030, ensure that all girls and boys complete free equitable and quality primary and secondary education leading to relevant and effective learning outcomes",
        "indicators": {
          "4.1.1": "Proportion of children and young people achieving at least a minimum proficiency level in reading and mathematics",
          "4.1.2": "Completion rate in primary education, lower secondary education, upper secondary education"
        }
      },
      "4.3": {
        "text": "By 2030, ensure equal access for all women and men to affordable and quality technical, vocational and tertiary education, including university",
        "indicators": {
          "4.3.1": "Participation rate of youth and adults in formal and non-formal education and training"
        }
      },
      "4.4": {
        "text": "By 2030, substantially increase the number of youth and adults who have relevant skills including technical and vocational skills for employment, decent jobs and entrepreneurship",
        "indicators": {
          "4.4.1": "Proportion of youth and adults with information and communications technology (ICT) skills, by type of skill"
        }
      },
      "4.5": {
        "text": "By 2030, eliminate gender disparities in education and ensure equal access to all levels of education and vocational training for the vulnerable",
        "indicators": {
          "4.5.1": "Parity indices for all education indicators disaggregated by sex, rural/urban, wealth quintile"
        }
      },
      "4.7": {
        "text": "By 2030, ensure that all learners acquire the knowledge and skills needed to promote sustainable development including education for sustainable development, human rights, gender equality, peace, global citizenship",
        "indicators": {
          "4.7.1": "Extent to which global citizenship education and education for sustainable development are mainstreamed in national education policies, curricula, teacher education and student assessment"
        }
      },
      "4.c": {
        "text": "By 2030, substantially increase the supply of qualified teachers including through international cooperation for teacher training in developing countries",
        "indicators": {
          "4.c.1": "Proportion of teachers with the minimum required qualifications, by education level"
        }
      }
    }
  },
  "SDG5": {
    "goal": "SDG 5 - Gender Equality",
    "description": "Achieve gender equality and empower all women and girls",
    "targets": {
      "5.1": {
        "text": "End all forms of discrimination against all women and girls everywhere",
        "indicators": {
          "5.1.1": "Whether or not legal frameworks are in place to promote enforce and monitor equality and non-discrimination on the basis of sex"
        }
      },
      "5.2": {
        "text": "Eliminate all forms of violence against all women and girls in the public and private spheres including trafficking and sexual exploitation",
        "indicators": {
          "5.2.1": "Proportion of ever-partnered women and girls subjected to physical, sexual or psychological violence by a current or former intimate partner",
          "5.2.2": "Proportion of women and girls subjected to sexual violence by persons other than an intimate partner"
        }
      },
      "5.5": {
        "text": "Ensure women's full and effective participation and equal opportunities for leadership at all levels of decision-making in political, economic and public life",
        "indicators": {
          "5.5.1": "Proportion of seats held by women in national parliaments and local governments",
          "5.5.2": "Proportion of women in managerial positions"
        }
      },
      "5.b": {
        "text": "Enhance the use of enabling technology in particular information and communications technology to promote the empowerment of women",
        "indicators": {
          "5.b.1": "Proportion of individuals who own a mobile telephone, by sex"
        }
      }
    }
  },
  "SDG6": {
    "goal": "SDG 6 - Clean Water and Sanitation",
    "description": "Ensure availability and sustainable management of water and sanitation for all",
    "targets": {
      "6.1": {
        "text": "By 2030, achieve universal and equitable access to safe and affordable drinking water for all",
        "indicators": {
          "6.1.1": "Proportion of population using safely managed drinking water services"
        }
      },
      "6.2": {
        "text": "By 2030, achieve access to adequate and equitable sanitation and hygiene for all and end open defecation",
        "indicators": {
          "6.2.1": "Proportion of population using safely managed sanitation services and a hand-washing facility with soap and water"
        }
      },
      "6.3": {
        "text": "By 2030, improve water quality by reducing pollution eliminating dumping and minimizing release of hazardous chemicals halving the proportion of untreated wastewater",
        "indicators": {
          "6.3.1": "Proportion of domestic and industrial wastewater flows safely treated",
          "6.3.2": "Proportion of bodies of water with good ambient water quality"
        }
      },
      "6.4": {
        "text": "By 2030, substantially increase water-use efficiency across all sectors and ensure sustainable withdrawals and supply of freshwater to address water scarcity",
        "indicators": {
          "6.4.1": "Change in water-use efficiency over time",
          "6.4.2": "Level of water stress freshwater withdrawal as a proportion of available freshwater resources"
        }
      }
    }
  },
  "SDG7": {
    "goal": "SDG 7 - Affordable and Clean Energy",
    "description": "Ensure access to affordable, reliable, sustainable and modern energy for all",
    "targets": {
      "7.1": {
        "text": "By 2030, ensure universal access to affordable, reliable and modern energy services",
        "indicators": {
          "7.1.1": "Proportion of population with access to electricity",
          "7.1.2": "Proportion of population with primary reliance on clean fuels and technology"
        }
      },
      "7.2": {
        "text": "By 2030, increase substantially the share of renewable energy in the global energy mix",
        "indicators": {
          "7.2.1": "Renewable energy share in the total final energy consumption"
        }
      },
      "7.3": {
        "text": "By 2030, double the global rate of improvement in energy efficiency",
        "indicators": {
          "7.3.1": "Energy intensity measured in terms of primary energy and GDP"
        }
      },
      "7.b": {
        "text": "By 2030, expand infrastructure and upgrade technology for supplying modern and sustainable energy services for all in developing countries",
        "indicators": {
          "7.b.1": "Installed renewable energy-generating capacity in developing and developed countries in watts per capita"
        }
      }
    }
  },
  "SDG8": {
    "goal": "SDG 8 - Decent Work and Economic Growth",
    "description": "Promote sustained, inclusive and sustainable economic growth, full and productive employment and decent work for all",
    "targets": {
      "8.2": {
        "text": "Achieve higher levels of economic productivity through diversification, technological upgrading and innovation",
        "indicators": {
          "8.2.1": "Annual growth rate of real GDP per employed person"
        }
      },
      "8.3": {
        "text": "Promote development-oriented policies that support productive activities, decent job creation, entrepreneurship, creativity and innovation",
        "indicators": {
          "8.3.1": "Proportion of informal employment in total employment, by sector and sex"
        }
      },
      "8.5": {
        "text": "By 2030, achieve full and productive employment and decent work for all women and men including for young people and persons with disabilities and equal pay for work of equal value",
        "indicators": {
          "8.5.1": "Average hourly earnings of employees, by sex, age, occupation and persons with disabilities",
          "8.5.2": "Unemployment rate, by sex, age and persons with disabilities"
        }
      },
      "8.6": {
        "text": "By 2020, substantially reduce the proportion of youth not in employment, education or training",
        "indicators": {
          "8.6.1": "Proportion of youth aged 15-24 years not in education, employment or training"
        }
      },
      "8.8": {
        "text": "Protect labour rights and promote safe and secure working environments for all workers including migrant workers",
        "indicators": {
          "8.8.1": "Fatal and non-fatal occupational injuries per 100,000 workers, by sex and migrant status",
          "8.8.2": "Level of national compliance with labour rights including freedom of association and collective bargaining"
        }
      }
    }
  },
  "SDG9": {
    "goal": "SDG 9 - Industry, Innovation and Infrastructure",
    "description": "Build resilient infrastructure, promote inclusive and sustainable industrialization and foster innovation",
    "targets": {
      "9.4": {
        "text": "By 2030, upgrade infrastructure and retrofit industries to make them sustainable with increased resource-use efficiency and greater adoption of clean and environmentally sound technologies",
        "indicators": {
          "9.4.1": "CO2 emission per unit of value added"
        }
      },
      "9.5": {
        "text": "Enhance scientific research upgrade the technological capabilities of industrial sectors in all countries including by encouraging innovation and substantially increasing the number of research and development workers",
        "indicators": {
          "9.5.1": "Research and development expenditure as a proportion of GDP",
          "9.5.2": "Researchers in full-time equivalent per million inhabitants"
        }
      },
      "9.c": {
        "text": "Significantly increase access to information and communications technology and strive to provide universal and affordable access to the Internet",
        "indicators": {
          "9.c.1": "Proportion of population covered by a mobile network, by technology"
        }
      }
    }
  },
  "SDG10": {
    "goal": "SDG 10 - Reduced Inequalities",
    "description": "Reduce inequality within and among countries",
    "targets": {
      "10.2": {
        "text": "By 2030, empower and promote the social, economic and political inclusion of all irrespective of age, sex, disability, race, ethnicity, origin, religion or economic status",
        "indicators": {
          "10.2.1": "Proportion of people living below 50 per cent of median income, by sex, age and persons with disabilities"
        }
      },
      "10.3": {
        "text": "Ensure equal opportunity and reduce inequalities of outcome including by eliminating discriminatory laws, policies and practices",
        "indicators": {
          "10.3.1": "Proportion of population reporting having personally felt discriminated against or harassed in the previous 12 months"
        }
      },
      "10.4": {
        "text": "Adopt policies especially fiscal, wage and social protection policies and progressively achieve greater equality",
        "indicators": {
          "10.4.1": "Labour share of GDP",
          "10.4.2": "Redistributive impact of fiscal policy on the Gini index"
        }
      }
    }
  },
  "SDG11": {
    "goal": "SDG 11 - Sustainable Cities and Communities",
    "description": "Make cities and human settlements inclusive, safe, resilient and sustainable",
    "targets": {
      "11.1": {
        "text": "By 2030, ensure access for all to adequate, safe and affordable housing and basic services and upgrade slums",
        "indicators": {
          "11.1.1": "Proportion of urban population living in slums, informal settlements or inadequate housing"
        }
      },
      "11.2": {
        "text": "By 2030, provide access to safe affordable accessible and sustainable transport systems for all improving road safety notably by expanding public transport",
        "indicators": {
          "11.2.1": "Proportion of population that has convenient access to public transport"
        }
      },
      "11.6": {
        "text": "By 2030, reduce the adverse per capita environmental impact of cities including by paying special attention to air quality and municipal and other waste management",
        "indicators": {
          "11.6.1": "Proportion of municipal solid waste collected and managed in controlled facilities",
          "11.6.2": "Annual mean levels of fine particulate matter in cities population weighted"
        }
      }
    }
  },
  "SDG12": {
    "goal": "SDG 12 - Responsible Consumption and Production",
    "description": "Ensure sustainable consumption and production patterns",
    "targets": {
      "12.2": {
        "text": "By 2030, achieve the sustainable management and efficient use of natural resources",
        "indicators": {
          "12.2.1": "Material footprint material footprint per capita and material footprint per GDP",
          "12.2.2": "Domestic material consumption domestic material consumption per capita and domestic material consumption per GDP"
        }
      },
      "12.4": {
        "text": "By 2020, achieve the environmentally sound management of chemicals and all wastes throughout their life cycle",
        "indicators": {
          "12.4.1": "Number of parties to international multilateral environmental agreements on hazardous waste and chemicals",
          "12.4.2": "Hazardous waste generated per capita and proportion of hazardous waste treated by type of treatment"
        }
      },
      "12.5": {
        "text": "By 2030, substantially reduce waste generation through prevention, reduction, recycling and reuse",
        "indicators": {
          "12.5.1": "National recycling rate tons of material recycled"
        }
      },
      "12.8": {
        "text": "By 2030, ensure that people everywhere have the relevant information and awareness for sustainable development and lifestyles in harmony with nature",
        "indicators": {
          "12.8.1": "Extent to which global citizenship education and education for sustainable development are mainstreamed in national education policies"
        }
      }
    }
  },
  "SDG13": {
    "goal": "SDG 13 - Climate Action",
    "description": "Take urgent action to combat climate change and its impacts",
    "targets": {
      "13.1": {
        "text": "Strengthen resilience and adaptive capacity to climate-related hazards and natural disasters in all countries",
        "indicators": {
          "13.1.1": "Number of deaths missing persons and directly affected persons attributed to disasters per 100,000 population",
          "13.1.2": "Number of countries that adopt and implement national disaster risk reduction strategies"
        }
      },
      "13.2": {
        "text": "Integrate climate change measures into national policies strategies and planning",
        "indicators": {
          "13.2.1": "Number of countries with nationally determined contributions long-term strategies national adaptation plans",
          "13.2.2": "Total greenhouse gas emissions per year"
        }
      },
      "13.3": {
        "text": "Improve education awareness-raising and human and institutional capacity on climate change mitigation adaptation impact reduction and early warning",
        "indicators": {
          "13.3.1": "Extent to which global citizenship education and education for sustainable development are mainstreamed in national education policies curricula teacher education and student assessment"
        }
      }
    }
  },
  "SDG14": {
    "goal": "SDG 14 - Life Below Water",
    "description": "Conserve and sustainably use the oceans seas and marine resources for sustainable development",
    "targets": {
      "14.1": {
        "text": "By 2025, prevent and significantly reduce marine pollution of all kinds in particular from land-based activities including marine debris and nutrient pollution",
        "indicators": {
          "14.1.1": "Index of coastal eutrophication and plastic debris density"
        }
      },
      "14.3": {
        "text": "Minimize and address the impacts of ocean acidification including through enhanced scientific cooperation at all levels",
        "indicators": {
          "14.3.1": "Average marine acidity pH measured at agreed suite of representative sampling stations"
        }
      },
      "14.4": {
        "text": "By 2020, effectively regulate harvesting and end overfishing illegal unreported and unregulated fishing and destructive fishing practices",
        "indicators": {
          "14.4.1": "Proportion of fish stocks within biologically sustainable levels"
        }
      }
    }
  },
  "SDG15": {
    "goal": "SDG 15 - Life on Land",
    "description": "Protect restore and promote sustainable use of terrestrial ecosystems sustainably manage forests combat desertification and halt biodiversity loss",
    "targets": {
      "15.1": {
        "text": "By 2020, ensure the conservation restoration and sustainable use of terrestrial and inland freshwater ecosystems including forests wetlands mountains and drylands",
        "indicators": {
          "15.1.1": "Forest area as a proportion of total land area",
          "15.1.2": "Proportion of important sites for terrestrial and freshwater biodiversity that are covered by protected areas"
        }
      },
      "15.3": {
        "text": "By 2030, combat desertification restore degraded land and soil and strive to achieve a land degradation-neutral world",
        "indicators": {
          "15.3.1": "Proportion of land that is degraded over total land area"
        }
      },
      "15.5": {
        "text": "Take urgent and significant action to reduce the degradation of natural habitats halt the loss of biodiversity and protect and prevent the extinction of threatened species",
        "indicators": {
          "15.5.1": "Red List Index"
        }
      }
    }
  },
  "SDG16": {
    "goal": "SDG 16 - Peace, Justice and Strong Institutions",
    "description": "Promote peaceful and inclusive societies for sustainable development provide access to justice for all and build effective accountable and inclusive institutions at all levels",
    "targets": {
      "16.3": {
        "text": "Promote the rule of law at the national and international levels and ensure equal access to justice for all",
        "indicators": {
          "16.3.1": "Proportion of victims of violence who reported their victimization to competent authorities",
          "16.3.2": "Unsentenced detainees as a proportion of overall prison population"
        }
      },
      "16.6": {
        "text": "Develop effective accountable and transparent institutions at all levels",
        "indicators": {
          "16.6.1": "Primary government expenditures as a proportion of original approved budget",
          "16.6.2": "Proportion of population satisfied with their last experience of public services"
        }
      },
      "16.10": {
        "text": "Ensure public access to information and protect fundamental freedoms in accordance with national legislation and international agreements",
        "indicators": {
          "16.10.1": "Number of verified cases of killing kidnapping enforced disappearance arbitrary detention and torture of journalists and human rights advocates",
          "16.10.2": "Number of countries that adopt and implement constitutional statutory and policy guarantees for public access to information"
        }
      }
    }
  },
  "SDG17": {
    "goal": "SDG 17 - Partnerships for the Goals",
    "description": "Strengthen the means of implementation and revitalize the Global Partnership for Sustainable Development",
    "targets": {
      "17.6": {
        "text": "Enhance North-South South-South and triangular regional and international cooperation on and access to science technology and innovation and knowledge-sharing",
        "indicators": {
          "17.6.1": "Fixed broadband subscriptions per 100 inhabitants by speed"
        }
      },
      "17.8": {
        "text": "Fully operationalize the technology bank and science technology and innovation capacity-building mechanism for least developed countries",
        "indicators": {
          "17.8.1": "Proportion of individuals using the Internet"
        }
      },
      "17.16": {
        "text": "Enhance the Global Partnership for Sustainable Development complemented by multi-stakeholder partnerships that mobilize and share knowledge expertise technology and financial resources",
        "indicators": {
          "17.16.1": "Number of countries reporting progress in multi-stakeholder development effectiveness monitoring frameworks"
        }
      }
    }
  }
}