-
Notifications
You must be signed in to change notification settings - Fork 4
/
Uniclass2015_SL.json
3370 lines (3370 loc) · 109 KB
/
Uniclass2015_SL.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
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"name": "Uniclass2015_SL Spaces/ locations - 25 April 2022 - v1.23",
"children": [
{
"name": "SL_20: Administrative, commercial and protective service spaces",
"children": [
{
"name": "SL_20_10: Legislative spaces",
"children": [
{
"name": "SL_20_10_47: Legislative chambers"
},
{
"name": "SL_20_10_49: Legislative chamber viewing galleries"
}
]
},
{
"name": "SL_20_15: Administrative spaces",
"children": [
{
"name": "SL_20_15_15: Confidential meetings rooms"
},
{
"name": "SL_20_15_27: Enclosed offices"
},
{
"name": "SL_20_15_50: Meeting rooms"
},
{
"name": "SL_20_15_59: Offices"
},
{
"name": "SL_20_15_61: Open-plan offices"
},
{
"name": "SL_20_15_71: Reception areas"
},
{
"name": "SL_20_15_73: Reprographics rooms"
}
]
},
{
"name": "SL_20_45: Motor vehicle maintenance and fuelling spaces",
"children": [
{
"name": "SL_20_45_27: Electric motor vehicle charging points"
},
{
"name": "SL_20_45_29: Fuel filling station air and water points"
},
{
"name": "SL_20_45_30: Fuel filling station forecourts"
},
{
"name": "SL_20_45_31: Fuel filling station tanks areas"
},
{
"name": "SL_20_45_53: Motor vehicle maintenance areas"
},
{
"name": "SL_20_45_95: Vehicle inspection pits"
},
{
"name": "SL_20_45_96: Vehicle servicing areas"
}
]
},
{
"name": "SL_20_50: Commercial spaces",
"children": [
{
"name": "SL_20_50_03: Ambient wholesale spaces"
},
{
"name": "SL_20_50_05: Auction rooms"
},
{
"name": "SL_20_50_10: Beauty salons"
},
{
"name": "SL_20_50_12: Checkout points"
},
{
"name": "SL_20_50_22: Department store shop floors"
},
{
"name": "SL_20_50_29: Financial and professional services outlets"
},
{
"name": "SL_20_50_30: Fitting rooms"
},
{
"name": "SL_20_50_32: Food and drink outlets"
},
{
"name": "SL_20_50_36: Hair and beauty salons"
},
{
"name": "SL_20_50_37: Hair salons"
},
{
"name": "SL_20_50_47: Livestock auction rooms"
},
{
"name": "SL_20_50_51: Market stalls"
},
{
"name": "SL_20_50_55: Motor vehicle showrooms"
},
{
"name": "SL_20_50_70: Refrigerated wholesale spaces"
},
{
"name": "SL_20_50_72: Retail kiosks"
},
{
"name": "SL_20_50_85: Supermarket shop floors"
},
{
"name": "SL_20_50_86: Tan spray booths"
},
{
"name": "SL_20_50_87: Tattoo and piercing parlours"
},
{
"name": "SL_20_50_96: Waste and scrap yards"
}
]
},
{
"name": "SL_20_55: Postal communications spaces",
"children": [
{
"name": "SL_20_55_45: Letter sorting offices"
},
{
"name": "SL_20_55_50: Mail order sorting and despatch facilities"
},
{
"name": "SL_20_55_60: Parcel sorting offices"
},
{
"name": "SL_20_55_65: Post rooms"
}
]
},
{
"name": "SL_20_60: Military protective spaces",
"children": [
{
"name": "SL_20_60_08: Bombardment shelters"
},
{
"name": "SL_20_60_27: Emergency shelters"
},
{
"name": "SL_20_60_70: Radiation protection shelters"
},
{
"name": "SL_20_60_98: War emergency centres"
}
]
},
{
"name": "SL_20_62: Parade spaces",
"children": [
{
"name": "SL_20_62_65: Parade grounds"
}
]
},
{
"name": "SL_20_65: Law enforcement spaces",
"children": [
{
"name": "SL_20_65_15: Command and control spaces"
},
{
"name": "SL_20_65_28: Examination rooms"
},
{
"name": "SL_20_65_39: Identification control rooms"
},
{
"name": "SL_20_65_40: Identification suites"
},
{
"name": "SL_20_65_41: Interview monitoring rooms"
},
{
"name": "SL_20_65_42: Interview rooms"
},
{
"name": "SL_20_65_65: Police boxes"
}
]
},
{
"name": "SL_20_70: Judicial spaces",
"children": [
{
"name": "SL_20_70_15: Courtrooms"
},
{
"name": "SL_20_70_18: Courtroom viewing galleries"
},
{
"name": "SL_20_70_23: Defendant docks"
},
{
"name": "SL_20_70_28: Evidence rooms"
},
{
"name": "SL_20_70_41: Judicial benches"
},
{
"name": "SL_20_70_44: Jury boxes"
},
{
"name": "SL_20_70_97: Witness stands"
}
]
},
{
"name": "SL_20_75: Detention spaces",
"children": [
{
"name": "SL_20_75_13: Charge areas"
},
{
"name": "SL_20_75_15: Communal inmate dayrooms"
},
{
"name": "SL_20_75_22: Detention cells"
},
{
"name": "SL_20_75_28: Exercise yards"
},
{
"name": "SL_20_75_35: Guard stations"
},
{
"name": "SL_20_75_38: Holding cells"
},
{
"name": "SL_20_75_75: Sally ports"
},
{
"name": "SL_20_75_77: Secure visiting rooms"
},
{
"name": "SL_20_75_95: Vehicle impound yards"
}
]
},
{
"name": "SL_20_80: Weapons training spaces",
"children": [
{
"name": "SL_20_80_03: Artillery firing ranges"
},
{
"name": "SL_20_80_30: Firing ranges"
},
{
"name": "SL_20_80_63: Pistol firing ranges"
},
{
"name": "SL_20_80_72: Rifle firing ranges"
}
]
},
{
"name": "SL_20_85: Security spaces",
"children": [
{
"name": "SL_20_85_63: Pedestrian security checkpoints"
},
{
"name": "SL_20_85_75: Security control spaces"
},
{
"name": "SL_20_85_80: Security offices"
},
{
"name": "SL_20_85_95: Vehicular security checkpoints"
}
]
},
{
"name": "SL_20_90: Fire and incident support spaces",
"children": [
{
"name": "SL_20_90_25: Escape stairs"
},
{
"name": "SL_20_90_28: Firefighting stairs"
},
{
"name": "SL_20_90_30: Fire refuge spaces"
},
{
"name": "SL_20_90_31: Fire training spaces"
},
{
"name": "SL_20_90_60: Protected escape corridors"
}
]
},
{
"name": "SL_20_95: Protected zones",
"children": [
{
"name": "SL_20_95_20: Detection zones"
},
{
"name": "SL_20_95_28: Evacuation zones"
},
{
"name": "SL_20_95_30: Fire compartments"
},
{
"name": "SL_20_95_32: Fire suppression zones"
},
{
"name": "SL_20_95_80: Smoke control zones"
}
]
}
]
},
{
"name": "SL_25: Cultural, educational, scientific and information spaces",
"children": [
{
"name": "SL_25_05: Commemoration spaces",
"children": [
{
"name": "SL_25_05_72: Commemoration sites"
}
]
},
{
"name": "SL_25_10: Educational spaces",
"children": [
{
"name": "SL_25_10_01: Activity studios"
},
{
"name": "SL_25_10_04: Art rooms"
},
{
"name": "SL_25_10_05: Assembly halls"
},
{
"name": "SL_25_10_08: Biology teaching laboratories"
},
{
"name": "SL_25_10_13: Chemistry teaching laboratories"
},
{
"name": "SL_25_10_14: Classrooms"
},
{
"name": "SL_25_10_15: Common rooms"
},
{
"name": "SL_25_10_17: Craft classrooms"
},
{
"name": "SL_25_10_21: Dance studios"
},
{
"name": "SL_25_10_22: Dissection theatres"
},
{
"name": "SL_25_10_24: Drama studios"
},
{
"name": "SL_25_10_25: Driving skid pans"
},
{
"name": "SL_25_10_26: Driving tuition spaces"
},
{
"name": "SL_25_10_28: Educational workshops"
},
{
"name": "SL_25_10_30: Food rooms"
},
{
"name": "SL_25_10_39: Infant classrooms"
},
{
"name": "SL_25_10_40: Information and communications technology (ICT) laboratories"
},
{
"name": "SL_25_10_41: Information and communications technology (ICT)-rich classrooms"
},
{
"name": "SL_25_10_44: Junior classrooms"
},
{
"name": "SL_25_10_46: Language laboratories"
},
{
"name": "SL_25_10_47: Lecture theatres"
},
{
"name": "SL_25_10_53: Multi-purpose practical rooms"
},
{
"name": "SL_25_10_54: Music and drama classrooms"
},
{
"name": "SL_25_10_55: Music rooms"
},
{
"name": "SL_25_10_57: Nursery playrooms"
},
{
"name": "SL_25_10_58: Open access computer laboratories"
},
{
"name": "SL_25_10_60: Outdoor classrooms"
},
{
"name": "SL_25_10_61: Outdoor class spaces"
},
{
"name": "SL_25_10_66: Physics teaching laboratories"
},
{
"name": "SL_25_10_67: Primary practical rooms"
},
{
"name": "SL_25_10_68: Primary special educational needs (SEN) classrooms"
},
{
"name": "SL_25_10_72: Reception classrooms"
},
{
"name": "SL_25_10_74: Science studios"
},
{
"name": "SL_25_10_75: Science laboratories"
},
{
"name": "SL_25_10_76: Secondary special educational needs (SEN) classrooms"
},
{
"name": "SL_25_10_77: Semi-open classbases"
},
{
"name": "SL_25_10_78: Seminar rooms"
},
{
"name": "SL_25_10_79: Shared teaching areas"
},
{
"name": "SL_25_10_81: Sixth form special educational needs (SEN) classrooms"
},
{
"name": "SL_25_10_84: Study spaces"
}
]
},
{
"name": "SL_25_20: Design spaces",
"children": [
{
"name": "SL_25_20_04: Artists' studios"
},
{
"name": "SL_25_20_18: Creative art studios"
},
{
"name": "SL_25_20_23: Designers' studios"
}
]
},
{
"name": "SL_25_30: Scientific and laboratory spaces",
"children": [
{
"name": "SL_25_30_02: Anechoic chambers"
},
{
"name": "SL_25_30_04: Astronomical observatories"
},
{
"name": "SL_25_30_05: Autoclave rooms"
},
{
"name": "SL_25_30_07: Biological laboratories"
},
{
"name": "SL_25_30_10: Bioscience laboratories"
},
{
"name": "SL_25_30_13: Chemistry laboratories"
},
{
"name": "SL_25_30_14: Clean rooms"
},
{
"name": "SL_25_30_15: Clinical biochemistry laboratories"
},
{
"name": "SL_25_30_16: Clinical microbiology laboratories"
},
{
"name": "SL_25_30_17: Clinical pathology laboratories"
},
{
"name": "SL_25_30_19: Containment laboratories"
},
{
"name": "SL_25_30_21: Darkrooms"
},
{
"name": "SL_25_30_22: Dental laboratories"
},
{
"name": "SL_25_30_23: Dissection rooms"
},
{
"name": "SL_25_30_26: Earth sciences laboratories"
},
{
"name": "SL_25_30_27: Engineering laboratories"
},
{
"name": "SL_25_30_28: Experiment control rooms"
},
{
"name": "SL_25_30_29: Flow cytometry rooms"
},
{
"name": "SL_25_30_30: Food testing laboratories"
},
{
"name": "SL_25_30_31: Forensics laboratories"
},
{
"name": "SL_25_30_32: Forensic scientific support rooms"
},
{
"name": "SL_25_30_33: Geology laboratories"
},
{
"name": "SL_25_30_42: Instrument rooms"
},
{
"name": "SL_25_30_46: Laboratory cold rooms"
},
{
"name": "SL_25_30_47: Laboratory warm rooms"
},
{
"name": "SL_25_30_50: Material testing laboratories"
},
{
"name": "SL_25_30_66: Physics laboratories"
},
{
"name": "SL_25_30_68: Psychology laboratories"
},
{
"name": "SL_25_30_70: Radiation shielded rooms"
},
{
"name": "SL_25_30_76: Scientific equipment rooms"
},
{
"name": "SL_25_30_78: Seismograph rooms"
},
{
"name": "SL_25_30_88: Testing rooms"
}
]
},
{
"name": "SL_25_40: Training spaces",
"children": [
{
"name": "SL_25_40_03: Animal care training rooms"
},
{
"name": "SL_25_40_11: Catering training kitchens"
},
{
"name": "SL_25_40_15: Construction workshops"
},
{
"name": "SL_25_40_22: Design technology studios"
},
{
"name": "SL_25_40_23: Design technology workshops"
},
{
"name": "SL_25_40_27: Engineering workshops"
},
{
"name": "SL_25_40_36: Hair and beauty training salons"
},
{
"name": "SL_25_40_38: Health and clinical training rooms"
},
{
"name": "SL_25_40_40: Information and communications technology (ICT)-rich studios"
},
{
"name": "SL_25_40_42: Independent life skills rooms"
},
{
"name": "SL_25_40_50: Manufacturing workshops"
},
{
"name": "SL_25_40_51: Media studios"
},
{
"name": "SL_25_40_61: Outdoor training spaces"
},
{
"name": "SL_25_40_65: Photography studios"
},
{
"name": "SL_25_40_90: Training restaurants"
},
{
"name": "SL_25_40_94: Vehicle workshops"
}
]
},
{
"name": "SL_25_50: Exhibition spaces",
"children": [
{
"name": "SL_25_50_15: Collection exhibition spaces"
},
{
"name": "SL_25_50_16: Conservation rooms"
},
{
"name": "SL_25_50_21: Diorama rooms"
},
{
"name": "SL_25_50_26: External galleries"
},
{
"name": "SL_25_50_29: Fauna exhibition spaces"
},
{
"name": "SL_25_50_31: Flora exhibition spaces"
},
{
"name": "SL_25_50_42: Internal galleries"
},
{
"name": "SL_25_50_63: Planetariums"
},
{
"name": "SL_25_50_94: Viewing spaces"
}
]
},
{
"name": "SL_25_70: Information spaces",
"children": [
{
"name": "SL_25_70_02: Archives"
},
{
"name": "SL_25_70_04: Audiovisual archives"
},
{
"name": "SL_25_70_05: Audiovisual study rooms"
},
{
"name": "SL_25_70_13: Conference rooms"
},
{
"name": "SL_25_70_47: Library rooms"
},
{
"name": "SL_25_70_72: Reading rooms"
},
{
"name": "SL_25_70_73: Records stores"
}
]
},
{
"name": "SL_25_75: Learning resources spaces",
"children": [
{
"name": "SL_25_75_04: Art and design resource spaces"
},
{
"name": "SL_25_75_37: Heavy practical resource spaces"
},
{
"name": "SL_25_75_40: Information and communications technology (ICT) resource spaces"
},
{
"name": "SL_25_75_45: Learning resource centres"
},
{
"name": "SL_25_75_47: Light practical resource spaces"
},
{
"name": "SL_25_75_55: Music practice rooms"
},
{
"name": "SL_25_75_76: School libraries"
},
{
"name": "SL_25_75_80: Small group rooms"
},
{
"name": "SL_25_75_82: Special educational needs (SEN) resource spaces"
}
]
},
{
"name": "SL_25_80: Preparation spaces",
"children": [
{
"name": "SL_25_80_22: Design technology preparation rooms"
},
{
"name": "SL_25_80_27: Engineering preparation rooms"
},
{
"name": "SL_25_80_30: Food preparation rooms"
},
{
"name": "SL_25_80_75: Science preparation rooms"
}
]
},
{
"name": "SL_25_90: Worship spaces",
"children": [
{
"name": "SL_25_90_30: Faith spaces"
},
{
"name": "SL_25_90_65: Prayer rooms"
},
{
"name": "SL_25_90_78: Shrines"
}
]
}
]
},
{
"name": "SL_30: Industrial spaces",
"children": [
{
"name": "SL_30_10: Mineral extraction spaces",
"children": [
{
"name": "SL_30_10_57: Offshore oil and gas drilling spaces"
},
{
"name": "SL_30_10_59: Onshore oil and gas drilling spaces"
},
{
"name": "SL_30_10_69: Quarrying areas"
},
{
"name": "SL_30_10_85: Surface mine workings"
},
{
"name": "SL_30_10_91: Underground mine chambers"
},
{
"name": "SL_30_10_93: Underground mineshafts"
},
{
"name": "SL_30_10_94: Underground mine tunnels"
}
]
},
{
"name": "SL_30_20: Nuclear and chemical management spaces",
"children": [
{
"name": "SL_30_20_70: Radioactive decontamination spaces"
},
{
"name": "SL_30_20_75: Radioactive waste package transfer spaces"
}
]
},
{
"name": "SL_30_30: Mineral processing spaces",
"children": [
{
"name": "SL_30_30_33: Gas processing spaces"
},
{
"name": "SL_30_30_58: Oil processing spaces"
},
{
"name": "SL_30_30_59: Ore processing spaces"
}
]
},
{
"name": "SL_30_40: Animal and plant products processing spaces",
"children": [
{
"name": "SL_30_40_07: Bottling rooms"
},
{
"name": "SL_30_40_10: Butter making rooms"
},
{
"name": "SL_30_40_18: Cheesemaking rooms"
},
{
"name": "SL_30_40_30: Fish processing rooms"
},
{
"name": "SL_30_40_32: Fresh fruit and vegetable packing rooms"
},
{
"name": "SL_30_40_44: Juicing rooms"
},
{
"name": "SL_30_40_50: Meat processing rooms"
},
{
"name": "SL_30_40_54: Milk processing rooms"
},
{
"name": "SL_30_40_63: Plant fibre sorting rooms"
},
{
"name": "SL_30_40_65: Poultry and game processing rooms"
},
{
"name": "SL_30_40_75: Sawmills"
},
{
"name": "SL_30_40_80: Silk production rooms"
},
{
"name": "SL_30_40_82: Spinning rooms"
},
{
"name": "SL_30_40_87: Tanneries"
},
{
"name": "SL_30_40_88: Threshing rooms"
},
{
"name": "SL_30_40_90: Tobacco drying rooms"
},
{
"name": "SL_30_40_96: Weaving rooms"
},
{
"name": "SL_30_40_98: Wool sorting rooms"
}
]
},
{
"name": "SL_30_50: Manufacturing spaces",
"children": [
{
"name": "SL_30_50_27: Electronics clean rooms"
},
{
"name": "SL_30_50_30: Heavy industrial spaces"
},
{
"name": "SL_30_50_40: Kiln rooms"
},
{
"name": "SL_30_50_43: Light industrial spaces"
},
{
"name": "SL_30_50_50: Manufacturing workshops"
},
{
"name": "SL_30_50_60: Packaging lines"
},
{
"name": "SL_30_50_61: Paint spray booths"
},
{
"name": "SL_30_50_62: Pharmaceuticals clean rooms"
},
{
"name": "SL_30_50_64: Printing spaces"
}
]
},
{
"name": "SL_30_60: Cleaning and maintenance spaces",
"children": [
{
"name": "SL_30_60_11: Caretaker rooms"
},
{
"name": "SL_30_60_13: Clothes drying and airing rooms"
},
{
"name": "SL_30_60_22: Decontamination spaces"
},
{
"name": "SL_30_60_24: Dry cleaning spaces"
},
{
"name": "SL_30_60_42: Ironing rooms"
},
{
"name": "SL_30_60_46: Laundrettes"
},
{
"name": "SL_30_60_47: Laundries"
},
{
"name": "SL_30_60_50: Maintenance workshops"
},
{
"name": "SL_30_60_75: Service laundries"
},
{
"name": "SL_30_60_93: Vehicle-cleaning areas"
},
{
"name": "SL_30_60_94: Vehicle washes"
},
{
"name": "SL_30_60_96: Wash-up spaces"
}
]
},
{
"name": "SL_30_80: Kinetic power generation spaces",
"children": [
{
"name": "SL_30_80_96: Watermill houses"
},
{
"name": "SL_30_80_97: Windmill houses"
}
]
},
{
"name": "SL_30_85: Marine and water maintenance spaces",
"children": [
{
"name": "SL_30_85_08: Boat repair spaces"
},
{
"name": "SL_30_85_20: Dock faces"
},
{
"name": "SL_30_85_22: Dock sills"
},
{
"name": "SL_30_85_24: Dry dock chambers"
},
{
"name": "SL_30_85_30: Floating docks"
}
]
},
{
"name": "SL_30_90: Warehousing and distribution spaces",
"children": [
{
"name": "SL_30_90_33: Goods delivery bays"
},
{
"name": "SL_30_90_48: Loading docks"
},
{
"name": "SL_30_90_80: Sorting and distribution spaces"
},
{
"name": "SL_30_90_84: Storage yards"
},
{
"name": "SL_30_90_96: Warehouse spaces"
}
]
}
]
},
{