-
Notifications
You must be signed in to change notification settings - Fork 1
/
emimin.ttl
747 lines (648 loc) · 30.4 KB
/
emimin.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
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
@base <https://www.ktbl.de/emimin#> .
@prefix rdf: <http://www.w3c.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
<> a skos:ConceptScheme ;
skos:prefLabel "ktbl Emi vocabulary"@en, "ktbl Emi Vokabular"@de ;
dcterms:title "Common metadata vocabulary for Emi and associated projects"@en .
<livestock_category> a skos:Concept ;
skos:prefLabel "Livestock category"@en, "Tierart"@de ;
skos:narrower <livestock_category/cattle> ;
skos:narrower <livestock_category/pig> ;
skos:narrower <livestock_category/chicken> ;
skos:narrower <livestock_category/turkey> ;
skos:narrower <livestock_category/duck> ;
skos:topConceptOf <> .
<livestock_category/cattle> a skos:Concept ;
skos:prefLabel "Cattle"@en, "Rind"@de ;
skos:broader <livestock_category> ;
skos:narrower <livestock_production/diary_cattle_farming> ;
skos:narrower <livestock_production/young_cattle_farming> ;
skos:narrower <livestock_production/cattle_fattening> ;
skos:narrower <livestock_production/calf_raising> ;
skos:narrower <livestock_production/calf_fattening> ;
skos:narrower <livestock_production/suckler_cow_farming> ;
skos:narrower <additional_housing_systems/solid_manure> ;
skos:narrower <additional_housing_systems/liquid_manure> ;
skos:narrower <additional_housing_systems/perforated_floor> ;
skos:narrower <additional_housing_systems/solid_floor> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_category/pig> a skos:Concept ;
skos:prefLabel "Pig"@en, "Schwein"@de ;
skos:broader <livestock_category> ;
skos:narrower <livestock_production/piglet_production> ;
skos:narrower <livestock_production/piglet_raising> ;
skos:narrower <livestock_production/pig_fattening> ;
skos:narrower <additional_housing_systems/solid_manure> ;
skos:narrower <additional_housing_systems/liquid_manure> ;
skos:narrower <additional_housing_systems/perforated_floor> ;
skos:narrower <additional_housing_systems/solid_floor> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_category/chicken> a skos:Concept ;
skos:prefLabel "Chicken"@en, "Huhn"@de ;
skos:broader <livestock_category> ;
skos:narrower <livestock_production/laying_hen_farming> ;
skos:narrower <livestock_production/young_hen_farming> ;
skos:narrower <livestock_production/broiler_fattening> ;
skos:narrower <additional_housing_systems/solid_manure> ;
skos:narrower <additional_housing_systems/perforated_floor> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_category/turkey> a skos:Concept ;
skos:prefLabel "Turkey"@en, "Truthahn"@de ;
skos:broader <livestock_category> ;
skos:narrower <livestock_production/turkey_raising> ;
skos:narrower <livestock_production/turkey_fattening> ;
skos:narrower <additional_housing_systems/solid_manure> ;
skos:narrower <additional_housing_systems/perforated_floor> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_category/duck> a skos:Concept ;
skos:prefLabel "Duck"@en, "Ente"@de ;
skos:broader <livestock_category> ;
skos:narrower <livestock_production/duck_fattening> ;
skos:narrower <additional_housing_systems/solid_manure> ;
skos:narrower <additional_housing_systems/perforated_floor> ;
skos:narrower <others> ;
skos:inScheme <> .
<laying_hen> a skos:Concept ;
skos:prefLabel "Laying hen"@en, "Legehuhn"@de ;
skos:broader <livestock_category/chicken> ;
skos:narrower <additional_housing_systems/veranda> ;
skos:inScheme <> .
<young_hen> a skos:Concept ;
skos:prefLabel "Young hen"@en, "Legehuhn"@de ;
skos:broader <livestock_category/chicken> ;
skos:narrower <additional_housing_systems/veranda> ;
skos:inScheme <> .
<livestock_production> a skos:Concept ;
skos:prefLabel "Livestock production"@en, "Produktionsart"@de ;
skos:narrower <livestock_production/diary_cattle_farming> ;
skos:narrower <livestock_production/young_cattle_farming> ;
skos:narrower <livestock_production/cattle_fattening> ;
skos:narrower <livestock_production/calf_raising> ;
skos:narrower <livestock_production/calf_fattening> ;
skos:narrower <livestock_production/suckler_cow_farming> ;
skos:narrower <livestock_production/piglet_production> ;
skos:narrower <livestock_production/piglet_raising> ;
skos:narrower <livestock_production/pig_fattening> ;
skos:narrower <livestock_production/laying_hen_farming> ;
skos:narrower <livestock_production/young_hen_farming> ;
skos:narrower <livestock_production/broiler_fattening> ;
skos:narrower <livestock_production/turkey_raising> ;
skos:narrower <livestock_production/turkey_fattening> ;
skos:narrower <livestock_production/duck_fattening> ;
skos:topConceptOf <> .
<livestock_production/diary_cattle_farming> a skos:Concept ;
skos:prefLabel "Diary cattle farming"@en, "Milchkuhhaltung"@de ;
skos:broader <livestock_category/cattle> ;
skos:narrower <housing_systems/cubicle_h> ;
skos:narrower <housing_systems/loose_h_1_type_floor> ;
skos:narrower <housing_systems/loose_h_2_type_floor> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_production/young_cattle_farming> a skos:Concept ;
skos:prefLabel "Young cattle farming"@en, "Jungtierhaltung"@de ;
skos:broader <livestock_production> ;
skos:broader <livestock_category/cattle> ;
skos:narrower <housing_systems/cubicle_h> ;
skos:narrower <housing_systems/loose_h_1_type_floor> ;
skos:narrower <housing_systems/loose_h_2_type_floor> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_production/cattle_fattening> a skos:Concept ;
skos:prefLabel "Cattle fattening"@en, "Rindermast"@de ;
skos:broader <livestock_production> ;
skos:broader <livestock_category/cattle> ;
skos:narrower <housing_systems/cubicle_h> ;
skos:narrower <housing_systems/loose_h_1_type_floor> ;
skos:narrower <housing_systems/loose_h_2_type_floor> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_production/calf_raising> a skos:Concept ;
skos:prefLabel "Calf raising"@en, "Kälberaufzucht"@de ;
skos:broader <livestock_production> ;
skos:broader <livestock_category/cattle> ;
skos:narrower <housing_systems/loose_h_1_type_floor> ;
skos:narrower <housing_systems/loose_h_2_type_floor> ;
skos:narrower <housing_systems/igloo_or_hut_h> ;
skos:narrower <housing_systems/calf_boxes_h> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_production/calf_fattening> a skos:Concept ;
skos:prefLabel "Calf fattening"@en, "Kälbermast"@de ;
skos:broader <livestock_production> ;
skos:broader <livestock_category/cattle> ;
skos:narrower <housing_systems/loose_h_1_type_floor> ;
skos:narrower <housing_systems/loose_h_2_type_floor> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_production/suckler_cow_farming> a skos:Concept ;
skos:prefLabel "Suckler cow farming"@en, "Mutterkuhhaltung"@de ;
skos:broader <livestock_production> ;
skos:broader <livestock_category/cattle> ;
skos:narrower <housing_systems/loose_h_1_type_floor> ;
skos:narrower <housing_systems/loose_h_2_type_floor> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_production/piglet_production> a skos:Concept ;
skos:prefLabel "Piglet production"@en, "Ferkelhaltung"@de ;
skos:broader <livestock_production> ;
skos:broader <livestock_category/pig> ;
skos:narrower <housing_systems/farrow_area_1_area_pen> ;
skos:narrower <housing_systems/farrow_area_mult_area_pen> ;
skos:narrower <housing_systems/wait_mate_area_mult_area_pen> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_production/piglet_raising> a skos:Concept ;
skos:prefLabel "Piglet raising"@en, "Ferkelaufzucht"@de ;
skos:broader <livestock_production> ;
skos:broader <livestock_category/pig> ;
skos:narrower <housing_systems/1_area_pen> ;
skos:narrower <housing_systems/mult_area_pen> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_production/pig_fattening> a skos:Concept ;
skos:prefLabel "Pig fattening"@en, "Schweinemast"@de ;
skos:broader <livestock_production> ;
skos:broader <livestock_category/pig> ;
skos:narrower <housing_systems/1_area_pen> ;
skos:narrower <housing_systems/mult_area_pen> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_production/laying_hen_farming> a skos:Concept ;
skos:prefLabel "Laying hen farming"@en, "Legehennenhaltung"@de ;
skos:broader <livestock_production> ;
skos:broader <livestock_category/chicken> ;
skos:narrower <housing_systems/floor_h> ;
skos:narrower <housing_systems/floor_housing_with_aviaries> ;
skos:narrower <housing_systems/mobile_h> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_production/young_hen_farming> a skos:Concept ;
skos:prefLabel "Young hen farming"@en, "Junghuhnhaltung"@de ;
skos:broader <livestock_production> ;
skos:broader <livestock_category/chicken> ;
skos:narrower <housing_systems/floor_h> ;
skos:narrower <housing_systems/floor_housing_with_aviaries> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_production/broiler_fattening> a skos:Concept ;
skos:prefLabel "Broiler fattening"@en, "Hühnermast"@de ;
skos:broader <livestock_production> ;
skos:broader <livestock_category/chicken> ;
skos:narrower <housing_systems/floor_h> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_production/turkey_raising> a skos:Concept ;
skos:prefLabel "Turkey raising"@en, "Truthahnaufzucht"@de ;
skos:broader <livestock_production> ;
skos:broader <livestock_category/turkey> ;
skos:narrower <housing_systems/floor_h> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_production/turkey_fattening> a skos:Concept ;
skos:prefLabel "Turkey fattening"@en, "Truthahnmast"@de ;
skos:broader <livestock_production> ;
skos:broader <livestock_category/turkey> ;
skos:narrower <housing_systems/floor_h> ;
skos:narrower <others> ;
skos:inScheme <> .
<livestock_production/duck_fattening> a skos:Concept ;
skos:prefLabel "Duck fattening"@en, "Entenmast"@de ;
skos:broader <livestock_production> ;
skos:broader <livestock_category/duck> ;
skos:narrower <housing_systems/floor_h> ;
skos:narrower <others> ;
skos:inScheme <> .
<housing_systems> a skos:Concept ;
skos:prefLabel "Additional housing systems"@en, "Haltungsform"@de ;
skos:narrower <housing_systems/cubicle_h> ;
skos:narrower <housing_systems/loose_h_1_type_floor> ;
skos:narrower <housing_systems/loose_h_2_type_floor> ;
skos:narrower <housing_systems/calf_boxes_h> ;
skos:narrower <housing_systems/igloo_or_hut_h> ;
skos:narrower <housing_systems/1_area_pen> ;
skos:narrower <housing_systems/mult_area_pen> ;
skos:narrower <housing_systems/farrow_area_1_area_pen> ;
skos:narrower <housing_systems/farrow_area_mult_area_pen> ;
skos:narrower <housing_systems/wait_mate_area_mult_area_pen> ;
skos:narrower <others> ;
skos:topConceptOf <> .
<housing_systems/floor_h> a skos:Concept ;
skos:prefLabel "Floor housing"@en, "Bodenhaltung"@de ;
skos:broader <housing_systems> ;
skos:broader <livestock_production/duck_fattening> ;
skos:broader <livestock_production/laying_hen_farming> ;
skos:broader <livestock_production/young_hen_farming> ;
skos:broader <livestock_production/chicken_fattening> ;
skos:broader <livestock_production/turkey_fattening> ;
skos:broader <livestock_production/turkey_raising> ;
skos:inScheme <> .
<housing_systems/floor_housing_with_aviaries> a skos:Concept ;
skos:prefLabel "Floor housing with aviaries"@en, "Volierenhaltung"@de ;
skos:broader <housing_systems> ;
skos:broader <livestock_production/laying_hen_farming> ;
skos:broader <livestock_production/young_hen_farming> ;
skos:inScheme <> .
<housing_systems/mobile_h> a skos:Concept ;
skos:prefLabel "Mobile housing"@en, "Mobile Stallhaltung"@de ;
skos:broader <housing_systems> ;
skos:broader <livestock_production/laying_hen_farming> ;
skos:inScheme <> .
<housing_systems/cubicle_h> a skos:Concept ;
skos:prefLabel "Cubicle housing"@en, "Liegeboxenstall"@de ;
skos:broader <housing_systems> ;
skos:broader <livestock_production/diary_cattle_farming> ;
skos:broader <livestock_production/young_cattle_farming> ;
skos:broader <livestock_production/cattle_fattening> ;
skos:inScheme <> .
<housing_systems/calf_boxes_h> a skos:Concept ;
skos:prefLabel "Calf boxes"@en, "Kälberboxenhaltung"@de ;
skos:broader <housing_systems> ;
skos:broader <livestock_production/calf_raising> ;
skos:inScheme <> .
<housing_systems/igloo_or_hut_h> a skos:Concept ;
skos:prefLabel "Igloo or hut housing"@en, "Iglu- oder Hüttenhaltung"@de ;
skos:broader <housing_systems> ;
skos:broader <livestock_production/calf_raising> ;
skos:inScheme <> .
<housing_systems/loose_h_1_type_floor> a skos:Concept ;
skos:prefLabel "Loose housing with single type flooring"@en, "Einraumlaufstall"@de ;
skos:broader <housing_systems> ;
skos:broader <livestock_production/diary_cattle_farming> ;
skos:broader <livestock_production/young_cattle_farming> ;
skos:broader <livestock_production/cattle_fattening> ;
skos:broader <livestock_production/suckler_cow_farming> ;
skos:broader <livestock_production/calf_raising> ;
skos:broader <livestock_production/calf_fattening> ;
skos:inScheme <> .
<housing_systems/loose_h_2_type_floor> a skos:Concept ;
skos:prefLabel "Loose housing with two type flooring"@en, "Zweiraumlaufstall"@de ;
skos:broader <housing_systems> ;
skos:broader <livestock_production/diary_cattle_farming> ;
skos:broader <livestock_production/young_cattle_farming> ;
skos:broader <livestock_production/cattle_fattening> ;
skos:broader <livestock_production/suckler_cow_farming> ;
skos:broader <livestock_production/calf_raising> ;
skos:broader <livestock_production/calf_fattening> ;
skos:inScheme <> .
<housing_systems/1_area_pen> a skos:Concept ;
skos:prefLabel "Farrowing area with single area pen"@en, "Einflächenbucht"@de ;
skos:broader <housing_systems> ;
skos:broader <livestock_production/pig_fattening> ;
skos:broader <livestock_production/piglet_production> ;
skos:broader <livestock_production/piglet_raising> ;
skos:inScheme <> .
<housing_systems/mult_area_pen> a skos:Concept ;
skos:prefLabel "Farrowing area with multi area pen"@en, "Mehrflächenbucht"@de ;
skos:broader <housing_systems> ;
skos:broader <livestock_production/pig_fattening> ;
skos:broader <livestock_production/piglet_production> ;
skos:broader <livestock_production/piglet_raising> ;
skos:inScheme <> .
<housing_systems/farrow_area_1_area_pen> a skos:Concept ;
skos:prefLabel "Farrowing area with single area pen"@en, "Abferkelbereich, Einflächenbucht"@de ;
skos:broader <housing_systems> ;
skos:broader <livestock_production/pig_fattening> ;
skos:broader <livestock_production/piglet_production> ;
skos:broader <livestock_production/piglet_raising> ;
skos:inScheme <> .
<housing_systems/farrow_area_mult_area_pen> a skos:Concept ;
skos:prefLabel "Farrowing area with multi area pen"@en, "Abferkelbereich, Mehrflächenbucht"@de ;
skos:broader <housing_systems> ;
skos:broader <livestock_production/pig_fattening> ;
skos:broader <livestock_production/piglet_production> ;
skos:broader <livestock_production/piglet_raising> ;
skos:inScheme <> .
<housing_systems/wait_mate_area_mult_area_pen> a skos:Concept ;
skos:prefLabel "Waiting and mating area with multi area pen"@en, "Deck-und Wartebereich, Mehrflächenbucht"@de ;
skos:broader <housing_systems> ;
skos:broader <livestock_production/piglet_production> ;
skos:inScheme <> .
<additional_housing_systems> a skos:Concept ;
skos:prefLabel "Additional housing systems"@en, "Zusätzliche Haltungsinformation"@de ;
skos:narrower <additional_housing_systems/solid_manure> ;
skos:narrower <additional_housing_systems/liquid_manure> ;
skos:narrower <additional_housing_systems/perforated_floor> ;
skos:narrower <additional_housing_systems/solid_floor> ;
skos:narrower <additional_housing_systems/pastures> ;
skos:narrower <additional_housing_systems/yard> ;
skos:narrower <additional_housing_systems/veranda> ;
skos:narrower <additional_housing_systems/manure_belt> ;
skos:topConceptOf <> .
<additional_housing_systems/solid_manure> a skos:Concept ;
skos:prefLabel "Solid manure"@en, "Festmist"@de ;
skos:definition "MANURE from housed LIVESTOCK that does not flow under gravity, cannot be pumped but can be stacked in a heap. May include MANURE from cattle, pigs, poultry, horses, sheep, goats and rabbits. There are several different types of SOLID MANURE arising from different types of livestock housing, manure storage and treatment."@en ;
skos:broader <additional_housing_systems> ;
skos:broader <livestock_category/cattle> ;
skos:broader <livestock_category/pig> ;
skos:broader <livestock_category/chicken> ;
skos:broader <livestock_category/turkey> ;
skos:broader <livestock_category/duck> ;
skos:inScheme <> .
<additional_housing_systems/liquid_manure> a skos:Concept ;
skos:prefLabel "Liquid manure"@en, "Flüssigmist"@de ;
skos:definition "A general term that denotes any MANURE from housed LIVESTOCK that flows under gravity and can be pumped. There are several different types of LIQUID MANURE arising from different types of LIVESTOCK housing, MANURE storage and TREATMENT."@en ;
skos:exactMatch "http://aims.fao.org/aos/agrovoc/c_4373" ;
skos:broader <additional_housing_systems> ;
skos:broader <livestock_category/cattle> ;
skos:broader <livestock_category/pig> ;
skos:inScheme <> .
<additional_housing_systems/perforated_floor> a skos:Concept ;
skos:prefLabel "Perforated floor"@en, "Perforiert"@de ;
skos:definition "Perforated floor"@en, "Spalten_ oder Lochboden"@de ;
skos:broader <additional_housing_systems> ;
skos:broader <livestock_category/cattle> ;
skos:broader <livestock_category/pig> ;
skos:broader <livestock_category/chicken> ;
skos:broader <livestock_category/turkey> ;
skos:broader <livestock_category/duck> ;
skos:inScheme <> .
<additional_housing_systems/solid_floor> a skos:Concept ;
skos:prefLabel "Solid floor"@en, "Planbefestigter Boden"@de ;
skos:broader <additional_housing_systems> ;
skos:broader <livestock_category/cattle> ;
skos:broader <livestock_category/pig> ;
skos:inScheme <> .
<additional_housing_systems/pastures> a skos:Concept ;
skos:prefLabel "Pastures"@en, "Weide"@de ;
skos:broader <additional_housing_systems> ;
skos:broader <livestock_category/cattle> ;
skos:broader <livestock_category/pig> ;
skos:inScheme <> .
<additional_housing_systems/yard> a skos:Concept ;
skos:prefLabel "Yard"@en, "Haltung im Freien, auf undurchlässigen Boden"@de ;
skos:broader <additional_housing_systems> ;
skos:broader <livestock_category/cattle> ;
skos:broader <livestock_category/pig> ;
skos:broader <livestock_category/chicken> ;
skos:broader <livestock_category/turkey> ;
skos:broader <livestock_category/duck> ;
skos:inScheme <> .
<additional_housing_systems/veranda> a skos:Concept ;
skos:prefLabel "Veranda"@en, "Kaltscharrhof"@de ;
skos:broader <additional_housing_systems> ;
skos:broader <laying_hen> ;
skos:broader <young_hen> ;
skos:inScheme <> .
<additional_housing_systems/manure_belt> a skos:Concept ;
skos:prefLabel "Manure belt"@en, "Kotband"@de ;
skos:broader <additional_housing_systems> ;
skos:broader <laying_hen> ;
skos:broader <young_hen> ;
skos:inScheme <> .
<ventilation_system> a skos:Concept ;
skos:prefLabel "Ventilation"@en, "Befüftung"@de ;
skos:definition "The circulation of fresh air in order to provide fresh air and to remove gaseous products, heat and moisture to ensure a suitable climate in a LIVESTOCK building."@en ;
skos:narrower <ventilation_system/natural_ventilation_system> ;
skos:narrower <ventilation_system/forced_ventilation_system> ;
skos:narrower <ventilation_system/hybrid_ventilation_system> ;
skos:narrower <others> ;
skos:topConceptOf <> .
<ventilation_system/natural_ventilation_system> a skos:Concept ;
skos:prefLabel "Natural ventilation"@en, "Natürliche Befüftung"@de ;
skos:broader <ventilation_system> ;
skos:inScheme <> .
<ventilation_system/forced_ventilation_system> a skos:Concept ;
skos:prefLabel "Forced ventilation"@en, "Zwangsbefüftung"@de ;
skos:broader <ventilation_system> ;
skos:inScheme <> .
<ventilation_system/hybrid_ventilation_system> a skos:Concept ;
skos:prefLabel "Hybrid ventilation"@en, "Hybride Befüftung"@de ;
skos:broader <ventilation_system> ;
skos:inScheme <> .
<emi_measurement_techniques> a skos:Concept ;
skos:prefLabel "EmiMin measurement techniques"@en, "EmiMin-Messverfahren"@de ;
skos:definition "The circulation of fresh air in order to provide fresh air and to remove gaseous products, heat and moisture to ensure a suitable climate in a LIVESTOCK building."@en ;
skos:narrower <emi_measurement_techniques/concentration_measurement> ;
skos:narrower <emi_measurement_techniques/volume_flow_measurement> ;
skos:narrower <emi_measurement_techniques/tracer_gas_method> ;
skos:narrower <emi_measurement_techniques/static_chamber> ;
skos:narrower <emi_measurement_techniques/dynamic_chamber> ;
skos:topConceptOf <> .
<emi_measurement_techniques/concentration_measurement> a skos:Concept ;
skos:prefLabel "Concentration measurement"@en, "Konzentrationsbestimmung"@de ;
skos:broader <emi_measurement_techniques> ;
skos:inScheme <> .
<emi_measurement_techniques/volume_flow_measurement> a skos:Concept ;
skos:prefLabel "Volume flow measurement"@en, "Volumenstrommessung"@de ;
skos:broader <emi_measurement_techniques> ;
skos:inScheme <> .
<emi_measurement_techniques/tracer_gas_method> a skos:Concept ;
skos:prefLabel "Tracer gas method"@en, "Tracer-Gasmethode"@de ;
skos:broader <emi_measurement_techniques> ;
skos:inScheme <> .
<emi_measurement_techniques/static_chamber> a skos:Concept ;
skos:prefLabel "Static chamber"@en, "Statische Haubenmessung"@de ;
skos:broader <emi_measurement_techniques> ;
skos:inScheme <> .
<emi_measurement_techniques/dynamic_chamber> a skos:Concept ;
skos:prefLabel "Dynamic chamber"@en, "Dynamische Haubenmessung"@de ;
skos:broader <emi_measurement_techniques> ;
skos:inScheme <> .
<emissions> a skos:Concept ;
skos:prefLabel "Emission"@en, "Emission"@de ;
skos:narrower <emissions/nh3> ;
skos:narrower <emissions/n2o> ;
skos:narrower <emissions/co2> ;
skos:narrower <emissions/ch4> ;
skos:narrower <emissions/odour> ;
skos:narrower <emissions/dust> ;
skos:narrower <emissions/bioaerosols> ;
skos:narrower <others> ;
skos:topConceptOf <> .
<emissions/nh3> a skos:Concept ;
skos:prefLabel "Ammonia NH₃"@en, "Ammoniak NH₃"@de ;
skos:broader <emissions> ;
skos:inScheme <> .
<emissions/co2> a skos:Concept ;
skos:prefLabel "Carbon dioxide CO₂"@en, "Kohlendioxid CO₂"@de ;
skos:broader <emissions> ;
skos:inScheme <> .
<emissions/n2o> a skos:Concept ;
skos:prefLabel "Nitrous oxide N₂O"@en, "Distickstoffmonoxid N₂O (Lachgas)"@de ;
skos:broader <emissions> ;
skos:inScheme <> .
<emissions/ch4> a skos:Concept ;
skos:prefLabel "Methan CH₄"@en, "Methan CH₄"@de ;
skos:broader <emissions> ;
skos:inScheme <> .
<emissions/odour> a skos:Concept ;
skos:prefLabel "Odour"@en, "Geruch"@de ;
skos:broader <emissions> ;
skos:inScheme <> .
<emissions/dust> a skos:Concept ;
skos:prefLabel "Particles"@en, "Staub, Partikel"@de ;
skos:broader <emissions> ;
skos:inScheme <> .
<emissions/odour> a skos:Concept ;
skos:prefLabel "Odour"@en, "Geruch"@de ;
skos:broader <emissions> ;
skos:inScheme <> .
<emissions/bioaerosols> a skos:Concept ;
skos:prefLabel "Bioaerosols"@en, "Biologische Aerosole"@de ;
skos:broader <emissions> ;
skos:inScheme <> .
<emission_reduction_methods> a skos:Concept ;
skos:prefLabel "Emission reduction methods"@en, "Emissionsminderungsverfahren"@de ;
skos:narrower <emission_reduction_methods/feed_supplements> ;
skos:narrower <emission_reduction_methods/manure_belt> ;
skos:narrower <emission_reduction_methods/slurry_cooling> ;
skos:narrower <emission_reduction_methods/underfl_scrap_faeces_urine_sep> ;
skos:narrower <emission_reduction_methods/grooved_finger_floor_scraper> ;
skos:narrower <emission_reduction_methods/slurry_channel_reduction> ;
skos:narrower <emission_reduction_methods/litter_aeration> ;
skos:narrower <emission_reduction_methods/slurry_treatment_whey> ;
skos:narrower <emission_reduction_methods/urease_inhibitor> ;
skos:narrower <emission_reduction_methods/nutrition_reduced_feeding> ;
skos:narrower <emission_reduction_methods/reduced_slat_ratio> ;
skos:narrower <emission_reduction_methods/faeces_urine_separation> ;
skos:narrower <emission_reduction_methods/underfloor_scraper> ;
skos:narrower <emission_reduction_methods/above_floor_scraper> ;
skos:narrower <emission_reduction_methods/incr_manure_removal_interval> ;
skos:narrower <emission_reduction_methods/slurry_channel_flushing_system> ;
skos:narrower <emission_reduction_methods/slurry_acidification> ;
skos:narrower <emission_reduction_methods/air_cleaning> ;
skos:narrower <emission_reduction_methods/incoming_air_cooling> ;
skos:narrower <emission_reduction_methods/manure_drying> ;
skos:narrower <emission_reduction_methods/manure_supplements> ;
skos:narrower <emission_reduction_methods/slit_sealing_flaps> ;
skos:narrower <others> ;
skos:topConceptOf <> .
<emission_reduction_methods/feed_supplements> a skos:Concept ;
skos:prefLabel "Feed supplements (FS)"@en, "Nahrungsergänzung"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/manure_belt> a skos:Concept ;
skos:prefLabel "Manure belt (MB)"@en, "Kotband"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/slurry_cooling> a skos:Concept ;
skos:prefLabel "Slurry cooling (SC)"@en, "Güllekühlung"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/underfl_scrap_faeces_urine_sep> a skos:Concept ;
skos:prefLabel "Underfloor scraper with faeces and urine separation (USFUS)"@en, "Unterflurschieber mit Kot-Harn-Trennung"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/grooved_finger_floor_scraper> a skos:Concept ;
skos:prefLabel "Grooved finger floor scraper (GFFS)"@en, "Rillenboden mit Fingerschieber"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/slurry_channel_reduction> a skos:Concept ;
skos:prefLabel "Slurry channel reduction (SCR)"@en, "Güllekanalverkleinerung"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/litter_aeration> a skos:Concept ;
skos:prefLabel "Litter aeration (LA)"@en, "Einstreubelüftung"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/slurry_treatment_whey> a skos:Concept ;
skos:prefLabel "Slurry treatment whey (W)"@en, "Güllebehandlung mit Molke"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/urease_inhibitor> a skos:Concept ;
skos:prefLabel "Urease inhibitor (UI)"@en, "Ureaseinhibitor"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/nutrition_reduced_feeding> a skos:Concept ;
skos:prefLabel "Nutrition reduced feeding (NRF)"@en, "Nährstoffreduzierte Fütterung"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/reduced_slat_ratio> a skos:Concept ;
skos:prefLabel "(RSR)"@en, "Reduzierter Schlitzanteil"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/faeces_urine_separation> a skos:Concept ;
skos:prefLabel "Faeces urine separation (FUS)"@en, "Kot-Harn-Trennung"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/underfloor_scraper> a skos:Concept ;
skos:prefLabel "Underfloor Scraper (US)"@en, "Unterflurschieber"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/above_floor_scraper> a skos:Concept ;
skos:prefLabel "Above floor Scraper (AFS)"@en, "Überflurschieber"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/incr_manure_removal_interval> a skos:Concept ;
skos:prefLabel "Increased manure removal intervall (IMRI)"@en, "Erhöhtes Entmistungsintervall"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/slurry_channel_flushing_system> a skos:Concept ;
skos:prefLabel "Slurry channel flushing system (SCFS)"@en, "Güllekanalspülsystem"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/slurry_acidification> a skos:Concept ;
skos:prefLabel "Slurry acidification (SA)"@en, "Güllesäuerung"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/air_cleaning> a skos:Concept ;
skos:prefLabel "Air cleaning (AC)"@en, "Abluftreinigung"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/incoming_air_cooling> a skos:Concept ;
skos:prefLabel "Incoming air cooling (IAC)"@en, "Zuluftkühlung"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/manure_drying> a skos:Concept ;
skos:prefLabel "Manure drying (MD)"@en, "Kottrocknung"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/manure_supplements> a skos:Concept ;
skos:prefLabel "Manure supplements (MS)"@en, "Gülle- / Mistzusatzstoffe"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<emission_reduction_methods/slit_sealing_flaps> a skos:Concept ;
skos:prefLabel "Slit sealing flaps (SSF)"@en, "Spaltendichtungsklappen"@de ;
skos:broader <emission_reduction_methods> ;
skos:inScheme <> .
<project_title> a skos:Concept ;
skos:prefLabel "Project title"@en, "Projektbezeichnung"@de ;
skos:narrower <project_title/emimin> ;
skos:narrower <project_title/emidat> ;
skos:topConceptOf <> .
<project_title/emimin> a skos:Concept ;
skos:prefLabel "EmiMin"@en, "EmiMin"@de ;
skos:broader <project_title> ;
skos:inScheme <> .
<project_title/emidat> a skos:Concept ;
skos:prefLabel "EmiDat"@en, "EmiDat"@de ;
skos:broader <project_title> ;
skos:inScheme <> .
<test_design> a skos:Concept ;
skos:prefLabel "Test design"@en, "Durchführungsart"@de ;
skos:narrower <test_design/case_control> ;
skos:narrower <test_design/multi_site> ;
skos:topConceptOf <> .
<test_design/case_control> a skos:Concept ;
skos:prefLabel "Case control"@en, "Fallkontrolle"@de ;
skos:broader <test_design> ;
skos:inScheme <> .
<test_design/multi_site> a skos:Concept ;
skos:prefLabel "Multi site"@en, "Mehrere Betriebsstandorte"@de ;
skos:broader <test_design> ;
skos:inScheme <> .
<others> a skos:Concept ;
skos:prefLabel "Other"@en, "Sonstiges"@de ;
skos:broader <livestock_production/diary_cattle_farming> ;
skos:broader <livestock_production/young_cattle_farming> ;
skos:broader <livestock_production/suckler_cow_farming> ;
skos:broader <livestock_production/cattle_fattening> ;
skos:broader <livestock_production/calf_raising> ;
skos:broader <livestock_production/calf_fattening> ;
skos:broader <livestock_production/piglet_procuction> ;
skos:broader <livestock_production/piglet_raising> ;
skos:broader <livestock_production/pig_fattening> ;
skos:broader <livestock_production/duck_fattening> ;
skos:broader <livestock_production/laying_hen_farming> ;
skos:broader <livestock_production/young_hen_farming> ;
skos:broader <livestock_production/broiler_fattening> ;
skos:broader <livestock_production/turkey_fattening> ;
skos:broader <livestock_production/turkey_raising> ;
skos:broader <ventilation_system> ;
skos:broader <emissions> ;
skos:inScheme <> .