-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtaxonomy.json
750 lines (749 loc) · 27.2 KB
/
taxonomy.json
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
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
{
"provides" : {
"label" : {
"en" : "Needs fulfilled by a community",
"de" : "Erfüllte Bedürfnisse"
},
"description" : {
"en" : "An economy is supposed to fulfil our needs and those of everybody else. But which kind of need exactly?",
"de" : "Wir alle haben Bedürfnisse. Wir müssen essen und trinken, wir suchen Schutz, brauchen Wissen und Mobilität. Hier findet sich eine Liste dieser Bedürfnisse."
},
"items" : [
{
"transformap:key" : "food+drink",
"osm:key" : "provides",
"osm:values" : [ "food+drink" ],
"label" : {
"en" : "provides: food & drink",
"de" : "Bietet: Essen & Trinken"
},
"description" : {
"en" : "Here you can find drinks and something to eat, recently harvested or ready to enjoy.",
"de" : ""
},
"osm:objects" : [
{ "amenity" : "pub" , "food" : "yes" } ,
{ "amenity" : "bar" , "food" : "yes" } ,
{ "amenity" : "cafe" , "food" : "yes" } ,
{ "amenity" : "biergarten" , "food" : "yes" } ,
{ "amenity" : "restaurant" } ,
{ "amenity" : "fast_food" } ,
{ "amenity" : "marketplace" } ,
{ "amenity" : "social_facility", "social_facility" : "food_bank" } ,
{ "shop" : "butcher" },
{ "shop" : "convenience" },
{ "shop" : "bakery" },
{ "shop" : "seafood" },
{ "shop" : "deli" },
{ "shop" : "farm" },
{ "shop" : "supermarket" },
{ "leisure" : "garden", "garden:type" : "community" },
{ "landuse" : "farm" },
{ "landuse" : "farmland" },
{ "landuse" : "farmyard" },
{ "landuse" : "orchard" },
{ "landuse" : "vineyard" }
]
},
{
"transformap:key" : "water",
"osm:key" : "provides",
"osm:values" : [ "water" ],
"label" : {
"en" : "provides: water",
"de" : "Bietet: Wasser"
},
"description" : {
"en" : "Here you can find drinking water.",
"de" : ""
},
"osm:objects" : [
{ "amenity" : "drinking_water" },
{ "drinking_water" : "yes" },
{ "natural" : "spring" }
]
},
{
"transformap:key" : "land",
"osm:key" : "provides",
"osm:values" : [ "land" ],
"label" : {
"en" : "provides: land",
"de" : "Bietet: Land"
},
"description" : {
"en" : "Here you find land - the land we all need to find shelter and/or to work on.",
"de" : "Wir brauchen und nutzen Land. Zum bewohnen und zum bearbeiten."
},
"osm:objects" : [
{ "landuse" : "greenfield" },
{ "landuse" : "brownfield" }
]
},
{
"transformap:key" : "mobility",
"osm:key" : "provides",
"osm:values" : [ "mobility" ],
"label" : {
"en" : "provides: mobility",
"de" : "Bietet: Mobilität"
},
"description" : {
"en" : "Here you find possibilities to go from A to B.",
"de" : ""
},
"osm:objects" : [
{ "amenity" : "car_sharing" },
{ "amenity" : "bicycle_rental" },
{ "amenity" : "charging_station" },
{ "shop" : "bicycle" },
{ "shop" : "car" },
{ "shop" : "car_repair" }
]
},
{
"transformap:key" : "health",
"osm:key" : "provides",
"osm:values" : [ "health" ],
"label" : {
"en" : "provides: health",
"de" : "Bietet: Gesundheit"
},
"description" : {
"en" : "Here you find what keeps and makes us healthy.",
"de" : "Hier steht das, was uns gesund hält oder macht."
},
"osm:objects" : [
{ "amenity" : "hospital" },
{ "amenity" : "clinic" },
{ "amenity" : "doctors" },
{ "amenity" : "dentist" },
{ "amenity" : "veterinary" },
{ "amenity" : "nursing_home" },
{ "amenity" : "social_facilty", "social_facilty" : "group_home", "social_facilty:for" : "senior" },
{ "amenity" : "pharmacy" },
{ "amenity" : "baby_hatch" },
{ "emergency" : "defibrillator" },
{ "health_facility:type" : "counselling_centre" }
]
},
{
"transformap:key" : "culture",
"osm:key" : "provides",
"osm:values" : [ "culture" ],
"label" : {
"en" : "provides: culture",
"de" : "Bietet: Kultur"
},
"description" : {
"en" : "Here you find cultural events or free spaces to (self-)organize an event or to perform.",
"de" : "Hier findest du kulturelle Veranstaltungen oder offene Räume um selbst Veranstaltungen zu organisieren. Du kannst dich auch selbst künstlerisch betätigen."
},
"osm:objects" : [
{ "amenity" : "cinema" },
{ "amenity" : "theatre" },
{ "amenity" : "arts_centre" },
{ "amenity" : "studio" },
{ "tourism" : "museum" },
{ "tourism" : "artwork" }
]
},
{
"transformap:key" : "safety",
"osm:key" : "provides",
"osm:values" : [ "safety" ],
"label" : {
"en" : "provides: safety",
"de" : "Bietet: Schutz"
},
"description" : {
"en" : "Here you find places and people that provide a sense of security, support and safety for a short period of time.",
"de" : "Orte und Menschen, die Schutz, Geborgenheit und Unterstützung in unsicheren Lebenslagen bieten."
},
"osm:objects" : [
{ "amenity" : "social_facility", "social_facility" : "shelter" }
]
},
{
"transformap:key" : "housing",
"osm:key" : "provides",
"osm:values" : [ "housing" ],
"label" : {
"en" : "provides: housing",
"de" : "Bietet: Unterkunft"
},
"description" : {
"en" : "Here you find shelter - for a short time or permanently.",
"de" : "Hier findest Du ein Dach überm Kopf, zeitweise oder dauerhaft."
},
"osm:objects" : [
{ "tourism" : "hotel" },
{ "tourism" : "motel" },
{ "tourism" : "hostel" },
{ "tourism" : "alpine_hut" },
{ "tourism" : "apartment" },
{ "tourism" : "guest_house" },
{ "tourism" : "wilderness_hut" },
{ "tourism" : "chalet" },
{ "amenity" : "dormitory" },
{ "building" : "residential" },
{ "amenity" : "social_facility", "social_facility" : "group_home" },
{ "amenity" : "social_facility", "social_facility" : "assisted_living" }
]
},
{
"transformap:key" : "spaces",
"osm:key" : "provides",
"osm:values" : [ "spaces" ],
"label" : {
"en" : "provides: free space",
"de" : "Bietet: Freiraum"
},
"description" : {
"en" : "Here you find free spaces to meet, hang out, do whatever you want.",
"de" : "Hier ist ein offener Raum, um sich zu treffen, etwas zu organisieren oder wonach immer der Sinn steht."
},
"osm:objects" : [
]
},
{
"transformap:key" : "objects_of_utility",
"osm:key" : "provides",
"osm:values" : [ "objects_of_utility" ],
"label" : {
"en" : "provides: objects of utility",
"de" : "Bietet: Gebrauchsgegenstände"
},
"description" : {
"en" : "Here you can get or borrow different tools and other things, that others don't need any longer or only ocassionally use.",
"de" : "Hier gibt es unterschiedliche Gebrauchsgegenstände."
},
"osm:objects" : [
{ "service:bicycle:tools" : "yes" },
{ "leisure" : "hackerspace" },
{ "amenity" : "bicycle_repair_station" },
{ "amenity" : "fablab" },
{ "shop" : "hardware" },
{ "shop" : "doityourself" }
]
},
{
"transformap:key" : "clothes",
"osm:key" : "provides",
"osm:values" : [ "clothes" ],
"label" : {
"en" : "provides: clothes",
"de" : "Bietet: Kleidung"
},
"description" : {
"en" : "Here you can find clothes.",
"de" : "Hier bekommst Du Kleidung."
},
"osm:objects" : [
{ "craft" : "tailor" },
{ "shop" : "boutique" },
{ "shop" : "clothes" },
{ "shop" : "second_hand" }
]
},
{
"transformap:key" : "learning_opportunities",
"osm:key" : "provides",
"osm:values" : [ "learning_opportunities" ],
"label" : {
"en" : "provides: knowledge & skills",
"de" : "Bietet: Wissen"
},
"description" : {
"en" : "Here is a space where knowledge, skills and insights are shared. A space where people learn and research and where you can engage heart, hand and mind.",
"de" : "Hier ist ein Ort, wo Wissen geteilt, gemeinsam gelernt und geforscht wird. Hier kannst Du lernen, was Du schon immer gern lernen wolltest. Kopf und Hand trainieren!"
},
"osm:objects" : [
{ "amenity" : "library" },
{ "amenity" : "public_bookcase" },
{ "amenity" : "university" },
{ "amenity" : "school" }
]
},
{
"transformap:key" : "energy",
"osm:key" : "provides",
"osm:values" : [ "energy" ],
"label" : {
"en" : "provides: energy",
"de" : "Bietet: Energie"
},
"description" : {
"en" : "Electricity, heating, transportation - all of them require energy. On this places energy is provided.",
"de" : "Strom, Wärme und Fortbewegung. Für alles braucht mensch Energie. Hier gibt es Projekte, Ideen und Standorte, die diese Energie erzeugen."
},
"osm:objects" : [
{ "power" : "generator" },
{ "amenity" : "charging_station" }
]
},
{
"transformap:key" : "community",
"osm:key" : "provides",
"osm:values" : [ "community" ],
"label" : {
"en" : "provides: community",
"de" : ""
},
"description" : {
"en" : "A diverse group of people that offers support and empowerment by coming together.",
"de" : ""
},
"osm:objects" : [
{ "amenity" : "community_centre" }
]
},
{
"transformap:key" : "participation",
"osm:key" : "provides",
"osm:values" : [ "participation" ],
"label" : {
"en" : "provides: participation ",
"de" : "Bietet: beitragen & mitmachen"
},
"description" : {
"en" : "Here is an opportunity to initiate activities, participate or deliberate on public issues.",
"de" : "Beitragen erwünscht! Hier kannst Du Dich und Deine Fähigkeiten einbringen, zu einem Projekt beitragen, ein solches initiieren, oder Dich an Debatten beteiligen, die uns alle angehen."
},
"osm:objects" : [
{ "amenity" : "hackerspace" },
{ "leisure" : "hackerspace" },
{ "club" : "*" }
]
},
{
"transformap:key" : "spirituality",
"osm:key" : "provides",
"osm:values" : [ "spirituality" ],
"label" : {
"en" : "provides: spirituality",
"de" : "Bietet: Spiritualität"
},
"description" : {
"en" : "Here you find spaces, places and groups that pursue a contemplative/spiritual connection.",
"de" : "Orte der Spiritualität"
},
"osm:objects" : [
{ "amenity" : "place_of_worship" },
{ "religion" : "*" },
{ "amenity" : "monastery" },
{ "historic" : "wayside_shrine" },
{ "historic" : "wayside_cross" },
{ "historic" : "wayside_chapel" }
]
},
{
"transformap:key" : "telecommunication",
"osm:key" : "provides",
"osm:values" : [ "telecommunication" ],
"label" : {
"en" : "provides: telecommunication",
"de" : "Bietet: Telekommunikationsmöglichkeit"
},
"description" : {
"en" : "Here you can find communication infrastructure",
"de" : "Ein Ort, der Kommunikationsinfrastruktur bereitstellt."
},
"osm:objects" : [
{ "amenity" : "telephone" },
{ "internet_access" : "yes" },
{ "internet_access" : "lan" },
{ "internet_access" : "wlan" },
{ "internet_access" : "terminal" },
{ "shop" : "mobile_phone" },
{ "man_made" : "mast", "tower:type" : "communication" },
{ "man_made" : "communications_tower" },
{ "emergency" : "phone" }
]
}
]
},
"interaction" : {
"label" : {
"en" : "Mode of Interaction",
"de" : ""
},
"description" : {
"en" : "",
"de" : ""
},
"items" : [
{
"transformap:key" : "bartering",
"osm:key" : "interaction",
"osm:values" : [ "bartering" ],
"label" : {
"en" : "by way of bartering",
"de" : "Tauschen"
},
"description" : {
"en" : "Here you can exchange something: give & take",
"de" : ""
},
"osm:objects" : [
{ "amenity" : "public_bookcase" }
]
},
{
"transformap:key" : "sharing",
"osm:key" : "interaction",
"osm:values" : [ "sharing" ],
"label" : {
"en" : "by way of sharing",
"de" : "Teilen"
},
"description" : {
"en" : "Here you can share material (tools, books, etc.) and immaterial (time, knowledge, ideas) matters.",
"de" : ""
},
"osm:objects" : [
{ "amenity" : "car_sharing" },
{ "club" : "ttb" }
]
},
{
"transformap:key" : "lending",
"osm:key" : "interaction",
"osm:values" : [ "lending" ],
"label" : {
"en" : "by way of lending",
"de" : "Leihen"
},
"description" : {
"en" : "Here you can borrow something (contributions towards costs).",
"de" : ""
},
"osm:objects" : [
{ "amenity" : "library" },
{ "amenity" : "public_bookcase" }
]
},
{
"transformap:key" : "renting",
"osm:key" : "interaction",
"osm:values" : [ "renting" ],
"label" : {
"en" : "by way of renting",
"de" : "Mieten"
},
"description" : {
"en" : "Here you can rent something.",
"de" : ""
},
"osm:objects" : [
{ "amenity" : "car_rental" },
{ "amenity" : "bicycle_rental" },
{ "tourism" : "chalet" }
]
},
{
"transformap:key" : "gifting",
"osm:key" : "interaction",
"osm:values" : [ "gifting" ],
"label" : {
"en" : "by way of gifting",
"de" : "Schenken"
},
"description" : {
"en" : "Here you can give and receive.",
"de" : ""
},
"osm:objects" : [
{ "amenity" : "public_bookcase" }
]
},
{
"transformap:key" : "rebuying_reselling",
"osm:key" : "interaction",
"osm:values" : [ "rebuying_reselling" ],
"label" : {
"en" : "rebuy & resell",
"de" : "Weiterverkaufen (2nd Hand)"
},
"description" : {
"en" : "Here you can get and leave things that are not needed anymore. Second-hand.",
"de" : ""
},
"osm:objects" : [
{ "shop" : "second_hand" },
{ "second_hand" : "only" },
{ "second_hand" : "yes" },
{ "second_hand" : "limited" },
{ "service:bicycle:second_hand" : "yes" }
]
},
{
"transformap:key" : "cousing",
"osm:key" : "interaction",
"osm:values" : [ "cousing" ],
"label" : {
"en" : "co-use",
"de" : ""
},
"description" : {
"en" : "Here you can use (some)things with others.",
"de" : ""
},
"osm:objects" : [
{ "amenity" : "fablab" },
{ "leisure" : "garden", "garden:type" : "community" }
]
},
{
"transformap:key" : "diy_and_dit",
"osm:key" : "interaction",
"osm:values" : [ "diy_and_dit" ],
"label" : {
"en" : "Do It Yourself & Together ",
"de" : ""
},
"description" : {
"en" : "Here you can produce or repair, upcycle or downcycle something by yourself or together with others. ",
"de" : ""
},
"osm:objects" : [
{ "amenity" : "bicycle_repair_station" },
{ "service:bicycle:tools" : "yes" },
{ "service:bicycle:diy" : "yes" },
{ "amenity" : "fablab" },
{ "leisure" : "hackerspace" }
]
},
{
"transformap:key" : "buying_and_selling",
"osm:key" : "interaction",
"osm:values" : [ "buying_and_selling" ],
"label" : {
"en" : "buy & sell",
"de" : ""
},
"description" : {
"en" : "Here your can buy and sell things.",
"de" : ""
},
"osm:objects" : [
{ "¬payment:none" : "yes" },
{ "¬fee" : "no" },
{ "fee" : "yes" },
{ "amenity" : "restaurant" },
{ "amenity" : "cafe" },
{ "amenity" : "bar" },
{ "amenity" : "fast_food" },
{ "amenity" : "biergarten" },
{ "amenity" : "pub" },
{ "amenity" : "food_court" },
{ "amenity" : "marketplace" },
{ "amenity" : "pharmacy" },
{ "amenity" : "vending_machine" },
{ "amenity" : "ice_cream" },
{ "club" : "foodcoop" },
{ "shop" : "*" }
]
}
]
},
"identity" : {
"label" : {
"en" : "Identity",
"de" : ""
},
"description" : {
"en" : "",
"de" : ""
},
"items" : [
{
"transformap:key" : "collaborative_economy",
"osm:key" : "identity",
"osm:values" : [ "collaborative_economy" ],
"label" : {
"en" : "collaborative economy",
"de" : ""
},
"description" : {
"en" : "The <a href=\"http://ouishare.net/en/about/collaborative_economy\">collaborative economy</a> consists of initiatives based on horizontal networks and participation of a community.",
"de" : ""
}
},
{
"transformap:key" : "commons",
"osm:key" : "identity",
"osm:values" : [ "commons" ],
"label" : {
"en" : "Commons",
"de" : ""
},
"description" : {
"en" : "<a href=\"http://p2pfoundation.net/Commons\">\"Commons\"</a>-based communities collectively and democratically produce, steward, develop or manage shared places, projects, resources, assets or knowledge. See also <a href=\"http://www.onthecommons.org/magazine/elinor-ostroms-8-principles-managing-commmons\">Eight Design Principles for Managing a Commons</a> set forth by Nobel Prize Laureate Elinor Ostrom.",
"de" : ""
},
"osm:objects" : [
{ "garden:type" : "community" },
{ "fee" : "no" },
{ "payment:none" : "yes" },
{ "interaction" : "gifting" },
{ "interaction" : "bartering" },
{ "service:bicycle:diy" : "yes" },
{ "club" : "ttb" }
]
},
{
"transformap:key" : "community_based_currencies",
"osm:key" : "identity",
"osm:values" : [ "community_based_currencies" ],
"label" : {
"en" : "community based currencies",
"de" : ""
},
"description" : {
"en" : "Initiatives that design and manage <a href=\"http://en.wikipedia.org/wiki/Local_currency\">community based and -supported, local and social currencies</a>, which are not controlled by a national government, and are intended to be traded only in a particular area.",
"de" : ""
}
},
{
"transformap:key" : "degrowth",
"osm:key" : "identity",
"osm:values" : [ "degrowth" ],
"label" : {
"en" : "degrowth",
"de" : ""
},
"description" : {
"en" : "Organisations and projects that identify themselves as being part of degrowth and its synonyms in different languages as for instance décroissance. ",
"de" : ""
}
},
{
"transformap:key" : "demonetized_economy",
"osm:key" : "identity",
"osm:values" : [ "demonetized_economy" ],
"label" : {
"en" : "demonetized economy",
"de" : ""
},
"description" : {
"en" : "Places where people live or attempt to live without money. Projects and initiatives that avoid commodity exchange and conventional money.",
"de" : ""
},
"osm:objects" : [
{ "fee" : "no" },
{ "fee" : "no" },
{ "payment:none" : "yes" },
{ "interaction" : "gifting" },
{ "interaction" : "bartering" },
{ "service:bicycle:diy" : "yes" },
{ "club" : "ttb" }
]
},
{
"transformap:key" : "economy_for_the_common_good",
"osm:key" : "identity",
"osm:values" : [ "economy_for_the_common_good" ],
"label" : {
"en" : "Economy for the Common Good",
"de" : "Gemeinwohlökonomie"
},
"description" : {
"en" : "Local chapters of the economy for the common good and corporate bodies that have created a <a href=\"https://www.ecogood.org/en/ecg-balance-sheet/what-common-good-balance-sheet\">certified balance</a> of the economy for the common good. The Economy for the Common Good is based on these <a href=\"https://www.ecogood.org/en/general-information/ecg-idea/our-ten-guiding-principles\">principles.</a>",
"de" : ""
}
},
{
"transformap:key" : "global_ecovillage_network",
"osm:key" : "identity",
"osm:values" : [ "global_ecovillage_network" ],
"label" : {
"en" : "Global Ecovillage Network",
"de" : ""
},
"description" : {
"en" : "Initiatives that are part of the <a href='http://gen.ecovillage.org/'>Global Ecovillage Network</a>.",
"de" : ""
}
},
{
"transformap:key" : "permaculture",
"osm:key" : "identity",
"osm:values" : [ "permaculture" ],
"label" : {
"en" : "Permaculture",
"de" : ""
},
"description" : {
"en" : "Initiatives, and projects based on the <a href='https://justlists.wordpress.com/2010/01/14/principles-of-permaculture/'>design principles of permaculture</a>.",
"de" : ""
}
},
{
"transformap:key" : "solidarity_economy",
"osm:key" : "identity",
"osm:values" : [ "solidarity_economy" ],
"label" : {
"en" : "solidarity economy",
"de" : "Solidarische Ökonomie"
},
"description" : {
"en" : "Organisations, projects and enterprises meeting the <a href='http://www.miramero.com/blog/charter-of-principles-of-solidarity-economy/'>principles of Solidarity Economy</a> (<a href='http://www.fbes.org.br/index.php?option=com_content&task=view&id=63&Itemid=60'>Brasilian Original</a>) based on the core ideas of shared ownership and people before profit.",
"de" : ""
}
},
{
"transformap:key" : "transition_initiative",
"osm:key" : "identity",
"osm:values" : [ "transition_initiative" ],
"label" : {
"en" : "Transition Initative",
"de" : ""
},
"description" : {
"en" : "A transition initiative is a grassroot community project that seeks to build resilience in response to peak oil, climate destruction, and economic instability by creating a local group that uphold the <a href='https://www.transitionnetwork.org/cms/haddenham/pages/our-completed-checklist-becoming-official-transition-initiative'>values of the transition network</a>.",
"de" : ""
}
},
{
"transformap:key" : "subsistence_economy",
"osm:key" : "identity",
"osm:values" : [ "subsistence_economy" ],
"label" : {
"en" : "subsistence economy",
"de" : ""
},
"description" : {
"en" : "Acitivities for ones own livelyhood and well-being not producing commodities to be sold at the market.",
"de" : ""
}
},
{
"transformap:key" : "p2p_economy",
"osm:key" : "identity",
"osm:values" : [ "p2p_economy" ],
"label" : {
"en" : "P2P economy",
"de" : ""
},
"description" : {
"en" : "If you pool work, ideas and resources to produce something in selfadministrated and decentral associations if you substitute the entrepreneur-to-client relationship by a P2P relationships you are part of the Peer-to-Peer (P2P) economy.",
"de" : ""
}
},
{
"transformap:key" : "ecovillage",
"osm:key" : "identity",
"osm:values" : [ "ecovillage" ],
"label" : {
"en" : "Ecovillage",
"de" : ""
},
"description" : {
"en" : "Other Ecovillages not part of GEN",
"de" : ""
}
}
]
}
}