-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathHorte.ttl
557 lines (476 loc) · 22.5 KB
/
Horte.ttl
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
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix ld: <http://leipzig-data.de/Data/Model/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix cc: <http://creativecommons.org/ns#> .
<http://leipzig-data.de/Data/Horte/>
cc:attributionName "The Leipzig Open Data Project" ;
cc:attributionURL <http://leipzig-data.de> ;
cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
dct:source "Seiten der Stadt Leipzig" ;
a owl:Ontology ;
rdfs:comment "2018-06-22, HGG: Erste Extraktion durch Scrapen der Seite https://www.leipzig.de/jugend-familie-und-soziales/kinderbetreuung/horte/ und Umwandlung von csv in rdf. csv-Extraktion durch Tobias Mann.", "2018-08-03, HGG: Validierung der Adressen. " ;
rdfs:label "Horte der Stadt Leipzig" .
ld:Hort
a owl:Class ;
rdfs:label "Hort in Leipzig" .
<http://leipzig-data.de/Data/Hort/100.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04207.Leipzig.MiltitzerAllee.1> ;
a ld:Hort ;
rdfs:label "Hort an der 100. Schule" ;
foaf:phone "0341-9444715" .
<http://leipzig-data.de/Data/Hort/120.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04249.Leipzig.Martin-Herrmann-Strasse.1> ;
a ld:Hort ;
rdfs:label "Hort an der 120. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-41571726" .
<http://leipzig-data.de/Data/Hort/157.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04179.Leipzig.Hans-Driesch-Strasse.41> ;
a ld:Hort ;
rdfs:label "Hort an der 157. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-45360415" .
<http://leipzig-data.de/Data/Hort/172.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04179.Leipzig.Priessnitzstrasse.19> ;
a ld:Hort ;
rdfs:label "Hort an der 172. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-45341915" .
<http://leipzig-data.de/Data/Hort/24.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04328.Leipzig.Doellingstrasse.25> ;
a ld:Hort ;
rdfs:label "Hort an der 24. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-14936920" .
<http://leipzig-data.de/Data/Hort/31.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04289.Leipzig.Franzosenallee.21> ;
a ld:Hort ;
rdfs:label "Hort an der 31. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-8691314" .
<http://leipzig-data.de/Data/Hort/33.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04129.Leipzig.AnhalterStrasse.1> ;
a ld:Hort ;
rdfs:label "Hort an der 33. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-909865920" .
<http://leipzig-data.de/Data/Hort/39.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04159.Leipzig.Gustav-Kuehn-Strasse.1> ;
a ld:Hort ;
rdfs:label "Hort an der 39. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-909865820" .
<http://leipzig-data.de/Data/Hort/46.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04179.Leipzig.SaalfelderStrasse.29> ;
a ld:Hort ;
rdfs:label "Hort an der 46. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-478427620-21" .
<http://leipzig-data.de/Data/Hort/5.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04105.Leipzig.Eitingonstrasse.5> ;
a ld:Hort ;
rdfs:label "Hort an der 5. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-350587825" .
<http://leipzig-data.de/Data/Hort/60.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04249.Leipzig.Schoenbergstrasse.2> ;
a ld:Hort ;
rdfs:label "Hort an der 60. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-23049732" .
<http://leipzig-data.de/Data/Hort/66.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04357.Leipzig.Rosenowstrasse.56> ;
a ld:Hort ;
rdfs:label "Hort an der 66. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-600377921" .
<http://leipzig-data.de/Data/Hort/74.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04318.Leipzig.StuenzerStrasse.16> ;
a ld:Hort ;
rdfs:label "Hort an der 74. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-6493020" .
<http://leipzig-data.de/Data/Hort/77.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04317.Leipzig.Riebeckstrasse.50> ;
a ld:Hort ;
rdfs:label "Hort an der 77. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-23089815" .
<http://leipzig-data.de/Data/Hort/78.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04207.Leipzig.BinzerStrasse.14> ;
a ld:Hort ;
rdfs:label "Hort an der 78. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-94546815" .
<http://leipzig-data.de/Data/Hort/8.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04279.Leipzig.Wincklerstrasse.3> ;
a ld:Hort ;
rdfs:label "Hort an der 8. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-33399816" .
<http://leipzig-data.de/Data/Hort/85.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04209.Leipzig.StuttgarterAllee.3> ;
a ld:Hort ;
rdfs:label "Hort an der 85. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-12454820" .
<http://leipzig-data.de/Data/Hort/9.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04279.Leipzig.Gersterstrasse.74> ;
a ld:Hort ;
rdfs:label "Hort an der 9. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-333873420-30" .
<http://leipzig-data.de/Data/Hort/91.Schule>
ld:hasAddress <http://leipzig-data.de/Data/04205.Leipzig.Uranusstrasse.1> ;
a ld:Hort ;
rdfs:label "Hort an der 91. Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-41297814" .
<http://leipzig-data.de/Data/Hort/Adam-Friedrich-Oeser-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04129.Leipzig.Geibelstrasse.74> ;
a ld:Hort ;
rdfs:label "Hort an der Adam-Friedrich-Oeser-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-91962920" .
<http://leipzig-data.de/Data/Hort/AlteSalzstrasse>
ld:hasAddress <http://leipzig-data.de/Data/04209.Leipzig.AlteSalzstrasse.65> ;
a ld:Hort ;
rdfs:label "Alte Salzstraße Hort" ;
foaf:phone "0341-4240166" .
<http://leipzig-data.de/Data/Hort/AnderSchule>
ld:hasAddress <http://leipzig-data.de/Data/04158.Leipzig.AnderSchule.1> ;
a ld:Hort ;
rdfs:label "An der Schule Kombinierte Tageseinrichtung" ;
foaf:phone "0341-4619147" .
<http://leipzig-data.de/Data/Hort/Anna-Magdalena-Bach-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04109.Leipzig.Manetstrasse.8> ;
a ld:Hort ;
rdfs:label "Hort an der Anna-Magdalena-Bach-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-14062727" .
<http://leipzig-data.de/Data/Hort/Astrid-Lindgren-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04347.Leipzig.Volksgartenstrasse.16> ;
a ld:Hort ;
rdfs:label "Hort an der Astrid-Lindgren-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-23405825" .
<http://leipzig-data.de/Data/Hort/August-Bebel-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04315.Leipzig.Husemannstrasse.2> ;
a ld:Hort ;
rdfs:label "Hort an der August-Bebel-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-68706334" .
<http://leipzig-data.de/Data/Hort/Berthastrasse>
ld:hasAddress <http://leipzig-data.de/Data/04357.Leipzig.Berthastrasse.15> ;
a ld:Hort ;
rdfs:label "Hort Berthastraße" ;
foaf:phone "0341-4229891" .
<http://leipzig-data.de/Data/Hort/Brueder-Grimm-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04329.Leipzig.Goldsternstrasse.23> ;
a ld:Hort ;
rdfs:label "Hort an der Brüder-Grimm-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-252798821" .
<http://leipzig-data.de/Data/Hort/Carl-von-Linne-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04129.Leipzig.DelitzscherStrasse.110> ;
a ld:Hort ;
rdfs:label "Hort an der Carl-von-Linné-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-9047722" .
<http://leipzig-data.de/Data/Hort/Christoph-Arnold-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04319.Leipzig.Gaswerksweg.1> ;
a ld:Hort ;
rdfs:label "Hort an der Christoph-Arnold-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-65220820" .
<http://leipzig-data.de/Data/Hort/Clara-Wieck-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04347.Leipzig.Stoeckelstrasse.45> ;
a ld:Hort ;
rdfs:label "Hort an der Clara-Wieck-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-24586023" .
<http://leipzig-data.de/Data/Hort/Erich-Kaestner-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04155.Leipzig.ErfurterStrasse.9> ;
a ld:Hort ;
rdfs:label "Hort an der Erich-Kästner-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-586145019" .
<http://leipzig-data.de/Data/Hort/Erich-Zeigner-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04229.Leipzig.Erich-Zeigner-Allee.24> ;
a ld:Hort ;
rdfs:label "Hort der Erich-Zeigner-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-870593938" .
<http://leipzig-data.de/Data/Hort/Ernst-Pinkert-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04318.Leipzig.Martinstrasse.7> ;
a ld:Hort ;
rdfs:label "Hort an der Ernst-Pinkert-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-6494245" .
<http://leipzig-data.de/Data/Hort/Fanny-Hensel-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04229.Leipzig.WeissenfelserStrasse.13> ;
a ld:Hort ;
rdfs:label "Hort der Fanny-Hensel-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-337560413" .
<http://leipzig-data.de/Data/Hort/FoerderzentrumfuerErziehungshilfe>
ld:hasAddress <http://leipzig-data.de/Data/04205.Leipzig.Garskestrasse.19> ;
a ld:Hort ;
rdfs:label "Betreuungsangebot am Förderzentrum für Erziehungshilfe" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-22570-3818" .
<http://leipzig-data.de/Data/Hort/Franz-Mehring-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04299.Leipzig.Gletschersteinstrasse.9> ;
a ld:Hort ;
rdfs:label "Hort an der Franz-Mehring-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-86049920" .
<http://leipzig-data.de/Data/Hort/FreieAktiveSchule>
ld:hasAddress <http://leipzig-data.de/Data/04155.Leipzig.EisenacherStrasse.40> ;
a ld:Hort ;
rdfs:label "Hort der Freien Aktiven Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-24066555" .
<http://leipzig-data.de/Data/Hort/Friedrich-Froebel-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04209.Leipzig.MannheimerStrasse.128C> ;
a ld:Hort ;
rdfs:label "Friedrich-Fröbel-Schule Hort" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-420518920" .
<http://leipzig-data.de/Data/Hort/Geschwister-Scholl-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04155.Leipzig.Elsbethstrasse.1> ;
a ld:Hort ;
rdfs:label "Hort an der Geschwister-Scholl-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-14959920" .
<http://leipzig-data.de/Data/Hort/GrueneGasse>
ld:hasAddress <http://leipzig-data.de/Data/04318.Leipzig.GrueneGasse.21B> ;
a ld:Hort ;
rdfs:label "Hort in der Grünen Gasse" ;
foaf:phone "0341-6992291" .
<http://leipzig-data.de/Data/Hort/GrundschuleClaraSchumann>
ld:hasAddress <http://leipzig-data.de/Data/04103.Leipzig.Inselstrasse.18> ;
a ld:Hort ;
rdfs:label "Hort der Grundschule \"Clara Schumann\"" ;
foaf:phone "0341-3939613" .
<http://leipzig-data.de/Data/Hort/GrundschuleHolzhausen>
ld:hasAddress <http://leipzig-data.de/Data/04288.Leipzig.StoetteritzerLandstrasse.21> ;
a ld:Hort ;
rdfs:label "Hort an der Grundschule Holzhausen" ;
foaf:mbox "[email protected]" ;
foaf:phone "034297-73320" .
<http://leipzig-data.de/Data/Hort/GrundschuleLiebertwolkwitz>
ld:hasAddress <http://leipzig-data.de/Data/04288.Leipzig.AmAngerteich.2> ;
a ld:Hort ;
rdfs:label "Hort an der Grundschule Liebertwolkwitz" ;
foaf:mbox "[email protected]" ;
foaf:phone "034297-142532" .
<http://leipzig-data.de/Data/Hort/GrundschuleRegenbogen>
ld:hasAddress <http://leipzig-data.de/Data/04279.Leipzig.RaschwitzerStrasse.15> ;
a ld:Hort ;
rdfs:label "Kita und Hort der freien Grundschule \"Regenbogen\"" ;
foaf:phone "0341-3363610" .
<http://leipzig-data.de/Data/Hort/Hans-Christian-Andersen-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04318.Leipzig.Louis-Fuernberg-Strasse.2> ;
a ld:Hort ;
rdfs:label "Hort an der Hans-Christian-Andersen-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-234187030" .
<http://leipzig-data.de/Data/Hort/Hans-Kroch-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04157.Leipzig.Joergen-Schmidtchen-Weg.8> ;
a ld:Hort ;
rdfs:label "Hort an der Hans-Kroch-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-9102473-26" .
<http://leipzig-data.de/Data/Hort/Heinrich-Heine-Strasse>
ld:hasAddress <http://leipzig-data.de/Data/04178.Leipzig.Heinrich-Heine-Strasse.64> ;
a ld:Hort ;
rdfs:label "Hort in der Heinrich-Heine-Straße " ;
foaf:phone "0341-4418877" .
<http://leipzig-data.de/Data/Hort/Heinrich-Mann-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04289.Leipzig.Schwarzenbergweg.4> ;
a ld:Hort ;
rdfs:label "Hort an der Heinrich-Mann-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-8629387" .
<http://leipzig-data.de/Data/Hort/Joachim-Ringelnatz-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04209.Leipzig.GruenauerAllee.35> ;
a ld:Hort ;
rdfs:label "Hort an der Joachim-Ringelnatz-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-41292919-oder-0341-41292918" .
<http://leipzig-data.de/Data/Hort/Karl-Liebknecht-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04157.Leipzig.Heinrich-Mann-Strasse.1> ;
a ld:Hort ;
rdfs:label "Hort an der Karl-Liebknecht-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-90987919" .
<http://leipzig-data.de/Data/Hort/Karl-Schubert-SchuleLeipzig>
ld:hasAddress <http://leipzig-data.de/Data/04279.Leipzig.RaschwitzerStrasse.4> ;
a ld:Hort ;
rdfs:label "Hort der Karl-Schubert-Schule Leipzig" ;
foaf:phone "0341-20016940" .
<http://leipzig-data.de/Data/Hort/Kurt-Masur-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04275.Leipzig.Scharnhorststrasse.24> ;
a ld:Hort ;
rdfs:label "Hort an der Kurt-Masur-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-225707820" .
<http://leipzig-data.de/Data/Hort/LeipzigerStrasse>
ld:hasAddress <http://leipzig-data.de/Data/04178.Leipzig.LeipzigerStrasse.200> ;
a ld:Hort ;
rdfs:label "Hort in der Leipziger Straße" ;
foaf:phone "0341-4410476" .
<http://leipzig-data.de/Data/Hort/Lessingschule>
ld:hasAddress <http://leipzig-data.de/Data/04109.Leipzig.Lessingstrasse.27> ;
a ld:Hort ;
rdfs:label "Hort an der Lessingschule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-308688920" .
<http://leipzig-data.de/Data/Hort/MarienbrunnerSchule>
ld:hasAddress <http://leipzig-data.de/Data/04277.Leipzig.AnderMaerchenwiese.49> ;
a ld:Hort ;
rdfs:label "Hort an der Marienbrunner Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-86920518" .
<http://leipzig-data.de/Data/Hort/Nachbarschaftsschule>
ld:hasAddress <http://leipzig-data.de/Data/04177.Leipzig.Odermannstrasse.4> ;
a ld:Hort ;
rdfs:label "Hort der Nachbarschaftsschule" ;
foaf:phone "0341-4772223" .
<http://leipzig-data.de/Data/Hort/Pablo-Neruda-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04103.Leipzig.Tarostrasse.6> ;
a ld:Hort ;
rdfs:label "Hort an der Pablo-Neruda-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-12458935" .
<http://leipzig-data.de/Data/Hort/Paul-Robeson-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04159.Leipzig.Jungmannstrasse.5> ;
a ld:Hort ;
rdfs:label "Hort an der Paul-Robeson-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-68701723" .
<http://leipzig-data.de/Data/Hort/Puschstrasse>
ld:hasAddress <http://leipzig-data.de/Data/04103.Leipzig.Puschstrasse.9> ;
a ld:Hort ;
rdfs:label "Hort in der Puschstraße" .
<http://leipzig-data.de/Data/Hort/Schletterstrasse>
ld:hasAddress <http://leipzig-data.de/Data/04107.Leipzig.Schletterstrasse.7> ;
a ld:Hort ;
rdfs:label "Hort in der Schletterstraße" ;
foaf:phone "0341-9948950" .
<http://leipzig-data.de/Data/Hort/SchuleConnewitz>
ld:hasAddress <http://leipzig-data.de/Data/04277.Leipzig.ZwenkauerStrasse.35> ;
a ld:Hort ;
rdfs:label "Hort der Schule Connewitz" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-2257655-20" .
<http://leipzig-data.de/Data/Hort/SchuleLernfoerderungFritzGietzelt>
ld:hasAddress <http://leipzig-data.de/Data/04229.Leipzig.Kantatenweg.40> ;
a ld:Hort ;
rdfs:label "Betreuungsangebot an der Schule zur Lernförderung \"Fritz Gietzelt\"" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-2528-7916" .
<http://leipzig-data.de/Data/Hort/SchuleLernfoerderungGruenau>
ld:hasAddress <http://leipzig-data.de/Data/04205.Leipzig.Andromedaweg.25> ;
a ld:Hort ;
rdfs:label "Betreuungsangebot an der Schule zur Lernförderung Grünau" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-4205188-19" .
<http://leipzig-data.de/Data/Hort/SchulePortitz>
ld:hasAddress <http://leipzig-data.de/Data/04349.Leipzig.GoebschelwitzerWeg.1> ;
a ld:Hort ;
rdfs:label "Hort an der Schule Portitz" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-92167922" .
<http://leipzig-data.de/Data/Hort/SchuleRueckmarsdorf>
ld:hasAddress <http://leipzig-data.de/Data/04178.Leipzig.AnderFriedenseiche.4> ;
a ld:Hort ;
rdfs:label "Hort der Schule Rückmarsdorf" ;
foaf:mbox "[email protected]" ;
foaf:phone "0152-22989163" .
<http://leipzig-data.de/Data/Hort/SchuleamAdler>
ld:hasAddress <http://leipzig-data.de/Data/04229.Leipzig.Antonienstrasse.24> ;
a ld:Hort ;
rdfs:label "Hort an der Schule am Adler" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-429912718" .
<http://leipzig-data.de/Data/Hort/SchuleamAuwald>
ld:hasAddress <http://leipzig-data.de/Data/04229.Leipzig.Roedelstrasse.6> ;
a ld:Hort ;
rdfs:label "Hort an der Schule am Auwald" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-253479020" .
<http://leipzig-data.de/Data/Hort/SchuleamFlossplatz>
ld:hasAddress <http://leipzig-data.de/Data/04107.Leipzig.HoheStrasse.45> ;
a ld:Hort ;
rdfs:label "Hort an der Schule am Floßplatz" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-91046026" .
<http://leipzig-data.de/Data/Hort/SchuleamRabet>
ld:hasAddress <http://leipzig-data.de/Data/04315.Leipzig.Eisenbahnstrasse.50> ;
a ld:Hort ;
rdfs:label "Hort an der Schule am Rabet" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-6992268-16" .
<http://leipzig-data.de/Data/Hort/SchulezurLernfoerderungAdolphDiesterweg>
ld:hasAddress <http://leipzig-data.de/Data/04318.Leipzig.PortitzerStrasse.1> ;
a ld:Hort ;
rdfs:label "Betreuungsangebot an der Schule zur Lernförderung \"Adolph Diesterweg\"" ;
foaf:phone "0341-65224924" .
<http://leipzig-data.de/Data/Hort/SchulezurLernfoerderungErnstZinna>
ld:hasAddress <http://leipzig-data.de/Data/04279.Leipzig.Wincklerstrasse.3> ;
a ld:Hort ;
rdfs:label "Betreuungsangebot an der Schule zur Lernförderung \"Ernst Zinna\"" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-33386717" .
<http://leipzig-data.de/Data/Hort/SchulezurLernfoerderungPestalozzi>
ld:hasAddress <http://leipzig-data.de/Data/04157.Leipzig.HannoverscheStrasse.2> ;
a ld:Hort ;
rdfs:label "Betreuungsangebot an der Schule zur Lernförderung \"Johann-Heinrich-Pestalozzi\"" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-1493-4917" .
<http://leipzig-data.de/Data/Hort/Theodor-Koerner-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04329.Leipzig.Schlehenweg.32> ;
a ld:Hort ;
rdfs:label "Hort an der Theodor-Körner-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-12459920" .
<http://leipzig-data.de/Data/Hort/TorgauerStrasse>
ld:hasAddress <http://leipzig-data.de/Data/04347.Leipzig.TorgauerStrasse.114> ;
a ld:Hort ;
rdfs:label "Hort in der Torgauer Straße" ;
foaf:phone "0341-2522748" .
<http://leipzig-data.de/Data/Hort/VillaKunterbunt>
ld:hasAddress <http://leipzig-data.de/Data/04356.Leipzig.SeehausenerAllee.15> ;
a ld:Hort ;
rdfs:label "Villa Kunterbunt Hort" ;
foaf:phone "0341-5217159" .
<http://leipzig-data.de/Data/Hort/Wilhelm-Busch-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04317.Leipzig.Heinrichstrasse.43> ;
a ld:Hort ;
rdfs:label "Hort an der Wilhelm-Busch-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-6493319" .
<http://leipzig-data.de/Data/Hort/Wilhelm-Hauff-Schule>
ld:hasAddress <http://leipzig-data.de/Data/04159.Leipzig.Diderotstrasse.37> ;
a ld:Hort ;
rdfs:label "Hort an der Wilhelm-Hauff-Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-90834434" .
<http://leipzig-data.de/Data/Hort/Wilhelm-WanderSchule>
ld:hasAddress <http://leipzig-data.de/Data/04315.Leipzig.Schulze-Delitzsch-Strasse.23> ;
a ld:Hort ;
rdfs:label "Hort an der Wilhelm-Wander Schule" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-60016520" .
<http://leipzig-data.de/Data/Hort/forumthomanum>
ld:hasAddress <http://leipzig-data.de/Data/04109.Leipzig.Schreberstrasse.5> ;
a ld:Hort ;
rdfs:label "forum thomanum Hort" ;
foaf:mbox "[email protected]" ;
foaf:phone "0341-97434421" .