corp-extractor 0.3.0__py3-none-any.whl → 0.5.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. {corp_extractor-0.3.0.dist-info → corp_extractor-0.5.0.dist-info}/METADATA +235 -96
  2. corp_extractor-0.5.0.dist-info/RECORD +55 -0
  3. statement_extractor/__init__.py +9 -0
  4. statement_extractor/cli.py +460 -21
  5. statement_extractor/data/default_predicates.json +368 -0
  6. statement_extractor/data/statement_taxonomy.json +1182 -0
  7. statement_extractor/extractor.py +32 -47
  8. statement_extractor/gliner_extraction.py +218 -0
  9. statement_extractor/llm.py +255 -0
  10. statement_extractor/models/__init__.py +74 -0
  11. statement_extractor/models/canonical.py +139 -0
  12. statement_extractor/models/entity.py +102 -0
  13. statement_extractor/models/labels.py +191 -0
  14. statement_extractor/models/qualifiers.py +91 -0
  15. statement_extractor/models/statement.py +75 -0
  16. statement_extractor/models.py +15 -6
  17. statement_extractor/pipeline/__init__.py +39 -0
  18. statement_extractor/pipeline/config.py +134 -0
  19. statement_extractor/pipeline/context.py +177 -0
  20. statement_extractor/pipeline/orchestrator.py +447 -0
  21. statement_extractor/pipeline/registry.py +297 -0
  22. statement_extractor/plugins/__init__.py +43 -0
  23. statement_extractor/plugins/base.py +446 -0
  24. statement_extractor/plugins/canonicalizers/__init__.py +17 -0
  25. statement_extractor/plugins/canonicalizers/base.py +9 -0
  26. statement_extractor/plugins/canonicalizers/location.py +219 -0
  27. statement_extractor/plugins/canonicalizers/organization.py +230 -0
  28. statement_extractor/plugins/canonicalizers/person.py +242 -0
  29. statement_extractor/plugins/extractors/__init__.py +13 -0
  30. statement_extractor/plugins/extractors/base.py +9 -0
  31. statement_extractor/plugins/extractors/gliner2.py +536 -0
  32. statement_extractor/plugins/labelers/__init__.py +29 -0
  33. statement_extractor/plugins/labelers/base.py +9 -0
  34. statement_extractor/plugins/labelers/confidence.py +138 -0
  35. statement_extractor/plugins/labelers/relation_type.py +87 -0
  36. statement_extractor/plugins/labelers/sentiment.py +159 -0
  37. statement_extractor/plugins/labelers/taxonomy.py +373 -0
  38. statement_extractor/plugins/labelers/taxonomy_embedding.py +466 -0
  39. statement_extractor/plugins/qualifiers/__init__.py +19 -0
  40. statement_extractor/plugins/qualifiers/base.py +9 -0
  41. statement_extractor/plugins/qualifiers/companies_house.py +174 -0
  42. statement_extractor/plugins/qualifiers/gleif.py +186 -0
  43. statement_extractor/plugins/qualifiers/person.py +221 -0
  44. statement_extractor/plugins/qualifiers/sec_edgar.py +198 -0
  45. statement_extractor/plugins/splitters/__init__.py +13 -0
  46. statement_extractor/plugins/splitters/base.py +9 -0
  47. statement_extractor/plugins/splitters/t5_gemma.py +188 -0
  48. statement_extractor/plugins/taxonomy/__init__.py +13 -0
  49. statement_extractor/plugins/taxonomy/embedding.py +337 -0
  50. statement_extractor/plugins/taxonomy/mnli.py +279 -0
  51. statement_extractor/scoring.py +17 -69
  52. corp_extractor-0.3.0.dist-info/RECORD +0 -12
  53. statement_extractor/spacy_extraction.py +0 -386
  54. {corp_extractor-0.3.0.dist-info → corp_extractor-0.5.0.dist-info}/WHEEL +0 -0
  55. {corp_extractor-0.3.0.dist-info → corp_extractor-0.5.0.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,1182 @@
1
+ {
2
+ "environment": {
3
+ "environmental issues": 0,
4
+ "water consumption": 1,
5
+ "water conservation": 2,
6
+ "water quality": 3,
7
+ "natural resources": 4,
8
+ "soil health": 5,
9
+ "carbon dioxide emissions": 6,
10
+ "climate change": 7,
11
+ "climate patterns": 8,
12
+ "ozone layer": 9,
13
+ "biodiversity": 10,
14
+ "conservation efforts": 11,
15
+ "blue economy": 12,
16
+ "agroecology": 13,
17
+ "deforestation": 14,
18
+ "ocean acidification": 15,
19
+ "food waste": 16,
20
+ "sustainability": 17,
21
+ "greenwashing": 18,
22
+ "environmental regulations": 19,
23
+ "climate justice": 20,
24
+ "extreme weather events": 21,
25
+ "climate risk management": 22,
26
+ "ecological economics": 23,
27
+ "plant based diet": 24,
28
+ "rewilding": 25,
29
+ "eco housing": 26,
30
+ "carbon capture": 27,
31
+ "urban conservation": 28,
32
+ "carbon offsets": 29,
33
+ "community energy": 30,
34
+ "air purification": 31,
35
+ "circular economy": 32,
36
+ "smart cities": 33,
37
+ "geo engineering": 34,
38
+ "plastic waste": 35,
39
+ "energy efficiency": 36,
40
+ "methane emissions": 37,
41
+ "forest conservation": 38,
42
+ "marine conservation": 39,
43
+ "wetland protection": 40,
44
+ "sustainable fishing": 41,
45
+ "organic agriculture": 42,
46
+ "pesticide reduction": 43,
47
+ "habitat restoration": 44,
48
+ "pollution remediation": 45,
49
+ "renewable infrastructure": 46,
50
+ "ecosystem services": 47,
51
+ "desertification": 48,
52
+ "invasive species": 49,
53
+ "microplastics": 50,
54
+ "forever chemicals": 51,
55
+ "radioactive waste": 52,
56
+ "hazardous waste": 53,
57
+ "electronic waste": 54,
58
+ "coral bleaching": 55,
59
+ "biodiversity restoration": 56,
60
+ "sustainable packaging": 57,
61
+ "nature based solutions": 58,
62
+ "environmental restoration": 59,
63
+ "light pollution": 60,
64
+ "noise pollution": 61,
65
+ "thermal pollution": 62,
66
+ "soil contamination": 63,
67
+ "groundwater protection": 64,
68
+ "freshwater ecosystems": 65,
69
+ "dam management": 66,
70
+ "air quality monitoring": 67,
71
+ "climate resilience": 68,
72
+ "disaster preparedness": 69,
73
+ "environmental certification": 70,
74
+ "biodiversity offsetting": 71,
75
+ "environmental monitoring": 72,
76
+ "environmental justice": 73,
77
+ "industrial emissions": 74,
78
+ "land use planning": 75,
79
+ "environmental transparency": 76,
80
+ "green infrastructure": 77,
81
+ "waste management": 78,
82
+ "packaging waste": 79,
83
+ "general pollution": 80,
84
+ "agricultural pollution": 81,
85
+ "air pollution": 82,
86
+ "water pollution": 83,
87
+ "land pollution": 84,
88
+ "plastic pollution": 85,
89
+ "noise disturbance": 86,
90
+ "light disturbance": 87,
91
+ "thermal discharge": 88,
92
+ "electronic waste pollution": 89,
93
+ "heavy metals contamination": 90,
94
+ "microplastic contamination": 91,
95
+ "greenhouse gas emissions": 92,
96
+ "persistent organic pollutants": 93,
97
+ "radioactive contamination": 94,
98
+ "ocean acidification from pollution": 95,
99
+ "eutrophication": 96,
100
+ "particulate matter": 97,
101
+ "chemical spills": 98,
102
+ "pharmaceutical pollution": 99,
103
+ "acid rain": 100,
104
+ "smog": 101,
105
+ "indoor air quality": 102,
106
+ "radon exposure": 103,
107
+ "pesticide contamination": 104,
108
+ "mercury contamination": 105,
109
+ "hazardous waste disposal": 106,
110
+ "energy consumption": 107,
111
+ "energy production": 108,
112
+ "energy efficiency measures": 109,
113
+ "energy storage": 110,
114
+ "transmission grid": 111,
115
+ "renewable energy": 112,
116
+ "fossil fuel energy": 113,
117
+ "coal energy": 114,
118
+ "oil energy": 115,
119
+ "natural gas energy": 116,
120
+ "wood energy": 117,
121
+ "nuclear fission": 118,
122
+ "hydropower": 119,
123
+ "solar energy": 120,
124
+ "wind energy": 121,
125
+ "tidal energy": 122,
126
+ "geothermal energy": 123,
127
+ "nuclear fusion": 124,
128
+ "cold fusion": 125,
129
+ "hydrogen energy": 126,
130
+ "offshore wind": 127,
131
+ "concentrated solar power": 128,
132
+ "biomass bioenergy": 129,
133
+ "wave tidal ocean energy": 130,
134
+ "waste heat recovery": 131,
135
+ "energy poverty": 132,
136
+ "rural electrification": 133,
137
+ "decentralized energy": 134,
138
+ "grid modernization": 135,
139
+ "smart grid": 136,
140
+ "microgrid systems": 137,
141
+ "energy resilience": 138,
142
+ "energy supply chain security": 139,
143
+ "building energy efficiency": 140,
144
+ "industrial energy efficiency": 141,
145
+ "transport electrification": 142,
146
+ "battery storage": 143,
147
+ "pumped hydro storage": 144
148
+ },
149
+ "society": {
150
+ "food systems": 145,
151
+ "food security": 146,
152
+ "agricultural products": 147,
153
+ "nutritional value": 148,
154
+ "food safety": 149,
155
+ "sustainable agriculture": 150,
156
+ "smallholder farmers": 151,
157
+ "micronutrient fortification": 152,
158
+ "climate resilient food systems": 153,
159
+ "basic human needs": 154,
160
+ "housing needs": 155,
161
+ "land access": 156,
162
+ "reproductive rights": 157,
163
+ "drinking water access": 158,
164
+ "sanitation access": 159,
165
+ "food access": 160,
166
+ "water infrastructure": 161,
167
+ "water quality standards": 162,
168
+ "wastewater treatment": 163,
169
+ "hygiene practices": 164,
170
+ "water quality testing": 165,
171
+ "affordable housing": 166,
172
+ "housing quality": 167,
173
+ "construction standards": 168,
174
+ "displacement and eviction": 169,
175
+ "transport access": 170,
176
+ "public transit": 171,
177
+ "transport affordability": 172,
178
+ "transport safety": 173,
179
+ "rural connectivity": 174,
180
+ "last mile connectivity": 175,
181
+ "general health": 176,
182
+ "health disaster preparedness": 177,
183
+ "health food safety": 178,
184
+ "nutrition": 179,
185
+ "public health outcomes": 180,
186
+ "disease prevention": 181,
187
+ "infectious disease control": 182,
188
+ "chronic disease management": 183,
189
+ "healthcare access": 184,
190
+ "health equity": 185,
191
+ "universal health coverage": 186,
192
+ "occupational health": 187,
193
+ "workplace safety": 188,
194
+ "occupational exposure": 189,
195
+ "mental health": 190,
196
+ "workplace stress": 191,
197
+ "psychosocial support": 192,
198
+ "pharmaceutical access": 193,
199
+ "drug safety": 194,
200
+ "research ethics": 195,
201
+ "patient safety": 196,
202
+ "healthcare quality": 197,
203
+ "infection control": 198,
204
+ "health infrastructure": 199,
205
+ "healthcare workforce": 200,
206
+ "pandemic preparedness": 201,
207
+ "emergency response": 202,
208
+ "maternal health": 203,
209
+ "child health": 204,
210
+ "environmental health": 205,
211
+ "climate health impacts": 206,
212
+ "active mobility": 207,
213
+ "malaria prevention": 208,
214
+ "tuberculosis control": 209,
215
+ "hiv aids programs": 210,
216
+ "neglected tropical diseases": 211,
217
+ "healthcare affordability": 212,
218
+ "community health workers": 213,
219
+ "physical accessibility": 214,
220
+ "assistive technology": 215,
221
+ "emergency food aid": 216,
222
+ "school feeding programs": 217,
223
+ "general violence": 218,
224
+ "assault": 219,
225
+ "harassment": 220,
226
+ "torture": 221,
227
+ "rape": 222,
228
+ "murder": 223,
229
+ "military violence": 224,
230
+ "genocide": 225,
231
+ "weapons": 226,
232
+ "weapons of mass destruction": 227,
233
+ "gender violence": 228,
234
+ "verbal abuse": 229,
235
+ "stalking": 230,
236
+ "intimidation": 231,
237
+ "hate speech": 232,
238
+ "police brutality": 233,
239
+ "state violence": 234,
240
+ "discrimination": 235,
241
+ "forced displacement": 236,
242
+ "terrorism": 237,
243
+ "organized crime": 238,
244
+ "sabotage": 239,
245
+ "piracy": 240,
246
+ "cyber violence": 241,
247
+ "workplace violence": 242,
248
+ "security personnel violence": 243,
249
+ "conflict zone operations": 244,
250
+ "civil war": 245,
251
+ "war crimes": 246,
252
+ "civilian casualties": 247,
253
+ "small arms trade": 248,
254
+ "landmines ordnance": 249,
255
+ "autonomous weapons": 250,
256
+ "protest violence": 251,
257
+ "riot": 252,
258
+ "political violence": 253,
259
+ "revolutionary violence": 254,
260
+ "security measures": 255,
261
+ "conflict prevention": 256,
262
+ "violence prevention": 257,
263
+ "peace initiatives": 258,
264
+ "victim support": 259,
265
+ "human rights defenders": 260,
266
+ "kidnapping": 261,
267
+ "extrajudicial killing": 262,
268
+ "human trafficking": 263,
269
+ "general equality": 264,
270
+ "disability equality": 265,
271
+ "gender equality": 266,
272
+ "ethnic equality": 267,
273
+ "caste equality": 268,
274
+ "age equality": 269,
275
+ "socio economic equality": 270,
276
+ "transgender rights": 271,
277
+ "social inclusion": 272,
278
+ "indigenous peoples rights": 273,
279
+ "sexuality equality": 274,
280
+ "linguistic equity": 275,
281
+ "gender engagement": 276,
282
+ "religious equality": 277,
283
+ "mental health equality": 278,
284
+ "physical health equality": 279,
285
+ "refugee equality": 280,
286
+ "immigrant equality": 281,
287
+ "homeless equality": 282,
288
+ "women empowerment": 283,
289
+ "indigenous employment": 284,
290
+ "equal access to justice": 285,
291
+ "equal representation": 286,
292
+ "equal political participation": 287,
293
+ "equal economic opportunity": 288,
294
+ "equal educational opportunity": 289,
295
+ "equal healthcare access": 290,
296
+ "cultural equity": 291,
297
+ "diversity": 292,
298
+ "general society": 293,
299
+ "privacy rights": 294,
300
+ "civil liberties": 295,
301
+ "freedom of expression": 296,
302
+ "freedom of association": 297,
303
+ "access to remedy": 298,
304
+ "social diversity": 299,
305
+ "religion": 300,
306
+ "ideology": 301,
307
+ "politics": 302,
308
+ "democracy": 303,
309
+ "abuse of power": 304,
310
+ "power dynamics": 305,
311
+ "international relations": 306,
312
+ "government": 307,
313
+ "culture": 308,
314
+ "heritage": 309,
315
+ "traditions": 310,
316
+ "law": 311,
317
+ "peace": 312,
318
+ "digital networks": 313,
319
+ "digital democracy": 314,
320
+ "social networks": 315,
321
+ "social equity": 316,
322
+ "intergenerational equity": 317,
323
+ "social good": 318,
324
+ "community development": 319,
325
+ "community policing": 320,
326
+ "urbanization": 321,
327
+ "rural development": 322,
328
+ "migration refugees": 323,
329
+ "social cohesion": 324,
330
+ "employment": 325,
331
+ "workers rights": 326,
332
+ "fair trade": 327,
333
+ "modern slavery": 328,
334
+ "society human trafficking": 329,
335
+ "child labor": 330,
336
+ "child slavery": 331,
337
+ "wealth distribution": 332,
338
+ "science": 333,
339
+ "education": 334,
340
+ "energy access": 335,
341
+ "disease": 336,
342
+ "healthcare": 337,
343
+ "mental healthcare": 338,
344
+ "public health": 339,
345
+ "nutrition standards": 340,
346
+ "society food safety": 341,
347
+ "reproductive health": 342,
348
+ "transportation": 343,
349
+ "social protection": 344,
350
+ "society victim support": 345,
351
+ "consumer protection": 346,
352
+ "forced labor": 347,
353
+ "debt bondage": 348,
354
+ "migrant worker exploitation": 349,
355
+ "wage theft": 350,
356
+ "workplace harassment": 351,
357
+ "retaliation prevention": 352,
358
+ "living wage": 353,
359
+ "health benefits": 354,
360
+ "work life balance": 355,
361
+ "workplace safety standards": 356,
362
+ "skills training": 357,
363
+ "supply chain labor": 358,
364
+ "community displacement": 359,
365
+ "indigenous community impact": 360,
366
+ "community benefit agreements": 361,
367
+ "local economic development": 362,
368
+ "disability workplace rights": 363,
369
+ "gender pay equity": 364,
370
+ "sexual harassment prevention": 365,
371
+ "workplace discrimination": 366,
372
+ "contract workers": 367,
373
+ "gig workers": 368,
374
+ "union rights": 369,
375
+ "migrant worker rights": 370,
376
+ "communication": 371,
377
+ "economy": 372,
378
+ "human rights": 373,
379
+ "society workplace safety": 374,
380
+ "economic opportunity": 375,
381
+ "society environmental justice": 376,
382
+ "ethics": 377,
383
+ "history": 378,
384
+ "society indigenous peoples": 379,
385
+ "information access": 380,
386
+ "infrastructure": 381,
387
+ "justice": 382,
388
+ "media": 383,
389
+ "poverty": 384,
390
+ "stakeholder engagement": 385,
391
+ "transparency": 386,
392
+ "society workplace wellbeing": 387,
393
+ "general culture": 388,
394
+ "arts": 389,
395
+ "cultural heritage": 390,
396
+ "language": 391,
397
+ "indigenous culture": 392,
398
+ "cultural media": 393,
399
+ "entertainment": 394,
400
+ "sports": 395,
401
+ "cultural religion": 396,
402
+ "cultural traditions": 397,
403
+ "general education": 398,
404
+ "primary education": 399,
405
+ "secondary education": 400,
406
+ "higher education": 401,
407
+ "vocational training": 402,
408
+ "adult learning": 403,
409
+ "teacher development": 404,
410
+ "curriculum": 405,
411
+ "inclusive education": 406,
412
+ "education access": 407,
413
+ "education quality": 408,
414
+ "literacy programs": 409,
415
+ "skill development": 410,
416
+ "education infrastructure": 411,
417
+ "digital literacy": 412,
418
+ "girls education": 413,
419
+ "rural urban education gap": 414
420
+ },
421
+ "governance": {
422
+ "general governance": 415,
423
+ "corporate communication": 416,
424
+ "corporate transparency": 417,
425
+ "governance international relations": 418,
426
+ "corruption": 419,
427
+ "lobbying": 420,
428
+ "intellectual property": 421,
429
+ "data protection governance": 422,
430
+ "corporate power": 423,
431
+ "tax strategy": 424,
432
+ "anti competitive practices": 425,
433
+ "regulatory capture": 426,
434
+ "regulatory violation": 427,
435
+ "regulatory compliance": 428,
436
+ "risk management": 429,
437
+ "excessive executive pay": 430,
438
+ "executive compensation": 431,
439
+ "whistleblowing": 432,
440
+ "executive misconduct": 433,
441
+ "executive conduct": 434,
442
+ "product safety": 435,
443
+ "ethical marketing": 436,
444
+ "supply chain governance": 437,
445
+ "corporate fraud": 438,
446
+ "financial crime": 439,
447
+ "board diversity": 440,
448
+ "profit sharing": 441,
449
+ "governance stakeholder engagement": 442,
450
+ "governance workplace wellbeing": 443,
451
+ "governance work life balance": 444,
452
+ "board size": 445,
453
+ "internal controls": 446,
454
+ "external audit independence": 447,
455
+ "sustainability reporting": 448,
456
+ "esg integration": 449,
457
+ "compliance program effectiveness": 450,
458
+ "ethics training": 451,
459
+ "third party risk management": 452,
460
+ "climate governance": 453,
461
+ "human rights governance": 454,
462
+ "succession planning": 455,
463
+ "cybersecurity governance": 456,
464
+ "ai ethics governance": 457,
465
+ "crisis management": 458,
466
+ "incident reporting": 459,
467
+ "board independence": 460,
468
+ "board committees": 461,
469
+ "shareholder rights": 462,
470
+ "ownership structure": 463,
471
+ "executive evaluation": 464,
472
+ "materiality assessment": 465,
473
+ "regulatory engagement": 466,
474
+ "long term value creation": 467,
475
+ "corporate culture": 468,
476
+ "remote work governance": 469,
477
+ "esg disclosure": 470,
478
+ "general finance": 471,
479
+ "banking": 472,
480
+ "investment": 473,
481
+ "corporate finance": 474,
482
+ "financial risk management": 475,
483
+ "insurance": 476,
484
+ "accounting": 477,
485
+ "taxation": 478,
486
+ "debt": 479,
487
+ "cryptocurrency": 480,
488
+ "general technology": 481,
489
+ "artificial intelligence": 482,
490
+ "data privacy technology": 483,
491
+ "software": 484,
492
+ "hardware": 485,
493
+ "internet connectivity": 486,
494
+ "telecommunications": 487,
495
+ "digital transformation": 488,
496
+ "biotechnology": 489,
497
+ "digital rights": 490,
498
+ "general supply chain": 491,
499
+ "procurement": 492,
500
+ "supplier diversity": 493,
501
+ "supplier labor practices": 494,
502
+ "supply chain transparency": 495,
503
+ "conflict minerals": 496,
504
+ "logistics": 497,
505
+ "inventory management": 498,
506
+ "supply chain resilience": 499,
507
+ "sustainable sourcing": 500,
508
+ "general legal": 501,
509
+ "litigation": 502,
510
+ "class action": 503,
511
+ "slapp lawsuits": 504,
512
+ "injunction": 505,
513
+ "restraining order": 506,
514
+ "alternative dispute resolution": 507,
515
+ "legal regulatory compliance": 508,
516
+ "legal intellectual property": 509,
517
+ "patent law": 510,
518
+ "copyright law": 511,
519
+ "environmental law": 512,
520
+ "climate litigation": 513,
521
+ "international law": 514,
522
+ "transnational law": 515,
523
+ "labor law": 516,
524
+ "employment discrimination law": 517,
525
+ "legal workplace safety": 518,
526
+ "securities law": 519,
527
+ "financial regulation": 520,
528
+ "antitrust": 521,
529
+ "merger control": 522,
530
+ "consumer protection law": 523,
531
+ "product liability": 524,
532
+ "data privacy law": 525,
533
+ "privacy law": 526,
534
+ "cybersecurity law": 527,
535
+ "corporate governance law": 528,
536
+ "fiduciary duty": 529,
537
+ "legal esg disclosure": 530,
538
+ "legal greenwashing": 531,
539
+ "human rights law": 532,
540
+ "indigenous rights law": 533,
541
+ "tax law": 534,
542
+ "bankruptcy": 535,
543
+ "crime": 536,
544
+ "white collar crime": 537,
545
+ "corporate criminal liability": 538,
546
+ "punishment": 539,
547
+ "prison": 540,
548
+ "prison reform": 541,
549
+ "community service": 542,
550
+ "reparation": 543,
551
+ "non compete agreements": 544,
552
+ "restrictive covenants": 545,
553
+ "contract law": 546,
554
+ "whistleblower protection": 547,
555
+ "fraud prevention": 548,
556
+ "export controls": 549,
557
+ "trade sanctions": 550,
558
+ "anti bribery": 551,
559
+ "gift compliance": 552,
560
+ "conflict of interest": 553,
561
+ "government relations": 554,
562
+ "sanctions screening": 555,
563
+ "beneficial ownership": 556,
564
+ "anti money laundering": 557,
565
+ "regulatory reporting": 558,
566
+ "audit rights": 559,
567
+ "remediation liability": 560,
568
+ "joint venture liability": 561,
569
+ "successor liability": 562,
570
+ "compliance monitoring": 563,
571
+ "legal land use planning": 564,
572
+ "war crimes law": 565
573
+ },
574
+ "animals": {
575
+ "animal issues": 566,
576
+ "animal welfare": 567,
577
+ "animal rights": 568,
578
+ "animal farming": 569,
579
+ "animal slaughter": 570,
580
+ "domestic animals": 571,
581
+ "animal experimentation": 572,
582
+ "hunting": 573,
583
+ "animal disease": 574,
584
+ "factory farming": 575,
585
+ "animal habitat loss": 576,
586
+ "endangered species": 577,
587
+ "wildlife trafficking": 578,
588
+ "breeding practices": 579,
589
+ "pesticide effects on animals": 580,
590
+ "companion animal welfare": 581,
591
+ "wildlife conservation": 582,
592
+ "livestock antibiotics": 583,
593
+ "cosmetics testing on animals": 584,
594
+ "pharmaceutical testing on animals": 585
595
+ },
596
+ "industry": {
597
+ "general industry": 611,
598
+ "finance industry": 612,
599
+ "investment industry": 613,
600
+ "legal industry": 614,
601
+ "media industry": 615,
602
+ "accounting industry": 616,
603
+ "banking industry": 617,
604
+ "consulting industry": 618,
605
+ "e-commerce industry": 619,
606
+ "engineering industry": 620,
607
+ "human resources industry": 621,
608
+ "oil industry": 622,
609
+ "publishing industry": 623,
610
+ "sports industry": 624,
611
+ "insurance industry": 625,
612
+ "transportation industry": 626,
613
+ "commerce industry": 627,
614
+ "technology industry": 628,
615
+ "communication industry": 629,
616
+ "construction industry": 630,
617
+ "chemical industry": 631,
618
+ "military industry": 632,
619
+ "mining industry": 633,
620
+ "energy industry": 634,
621
+ "supply chain industry": 635,
622
+ "consumer industry": 636,
623
+ "biotech industry": 637,
624
+ "medical industry": 638,
625
+ "education industry": 639,
626
+ "research industry": 640,
627
+ "real estate industry": 641,
628
+ "entertainment industry": 642,
629
+ "news industry": 643,
630
+ "hospitality industry": 644,
631
+ "public sector": 645,
632
+ "manufacturing industry": 646,
633
+ "waste management industry": 647,
634
+ "utilities industry": 648,
635
+ "infrastructure industry": 649,
636
+ "professional services industry": 650,
637
+ "tourism industry": 651,
638
+ "agriculture industry": 652,
639
+ "cosmetics industry": 653,
640
+ "wellness industry": 654,
641
+ "non profit sector": 655,
642
+ "space industry": 656,
643
+ "retail industry": 657,
644
+ "fashion industry": 658,
645
+ "food industry": 659,
646
+ "textiles industry": 660,
647
+ "marketing industry": 661,
648
+ "pharmaceuticals industry": 662,
649
+ "automotive industry": 663,
650
+ "aerospace industry": 664,
651
+ "shipping logistics industry": 665,
652
+ "water treatment industry": 666,
653
+ "petrochemicals industry": 667,
654
+ "renewables industry": 668,
655
+ "electrical grid industry": 669,
656
+ "data centers industry": 670,
657
+ "semiconductors industry": 671,
658
+ "carbon services industry": 672,
659
+ "circular economy industry": 673,
660
+ "recycling tech industry": 674,
661
+ "packaging industry": 675,
662
+ "aquaculture industry": 676,
663
+ "forestry industry": 677,
664
+ "defense industry": 678,
665
+ "satellite communications industry": 679,
666
+ "electronics industry": 680,
667
+ "service finance industry": 681,
668
+ "healthcare industry": 682,
669
+ "telecommunications industry": 683,
670
+ "fishing industry": 684,
671
+ "software industry": 685,
672
+ "ai industry": 686,
673
+ "event management industry": 687,
674
+ "government sector": 688,
675
+ "private equity industry": 689
676
+ },
677
+ "human_harm": {
678
+ "physical injury to people": 690,
679
+ "death of humans": 691,
680
+ "illness caused to people": 692,
681
+ "disease spread among populations": 693,
682
+ "toxic exposure affecting humans": 694,
683
+ "poisoning of people": 695,
684
+ "respiratory harm to humans": 696,
685
+ "cancer risk to people": 697,
686
+ "birth defects in humans": 698,
687
+ "developmental harm to children": 699,
688
+ "neurological damage to people": 700,
689
+ "organ damage in humans": 701,
690
+ "chronic health conditions": 702,
691
+ "occupational injury": 703,
692
+ "workplace accident": 704,
693
+ "industrial accident affecting workers": 705,
694
+ "food contamination harming consumers": 706,
695
+ "drug side effects harming patients": 707,
696
+ "medical malpractice": 708,
697
+ "unsafe products harming consumers": 709,
698
+ "violence against people": 710,
699
+ "assault on individuals": 711,
700
+ "murder of humans": 712,
701
+ "torture of people": 713,
702
+ "rape and sexual violence": 714,
703
+ "human trafficking": 715,
704
+ "forced labor exploitation": 716,
705
+ "child labor abuse": 717,
706
+ "modern slavery": 718,
707
+ "debt bondage": 719,
708
+ "wage theft from workers": 720,
709
+ "worker exploitation": 721,
710
+ "unsafe working conditions": 722,
711
+ "discrimination against people": 723,
712
+ "harassment of individuals": 724,
713
+ "bullying of people": 725,
714
+ "psychological harm to humans": 726,
715
+ "mental health damage": 727,
716
+ "trauma inflicted on people": 728,
717
+ "stress caused to individuals": 729,
718
+ "displacement of communities": 730,
719
+ "eviction of residents": 731,
720
+ "loss of livelihoods": 732,
721
+ "poverty caused to families": 733,
722
+ "food insecurity affecting people": 734,
723
+ "water insecurity affecting communities": 735,
724
+ "housing insecurity": 736,
725
+ "healthcare denial": 737,
726
+ "education denial": 738,
727
+ "privacy violation": 739,
728
+ "data breach affecting individuals": 740,
729
+ "identity theft": 741,
730
+ "financial fraud against consumers": 742,
731
+ "predatory lending": 743,
732
+ "consumer deception": 744,
733
+ "false advertising harming consumers": 745,
734
+ "addiction caused by products": 746,
735
+ "substance abuse facilitation": 747,
736
+ "cultural destruction": 748,
737
+ "heritage destruction": 749,
738
+ "community disruption": 750,
739
+ "family separation": 751,
740
+ "child abuse": 752,
741
+ "elder abuse": 753,
742
+ "domestic violence": 754,
743
+ "hate crimes against groups": 755,
744
+ "genocide": 756,
745
+ "ethnic cleansing": 757,
746
+ "war crimes against civilians": 758,
747
+ "civilian casualties": 759,
748
+ "refugee crisis creation": 760,
749
+ "famine caused by actions": 761,
750
+ "malnutrition in populations": 762,
751
+ "denial of basic rights": 763,
752
+ "suppression of free speech": 764,
753
+ "political persecution": 765,
754
+ "religious persecution": 766,
755
+ "wrongful imprisonment": 767,
756
+ "extrajudicial killing": 768
757
+ },
758
+ "human_benefit": {
759
+ "lives saved": 769,
760
+ "health improvement for people": 770,
761
+ "disease prevention in populations": 771,
762
+ "medical treatment access": 772,
763
+ "healthcare provision": 773,
764
+ "vaccination programs": 774,
765
+ "nutrition improvement": 775,
766
+ "food security enhancement": 776,
767
+ "clean water access provision": 777,
768
+ "sanitation improvement": 778,
769
+ "housing provision": 779,
770
+ "affordable housing creation": 780,
771
+ "shelter for homeless": 781,
772
+ "poverty reduction": 782,
773
+ "income improvement for families": 783,
774
+ "job creation": 784,
775
+ "employment opportunities": 785,
776
+ "fair wages provision": 786,
777
+ "worker safety improvement": 787,
778
+ "workplace conditions improvement": 788,
779
+ "education access provision": 789,
780
+ "literacy improvement": 790,
781
+ "skills training provision": 791,
782
+ "scholarship programs": 792,
783
+ "child welfare improvement": 793,
784
+ "maternal health support": 794,
785
+ "elderly care provision": 795,
786
+ "disability support services": 796,
787
+ "mental health support": 797,
788
+ "counseling services provision": 798,
789
+ "trauma recovery support": 799,
790
+ "rehabilitation programs": 800,
791
+ "addiction recovery support": 801,
792
+ "community development": 802,
793
+ "infrastructure improvement": 803,
794
+ "transportation access": 804,
795
+ "connectivity improvement": 805,
796
+ "digital inclusion": 806,
797
+ "financial inclusion": 807,
798
+ "microfinance provision": 808,
799
+ "small business support": 809,
800
+ "entrepreneurship enablement": 810,
801
+ "economic opportunity creation": 811,
802
+ "social mobility improvement": 812,
803
+ "equality advancement": 813,
804
+ "discrimination reduction": 814,
805
+ "inclusion promotion": 815,
806
+ "diversity support": 816,
807
+ "human rights protection": 817,
808
+ "civil liberties protection": 818,
809
+ "freedom of expression protection": 819,
810
+ "privacy protection": 820,
811
+ "data protection for individuals": 821,
812
+ "consumer protection": 822,
813
+ "product safety improvement": 823,
814
+ "drug safety improvement": 824,
815
+ "patient safety enhancement": 825,
816
+ "emergency response provision": 826,
817
+ "disaster relief": 827,
818
+ "humanitarian aid": 828,
819
+ "refugee support": 829,
820
+ "immigrant integration support": 830,
821
+ "cultural preservation": 831,
822
+ "heritage protection": 832,
823
+ "community cohesion building": 833,
824
+ "conflict resolution": 834,
825
+ "peace building": 835,
826
+ "violence prevention programs": 836,
827
+ "crime reduction": 837,
828
+ "justice system improvement": 838,
829
+ "legal aid provision": 839,
830
+ "victim support services": 840,
831
+ "whistleblower protection": 841,
832
+ "transparency improvement": 842,
833
+ "accountability enhancement": 843,
834
+ "democratic participation": 844,
835
+ "civic engagement promotion": 845,
836
+ "volunteer programs": 846,
837
+ "charitable giving": 847
838
+ },
839
+ "animal_harm": {
840
+ "animal death": 848,
841
+ "animal killing": 849,
842
+ "mass animal culling": 850,
843
+ "animal suffering": 851,
844
+ "animal pain infliction": 852,
845
+ "animal cruelty": 853,
846
+ "animal abuse": 854,
847
+ "animal neglect": 855,
848
+ "animal starvation": 856,
849
+ "animal dehydration": 857,
850
+ "animal confinement stress": 858,
851
+ "factory farming conditions": 859,
852
+ "intensive animal farming": 860,
853
+ "battery cage confinement": 861,
854
+ "gestation crate confinement": 862,
855
+ "animal overcrowding": 863,
856
+ "animal mutilation": 864,
857
+ "debeaking of poultry": 865,
858
+ "tail docking": 866,
859
+ "castration without anesthesia": 867,
860
+ "force feeding of animals": 868,
861
+ "animal slaughter": 869,
862
+ "inhumane slaughter methods": 870,
863
+ "live animal transport stress": 871,
864
+ "animal experimentation": 872,
865
+ "animal testing for cosmetics": 873,
866
+ "animal testing for pharmaceuticals": 874,
867
+ "painful animal experiments": 875,
868
+ "animal vivisection": 876,
869
+ "wildlife killing": 877,
870
+ "trophy hunting": 878,
871
+ "poaching of wildlife": 879,
872
+ "illegal wildlife trade": 880,
873
+ "wildlife trafficking": 881,
874
+ "endangered species killing": 882,
875
+ "species extinction caused": 883,
876
+ "habitat destruction for animals": 884,
877
+ "animal displacement": 885,
878
+ "migration route disruption": 886,
879
+ "breeding ground destruction": 887,
880
+ "nesting site destruction": 888,
881
+ "fish stock depletion": 889,
882
+ "overfishing": 890,
883
+ "bycatch killing": 891,
884
+ "marine mammal entanglement": 892,
885
+ "bird strike deaths": 893,
886
+ "roadkill": 894,
887
+ "animal poisoning": 895,
888
+ "pesticide harm to animals": 896,
889
+ "herbicide harm to wildlife": 897,
890
+ "pollution harming animals": 898,
891
+ "plastic ingestion by animals": 899,
892
+ "oil spill animal deaths": 900,
893
+ "chemical contamination of wildlife": 901,
894
+ "noise pollution disturbing animals": 902,
895
+ "light pollution affecting wildlife": 903,
896
+ "thermal pollution harming aquatic life": 904,
897
+ "coral reef destruction": 905,
898
+ "ocean acidification harming marine life": 906,
899
+ "deforestation displacing animals": 907,
900
+ "wetland drainage harming wildlife": 908,
901
+ "river damming affecting fish": 909,
902
+ "animal disease spread": 910,
903
+ "zoonotic disease transmission": 911,
904
+ "antibiotic resistance in livestock": 912,
905
+ "genetic modification harm to animals": 913,
906
+ "selective breeding health problems": 914,
907
+ "exotic pet trade harm": 915,
908
+ "circus animal mistreatment": 916,
909
+ "zoo animal welfare issues": 917,
910
+ "aquarium animal stress": 918,
911
+ "racing animal exploitation": 919,
912
+ "fighting animal cruelty": 920,
913
+ "animal abandonment": 921,
914
+ "stray animal suffering": 922,
915
+ "feral animal problems": 923
916
+ },
917
+ "animal_benefit": {
918
+ "animal lives saved": 924,
919
+ "animal rescue": 925,
920
+ "animal rehabilitation": 926,
921
+ "animal sanctuary provision": 927,
922
+ "animal shelter support": 928,
923
+ "animal adoption programs": 929,
924
+ "animal welfare improvement": 930,
925
+ "animal cruelty prevention": 931,
926
+ "animal protection laws": 932,
927
+ "animal rights advancement": 933,
928
+ "humane treatment standards": 934,
929
+ "cage free farming transition": 935,
930
+ "free range farming practices": 936,
931
+ "organic animal farming": 937,
932
+ "pasture raised livestock": 938,
933
+ "humane slaughter methods": 939,
934
+ "animal transport welfare": 940,
935
+ "veterinary care provision": 941,
936
+ "animal vaccination programs": 942,
937
+ "animal disease prevention": 943,
938
+ "wildlife conservation": 944,
939
+ "endangered species protection": 945,
940
+ "species recovery programs": 946,
941
+ "wildlife habitat restoration": 947,
942
+ "wildlife corridor creation": 948,
943
+ "marine protected areas": 949,
944
+ "fishing quotas protection": 950,
945
+ "sustainable fishing practices": 951,
946
+ "bycatch reduction": 952,
947
+ "whale protection": 953,
948
+ "dolphin protection": 954,
949
+ "sea turtle conservation": 955,
950
+ "bird conservation": 956,
951
+ "pollinator protection": 957,
952
+ "bee colony support": 958,
953
+ "butterfly habitat creation": 959,
954
+ "amphibian conservation": 960,
955
+ "reptile protection": 961,
956
+ "primate conservation": 962,
957
+ "elephant protection": 963,
958
+ "rhino protection": 964,
959
+ "tiger conservation": 965,
960
+ "bear protection": 966,
961
+ "wolf reintroduction": 967,
962
+ "rewilding for wildlife": 968,
963
+ "anti poaching efforts": 969,
964
+ "wildlife trafficking prevention": 970,
965
+ "ivory trade ban": 971,
966
+ "fur trade reduction": 972,
967
+ "animal testing alternatives": 973,
968
+ "cruelty free products": 974,
969
+ "vegan product development": 975,
970
+ "plant based alternatives": 976,
971
+ "lab grown meat development": 977,
972
+ "companion animal welfare": 978,
973
+ "pet adoption promotion": 979,
974
+ "spay neuter programs": 980,
975
+ "stray animal care": 981,
976
+ "feral cat management": 982,
977
+ "wildlife rehabilitation centers": 983,
978
+ "injured animal care": 984,
979
+ "orphaned animal care": 985,
980
+ "animal behavior enrichment": 986,
981
+ "zoo welfare improvement": 987,
982
+ "aquarium welfare standards": 988,
983
+ "circus animal retirement": 989,
984
+ "racing animal retirement": 990,
985
+ "working animal welfare": 991,
986
+ "service animal care": 992,
987
+ "therapy animal programs": 993,
988
+ "animal assisted therapy": 994,
989
+ "wildlife education programs": 995,
990
+ "conservation awareness": 996,
991
+ "animal welfare certification": 997,
992
+ "humane product labeling": 998
993
+ },
994
+ "environment_harm": {
995
+ "deforestation": 999,
996
+ "forest destruction": 1000,
997
+ "rainforest clearing": 1001,
998
+ "old growth forest loss": 1002,
999
+ "tree removal": 1003,
1000
+ "illegal logging": 1004,
1001
+ "habitat destruction": 1005,
1002
+ "ecosystem destruction": 1006,
1003
+ "wetland drainage": 1007,
1004
+ "mangrove destruction": 1008,
1005
+ "coral reef damage": 1009,
1006
+ "seagrass bed destruction": 1010,
1007
+ "peatland destruction": 1011,
1008
+ "grassland conversion": 1012,
1009
+ "desertification": 1013,
1010
+ "soil erosion": 1014,
1011
+ "topsoil loss": 1015,
1012
+ "soil degradation": 1016,
1013
+ "land degradation": 1017,
1014
+ "soil contamination": 1018,
1015
+ "soil salinization": 1019,
1016
+ "groundwater depletion": 1020,
1017
+ "aquifer depletion": 1021,
1018
+ "water table lowering": 1022,
1019
+ "river diversion": 1023,
1020
+ "lake shrinkage": 1024,
1021
+ "glacier melting": 1025,
1022
+ "ice sheet loss": 1026,
1023
+ "permafrost thawing": 1027,
1024
+ "sea level rise contribution": 1028,
1025
+ "ocean warming contribution": 1029,
1026
+ "ocean acidification": 1030,
1027
+ "marine pollution": 1031,
1028
+ "plastic ocean pollution": 1032,
1029
+ "oil spills": 1033,
1030
+ "chemical spills into water": 1034,
1031
+ "industrial water pollution": 1035,
1032
+ "agricultural runoff": 1036,
1033
+ "nutrient pollution": 1037,
1034
+ "eutrophication": 1038,
1035
+ "algal blooms": 1039,
1036
+ "dead zones in oceans": 1040,
1037
+ "freshwater pollution": 1041,
1038
+ "river contamination": 1042,
1039
+ "lake pollution": 1043,
1040
+ "groundwater contamination": 1044,
1041
+ "air pollution emissions": 1045,
1042
+ "smog creation": 1046,
1043
+ "particulate matter emissions": 1047,
1044
+ "toxic gas emissions": 1048,
1045
+ "industrial air pollution": 1049,
1046
+ "vehicle emissions": 1050,
1047
+ "greenhouse gas emissions": 1051,
1048
+ "carbon dioxide emissions": 1052,
1049
+ "methane emissions": 1053,
1050
+ "nitrous oxide emissions": 1054,
1051
+ "ozone depleting substance emissions": 1055,
1052
+ "climate change contribution": 1056,
1053
+ "global warming contribution": 1057,
1054
+ "biodiversity loss": 1058,
1055
+ "species extinction": 1059,
1056
+ "invasive species introduction": 1060,
1057
+ "genetic pollution": 1061,
1058
+ "noise pollution in nature": 1062,
1059
+ "light pollution affecting ecosystems": 1063,
1060
+ "thermal pollution of waterways": 1064,
1061
+ "radioactive contamination": 1065,
1062
+ "nuclear waste disposal": 1066,
1063
+ "hazardous waste dumping": 1067,
1064
+ "toxic waste disposal": 1068,
1065
+ "electronic waste dumping": 1069,
1066
+ "landfill expansion": 1070,
1067
+ "illegal dumping": 1071,
1068
+ "microplastic pollution": 1072,
1069
+ "forever chemical contamination": 1073,
1070
+ "pesticide environmental damage": 1074,
1071
+ "herbicide environmental damage": 1075,
1072
+ "fertilizer runoff": 1076,
1073
+ "mining environmental damage": 1077,
1074
+ "mountaintop removal": 1078,
1075
+ "strip mining damage": 1079,
1076
+ "fracking environmental impact": 1080,
1077
+ "oil extraction damage": 1081,
1078
+ "natural gas extraction damage": 1082,
1079
+ "coal mining damage": 1083,
1080
+ "resource extraction damage": 1084,
1081
+ "overexploitation of resources": 1085,
1082
+ "overfishing of oceans": 1086,
1083
+ "unsustainable harvesting": 1087,
1084
+ "water overextraction": 1088,
1085
+ "groundwater mining": 1089
1086
+ },
1087
+ "environment_benefit": {
1088
+ "forest restoration": 1090,
1089
+ "reforestation": 1091,
1090
+ "afforestation": 1092,
1091
+ "tree planting": 1093,
1092
+ "native forest regeneration": 1094,
1093
+ "rainforest protection": 1095,
1094
+ "old growth forest preservation": 1096,
1095
+ "habitat restoration": 1097,
1096
+ "ecosystem restoration": 1098,
1097
+ "wetland restoration": 1099,
1098
+ "mangrove restoration": 1100,
1099
+ "coral reef restoration": 1101,
1100
+ "seagrass restoration": 1102,
1101
+ "peatland restoration": 1103,
1102
+ "grassland restoration": 1104,
1103
+ "desert reclamation": 1105,
1104
+ "soil restoration": 1106,
1105
+ "soil conservation": 1107,
1106
+ "erosion prevention": 1108,
1107
+ "topsoil protection": 1109,
1108
+ "soil health improvement": 1110,
1109
+ "land rehabilitation": 1111,
1110
+ "contaminated land cleanup": 1112,
1111
+ "brownfield remediation": 1113,
1112
+ "groundwater protection": 1114,
1113
+ "aquifer recharge": 1115,
1114
+ "water table restoration": 1116,
1115
+ "river restoration": 1117,
1116
+ "wetland creation": 1118,
1117
+ "lake restoration": 1119,
1118
+ "glacier preservation efforts": 1120,
1119
+ "ice sheet protection": 1121,
1120
+ "permafrost protection": 1122,
1121
+ "sea level rise mitigation": 1123,
1122
+ "ocean cooling efforts": 1124,
1123
+ "ocean acidification reduction": 1125,
1124
+ "marine pollution cleanup": 1126,
1125
+ "plastic ocean cleanup": 1127,
1126
+ "oil spill cleanup": 1128,
1127
+ "chemical spill remediation": 1129,
1128
+ "industrial pollution reduction": 1130,
1129
+ "agricultural runoff reduction": 1131,
1130
+ "nutrient pollution reduction": 1132,
1131
+ "eutrophication reversal": 1133,
1132
+ "dead zone recovery": 1134,
1133
+ "freshwater protection": 1135,
1134
+ "river cleanup": 1136,
1135
+ "lake cleanup": 1137,
1136
+ "groundwater remediation": 1138,
1137
+ "air pollution reduction": 1139,
1138
+ "smog reduction": 1140,
1139
+ "particulate matter reduction": 1141,
1140
+ "toxic emission reduction": 1142,
1141
+ "industrial emission reduction": 1143,
1142
+ "vehicle emission reduction": 1144,
1143
+ "greenhouse gas reduction": 1145,
1144
+ "carbon emission reduction": 1146,
1145
+ "methane emission reduction": 1147,
1146
+ "nitrous oxide reduction": 1148,
1147
+ "ozone layer protection": 1149,
1148
+ "climate change mitigation": 1150,
1149
+ "carbon sequestration": 1151,
1150
+ "carbon capture": 1152,
1151
+ "biodiversity protection": 1153,
1152
+ "species conservation": 1154,
1153
+ "endangered species recovery": 1155,
1154
+ "invasive species removal": 1156,
1155
+ "native species restoration": 1157,
1156
+ "noise pollution reduction": 1158,
1157
+ "light pollution reduction": 1159,
1158
+ "thermal pollution reduction": 1160,
1159
+ "radioactive cleanup": 1161,
1160
+ "nuclear waste management": 1162,
1161
+ "hazardous waste treatment": 1163,
1162
+ "toxic waste cleanup": 1164,
1163
+ "electronic waste recycling": 1165,
1164
+ "landfill reduction": 1166,
1165
+ "waste reduction": 1167,
1166
+ "microplastic reduction": 1168,
1167
+ "forever chemical remediation": 1169,
1168
+ "pesticide reduction": 1170,
1169
+ "organic farming adoption": 1171,
1170
+ "sustainable agriculture": 1172,
1171
+ "regenerative agriculture": 1173,
1172
+ "sustainable mining practices": 1174,
1173
+ "mine site rehabilitation": 1175,
1174
+ "renewable energy adoption": 1176,
1175
+ "fossil fuel reduction": 1177,
1176
+ "sustainable resource use": 1178,
1177
+ "circular economy adoption": 1179,
1178
+ "recycling improvement": 1180,
1179
+ "water conservation": 1181,
1180
+ "sustainable water management": 1182
1181
+ }
1182
+ }