header.xml
42.8 KB
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
<?xml version='1.0' encoding='UTF-8'?>
<teiHeader xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0" xml:id="PPC-201519-sjm-ppxxx-00004-02">
<fileDesc>
<titleStmt>
<title>Sprawozdanie stenograficzne z obrad Sejmu RP z 10 grudnia 2015 r. (kadencja VIII, Posiedzenie Plenarne 4, dzień 2).</title>
</titleStmt>
<publicationStmt>
<p>Prosimy o zapoznanie się z nagłówkiem korpusu (PPC_header.xml).</p>
</publicationStmt>
<sourceDesc>
<bibl>
<title>Sprawozdanie stenograficzne z obrad Sejmu RP z 10 grudnia 2015 r. (kadencja VIII, Posiedzenie Plenarne 4, dzień 2).</title>
<publisher>Kancelaria Sejmu Rzeczypospolitej Polskiej</publisher>
<note type="system">III RP</note>
<note type="house">Sejm</note>
<note type="termNo">8</note>
<note type="type">Posiedzenie Plenarne</note>
<note type="sessionNo">4</note>
<note type="dayNo">2</note>
<date>2015-12-10</date>
</bibl>
</sourceDesc>
</fileDesc>
<profileDesc>
<particDesc>
<person xml:id="GlosZSali" role="speaker">
<persName>Głos z sali</persName>
</person>
<person xml:id="GlosyZSali" role="speaker">
<persName>Głosy z sali</persName>
</person>
<person xml:id="Marszalek" role="speaker">
<persName>Marszałek</persName>
</person>
<person xml:id="MinisterEnergiiKrzysztofTchorzewski" role="speaker">
<persName>Minister Energii Krzysztof Tchórzewski</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Krzysztof_Józef_Tchórzewski__Sejm8"/>
</linkGrp>
<firstName>Krzysztof</firstName>
<lastName>Tchórzewski</lastName>
<birthdate>1950-05-19</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="MinisterZdrowiaKonstantyRadziwill" role="speaker">
<persName>Minister Zdrowia Konstanty Radziwiłł</persName>
</person>
<person xml:id="PodsekretarzStanuWMinisterstwieCyfryzacjiPiotrWozny" role="speaker">
<persName>Podsekretarz Stanu w Ministerstwie Cyfryzacji Piotr Woźny</persName>
</person>
<person xml:id="PodsekretarzStanuWMinisterstwieFinansowHannaMajszczyk" role="speaker">
<persName>Podsekretarz Stanu w Ministerstwie Finansów Hanna Majszczyk</persName>
</person>
<person xml:id="PodsekretarzStanuWMinisterstwieFinansowMarianBanas" role="speaker">
<persName>Podsekretarz Stanu w Ministerstwie Finansów Marian Banaś</persName>
</person>
<person xml:id="PodsekretarzStanuWMinisterstwieRodzinyPracyIPolitykiSpolecznejElzbietaBojanowska" role="speaker">
<persName>Podsekretarz Stanu w Ministerstwie Rodziny, Pracy i Polityki Społecznej Elżbieta Bojanowska</persName>
</person>
<person xml:id="PodsekretarzStanuWMinisterstwieRozwojuJadwigaEmilewicz" role="speaker">
<persName>Podsekretarz Stanu w Ministerstwie Rozwoju Jadwiga Emilewicz</persName>
</person>
<person xml:id="PodsekretarzStanuWMinisterstwieSkarbuPanstwaFilipGrzegorczyk" role="speaker">
<persName>Podsekretarz Stanu w Ministerstwie Skarbu Państwa Filip Grzegorczyk</persName>
</person>
<person xml:id="PodsekretarzStanuWMinisterstwieSrodowiskaMariuszGajda" role="speaker">
<persName>Podsekretarz Stanu w Ministerstwie Środowiska Mariusz Gajda</persName>
</person>
<person xml:id="PodsekretarzStanuWMinisterstwieZdrowiaPiotrWarczynski" role="speaker">
<persName>Podsekretarz stanu w Ministerstwie Zdrowia Piotr Warczyński</persName>
</person>
<person xml:id="PoselAdamAndruszkiewicz" role="speaker">
<persName>Poseł Adam Andruszkiewicz</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Adam_Andruszkiewicz__Sejm8"/>
</linkGrp>
<firstName>Adam</firstName>
<lastName>Andruszkiewicz</lastName>
<birthdate>1990-06-30</birthdate>
<club>Posłowie niezrzeszeni</club>
<sex>M</sex>
</person>
<person xml:id="PoselAdamSzlapka" role="speaker">
<persName>Poseł Adam Szłapka</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Adam_Szłapka__Sejm8"/>
</linkGrp>
<firstName>Adam</firstName>
<lastName>Szłapka</lastName>
<birthdate>1984-12-06</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>M</sex>
</person>
<person xml:id="PoselAleksanderMrowczynski" role="speaker">
<persName>Poseł Aleksander Mrówczyński</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Aleksander_Mrówczyński__Sejm8"/>
</linkGrp>
<firstName>Aleksander</firstName>
<lastName>Mrówczyński</lastName>
<birthdate>1953-12-09</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselAndrzejKryj" role="speaker">
<persName>Poseł Andrzej Kryj</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Andrzej_Kryj__Sejm8"/>
</linkGrp>
<firstName>Andrzej</firstName>
<lastName>Kryj</lastName>
<birthdate>1960-06-09</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselAnnaCicholska" role="speaker">
<persName>Poseł Anna Cicholska</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Anna_Cicholska__Sejm8"/>
</linkGrp>
<firstName>Anna</firstName>
<middleName>Ewa</middleName>
<lastName>Cicholska</lastName>
<birthdate>1962-02-07</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>K</sex>
</person>
<person xml:id="PoselAnnaKwiecien" role="speaker">
<persName>Poseł Anna Kwiecień</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Anna_Kwiecień__Sejm8"/>
</linkGrp>
<firstName>Anna</firstName>
<lastName>Kwiecień</lastName>
<birthdate>1964-09-30</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>K</sex>
</person>
<person xml:id="PoselAntoniDuda" role="speaker">
<persName>Poseł Antoni Duda</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Antoni_Duda__Sejm8"/>
</linkGrp>
<firstName>Antoni</firstName>
<lastName>Duda</lastName>
<birthdate>1950-12-25</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselBarbaraDziuk" role="speaker">
<persName>Poseł Barbara Dziuk</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Barbara_Dziuk__Sejm8"/>
</linkGrp>
<firstName>Barbara</firstName>
<lastName>Dziuk</lastName>
<birthdate>1968-12-02</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>K</sex>
</person>
<person xml:id="PoselBartlomiejWroblewski" role="speaker">
<persName>Poseł Bartłomiej Wróblewski</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Bartłomiej_Wróblewski__Sejm8"/>
</linkGrp>
<firstName>Bartłomiej</firstName>
<lastName>Wróblewski</lastName>
<birthdate>1975-03-13</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselBartoszArlukowicz" role="speaker">
<persName>Poseł Bartosz Arłukowicz</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Bartosz_Adam_Arłukowicz__Sejm8"/>
</linkGrp>
<firstName>Bartosz</firstName>
<lastName>Arłukowicz</lastName>
<birthdate>1971-12-30</birthdate>
<sex>M</sex>
</person>
<person xml:id="PoselBernadetaKrynicka" role="speaker">
<persName>Poseł Bernadeta Krynicka</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Bernadeta_Krynicka__Sejm8"/>
</linkGrp>
<firstName>Bernadeta</firstName>
<lastName>Krynicka</lastName>
<birthdate>1970-04-16</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>K</sex>
</person>
<person xml:id="PoselBogdanRzonca" role="speaker">
<persName>Poseł Bogdan Rzońca</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Bogdan_Józef_Rzońca__Sejm8"/>
</linkGrp>
<firstName>Bogdan</firstName>
<lastName>Rzońca</lastName>
<birthdate>1961-02-01</birthdate>
<sex>M</sex>
</person>
<person xml:id="PoselBozenaKaminska" role="speaker">
<persName>Poseł Bożena Kamińska</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Bożena_Kamińska__Sejm8"/>
</linkGrp>
<firstName>Bożena</firstName>
<lastName>Kamińska</lastName>
<birthdate>1965-08-27</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>K</sex>
</person>
<person xml:id="PoselCezaryGrabarczyk" role="speaker">
<persName>Poseł Cezary Grabarczyk</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Cezary_Stanisław_Grabarczyk__Sejm8"/>
</linkGrp>
<firstName>Cezary</firstName>
<lastName>Grabarczyk</lastName>
<birthdate>1960-04-26</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>M</sex>
</person>
<person xml:id="PoselDariuszPiontkowski" role="speaker">
<persName>Poseł Dariusz Piontkowski</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Dariusz_Piontkowski__Sejm8"/>
</linkGrp>
<firstName>Dariusz</firstName>
<lastName>Piontkowski</lastName>
<birthdate>1964-12-17</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselElzbietaGapinska" role="speaker">
<persName>Poseł Elżbieta Gapińska</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Elżbieta_Teresa_Gapińska__Sejm8"/>
</linkGrp>
<firstName>Elżbieta</firstName>
<lastName>Gapińska</lastName>
<birthdate>1960-10-03</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>K</sex>
</person>
<person xml:id="PoselElzbietaRadziszewska" role="speaker">
<persName>Poseł Elżbieta Radziszewska</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Elżbieta_Radziszewska__Sejm8"/>
</linkGrp>
<firstName>Elżbieta</firstName>
<lastName>Radziszewska</lastName>
<birthdate>1958-01-06</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>K</sex>
</person>
<person xml:id="PoselEwaKopacz" role="speaker">
<persName>Poseł Ewa Kopacz</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Ewa_Bożena_Kopacz__Sejm8"/>
</linkGrp>
<firstName>Ewa</firstName>
<lastName>Kopacz</lastName>
<birthdate>1956-12-03</birthdate>
<sex>K</sex>
</person>
<person xml:id="PoselGabrielaMaslowska" role="speaker">
<persName>Poseł Gabriela Masłowska</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Gabriela_Masłowska__Sejm8"/>
</linkGrp>
<firstName>Gabriela</firstName>
<lastName>Masłowska</lastName>
<birthdate>1950-06-27</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>K</sex>
</person>
<person xml:id="PoselGrzegorzDlugi" role="speaker">
<persName>Poseł Grzegorz Długi</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Grzegorz_Długi__Sejm8"/>
</linkGrp>
<firstName>Grzegorz</firstName>
<lastName>Długi</lastName>
<birthdate>1955-06-16</birthdate>
<club>Klub Poselski Kukiz'15</club>
<sex>M</sex>
</person>
<person xml:id="PoselHenrykaKrzywonosStrycharska" role="speaker">
<persName>Poseł Henryka Krzywonos-Strycharska</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Henryka_Krzywonos_Strycharska__Sejm8"/>
</linkGrp>
<firstName>Henryka</firstName>
<lastName>Krzywonos-Strycharska</lastName>
<birthdate>1953-03-27</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>K</sex>
</person>
<person xml:id="PoselIwonaEwaArent" role="speaker">
<persName>Poseł Iwona Ewa Arent</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Iwona_Ewa_Arent__Sejm8"/>
</linkGrp>
<firstName>Iwona</firstName>
<middleName>Ewa</middleName>
<lastName>Arent</lastName>
<birthdate>1968-06-04</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>K</sex>
</person>
<person xml:id="PoselIwonaSledzinskaKatarasinska" role="speaker">
<persName>Poseł Iwona Śledzińska-Katarasińska</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Iwona_Elżbieta_Śledzińska_Katarasińska__Sejm8"/>
</linkGrp>
<firstName>Iwona</firstName>
<lastName>Śledzińska-Katarasińska</lastName>
<birthdate>1941-01-03</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>K</sex>
</person>
<person xml:id="PoselIzabelaLeszczyna" role="speaker">
<persName>Poseł Izabela Leszczyna</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Izabela_Dorota_Leszczyna__Sejm8"/>
</linkGrp>
<firstName>Izabela</firstName>
<lastName>Leszczyna</lastName>
<birthdate>1962-09-03</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>K</sex>
</person>
<person xml:id="PoselJacekKurzepa" role="speaker">
<persName>Poseł Jacek Kurzępa</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Jacek_Kurzępa__Sejm8"/>
</linkGrp>
<firstName>Jacek</firstName>
<lastName>Kurzępa</lastName>
<birthdate>1961-10-05</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselJacekSwiat" role="speaker">
<persName>Poseł Jacek Świat</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Jacek_Świat__Sejm8"/>
</linkGrp>
<firstName>Jacek</firstName>
<lastName>Świat</lastName>
<birthdate>1955-12-16</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselJanLopata" role="speaker">
<persName>Poseł Jan Łopata</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Jan_Zbigniew_Łopata__Sejm8"/>
</linkGrp>
<firstName>Jan</firstName>
<lastName>Łopata</lastName>
<birthdate>1954-08-16</birthdate>
<club>Klub Parlamentarny Polskie Stronnictwo Ludowe - Koalicja Polska</club>
<sex>M</sex>
</person>
<person xml:id="PoselJanMosinski" role="speaker">
<persName>Poseł Jan Mosiński</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Jan_Mosiński__Sejm8"/>
</linkGrp>
<firstName>Jan</firstName>
<lastName>Mosiński</lastName>
<birthdate>1956-12-19</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselJanWarzecha" role="speaker">
<persName>Poseł Jan Warzecha</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Jan_Marek_Warzecha__Sejm8"/>
</linkGrp>
<firstName>Jan</firstName>
<lastName>Warzecha</lastName>
<birthdate>1959-04-21</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselJaroslawSachajko" role="speaker">
<persName>Poseł Jarosław Sachajko</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Jarosław_Sachajko__Sejm8"/>
</linkGrp>
<firstName>Jarosław</firstName>
<lastName>Sachajko</lastName>
<birthdate>1971-10-08</birthdate>
<club>Klub Poselski Kukiz'15</club>
<sex>M</sex>
</person>
<person xml:id="PoselJerzyBielecki" role="speaker">
<persName>Poseł Jerzy Bielecki</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Jerzy_Bielecki__Sejm8"/>
</linkGrp>
<firstName>Jerzy</firstName>
<lastName>Bielecki</lastName>
<birthdate>1969-11-19</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselJerzyGosiewski" role="speaker">
<persName>Poseł Jerzy Gosiewski</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Jerzy_Antoni_Gosiewski__Sejm8"/>
</linkGrp>
<firstName>Jerzy</firstName>
<lastName>Gosiewski</lastName>
<birthdate>1952-11-20</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselJoannaSchmidt" role="speaker">
<persName>Poseł Joanna Schmidt</persName>
</person>
<person xml:id="PoselKazimierzKotowski" role="speaker">
<persName>Poseł Kazimierz Kotowski</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Kazimierz_Kotowski__Sejm8"/>
</linkGrp>
<firstName>Kazimierz</firstName>
<lastName>Kotowski</lastName>
<birthdate>1951-02-22</birthdate>
<club>Klub Parlamentarny Polskie Stronnictwo Ludowe - Koalicja Polska</club>
<sex>M</sex>
</person>
<person xml:id="PoselKingaGajewska" role="speaker">
<persName>Poseł Kinga Gajewska</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Kinga_Gajewska__Sejm8"/>
</linkGrp>
<firstName>Kinga</firstName>
<lastName>Gajewska</lastName>
<birthdate>1990-07-22</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>K</sex>
</person>
<person xml:id="PoselKrystianJarubas" role="speaker">
<persName>Poseł Krystian Jarubas</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Krystian_Jarubas__Sejm8"/>
</linkGrp>
<firstName>Krystian</firstName>
<lastName>Jarubas</lastName>
<birthdate>1981-06-03</birthdate>
<club>Klub Parlamentarny Polskie Stronnictwo Ludowe - Koalicja Polska</club>
<sex>M</sex>
</person>
<person xml:id="PoselKrystynaPawlowicz" role="speaker">
<persName>Poseł Krystyna Pawłowicz</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Krystyna_Pawłowicz__Sejm8"/>
</linkGrp>
<firstName>Krystyna</firstName>
<lastName>Pawłowicz</lastName>
<birthdate>1952-04-14</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>K</sex>
</person>
<person xml:id="PoselKrystynaSkowronska" role="speaker">
<persName>Poseł Krystyna Skowrońska</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Krystyna_Skowrońska__Sejm8"/>
</linkGrp>
<firstName>Krystyna</firstName>
<lastName>Skowrońska</lastName>
<birthdate>1954-07-22</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>K</sex>
</person>
<person xml:id="PoselKrystynaWroblewska" role="speaker">
<persName>Poseł Krystyna Wróblewska</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Krystyna_Wróblewska__Sejm8"/>
</linkGrp>
<firstName>Krystyna</firstName>
<lastName>Wróblewska</lastName>
<birthdate>1963-07-12</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>K</sex>
</person>
<person xml:id="PoselKrzysztofPaszyk" role="speaker">
<persName>Poseł Krzysztof Paszyk</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Krzysztof_Paszyk__Sejm8"/>
</linkGrp>
<firstName>Krzysztof</firstName>
<lastName>Paszyk</lastName>
<birthdate>1979-04-10</birthdate>
<club>Klub Parlamentarny Polskie Stronnictwo Ludowe - Koalicja Polska</club>
<sex>M</sex>
</person>
<person xml:id="PoselMarekJakubiak" role="speaker">
<persName>Poseł Marek Jakubiak</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Marek_Jakubiak__Sejm8"/>
</linkGrp>
<firstName>Marek</firstName>
<lastName>Jakubiak</lastName>
<birthdate>1959-04-30</birthdate>
<club>Posłowie niezrzeszeni</club>
<sex>M</sex>
</person>
<person xml:id="PoselMarekKrzakala" role="speaker">
<persName>Poseł Marek Krząkała</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Marek_Grzegorz_Krząkała__Sejm8"/>
</linkGrp>
<firstName>Marek</firstName>
<lastName>Krząkała</lastName>
<birthdate>1967-10-22</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>M</sex>
</person>
<person xml:id="PoselMarekPolak" role="speaker">
<persName>Poseł Marek Polak</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Marek_Władysław_Polak__Sejm8"/>
</linkGrp>
<firstName>Marek</firstName>
<lastName>Polak</lastName>
<birthdate>1963-11-19</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselMarekRucinski" role="speaker">
<persName>Poseł Marek Ruciński</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Marek_Ruciński__Sejm8"/>
</linkGrp>
<firstName>Marek</firstName>
<lastName>Ruciński</lastName>
<birthdate>1953-01-24</birthdate>
<club>Posłowie niezrzeszeni</club>
<sex>M</sex>
</person>
<person xml:id="PoselMarekSuski" role="speaker">
<persName>Poseł Marek Suski</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Marek_Witold_Suski__Sejm8"/>
</linkGrp>
<firstName>Marek</firstName>
<lastName>Suski</lastName>
<birthdate>1958-06-11</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselMichalJaros" role="speaker">
<persName>Poseł Michał Jaros</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Michał_Jaros__Sejm8"/>
</linkGrp>
<firstName>Michał</firstName>
<lastName>Jaros</lastName>
<birthdate>1981-01-26</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>M</sex>
</person>
<person xml:id="PoselMieczyslawKazimierzBaszko" role="speaker">
<persName>Poseł Mieczysław Kazimierz Baszko</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Mieczysław_Kazimierz_Baszko__Sejm8"/>
</linkGrp>
<firstName>Mieczysław</firstName>
<middleName>Kazimierz</middleName>
<lastName>Baszko</lastName>
<birthdate>1961-06-26</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselPaulinaHennigKloska" role="speaker">
<persName>Poseł Paulina Hennig-Kloska</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Paulina_Hennig_Kloska__Sejm8"/>
</linkGrp>
<firstName>Paulina</firstName>
<lastName>Hennig-Kloska</lastName>
<birthdate>1977-10-05</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>K</sex>
</person>
<person xml:id="PoselPawelGrabowski" role="speaker">
<persName>Poseł Paweł Grabowski</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Paweł_Grabowski__Sejm8"/>
</linkGrp>
<firstName>Paweł</firstName>
<lastName>Grabowski</lastName>
<birthdate>1986-08-19</birthdate>
<club>Klub Poselski Kukiz'15</club>
<sex>M</sex>
</person>
<person xml:id="PoselPawelKukiz" role="speaker">
<persName>Poseł Paweł Kukiz</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Paweł_Kukiz__Sejm8"/>
</linkGrp>
<firstName>Paweł</firstName>
<lastName>Kukiz</lastName>
<birthdate>1963-06-24</birthdate>
<club>Klub Poselski Kukiz'15</club>
<sex>M</sex>
</person>
<person xml:id="PoselPiotrApel" role="speaker">
<persName>Poseł Piotr Apel</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Piotr_Apel__Sejm8"/>
</linkGrp>
<firstName>Piotr</firstName>
<lastName>Apel</lastName>
<birthdate>1984-02-08</birthdate>
<club>Klub Poselski Kukiz'15</club>
<sex>M</sex>
</person>
<person xml:id="PoselPiotrLiroyMarzec" role="speaker">
<persName>Poseł Piotr Liroy-Marzec</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Piotr_Liroy_Marzec__Sejm8"/>
</linkGrp>
<firstName>Piotr</firstName>
<lastName>Liroy-Marzec</lastName>
<birthdate>1971-07-12</birthdate>
<club>Koło Poselskie Przywrócić Prawo</club>
<sex>M</sex>
</person>
<person xml:id="PoselPiotrPolak" role="speaker">
<persName>Poseł Piotr Polak</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Piotr_Stanisław_Polak__Sejm8"/>
</linkGrp>
<firstName>Piotr</firstName>
<lastName>Polak</lastName>
<birthdate>1961-01-20</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselPiotrPyzik" role="speaker">
<persName>Poseł Piotr Pyzik</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Piotr_Mieczysław_Pyzik__Sejm8"/>
</linkGrp>
<firstName>Piotr</firstName>
<lastName>Pyzik</lastName>
<birthdate>1959-01-01</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselRafalGrupinski" role="speaker">
<persName>Poseł Rafał Grupiński</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Rafał_Szymon_Grupiński__Sejm8"/>
</linkGrp>
<firstName>Rafał</firstName>
<lastName>Grupiński</lastName>
<birthdate>1952-09-26</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>M</sex>
</person>
<person xml:id="PoselRajmundMiller" role="speaker">
<persName>Poseł Rajmund Miller</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Rajmund_Tadeusz_Miller__Sejm8"/>
</linkGrp>
<firstName>Rajmund</firstName>
<lastName>Miller</lastName>
<birthdate>1954-07-16</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>M</sex>
</person>
<person xml:id="PoselRobertTelus" role="speaker">
<persName>Poseł Robert Telus</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Robert_Telus__Sejm8"/>
</linkGrp>
<firstName>Robert</firstName>
<lastName>Telus</lastName>
<birthdate>1969-04-18</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselRobertWinnicki" role="speaker">
<persName>Poseł Robert Winnicki</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Robert_Winnicki__Sejm8"/>
</linkGrp>
<firstName>Robert</firstName>
<lastName>Winnicki</lastName>
<birthdate>1985-07-18</birthdate>
<club>Koło Poselskie Konfederacja</club>
<sex>M</sex>
</person>
<person xml:id="PoselRyszardPetru" role="speaker">
<persName>Poseł Ryszard Petru</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Ryszard_Petru__Sejm8"/>
</linkGrp>
<firstName>Ryszard</firstName>
<lastName>Petru</lastName>
<birthdate>1972-07-06</birthdate>
<club>Koło Poselskie TERAZ!</club>
<sex>M</sex>
</person>
<person xml:id="PoselRyszardTerlecki" role="speaker">
<persName>Poseł Ryszard Terlecki</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Ryszard_Iwon_Terlecki__Sejm8"/>
</linkGrp>
<firstName>Ryszard</firstName>
<lastName>Terlecki</lastName>
<birthdate>1949-09-02</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselRyszardWilczynski" role="speaker">
<persName>Poseł Ryszard Wilczyński</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Ryszard_Wilczyński__Sejm8"/>
</linkGrp>
<firstName>Ryszard</firstName>
<lastName>Wilczyński</lastName>
<birthdate>1960-10-23</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>M</sex>
</person>
<person xml:id="PoselStanislawPieta" role="speaker">
<persName>Poseł Stanisław Pięta</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Stanisław_Jan_Pięta__Sejm8"/>
</linkGrp>
<firstName>Stanisław</firstName>
<lastName>Pięta</lastName>
<birthdate>1971-05-09</birthdate>
<club>Posłowie niezrzeszeni</club>
<sex>M</sex>
</person>
<person xml:id="PoselStanislawTyszka" role="speaker">
<persName>Poseł Stanisław Tyszka</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Stanisław_Tyszka__Sejm8"/>
</linkGrp>
<firstName>Stanisław</firstName>
<lastName>Tyszka</lastName>
<birthdate>1979-04-11</birthdate>
<club>Klub Poselski Kukiz'15</club>
<sex>M</sex>
</person>
<person xml:id="PoselStefanNiesiolowski" role="speaker">
<persName>Poseł Stefan Niesiołowski</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Stefan_Konstanty_Niesiołowski__Sejm8"/>
</linkGrp>
<firstName>Stefan</firstName>
<middleName>Konstanty</middleName>
<lastName>Niesiołowski</lastName>
<lastName>Myszkiewicz-Niesiołowski</lastName>
<birthdate>1944-02-04</birthdate>
<club>Klub Parlamentarny Polskie Stronnictwo Ludowe - Koalicja Polska</club>
<sex>M</sex>
</person>
<person xml:id="PoselStefanRomecki" role="speaker">
<persName>Poseł Stefan Romecki</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Stefan_Romecki__Sejm8"/>
</linkGrp>
<firstName>Stefan</firstName>
<lastName>Romecki</lastName>
<birthdate>1950-09-02</birthdate>
<club>Klub Poselski Kukiz'15</club>
<sex>M</sex>
</person>
<person xml:id="PoselSylwesterChruszcz" role="speaker">
<persName>Poseł Sylwester Chruszcz</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Sylwester_Chruszcz__Sejm8"/>
</linkGrp>
<firstName>Sylwester</firstName>
<lastName>Chruszcz</lastName>
<birthdate>1972-08-22</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselSylwesterTulajew" role="speaker">
<persName>Poseł Sylwester Tułajew</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Sylwester_Tułajew__Sejm8"/>
</linkGrp>
<firstName>Sylwester</firstName>
<lastName>Tułajew</lastName>
<birthdate>1981-12-30</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselSzymonSzynkowskiVelSek" role="speaker">
<persName>Poseł Szymon Szynkowski vel Sęk</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Szymon_Szynkowski_vel_Sęk__Sejm8"/>
</linkGrp>
<firstName>Szymon</firstName>
<middleName>vel</middleName>
<middleName>Szynkowski</middleName>
<lastName>Sęk</lastName>
<birthdate>1982-11-24</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselTadeuszDziuba" role="speaker">
<persName>Poseł Tadeusz Dziuba</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Tadeusz_Antoni_Dziuba__Sejm8"/>
</linkGrp>
<firstName>Tadeusz</firstName>
<middleName>Antoni</middleName>
<lastName>Dziuba</lastName>
<birthdate>1948-12-17</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselTomaszKostus" role="speaker">
<persName>Poseł Tomasz Kostuś</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Tomasz_Kostuś__Sejm8"/>
</linkGrp>
<firstName>Tomasz</firstName>
<lastName>Kostuś</lastName>
<birthdate>1974-03-07</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>M</sex>
</person>
<person xml:id="PoselTomaszLatos" role="speaker">
<persName>Poseł Tomasz Latos</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Tomasz_Edward_Latos__Sejm8"/>
</linkGrp>
<firstName>Tomasz</firstName>
<lastName>Latos</lastName>
<birthdate>1964-03-08</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselWaldemarAndzel" role="speaker">
<persName>Poseł Waldemar Andzel</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Waldemar_Franciszek_Andzel__Sejm8"/>
</linkGrp>
<firstName>Waldemar</firstName>
<lastName>Andzel</lastName>
<birthdate>1971-09-17</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselWojciechSkurkiewicz" role="speaker">
<persName>Poseł Wojciech Skurkiewicz</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Wojciech_Skurkiewicz__Sejm8"/>
</linkGrp>
<firstName>Wojciech</firstName>
<lastName>Skurkiewicz</lastName>
<birthdate>1969-12-05</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselWojciechSzarama" role="speaker">
<persName>Poseł Wojciech Szarama</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Wojciech_Piotr_Szarama__Sejm8"/>
</linkGrp>
<firstName>Wojciech</firstName>
<middleName>Piotr</middleName>
<lastName>Szarama</lastName>
<birthdate>1955-12-16</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PoselZbigniewGryglas" role="speaker">
<persName>Poseł Zbigniew Gryglas</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Zbigniew_Gryglas__Sejm8"/>
</linkGrp>
<firstName>Zbigniew</firstName>
<lastName>Gryglas</lastName>
<birthdate>1965-06-01</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="PrzedstawicielKomitetuInicjatywyUstawodawczejJacekKrajewski" role="speaker">
<persName>Przedstawiciel Komitetu Inicjatywy Ustawodawczej Jacek Krajewski</persName>
</person>
<person xml:id="komentarz" role="commentator">
<persName>Przypis stenotypisty</persName>
</person>
<person xml:id="SekretarzPoselMarcinDuszek" role="speaker">
<persName>Sekretarz Poseł Marcin Duszek</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Marcin_Duszek__Sejm8"/>
</linkGrp>
<firstName>Marcin</firstName>
<lastName>Duszek</lastName>
<birthdate>1982-02-10</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="SekretarzStanuWMinisterstwieKulturyIDziedzictwaNarodowegoJaroslawSellin" role="speaker">
<persName>Sekretarz Stanu w Ministerstwie Kultury i Dziedzictwa Narodowego Jarosław Sellin</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Jarosław_Daniel_Sellin__Sejm8"/>
</linkGrp>
<firstName>Jarosław</firstName>
<lastName>Sellin</lastName>
<birthdate>1963-05-01</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="SekretarzStanuWMinisterstwieNaukiISzkolnictwaWyzszegoAleksanderBobko" role="speaker">
<persName>Sekretarz Stanu w Ministerstwie Nauki i Szkolnictwa Wyższego Aleksander Bobko</persName>
</person>
<person xml:id="SekretarzStanuWMinisterstwieSprawWewnetrznychIAdministracjiJaroslawZielinski" role="speaker">
<persName>Sekretarz Stanu w Ministerstwie Spraw Wewnętrznych i Administracji Jarosław Zieliński</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Jarosław_Zieliński__Sejm8"/>
</linkGrp>
<firstName>Jarosław</firstName>
<lastName>Zieliński</lastName>
<birthdate>1960-09-20</birthdate>
<club>Klub Parlamentarny Prawo i Sprawiedliwość</club>
<sex>M</sex>
</person>
<person xml:id="WicemarszalekJoachimBrudzinski" role="speaker">
<persName>Wicemarszałek Joachim Brudziński</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Joachim_Stanisław_Brudziński__Sejm8"/>
</linkGrp>
<firstName>Joachim</firstName>
<lastName>Brudziński</lastName>
<birthdate>1968-02-04</birthdate>
<sex>M</sex>
</person>
<person xml:id="WicemarszalekMalgorzataKidawaBlonska" role="speaker">
<persName>Wicemarszałek Małgorzata Kidawa-Błońska</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Małgorzata_Maria_Kidawa_Błońska__Sejm8"/>
</linkGrp>
<firstName>Małgorzata</firstName>
<lastName>Kidawa-Błońska</lastName>
<birthdate>1957-05-05</birthdate>
<club>Klub Parlamentarny Platforma Obywatelska - Koalicja Obywatelska</club>
<sex>K</sex>
</person>
<person xml:id="WicemarszalekStanislawTyszka" role="speaker">
<persName>Wicemarszałek Stanisław Tyszka</persName>
<linkGrp type="function">
<ptr target="http://legis.nlp.ipipan.waw.pl/onto/ppo.owl#Stanisław_Tyszka__Sejm8"/>
</linkGrp>
<firstName>Stanisław</firstName>
<lastName>Tyszka</lastName>
<birthdate>1979-04-11</birthdate>
<club>Klub Poselski Kukiz'15</club>
<sex>M</sex>
</person>
</particDesc>
</profileDesc>
</teiHeader>