generated from Knowledge-Graph-Hub/kg-example
-
Notifications
You must be signed in to change notification settings - Fork 1
/
filtered_metadata.txt
2049 lines (2049 loc) · 246 KB
/
filtered_metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
,eol_pk,trait_eol_pk,predicate,value_uri,measurement,units_uri,literal
0,MetaTrait-362417452,R917-PK219507379,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
1,Trait-219507387,R917-PK219507379,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/W_MacKenzie,,,http://eol.org/schema/terms/W_MacKenzie
2,Trait-219507385,R917-PK219507379,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
3,Trait-219507384,R917-PK219507379,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
4,Trait-219507381,R917-PK219507379,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
5,Trait-219507383,R917-PK219507379,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
6,Trait-219507380,R917-PK219507379,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
7,Trait-219507386,R917-PK219507379,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
8,Trait-219507382,R917-PK219507379,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
9,MetaTrait-362416789,R917-PK219506230,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Jan-11
10,Trait-219506232,R917-PK219506230,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
11,Trait-219506231,R917-PK219506230,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Morneau,,,http://eol.org/schema/terms/C_Morneau
12,MetaTrait-362417080,R917-PK219506638,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Sep-11
13,Trait-219506639,R917-PK219506638,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
14,Trait-219506640,R917-PK219506638,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
15,Trait-219506641,R917-PK219506638,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_McLaughlan,,,http://eol.org/schema/terms/M_McLaughlan
16,Trait-219506820,R917-PK219506817,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
17,Trait-219506818,R917-PK219506817,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
18,Trait-219506821,R917-PK219506817,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
19,MetaTrait-362417185,R917-PK219506817,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
20,Trait-219506822,R917-PK219506817,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
21,Trait-219506819,R917-PK219506817,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
22,MetaTrait-362417542,R917-PK219507596,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-12
23,Trait-219507599,R917-PK219507596,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
24,Trait-219507598,R917-PK219507596,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
25,Trait-219507597,R917-PK219507596,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
26,Trait-219505216,R917-PK219505214,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
27,Trait-219505219,R917-PK219505214,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
28,Trait-219505215,R917-PK219505214,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
29,Trait-219505218,R917-PK219505214,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
30,MetaTrait-362416117,R917-PK219505214,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
31,Trait-219505217,R917-PK219505214,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
32,Trait-219507565,R917-PK219507562,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
33,MetaTrait-362417530,R917-PK219507562,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
34,Trait-219507571,R917-PK219507562,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/W_MacKenzie,,,http://eol.org/schema/terms/W_MacKenzie
35,Trait-219507569,R917-PK219507562,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_McLaughlan,,,http://eol.org/schema/terms/M_McLaughlan
36,Trait-219507564,R917-PK219507562,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
37,Trait-219507570,R917-PK219507562,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
38,Trait-219507566,R917-PK219507562,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
39,Trait-219507563,R917-PK219507562,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
40,Trait-219507567,R917-PK219507562,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
41,Trait-219507568,R917-PK219507562,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
42,Trait-219507532,R917-PK219507531,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
43,MetaTrait-362417515,R917-PK219507531,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-12
44,Trait-219507534,R917-PK219507531,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
45,Trait-219507533,R917-PK219507531,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
46,MetaTrait-362416078,R917-PK219505124,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
47,Trait-219505132,R917-PK219505124,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/W_MacKenzie,,,http://eol.org/schema/terms/W_MacKenzie
48,Trait-219505129,R917-PK219505124,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
49,Trait-219505131,R917-PK219505124,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
50,Trait-219505125,R917-PK219505124,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
51,Trait-219505130,R917-PK219505124,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
52,Trait-219505128,R917-PK219505124,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
53,Trait-219505126,R917-PK219505124,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
54,Trait-219505127,R917-PK219505124,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
55,MetaTrait-362417488,R917-PK219507481,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-11
56,Trait-219507486,R917-PK219507481,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_McLaughlan,,,http://eol.org/schema/terms/M_McLaughlan
57,Trait-219507485,R917-PK219507481,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
58,Trait-219507487,R917-PK219507481,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/W_MacKenzie,,,http://eol.org/schema/terms/W_MacKenzie
59,Trait-219507482,R917-PK219507481,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
60,Trait-219507484,R917-PK219507481,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
61,Trait-219507483,R917-PK219507481,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
62,MetaTrait-362417491,R917-PK219507488,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-11
63,Trait-219507494,R917-PK219507488,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/W_MacKenzie,,,http://eol.org/schema/terms/W_MacKenzie
64,Trait-219507489,R917-PK219507488,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
65,Trait-219507493,R917-PK219507488,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_McLaughlan,,,http://eol.org/schema/terms/M_McLaughlan
66,Trait-219507491,R917-PK219507488,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
67,Trait-219507492,R917-PK219507488,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
68,Trait-219507490,R917-PK219507488,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
69,Trait-219506718,R917-PK219506716,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
70,Trait-219506719,R917-PK219506716,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_McLaughlan,,,http://eol.org/schema/terms/M_McLaughlan
71,Trait-219506717,R917-PK219506716,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
72,MetaTrait-362417125,R917-PK219506716,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-11
73,Trait-219507603,R917-PK219507600,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
74,MetaTrait-362417545,R917-PK219507600,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-12
75,Trait-219507602,R917-PK219507600,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
76,Trait-219507601,R917-PK219507600,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
77,MetaTrait-362417041,R917-PK219506584,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-11
78,Trait-219506587,R917-PK219506584,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/P_Uhlig,,,http://eol.org/schema/terms/P_Uhlig
79,Trait-219506585,R917-PK219506584,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
80,Trait-219506586,R917-PK219506584,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Wester,,,http://eol.org/schema/terms/M_Wester
81,Trait-219506531,R917-PK219506529,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_McLaughlan,,,http://eol.org/schema/terms/M_McLaughlan
82,Trait-219506530,R917-PK219506529,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
83,MetaTrait-362416996,R917-PK219506529,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-11
84,Trait-219506186,R917-PK219506182,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Wester,,,http://eol.org/schema/terms/M_Wester
85,Trait-219506187,R917-PK219506182,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/P_Uhlig,,,http://eol.org/schema/terms/P_Uhlig
86,Trait-219506184,R917-PK219506182,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
87,MetaTrait-362416762,R917-PK219506182,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Feb-14
88,Trait-219506183,R917-PK219506182,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Morneau,,,http://eol.org/schema/terms/C_Morneau
89,Trait-219506185,R917-PK219506182,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Major,,,http://eol.org/schema/terms/M_Major
90,Trait-219506513,R917-PK219506511,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
91,Trait-219506514,R917-PK219506511,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_McLaughlan,,,http://eol.org/schema/terms/M_McLaughlan
92,Trait-219506512,R917-PK219506511,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
93,MetaTrait-362416984,R917-PK219506511,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-11
94,Trait-219505973,R917-PK219505970,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Major,,,http://eol.org/schema/terms/M_Major
95,Trait-219505975,R917-PK219505970,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/P_Uhlig,,,http://eol.org/schema/terms/P_Uhlig
96,Trait-219505972,R917-PK219505970,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
97,Trait-219505974,R917-PK219505970,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Wester,,,http://eol.org/schema/terms/M_Wester
98,MetaTrait-362416639,R917-PK219505970,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Feb-12
99,Trait-219505971,R917-PK219505970,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Morneau,,,http://eol.org/schema/terms/C_Morneau
100,Trait-219506332,R917-PK219506329,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_McLaughlan,,,http://eol.org/schema/terms/M_McLaughlan
101,MetaTrait-362416861,R917-PK219506329,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-11
102,Trait-219506331,R917-PK219506329,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
103,Trait-219506333,R917-PK219506329,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Wester,,,http://eol.org/schema/terms/M_Wester
104,Trait-219506334,R917-PK219506329,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/P_Uhlig,,,http://eol.org/schema/terms/P_Uhlig
105,Trait-219506330,R917-PK219506329,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
106,Trait-219506845,R917-PK219506841,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
107,Trait-219506842,R917-PK219506841,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
108,Trait-219506846,R917-PK219506841,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
109,Trait-219506844,R917-PK219506841,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
110,Trait-219506843,R917-PK219506841,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
111,MetaTrait-362417197,R917-PK219506841,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
112,Trait-219506847,R917-PK219506841,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/W_MacKenzie,,,http://eol.org/schema/terms/W_MacKenzie
113,Trait-219507174,R917-PK219507169,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
114,Trait-219507175,R917-PK219507169,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
115,Trait-219507176,R917-PK219507169,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_McLaughlan,,,http://eol.org/schema/terms/M_McLaughlan
116,Trait-219507173,R917-PK219507169,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
117,Trait-219507170,R917-PK219507169,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
118,Trait-219507177,R917-PK219507169,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
119,Trait-219507171,R917-PK219507169,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
120,Trait-219507172,R917-PK219507169,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
121,MetaTrait-362417362,R917-PK219507169,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
122,Trait-219507178,R917-PK219507169,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/W_MacKenzie,,,http://eol.org/schema/terms/W_MacKenzie
123,Trait-219507431,R917-PK219507427,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
124,Trait-219507429,R917-PK219507427,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
125,Trait-219507435,R917-PK219507427,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/W_MacKenzie,,,http://eol.org/schema/terms/W_MacKenzie
126,Trait-219507433,R917-PK219507427,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
127,Trait-219507432,R917-PK219507427,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
128,MetaTrait-362417470,R917-PK219507427,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
129,Trait-219507434,R917-PK219507427,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
130,Trait-219507428,R917-PK219507427,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
131,Trait-219507430,R917-PK219507427,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
132,Trait-219506016,R917-PK219506012,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/P_Uhlig,,,http://eol.org/schema/terms/P_Uhlig
133,Trait-219506013,R917-PK219506012,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Morneau,,,http://eol.org/schema/terms/C_Morneau
134,MetaTrait-362416660,R917-PK219506012,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Aug-11
135,Trait-219506014,R917-PK219506012,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
136,Trait-219506015,R917-PK219506012,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Wester,,,http://eol.org/schema/terms/M_Wester
137,MetaTrait-362417053,R917-PK219506600,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-13
138,Trait-219506601,R917-PK219506600,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
139,Trait-219506603,R917-PK219506600,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/P_Uhlig,,,http://eol.org/schema/terms/P_Uhlig
140,Trait-219506602,R917-PK219506600,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Wester,,,http://eol.org/schema/terms/M_Wester
141,Trait-219507206,R917-PK219507199,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
142,Trait-219507200,R917-PK219507199,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
143,MetaTrait-362417371,R917-PK219507199,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
144,Trait-219507203,R917-PK219507199,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
145,Trait-219507207,R917-PK219507199,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/W_MacKenzie,,,http://eol.org/schema/terms/W_MacKenzie
146,Trait-219507201,R917-PK219507199,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
147,Trait-219507205,R917-PK219507199,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
148,Trait-219507204,R917-PK219507199,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
149,Trait-219507202,R917-PK219507199,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
150,Trait-219506574,R917-PK219506572,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Wester,,,http://eol.org/schema/terms/M_Wester
151,MetaTrait-362417032,R917-PK219506572,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-11
152,Trait-219506575,R917-PK219506572,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/P_Uhlig,,,http://eol.org/schema/terms/P_Uhlig
153,Trait-219506573,R917-PK219506572,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
154,Trait-219506035,R917-PK219506033,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
155,MetaTrait-362416672,R917-PK219506033,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-13
156,Trait-219506037,R917-PK219506033,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Wester,,,http://eol.org/schema/terms/M_Wester
157,Trait-219506036,R917-PK219506033,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Major,,,http://eol.org/schema/terms/M_Major
158,Trait-219506038,R917-PK219506033,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/P_Uhlig,,,http://eol.org/schema/terms/P_Uhlig
159,Trait-219506034,R917-PK219506033,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Morneau,,,http://eol.org/schema/terms/C_Morneau
160,MetaTrait-362416396,R917-PK219505588,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,May-13
161,Trait-219505590,R917-PK219505588,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
162,Trait-219505589,R917-PK219505588,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/B_Meades,,,http://eol.org/schema/terms/B_Meades
163,Trait-219507839,R917-PK219507837,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/S_Basquill,,,http://eol.org/schema/terms/S_Basquill
164,MetaTrait-362417731,R917-PK219507837,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Feb-12
165,Trait-219507838,R917-PK219507837,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
166,Trait-219506754,R917-PK219506753,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
167,Trait-219506755,R917-PK219506753,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_McLaughlan,,,http://eol.org/schema/terms/M_McLaughlan
168,MetaTrait-362417152,R917-PK219506753,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-11
169,Trait-219506539,R917-PK219506538,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
170,Trait-219506541,R917-PK219506538,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
171,Trait-219506540,R917-PK219506538,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
172,MetaTrait-362417005,R917-PK219506538,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-11
173,Trait-219505195,R917-PK219505190,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
174,MetaTrait-362416105,R917-PK219505190,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
175,Trait-219505193,R917-PK219505190,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
176,Trait-219505191,R917-PK219505190,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
177,Trait-219505192,R917-PK219505190,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
178,Trait-219505194,R917-PK219505190,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
179,Trait-219507028,R917-PK219507027,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
180,Trait-219507032,R917-PK219507027,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/W_MacKenzie,,,http://eol.org/schema/terms/W_MacKenzie
181,Trait-219507030,R917-PK219507027,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
182,Trait-219507031,R917-PK219507027,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
183,Trait-219507029,R917-PK219507027,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
184,MetaTrait-362417284,R917-PK219507027,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-12
185,Trait-219507522,R917-PK219507519,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/W_MacKenzie,,,http://eol.org/schema/terms/W_MacKenzie
186,Trait-219507521,R917-PK219507519,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
187,Trait-219507520,R917-PK219507519,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
188,MetaTrait-362417506,R917-PK219507519,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-12
189,Trait-219506211,R917-PK219506206,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/P_Uhlig,,,http://eol.org/schema/terms/P_Uhlig
190,Trait-219506207,R917-PK219506206,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Morneau,,,http://eol.org/schema/terms/C_Morneau
191,MetaTrait-362416774,R917-PK219506206,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Jan-14
192,Trait-219506210,R917-PK219506206,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Wester,,,http://eol.org/schema/terms/M_Wester
193,Trait-219506208,R917-PK219506206,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
194,Trait-219506209,R917-PK219506206,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Major,,,http://eol.org/schema/terms/M_Major
195,Trait-219506804,R917-PK219506801,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/W_MacKenzie,,,http://eol.org/schema/terms/W_MacKenzie
196,MetaTrait-362417173,R917-PK219506801,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-15
197,Trait-219506803,R917-PK219506801,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
198,Trait-219506802,R917-PK219506801,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
199,MetaTrait-362416597,R917-PK219505907,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-11
200,Trait-219505909,R917-PK219505907,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
201,Trait-219505911,R917-PK219505907,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/P_Uhlig,,,http://eol.org/schema/terms/P_Uhlig
202,Trait-219505910,R917-PK219505907,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Wester,,,http://eol.org/schema/terms/M_Wester
203,Trait-219505908,R917-PK219505907,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Morneau,,,http://eol.org/schema/terms/C_Morneau
204,MetaTrait-362417137,R917-PK219506734,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Feb-12
205,Trait-219506737,R917-PK219506734,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/P_Uhlig,,,http://eol.org/schema/terms/P_Uhlig
206,Trait-219506735,R917-PK219506734,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
207,Trait-219506736,R917-PK219506734,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Wester,,,http://eol.org/schema/terms/M_Wester
208,Trait-219507556,R917-PK219507549,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_McLaughlan,,,http://eol.org/schema/terms/M_McLaughlan
209,Trait-219507553,R917-PK219507549,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
210,Trait-219507550,R917-PK219507549,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
211,Trait-219507551,R917-PK219507549,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
212,Trait-219507557,R917-PK219507549,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
213,Trait-219507554,R917-PK219507549,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
214,MetaTrait-362417524,R917-PK219507549,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
215,Trait-219507558,R917-PK219507549,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/W_MacKenzie,,,http://eol.org/schema/terms/W_MacKenzie
216,Trait-219507555,R917-PK219507549,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
217,Trait-219507552,R917-PK219507549,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
218,Trait-219505248,R917-PK219505244,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
219,Trait-219505249,R917-PK219505244,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
220,Trait-219505247,R917-PK219505244,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
221,Trait-219505245,R917-PK219505244,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
222,MetaTrait-362416132,R917-PK219505244,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
223,Trait-219505246,R917-PK219505244,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
224,MetaTrait-362417290,R917-PK219507039,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-15
225,Trait-219507040,R917-PK219507039,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
226,Trait-219507041,R917-PK219507039,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
227,Trait-219507042,R917-PK219507039,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
228,Trait-219507044,R917-PK219507039,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/W_MacKenzie,,,http://eol.org/schema/terms/W_MacKenzie
229,Trait-219507043,R917-PK219507039,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
230,MetaTrait-362417746,R917-PK219507852,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Jan-11
231,Trait-219507853,R917-PK219507852,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
232,Trait-219507854,R917-PK219507852,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/S_Basquill,,,http://eol.org/schema/terms/S_Basquill
233,Trait-219506906,R917-PK219506905,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
234,Trait-219506910,R917-PK219506905,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
235,MetaTrait-362417233,R917-PK219506905,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
236,Trait-219506908,R917-PK219506905,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
237,Trait-219506909,R917-PK219506905,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
238,Trait-219506907,R917-PK219506905,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
239,MetaTrait-362417449,R917-PK219507370,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
240,Trait-219507371,R917-PK219507370,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
241,Trait-219507373,R917-PK219507370,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
242,Trait-219507374,R917-PK219507370,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
243,Trait-219507372,R917-PK219507370,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
244,Trait-219507375,R917-PK219507370,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
245,Trait-219507378,R917-PK219507370,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/W_MacKenzie,,,http://eol.org/schema/terms/W_MacKenzie
246,Trait-219507377,R917-PK219507370,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
247,Trait-219507376,R917-PK219507370,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
248,Trait-219506740,R917-PK219506738,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Wester,,,http://eol.org/schema/terms/M_Wester
249,Trait-219506739,R917-PK219506738,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
250,MetaTrait-362417140,R917-PK219506738,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Feb-12
251,Trait-219506741,R917-PK219506738,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/P_Uhlig,,,http://eol.org/schema/terms/P_Uhlig
252,Trait-219506102,R917-PK219506099,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Major,,,http://eol.org/schema/terms/M_Major
253,MetaTrait-362416711,R917-PK219506099,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,May-13
254,Trait-219506104,R917-PK219506099,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/P_Uhlig,,,http://eol.org/schema/terms/P_Uhlig
255,Trait-219506103,R917-PK219506099,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Wester,,,http://eol.org/schema/terms/M_Wester
256,Trait-219506100,R917-PK219506099,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Morneau,,,http://eol.org/schema/terms/C_Morneau
257,Trait-219506101,R917-PK219506099,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
258,Trait-219506189,R917-PK219506188,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Morneau,,,http://eol.org/schema/terms/C_Morneau
259,Trait-219506193,R917-PK219506188,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/P_Uhlig,,,http://eol.org/schema/terms/P_Uhlig
260,MetaTrait-362416765,R917-PK219506188,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Feb-14
261,Trait-219506192,R917-PK219506188,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Wester,,,http://eol.org/schema/terms/M_Wester
262,Trait-219506190,R917-PK219506188,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
263,Trait-219506191,R917-PK219506188,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_Major,,,http://eol.org/schema/terms/M_Major
264,Trait-219506369,R917-PK219506368,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
265,MetaTrait-362416888,R917-PK219506368,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-11
266,Trait-219506370,R917-PK219506368,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_McLaughlan,,,http://eol.org/schema/terms/M_McLaughlan
267,Trait-219506872,R917-PK219506869,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
268,Trait-219506871,R917-PK219506869,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
269,MetaTrait-362417209,R917-PK219506869,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-12
270,Trait-219506870,R917-PK219506869,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Archibald,,,http://eol.org/schema/terms/J_Archibald
271,Trait-219506702,R917-PK219506700,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
272,Trait-219506701,R917-PK219506700,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Baldwin,,,http://eol.org/schema/terms/K_Baldwin
273,MetaTrait-362417110,R917-PK219506700,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-11
274,Trait-219502700,R917-PK219502699,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
275,Trait-219502703,R917-PK219502699,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
276,Trait-219502702,R917-PK219502699,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
277,Trait-219502701,R917-PK219502699,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
278,Trait-219502704,R917-PK219502699,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
279,MetaTrait-362414749,R917-PK219502699,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
280,Trait-219502031,R917-PK219502029,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
281,Trait-219502034,R917-PK219502029,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
282,MetaTrait-362414416,R917-PK219502029,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
283,Trait-219502032,R917-PK219502029,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
284,Trait-219502030,R917-PK219502029,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
285,Trait-219502033,R917-PK219502029,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
286,Trait-219501942,R917-PK219501939,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
287,Trait-219501944,R917-PK219501939,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
288,Trait-219501941,R917-PK219501939,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
289,Trait-219501943,R917-PK219501939,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
290,MetaTrait-362414371,R917-PK219501939,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
291,Trait-219501940,R917-PK219501939,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
292,Trait-219504260,R917-PK219504257,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
293,MetaTrait-362415568,R917-PK219504257,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
294,Trait-219504259,R917-PK219504257,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
295,Trait-219504262,R917-PK219504257,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
296,Trait-219504261,R917-PK219504257,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
297,Trait-219504258,R917-PK219504257,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
298,Trait-219502108,R917-PK219502105,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
299,MetaTrait-362414452,R917-PK219502105,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
300,Trait-219502107,R917-PK219502105,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
301,Trait-219502110,R917-PK219502105,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
302,Trait-219502109,R917-PK219502105,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
303,Trait-219502106,R917-PK219502105,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
304,Trait-219504314,R917-PK219504311,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
305,MetaTrait-362415595,R917-PK219504311,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
306,Trait-219504313,R917-PK219504311,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
307,Trait-219504312,R917-PK219504311,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
308,Trait-219504315,R917-PK219504311,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
309,Trait-219504316,R917-PK219504311,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
310,MetaTrait-362415604,R917-PK219504329,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
311,Trait-219504331,R917-PK219504329,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
312,Trait-219504332,R917-PK219504329,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
313,Trait-219504333,R917-PK219504329,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
314,Trait-219504334,R917-PK219504329,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
315,Trait-219504330,R917-PK219504329,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
316,Trait-219502951,R917-PK219502949,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
317,Trait-219502950,R917-PK219502949,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
318,Trait-219502954,R917-PK219502949,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
319,MetaTrait-362414872,R917-PK219502949,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
320,Trait-219502952,R917-PK219502949,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
321,Trait-219502953,R917-PK219502949,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
322,MetaTrait-362414506,R917-PK219502213,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
323,Trait-219502214,R917-PK219502213,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
324,Trait-219502215,R917-PK219502213,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
325,Trait-219502218,R917-PK219502213,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
326,Trait-219502217,R917-PK219502213,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
327,Trait-219502216,R917-PK219502213,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
328,MetaTrait-362414437,R917-PK219502075,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
329,Trait-219502077,R917-PK219502075,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
330,Trait-219502080,R917-PK219502075,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
331,Trait-219502079,R917-PK219502075,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
332,Trait-219502078,R917-PK219502075,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
333,Trait-219502076,R917-PK219502075,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
334,Trait-219501865,R917-PK219501861,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
335,Trait-219501863,R917-PK219501861,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
336,Trait-219501866,R917-PK219501861,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
337,MetaTrait-362414332,R917-PK219501861,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
338,Trait-219501864,R917-PK219501861,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
339,Trait-219501862,R917-PK219501861,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
340,Trait-219502736,R917-PK219502733,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
341,Trait-219502734,R917-PK219502733,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
342,MetaTrait-362414764,R917-PK219502733,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
343,Trait-219502738,R917-PK219502733,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
344,Trait-219502737,R917-PK219502733,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
345,Trait-219502735,R917-PK219502733,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
346,MetaTrait-362414362,R917-PK219501921,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
347,Trait-219501926,R917-PK219501921,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
348,Trait-219501922,R917-PK219501921,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
349,Trait-219501923,R917-PK219501921,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
350,Trait-219501925,R917-PK219501921,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
351,Trait-219501924,R917-PK219501921,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
352,Trait-219501878,R917-PK219501873,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
353,Trait-219501875,R917-PK219501873,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
354,MetaTrait-362414338,R917-PK219501873,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
355,Trait-219501874,R917-PK219501873,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
356,Trait-219501876,R917-PK219501873,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
357,Trait-219501877,R917-PK219501873,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
358,Trait-219502774,R917-PK219502769,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
359,MetaTrait-362414782,R917-PK219502769,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
360,Trait-219502773,R917-PK219502769,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
361,Trait-219502770,R917-PK219502769,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
362,Trait-219502772,R917-PK219502769,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
363,Trait-219502771,R917-PK219502769,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
364,Trait-219502187,R917-PK219502183,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
365,Trait-219502184,R917-PK219502183,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
366,MetaTrait-362414491,R917-PK219502183,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
367,Trait-219502185,R917-PK219502183,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
368,Trait-219502188,R917-PK219502183,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
369,Trait-219502186,R917-PK219502183,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
370,Trait-219502144,R917-PK219502141,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
371,Trait-219502146,R917-PK219502141,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
372,Trait-219502143,R917-PK219502141,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
373,Trait-219502142,R917-PK219502141,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
374,Trait-219502145,R917-PK219502141,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
375,MetaTrait-362414470,R917-PK219502141,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
376,Trait-219502164,R917-PK219502159,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
377,Trait-219502160,R917-PK219502159,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
378,MetaTrait-362414479,R917-PK219502159,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
379,Trait-219502161,R917-PK219502159,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
380,Trait-219502162,R917-PK219502159,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
381,Trait-219502163,R917-PK219502159,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
382,Trait-219501994,R917-PK219501993,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
383,MetaTrait-362414398,R917-PK219501993,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
384,Trait-219501995,R917-PK219501993,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
385,Trait-219501997,R917-PK219501993,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
386,Trait-219501998,R917-PK219501993,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
387,Trait-219501996,R917-PK219501993,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
388,Trait-219501231,R917-PK219501230,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/A_Banner,,,http://eol.org/schema/terms/A_Banner
389,Trait-219501238,R917-PK219501230,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Boggs,,,http://eol.org/schema/terms/K_Boggs
390,Trait-219501239,R917-PK219501230,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/T_DeMeo,,,http://eol.org/schema/terms/T_DeMeo
391,Trait-219501237,R917-PK219501230,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Kagan,,,http://eol.org/schema/terms/J_Kagan
392,Trait-219501234,R917-PK219501230,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_McCain,,,http://eol.org/schema/terms/C_McCain
393,Trait-219501233,R917-PK219501230,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Chappell,,,http://eol.org/schema/terms/C_Chappell
394,MetaTrait-362413951,R917-PK219501230,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-05
395,Trait-219501236,R917-PK219501230,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/G_Kittel,,,http://eol.org/schema/terms/G_Kittel
396,Trait-219501235,R917-PK219501230,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/G_Cushon,,,http://eol.org/schema/terms/G_Cushon
397,Trait-219501232,R917-PK219501230,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Cadrin,,,http://eol.org/schema/terms/C_Cadrin
398,MetaTrait-362414074,R917-PK219501386,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-05
399,Trait-219501387,R917-PK219501386,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/J_Moran,,,http://eol.org/schema/terms/J_Moran
400,Trait-219503909,R917-PK219503907,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/M_McLaughlan,,,http://eol.org/schema/terms/M_McLaughlan
401,Trait-219503908,R917-PK219503907,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
402,MetaTrait-362415376,R917-PK219503907,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Nov-11
403,MetaTrait-362414380,R917-PK219501957,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
404,Trait-219501961,R917-PK219501957,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
405,Trait-219501958,R917-PK219501957,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
406,Trait-219501959,R917-PK219501957,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
407,Trait-219501962,R917-PK219501957,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
408,Trait-219501960,R917-PK219501957,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
409,Trait-219501896,R917-PK219501891,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
410,Trait-219501892,R917-PK219501891,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
411,MetaTrait-362414347,R917-PK219501891,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
412,Trait-219501895,R917-PK219501891,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
413,Trait-219501893,R917-PK219501891,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
414,Trait-219501894,R917-PK219501891,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
415,Trait-219504355,R917-PK219504353,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
416,MetaTrait-362415616,R917-PK219504353,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
417,Trait-219504354,R917-PK219504353,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
418,Trait-219504357,R917-PK219504353,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
419,Trait-219504358,R917-PK219504353,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
420,Trait-219504356,R917-PK219504353,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
421,Trait-219501910,R917-PK219501909,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/C_Kennedy,,,http://eol.org/schema/terms/C_Kennedy
422,Trait-219501911,R917-PK219501909,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/D_Meidinger,,,http://eol.org/schema/terms/D_Meidinger
423,Trait-219501914,R917-PK219501909,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/N_Flynn,,,http://eol.org/schema/terms/N_Flynn
424,Trait-219501912,R917-PK219501909,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_Chapman,,,http://eol.org/schema/terms/K_Chapman
425,MetaTrait-362414356,R917-PK219501909,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,Mar-17
426,Trait-219501913,R917-PK219501909,http://rs.tdwg.org/dwc/terms/measurementDeterminedBy,http://eol.org/schema/terms/K_McKenna,,,http://eol.org/schema/terms/K_McKenna
427,Trait-219256353,R266-PK219289035,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/9d7fc836-8588-408a-bcc0-c22360bf4a24,,,https://www.gbif.org/dataset/9d7fc836-8588-408a-bcc0-c22360bf4a24
428,Trait-219232038,R266-PK219289035,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/1881d048-04f9-4bc2-b7c8-931d1659a354,,,https://www.gbif.org/dataset/1881d048-04f9-4bc2-b7c8-931d1659a354
429,Trait-219233060,R266-PK219276920,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d,,,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d
430,Trait-219294259,R266-PK219259799,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/07044577-bd82-4089-9f3a-f4a9d2170b2e,,,https://www.gbif.org/dataset/07044577-bd82-4089-9f3a-f4a9d2170b2e
431,Trait-219301916,R266-PK219259799,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d,,,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d
432,Trait-219241133,R266-PK219308426,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/231c5bcf-1b56-4905-a398-6d0e18f6de1a,,,https://www.gbif.org/dataset/231c5bcf-1b56-4905-a398-6d0e18f6de1a
433,Trait-219251804,R266-PK219289388,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/07044577-bd82-4089-9f3a-f4a9d2170b2e,,,https://www.gbif.org/dataset/07044577-bd82-4089-9f3a-f4a9d2170b2e
434,Trait-219228702,R266-PK219289388,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/85818aea-f762-11e1-a439-00145eb45e9a,,,https://www.gbif.org/dataset/85818aea-f762-11e1-a439-00145eb45e9a
435,Trait-219320207,R266-PK219289388,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/1881d048-04f9-4bc2-b7c8-931d1659a354,,,https://www.gbif.org/dataset/1881d048-04f9-4bc2-b7c8-931d1659a354
436,Trait-219313257,R266-PK219289388,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d,,,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d
437,Trait-219286601,R266-PK219287923,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/15f819bd-6612-4447-854b-14d12ee1022d,,,https://www.gbif.org/dataset/15f819bd-6612-4447-854b-14d12ee1022d
438,Trait-219242493,R266-PK219287923,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/231c5bcf-1b56-4905-a398-6d0e18f6de1a,,,https://www.gbif.org/dataset/231c5bcf-1b56-4905-a398-6d0e18f6de1a
439,Trait-219298905,R266-PK219287923,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/b740eaa0-0679-41dc-acb7-990d562dfa37,,,https://www.gbif.org/dataset/b740eaa0-0679-41dc-acb7-990d562dfa37
440,Trait-219278235,R266-PK219287923,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d,,,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d
441,Trait-219230514,R266-PK219287923,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/1881d048-04f9-4bc2-b7c8-931d1659a354,,,https://www.gbif.org/dataset/1881d048-04f9-4bc2-b7c8-931d1659a354
442,Trait-219233094,R266-PK219287923,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/07044577-bd82-4089-9f3a-f4a9d2170b2e,,,https://www.gbif.org/dataset/07044577-bd82-4089-9f3a-f4a9d2170b2e
443,Trait-219255506,R266-PK219289267,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/07044577-bd82-4089-9f3a-f4a9d2170b2e,,,https://www.gbif.org/dataset/07044577-bd82-4089-9f3a-f4a9d2170b2e
444,Trait-219252075,R266-PK219289267,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/231c5bcf-1b56-4905-a398-6d0e18f6de1a,,,https://www.gbif.org/dataset/231c5bcf-1b56-4905-a398-6d0e18f6de1a
445,Trait-219287052,R266-PK219289267,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d,,,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d
446,Trait-219231772,R266-PK219289267,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/96867b98-f762-11e1-a439-00145eb45e9a,,,https://www.gbif.org/dataset/96867b98-f762-11e1-a439-00145eb45e9a
447,Trait-219248185,R266-PK219257055,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/15f819bd-6612-4447-854b-14d12ee1022d,,,https://www.gbif.org/dataset/15f819bd-6612-4447-854b-14d12ee1022d
448,Trait-219311158,R266-PK219257055,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/1881d048-04f9-4bc2-b7c8-931d1659a354,,,https://www.gbif.org/dataset/1881d048-04f9-4bc2-b7c8-931d1659a354
449,Trait-219272893,R266-PK219257055,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/cd6e21c8-9e8a-493a-8a76-fbf7862069e5,,,https://www.gbif.org/dataset/cd6e21c8-9e8a-493a-8a76-fbf7862069e5
450,Trait-219307573,R266-PK219257055,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d,,,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d
451,Trait-219291801,R266-PK219257055,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/42301ebf-d36a-4e4f-a061-d37d778c2365,,,https://www.gbif.org/dataset/42301ebf-d36a-4e4f-a061-d37d778c2365
452,Trait-219228128,R266-PK219257055,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/17efa320-7312-4b55-bf0a-a4cfc4613169,,,https://www.gbif.org/dataset/17efa320-7312-4b55-bf0a-a4cfc4613169
453,Trait-219272288,R266-PK219257055,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/231c5bcf-1b56-4905-a398-6d0e18f6de1a,,,https://www.gbif.org/dataset/231c5bcf-1b56-4905-a398-6d0e18f6de1a
454,Trait-219267587,R266-PK219256466,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/07044577-bd82-4089-9f3a-f4a9d2170b2e,,,https://www.gbif.org/dataset/07044577-bd82-4089-9f3a-f4a9d2170b2e
455,Trait-219234381,R266-PK219238433,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/85818aea-f762-11e1-a439-00145eb45e9a,,,https://www.gbif.org/dataset/85818aea-f762-11e1-a439-00145eb45e9a
456,Trait-219321541,R266-PK219238433,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/231c5bcf-1b56-4905-a398-6d0e18f6de1a,,,https://www.gbif.org/dataset/231c5bcf-1b56-4905-a398-6d0e18f6de1a
457,Trait-219303049,R266-PK219238433,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/b740eaa0-0679-41dc-acb7-990d562dfa37,,,https://www.gbif.org/dataset/b740eaa0-0679-41dc-acb7-990d562dfa37
458,Trait-219264200,R266-PK219238433,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/07044577-bd82-4089-9f3a-f4a9d2170b2e,,,https://www.gbif.org/dataset/07044577-bd82-4089-9f3a-f4a9d2170b2e
459,Trait-219273514,R266-PK219238433,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d,,,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d
460,Trait-219301409,R266-PK219238433,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/1881d048-04f9-4bc2-b7c8-931d1659a354,,,https://www.gbif.org/dataset/1881d048-04f9-4bc2-b7c8-931d1659a354
461,Trait-219261181,R266-PK219242094,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/b5cdf794-8fa4-4a85-8b26-755d087bf531,,,https://www.gbif.org/dataset/b5cdf794-8fa4-4a85-8b26-755d087bf531
462,Trait-219260959,R266-PK219249411,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/96867b98-f762-11e1-a439-00145eb45e9a,,,https://www.gbif.org/dataset/96867b98-f762-11e1-a439-00145eb45e9a
463,Trait-219293371,R266-PK219249411,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d,,,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d
464,Trait-219294595,R266-PK219249411,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/1881d048-04f9-4bc2-b7c8-931d1659a354,,,https://www.gbif.org/dataset/1881d048-04f9-4bc2-b7c8-931d1659a354
465,Trait-219236394,R266-PK219249411,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/85818aea-f762-11e1-a439-00145eb45e9a,,,https://www.gbif.org/dataset/85818aea-f762-11e1-a439-00145eb45e9a
466,Trait-219232306,R266-PK219249411,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/85802736-f762-11e1-a439-00145eb45e9a,,,https://www.gbif.org/dataset/85802736-f762-11e1-a439-00145eb45e9a
467,Trait-219261693,R266-PK219249411,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/07044577-bd82-4089-9f3a-f4a9d2170b2e,,,https://www.gbif.org/dataset/07044577-bd82-4089-9f3a-f4a9d2170b2e
468,Trait-219234183,R266-PK219235289,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/14d5676a-2c54-4f94-9023-1e8dcd822aa0,,,https://www.gbif.org/dataset/14d5676a-2c54-4f94-9023-1e8dcd822aa0
469,Trait-219231282,R266-PK219235289,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/231c5bcf-1b56-4905-a398-6d0e18f6de1a,,,https://www.gbif.org/dataset/231c5bcf-1b56-4905-a398-6d0e18f6de1a
470,Trait-219232942,R266-PK219235289,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/1881d048-04f9-4bc2-b7c8-931d1659a354,,,https://www.gbif.org/dataset/1881d048-04f9-4bc2-b7c8-931d1659a354
471,Trait-219233549,R266-PK219235289,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d,,,https://www.gbif.org/dataset/f9c264e3-d808-4b42-8091-87cafca2e38d
472,Trait-219238034,R266-PK219235289,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/b740eaa0-0679-41dc-acb7-990d562dfa37,,,https://www.gbif.org/dataset/b740eaa0-0679-41dc-acb7-990d562dfa37
473,Trait-218013629,R376-PK218008092,http://purl.org/dc/terms/contributor,https://www.gbif.org/dataset/85802736-f762-11e1-a439-00145eb45e9a,,,https://www.gbif.org/dataset/85802736-f762-11e1-a439-00145eb45e9a
474,MetaTrait-361139867,R144-PK214859310,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,2001
475,MetaTrait-361137073,R144-PK214857913,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,2001
476,MetaTrait-361136949,R144-PK214857851,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,1990
477,MetaTrait-361135037,R144-PK214856895,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,2001
478,MetaTrait-361135677,R144-PK214857215,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,1994
479,MetaTrait-361133935,R144-PK214856344,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,2000
480,MetaTrait-361134121,R144-PK214856437,http://rs.tdwg.org/dwc/terms/measurementDeterminedDate,,,,1996
481,MetaTrait-253524529,R405-PK131827596,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
482,MetaTrait-253521282,R405-PK131824338,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
483,MetaTrait-253505155,R405-PK131808190,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
484,MetaTrait-253505037,R405-PK131808072,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
485,MetaTrait-253495864,R405-PK131798880,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
486,MetaTrait-253487774,R405-PK131790782,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
487,MetaTrait-253485989,R405-PK131788994,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
488,MetaTrait-253485604,R405-PK131788606,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
489,MetaTrait-253476405,R405-PK131779400,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
490,MetaTrait-253473637,R405-PK131776628,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
491,MetaTrait-253472306,R405-PK131775296,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
492,MetaTrait-253448773,R405-PK131751740,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
493,MetaTrait-253440424,R405-PK131743384,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
494,MetaTrait-253420017,R407-PK131722958,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
495,MetaTrait-253413753,R407-PK131716682,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
496,MetaTrait-253407793,R407-PK131710716,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
497,MetaTrait-253404855,R407-PK131707772,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
498,MetaTrait-253402503,R407-PK131705416,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
499,MetaTrait-253403628,R407-PK131706544,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
500,MetaTrait-253398744,R407-PK131701648,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
501,MetaTrait-253393016,R407-PK131695908,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
502,MetaTrait-253391285,R407-PK131694174,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
503,MetaTrait-253352915,R407-PK131655764,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
504,MetaTrait-253348540,R407-PK131651386,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
505,MetaTrait-253317996,R407-PK131620824,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
506,MetaTrait-253315225,R407-PK131618052,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
507,MetaTrait-253305630,R407-PK131608448,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
508,MetaTrait-253209625,R471-PK131512356,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
509,MetaTrait-253086079,R101-PK131388760,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
510,MetaTrait-253073590,R101-PK131376252,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
511,MetaTrait-253069780,R101-PK131372430,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
512,MetaTrait-253066587,R101-PK131369226,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
513,MetaTrait-253049118,R101-PK131351728,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
514,MetaTrait-253044385,R101-PK131346988,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
515,MetaTrait-253010750,R101-PK131313300,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
516,MetaTrait-252997727,R101-PK131300262,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
517,MetaTrait-252991889,R101-PK131294420,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
518,MetaTrait-252983275,R101-PK131285796,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
519,MetaTrait-252980215,R101-PK131282734,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
520,MetaTrait-252961970,R101-PK131264470,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
521,MetaTrait-252949039,R101-PK131251524,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
522,MetaTrait-252948028,R101-PK131250510,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
523,MetaTrait-252943089,R101-PK131245566,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
524,MetaTrait-252939384,R101-PK131241858,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
525,MetaTrait-252938950,R101-PK131241424,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
526,MetaTrait-252932013,R101-PK131234480,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
527,MetaTrait-252930957,R101-PK131233424,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
528,MetaTrait-252928881,R101-PK131231346,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
529,MetaTrait-252929217,R101-PK131231682,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
530,MetaTrait-252909501,R406-PK131211944,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
531,MetaTrait-252906709,R406-PK131209146,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
532,MetaTrait-252901192,R406-PK131203620,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
533,MetaTrait-252891366,R406-PK131193778,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
534,MetaTrait-252874253,R406-PK131176646,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
535,MetaTrait-252853607,R406-PK131155980,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
536,MetaTrait-252847836,R406-PK131150202,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
537,MetaTrait-252836634,R406-PK131138982,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
538,MetaTrait-252830850,R406-PK131133194,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
539,MetaTrait-252829546,R406-PK131131890,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
540,MetaTrait-252818974,R406-PK131121310,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
541,MetaTrait-252820042,R406-PK131122378,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
542,MetaTrait-252810360,R406-PK131112686,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
543,MetaTrait-252791578,R406-PK131093896,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
544,MetaTrait-252785252,R406-PK131087566,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
545,MetaTrait-252783729,R406-PK131086042,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
546,MetaTrait-252779058,R406-PK131081366,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
547,MetaTrait-252775641,R406-PK131077948,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
548,MetaTrait-252773488,R406-PK131075794,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
549,MetaTrait-252769453,R406-PK131071758,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
550,MetaTrait-252764833,R406-PK131067136,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
551,MetaTrait-252764605,R406-PK131066908,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
552,MetaTrait-252765626,R406-PK131067930,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
553,MetaTrait-252765878,R406-PK131068182,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
554,MetaTrait-252763712,R406-PK131066014,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
555,MetaTrait-252759953,R406-PK131062252,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
556,MetaTrait-252756782,R406-PK131059080,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
557,MetaTrait-252754852,R406-PK131057148,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
558,MetaTrait-252740992,R441-PK131043282,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
559,MetaTrait-252696022,R450-PK130998304,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
560,MetaTrait-252667992,R98-PK130970262,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
561,MetaTrait-252654223,R98-PK130956476,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
562,MetaTrait-252652828,R98-PK130955080,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
563,MetaTrait-252640089,R98-PK130942326,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
564,MetaTrait-252635505,R98-PK130937738,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
565,MetaTrait-252612346,R98-PK130914564,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
566,MetaTrait-252590988,R98-PK130893184,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
567,MetaTrait-252578870,R98-PK130881058,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
568,MetaTrait-252575417,R98-PK130877604,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
569,MetaTrait-252564931,R98-PK130867114,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
570,MetaTrait-252564610,R98-PK130866792,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
571,MetaTrait-252560760,R98-PK130862938,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
572,MetaTrait-252555410,R98-PK130857582,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
573,MetaTrait-252546698,R98-PK130848866,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
574,MetaTrait-252546712,R98-PK130848880,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
575,MetaTrait-252541753,R98-PK130843920,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
576,MetaTrait-252540270,R98-PK130842436,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
577,MetaTrait-252533140,R98-PK130835296,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
578,MetaTrait-252485328,R498-PK130787468,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
579,MetaTrait-252485790,R498-PK130787930,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
580,MetaTrait-252485252,R498-PK130787392,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
581,MetaTrait-252481089,R498-PK130783228,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
582,MetaTrait-252472622,R498-PK130774756,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
583,MetaTrait-252457177,R482-PK130759302,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
584,MetaTrait-252374792,R491-PK130676818,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
585,MetaTrait-252371719,R491-PK130673744,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
586,MetaTrait-252340561,R456-PK130642572,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
587,MetaTrait-252305740,R489-PK130607748,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
588,MetaTrait-252254427,R451-PK130556378,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
589,MetaTrait-252190929,R480-PK130492868,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
590,MetaTrait-252214889,R449-PK130516832,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
591,MetaTrait-252182355,R452-PK130484290,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
592,MetaTrait-242931362,R253-PK125428993,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
593,MetaTrait-242923004,R253-PK125420615,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
594,MetaTrait-242913502,R253-PK125411091,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
595,MetaTrait-242911596,R253-PK125409183,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
596,MetaTrait-242906536,R253-PK125404117,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
597,MetaTrait-242884969,R253-PK125382513,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
598,MetaTrait-242884981,R253-PK125382525,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
599,MetaTrait-242869002,R253-PK125366525,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
600,MetaTrait-242861570,R253-PK125359087,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
601,MetaTrait-242856727,R253-PK125354241,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
602,MetaTrait-242851242,R253-PK125348751,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
603,MetaTrait-242846663,R253-PK125344169,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
604,MetaTrait-242843788,R253-PK125341293,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
605,MetaTrait-242831083,R253-PK125328575,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
606,MetaTrait-242826514,R253-PK125324005,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
607,MetaTrait-242824690,R253-PK125322179,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
608,MetaTrait-242823835,R253-PK125321323,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
609,MetaTrait-242821469,R253-PK125318955,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
610,MetaTrait-242811806,R253-PK125309287,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
611,MetaTrait-242812965,R253-PK125310447,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
612,MetaTrait-242810748,R253-PK125308229,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
613,MetaTrait-242809407,R253-PK125306887,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
614,MetaTrait-242808762,R253-PK125306241,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
615,MetaTrait-242805475,R253-PK125302953,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
616,MetaTrait-242804195,R253-PK125301673,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
617,MetaTrait-242801516,R253-PK125298993,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
618,MetaTrait-242799492,R253-PK125296969,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
619,MetaTrait-242794427,R253-PK125291899,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
620,MetaTrait-242791319,R253-PK125288791,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
621,MetaTrait-242774734,R220-PK125272187,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
622,MetaTrait-242769038,R220-PK125266481,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
623,MetaTrait-242765631,R220-PK125263069,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
624,MetaTrait-242757048,R220-PK125254483,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
625,MetaTrait-242751494,R220-PK125248923,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
626,MetaTrait-242749333,R220-PK125246761,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
627,MetaTrait-242748881,R220-PK125246309,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
628,MetaTrait-242746121,R220-PK125243547,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
629,MetaTrait-242738975,R220-PK125236397,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
630,MetaTrait-242737272,R220-PK125234693,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
631,MetaTrait-242730639,R220-PK125228055,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
632,MetaTrait-242721982,R220-PK125219397,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
633,MetaTrait-242717163,R220-PK125214575,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
634,MetaTrait-242712003,R220-PK125209413,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
635,MetaTrait-211134854,R199-PK114103705,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
636,MetaTrait-210966477,R228-PK113935101,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
637,MetaTrait-210962873,R228-PK113931489,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
638,MetaTrait-210962572,R228-PK113931187,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
639,MetaTrait-210949122,R228-PK113917715,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
640,MetaTrait-210945346,R228-PK113913927,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
641,MetaTrait-210936967,R228-PK113905531,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
642,MetaTrait-210938705,R228-PK113907273,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
643,MetaTrait-210933453,R228-PK113902009,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
644,MetaTrait-210932701,R228-PK113901257,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
645,MetaTrait-210931200,R228-PK113899751,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
646,MetaTrait-210930095,R228-PK113898645,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
647,MetaTrait-210921133,R228-PK113889665,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
648,MetaTrait-210922508,R228-PK113891047,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
649,MetaTrait-210918343,R228-PK113886871,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
650,MetaTrait-210918696,R228-PK113887225,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
651,MetaTrait-210915064,R228-PK113883587,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
652,MetaTrait-210913135,R228-PK113881657,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
653,MetaTrait-210914536,R228-PK113883059,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
654,MetaTrait-210908394,R228-PK113876909,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
655,MetaTrait-210907246,R228-PK113875759,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
656,MetaTrait-210900558,R160-PK113869060,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
657,MetaTrait-210900672,R160-PK113869174,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
658,MetaTrait-210901999,R160-PK113870504,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
659,MetaTrait-210896546,R160-PK113865046,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
660,MetaTrait-210895702,R160-PK113864202,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
661,MetaTrait-210895452,R160-PK113863952,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
662,MetaTrait-210884546,R160-PK113853038,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
663,MetaTrait-210878771,R160-PK113847260,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
664,MetaTrait-210873957,R160-PK113842442,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
665,MetaTrait-210867835,R160-PK113836316,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
666,MetaTrait-210860630,R160-PK113829108,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
667,MetaTrait-210859970,R160-PK113828448,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
668,MetaTrait-196836464,R353-PK106551317,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
669,MetaTrait-196834869,R353-PK106549721,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
670,MetaTrait-196827500,R353-PK106542351,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
671,MetaTrait-196825918,R353-PK106540769,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
672,MetaTrait-196823159,R353-PK106538009,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
673,MetaTrait-196823791,R353-PK106538641,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
674,MetaTrait-196824922,R353-PK106539773,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
675,MetaTrait-196821812,R352-PK106536662,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
676,MetaTrait-196818623,R352-PK106533472,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
677,MetaTrait-196817470,R352-PK106532318,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
678,MetaTrait-196817806,R352-PK106532654,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
679,MetaTrait-196815556,R352-PK106530404,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
680,MetaTrait-196816378,R352-PK106531226,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
681,MetaTrait-196811482,R352-PK106526328,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
682,MetaTrait-196810724,R352-PK106525570,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
683,MetaTrait-196811018,R352-PK106525864,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
684,MetaTrait-196809144,R351-PK106523991,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
685,MetaTrait-196805694,R351-PK106520541,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
686,MetaTrait-196802591,R347-PK106517431,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
687,MetaTrait-196798214,R346-PK106513054,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
688,MetaTrait-196799601,R346-PK106514442,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
689,MetaTrait-196799076,R346-PK106513916,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
690,MetaTrait-196795200,R345-PK106510042,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
691,MetaTrait-196753110,R350-PK106468328,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
692,MetaTrait-196751352,R350-PK106466566,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
693,MetaTrait-196745219,R350-PK106460428,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
694,MetaTrait-196725709,R349-PK106440889,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
695,MetaTrait-196696846,R349-PK106411995,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
696,MetaTrait-196695760,R349-PK106410909,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
697,MetaTrait-196696214,R349-PK106411363,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
698,MetaTrait-196691255,R349-PK106406403,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
699,MetaTrait-196671647,R152-PK106386761,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
700,MetaTrait-196665683,R152-PK106380783,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
701,MetaTrait-196665107,R152-PK106380205,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
702,MetaTrait-196665252,R152-PK106380351,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
703,MetaTrait-196656214,R152-PK106371291,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
704,MetaTrait-196640209,R152-PK106355251,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
705,MetaTrait-196635305,R152-PK106350339,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
706,MetaTrait-196628614,R152-PK106343641,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
707,MetaTrait-196626145,R152-PK106341169,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
708,MetaTrait-196623163,R152-PK106338185,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
709,MetaTrait-196618641,R152-PK106333661,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
710,MetaTrait-196614948,R152-PK106329967,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
711,MetaTrait-196608725,R152-PK106323741,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
712,MetaTrait-196603580,R152-PK106318593,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
713,MetaTrait-196603128,R152-PK106318139,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
714,MetaTrait-196593830,R152-PK106308841,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
715,MetaTrait-196590260,R152-PK106305267,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
716,MetaTrait-196584612,R152-PK106299615,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
717,MetaTrait-196583200,R152-PK106298203,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
718,MetaTrait-196583354,R152-PK106298357,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
719,MetaTrait-196583824,R152-PK106298827,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
720,MetaTrait-196578042,R342-PK106293041,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
721,MetaTrait-196572973,R342-PK106287967,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
722,MetaTrait-196567933,R339-PK106282926,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
723,MetaTrait-196565226,R339-PK106280218,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
724,MetaTrait-196566455,R339-PK106281448,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
725,MetaTrait-196564828,R339-PK106279820,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
726,MetaTrait-196558491,R339-PK106273482,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
727,MetaTrait-196524992,R336-PK106240162,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
728,MetaTrait-196525786,R336-PK106240956,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
729,MetaTrait-196524458,R336-PK106239628,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
730,MetaTrait-196521865,R336-PK106237034,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
731,MetaTrait-196519883,R336-PK106235052,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
732,MetaTrait-196516987,R335-PK106232155,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
733,MetaTrait-196510479,R333-PK106225646,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
734,MetaTrait-196504806,R332-PK106219973,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
735,MetaTrait-196506196,R332-PK106221363,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
736,MetaTrait-196503754,R332-PK106218919,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
737,MetaTrait-196501957,R332-PK106217121,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
738,MetaTrait-196501613,R332-PK106216777,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
739,MetaTrait-196501725,R332-PK106216889,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
740,MetaTrait-196500531,R332-PK106215695,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
741,MetaTrait-196106012,R318-PK105821141,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
742,MetaTrait-196101280,R318-PK105816401,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
743,MetaTrait-196099788,R318-PK105814909,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
744,MetaTrait-196098806,R318-PK105813927,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
745,MetaTrait-196099334,R318-PK105814455,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
746,MetaTrait-196099590,R318-PK105814711,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
747,MetaTrait-196099514,R318-PK105814635,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
748,MetaTrait-196485873,R331-PK106201036,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
749,MetaTrait-196484491,R331-PK106199654,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
750,MetaTrait-196484453,R331-PK106199616,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
751,MetaTrait-196482823,R398-PK106197983,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
752,MetaTrait-196479854,R398-PK106195013,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
753,MetaTrait-196478298,R398-PK106193457,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
754,MetaTrait-196478166,R398-PK106193325,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
755,MetaTrait-196473173,R272-PK106188330,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
756,MetaTrait-196470181,R272-PK106185334,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
757,MetaTrait-196467350,R272-PK106182498,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
758,MetaTrait-196453981,R272-PK106169120,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
759,MetaTrait-196439988,R272-PK106155108,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
760,MetaTrait-196436578,R272-PK106151698,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
761,MetaTrait-196437932,R272-PK106153052,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
762,MetaTrait-196431651,R272-PK106146768,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
763,MetaTrait-196428075,R272-PK106143190,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
764,MetaTrait-196428635,R272-PK106143750,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
765,MetaTrait-196427885,R272-PK106143000,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
766,MetaTrait-196426699,R272-PK106141814,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
767,MetaTrait-196427711,R272-PK106142826,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
768,MetaTrait-196426941,R272-PK106142056,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
769,MetaTrait-196377527,R329-PK106092873,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
770,MetaTrait-196378278,R329-PK106093625,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
771,MetaTrait-196378566,R329-PK106093913,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
772,MetaTrait-196360352,R328-PK106075680,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
773,MetaTrait-196357766,R328-PK106073092,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
774,MetaTrait-196356003,R328-PK106071328,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
775,MetaTrait-196356173,R328-PK106071498,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
776,MetaTrait-196348418,R328-PK106063736,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
777,MetaTrait-196347381,R328-PK106062698,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
778,MetaTrait-196344421,R328-PK106059736,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
779,MetaTrait-196341781,R328-PK106057092,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
780,MetaTrait-196327521,R327-PK106042818,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
781,MetaTrait-196324343,R327-PK106039636,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
782,MetaTrait-196322367,R327-PK106037658,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
783,MetaTrait-196320872,R327-PK106036162,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
784,MetaTrait-196322491,R327-PK106037782,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
785,MetaTrait-196312434,R327-PK106027720,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
786,MetaTrait-196308899,R327-PK106024184,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
787,MetaTrait-196310241,R327-PK106025526,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
788,MetaTrait-196306808,R327-PK106022092,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
789,MetaTrait-196306006,R327-PK106021290,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
790,MetaTrait-196301297,R327-PK106016580,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
791,MetaTrait-196300993,R327-PK106016276,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
792,MetaTrait-196299605,R326-PK106014889,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
793,MetaTrait-196298417,R326-PK106013701,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
794,MetaTrait-196298825,R326-PK106014109,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
795,MetaTrait-196298133,R326-PK106013417,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
796,MetaTrait-196296759,R325-PK106012044,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
797,MetaTrait-196296118,R325-PK106011402,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
798,MetaTrait-196296030,R325-PK106011314,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
799,MetaTrait-196293601,R325-PK106008882,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
800,MetaTrait-196288914,R325-PK106004184,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
801,MetaTrait-196287670,R325-PK106002940,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
802,MetaTrait-196289216,R325-PK106004486,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
803,MetaTrait-196286504,R325-PK106001774,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
804,MetaTrait-196286382,R325-PK106001652,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
805,MetaTrait-196286612,R325-PK106001882,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
806,MetaTrait-196285987,R325-PK106001256,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
807,MetaTrait-196284463,R325-PK105999732,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
808,MetaTrait-196284955,R325-PK106000224,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
809,MetaTrait-196284347,R325-PK105999616,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
810,MetaTrait-196285113,R325-PK106000382,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
811,MetaTrait-196279283,R325-PK105994544,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
812,MetaTrait-196275818,R325-PK105991074,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
813,MetaTrait-196270229,R325-PK105985482,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
814,MetaTrait-196269632,R325-PK105984882,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
815,MetaTrait-196268915,R325-PK105984164,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
816,MetaTrait-196262116,R325-PK105977354,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
817,MetaTrait-196260377,R325-PK105975614,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
818,MetaTrait-196255268,R323-PK105970504,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
819,MetaTrait-196254778,R323-PK105970014,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
820,MetaTrait-196253934,R323-PK105969170,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
821,MetaTrait-196251666,R324-PK105966899,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
822,MetaTrait-196242591,R324-PK105957811,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
823,MetaTrait-196242479,R324-PK105957699,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
824,MetaTrait-196237317,R324-PK105952535,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
825,MetaTrait-196236211,R324-PK105951429,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
826,MetaTrait-196232151,R324-PK105947369,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
827,MetaTrait-196230433,R324-PK105945651,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
828,MetaTrait-196229321,R324-PK105944539,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
829,MetaTrait-196229151,R324-PK105944369,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
830,MetaTrait-196223753,R322-PK105938966,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
831,MetaTrait-196222096,R322-PK105937306,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
832,MetaTrait-196219498,R322-PK105934706,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
833,MetaTrait-196209300,R322-PK105924494,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
834,MetaTrait-196210101,R322-PK105925296,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
835,MetaTrait-196205533,R322-PK105920726,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
836,MetaTrait-196198166,R322-PK105913350,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
837,MetaTrait-196198546,R322-PK105913732,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
838,MetaTrait-196189097,R322-PK105904274,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
839,MetaTrait-196174119,R322-PK105889286,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
840,MetaTrait-196174213,R322-PK105889380,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
841,MetaTrait-196164866,R322-PK105880026,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
842,MetaTrait-196160924,R322-PK105876082,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
843,MetaTrait-196153903,R322-PK105869054,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
844,MetaTrait-196154937,R322-PK105870090,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
845,MetaTrait-196152804,R322-PK105867954,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
846,MetaTrait-196151011,R322-PK105866160,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
847,MetaTrait-196147449,R322-PK105862596,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
848,MetaTrait-196147793,R322-PK105862940,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
849,MetaTrait-196147537,R322-PK105862684,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
850,MetaTrait-196145953,R322-PK105861100,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
851,MetaTrait-196137025,R322-PK105852168,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
852,MetaTrait-196136721,R322-PK105851864,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
853,MetaTrait-196132371,R322-PK105847514,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
854,MetaTrait-196129816,R322-PK105844958,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
855,MetaTrait-196130734,R322-PK105845876,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
856,MetaTrait-196127766,R320-PK105842907,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
857,MetaTrait-196121907,R320-PK105837045,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
858,MetaTrait-196117617,R320-PK105832755,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
859,MetaTrait-196115312,R319-PK105830448,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
860,MetaTrait-196115086,R319-PK105830222,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
861,MetaTrait-196111892,R319-PK105827028,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
862,MetaTrait-196113010,R319-PK105828146,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
863,MetaTrait-196113254,R319-PK105828390,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
864,MetaTrait-196096001,R831-PK105811122,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
865,MetaTrait-196094168,R831-PK105809286,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
866,MetaTrait-196092057,R831-PK105807172,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
867,MetaTrait-196090583,R831-PK105805692,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
868,MetaTrait-196084287,R831-PK105799388,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
869,MetaTrait-196082844,R831-PK105797944,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
870,MetaTrait-196066829,R831-PK105781914,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
871,MetaTrait-196066137,R831-PK105781220,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
872,MetaTrait-196055185,R831-PK105770248,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
873,MetaTrait-196054276,R831-PK105769338,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
874,MetaTrait-196050804,R831-PK105765864,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
875,MetaTrait-196041211,R831-PK105756264,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
876,MetaTrait-196040655,R831-PK105755708,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
877,MetaTrait-196028102,R831-PK105743152,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
878,MetaTrait-196026638,R831-PK105741686,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
879,MetaTrait-196024449,R831-PK105739496,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
880,MetaTrait-196021433,R831-PK105736476,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
881,MetaTrait-196015971,R831-PK105731012,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
882,MetaTrait-196017029,R831-PK105732070,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
883,MetaTrait-196016933,R831-PK105731974,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
884,MetaTrait-196016867,R831-PK105731908,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
885,MetaTrait-196016177,R831-PK105731218,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
886,MetaTrait-196015489,R831-PK105730530,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
887,MetaTrait-195701826,R315-PK105416490,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
888,MetaTrait-195692720,R315-PK105407374,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
889,MetaTrait-195688198,R315-PK105402846,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
890,MetaTrait-195684253,R315-PK105398896,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
891,MetaTrait-195682662,R315-PK105397304,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
892,MetaTrait-195679559,R315-PK105394194,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
893,MetaTrait-195681044,R315-PK105395682,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
894,MetaTrait-195669332,R315-PK105383962,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
895,MetaTrait-195664600,R315-PK105379228,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
896,MetaTrait-195651640,R315-PK105366264,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
897,MetaTrait-195648102,R315-PK105362724,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
898,MetaTrait-195634943,R315-PK105349562,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
899,MetaTrait-195634135,R315-PK105348754,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
900,MetaTrait-195626857,R315-PK105341472,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
901,MetaTrait-195994598,R317-PK105709609,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
902,MetaTrait-195875955,R316-PK105590810,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
903,MetaTrait-195875027,R316-PK105589880,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
904,MetaTrait-195873432,R316-PK105588284,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
905,MetaTrait-195874771,R316-PK105589624,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
906,MetaTrait-195873408,R316-PK105588260,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
907,MetaTrait-195872000,R316-PK105586850,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
908,MetaTrait-195623542,R314-PK105338157,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
909,MetaTrait-195624018,R314-PK105338633,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
910,MetaTrait-195621474,R314-PK105336089,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
911,MetaTrait-195620700,R314-PK105335315,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
912,MetaTrait-195620652,R314-PK105335267,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
913,MetaTrait-195619248,R314-PK105333863,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
914,MetaTrait-195599221,R312-PK105313827,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
915,MetaTrait-195598728,R312-PK105313333,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
916,MetaTrait-195594862,R312-PK105309465,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
917,MetaTrait-195592632,R312-PK105307235,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
918,MetaTrait-195594130,R312-PK105308733,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
919,MetaTrait-195593086,R312-PK105307689,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
920,MetaTrait-195592160,R312-PK105306763,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
921,MetaTrait-195589753,R311-PK105304356,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
922,MetaTrait-195589014,R311-PK105303616,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
923,MetaTrait-195583499,R311-PK105298094,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
924,MetaTrait-195581952,R311-PK105296546,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
925,MetaTrait-195576668,R311-PK105291260,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
926,MetaTrait-195576170,R311-PK105290762,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
927,MetaTrait-195575494,R311-PK105290086,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
928,MetaTrait-195557981,R307-PK105272565,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
929,MetaTrait-195552641,R306-PK105267224,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
930,MetaTrait-195549932,R306-PK105264514,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
931,MetaTrait-195549946,R306-PK105264528,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
932,MetaTrait-195551907,R306-PK105266490,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
933,MetaTrait-195549914,R306-PK105264496,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
934,MetaTrait-195536595,R304-PK105251172,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
935,MetaTrait-195536055,R304-PK105250632,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
936,MetaTrait-195534127,R304-PK105248704,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
937,MetaTrait-195529838,R303-PK105244415,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
938,MetaTrait-195526684,R303-PK105241261,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
939,MetaTrait-195527294,R303-PK105241871,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
940,MetaTrait-195527686,R303-PK105242263,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
941,MetaTrait-195526772,R303-PK105241349,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
942,MetaTrait-195526654,R303-PK105241231,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
943,MetaTrait-195508746,R302-PK105223314,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
944,MetaTrait-195506740,R301-PK105221309,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
945,MetaTrait-195496781,R381-PK105211347,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
946,MetaTrait-195491666,R340-PK105206230,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
947,MetaTrait-195474377,R297-PK105188916,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
948,MetaTrait-195472048,R297-PK105186584,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
949,MetaTrait-195471269,R297-PK105185804,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
950,MetaTrait-195469171,R297-PK105183706,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
951,MetaTrait-195468979,R297-PK105183514,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
952,MetaTrait-195464521,R297-PK105179052,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
953,MetaTrait-195459941,R297-PK105174472,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
954,MetaTrait-195459106,R297-PK105173636,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
955,MetaTrait-195455225,R297-PK105169754,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
956,MetaTrait-195453938,R297-PK105168466,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
957,MetaTrait-195448450,R297-PK105162978,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
958,MetaTrait-195449196,R297-PK105163724,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
959,MetaTrait-195446462,R297-PK105160990,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
960,MetaTrait-195443224,R296-PK105157751,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
961,MetaTrait-195443110,R296-PK105157637,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
962,MetaTrait-195441468,R296-PK105155993,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
963,MetaTrait-195441404,R296-PK105155929,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
964,MetaTrait-195442324,R296-PK105156851,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
965,MetaTrait-195440048,R296-PK105154567,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
966,MetaTrait-195440618,R296-PK105155141,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
967,MetaTrait-195439126,R296-PK105153645,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
968,MetaTrait-195440519,R296-PK105155041,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
969,MetaTrait-195437091,R296-PK105151607,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
970,MetaTrait-195436145,R296-PK105150661,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
971,MetaTrait-195427207,R394-PK105141722,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
972,MetaTrait-195420223,R295-PK105134731,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
973,MetaTrait-195411597,R355-PK105126104,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
974,MetaTrait-195409391,R355-PK105123896,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
975,MetaTrait-195409231,R355-PK105123736,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
976,MetaTrait-195401469,R355-PK105115970,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
977,MetaTrait-195394298,R292-PK105108795,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
978,MetaTrait-195382438,R292-PK105096925,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
979,MetaTrait-195382330,R292-PK105096817,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
980,MetaTrait-195380695,R292-PK105095181,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
981,MetaTrait-195378775,R292-PK105093261,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
982,MetaTrait-195376085,R292-PK105090571,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
983,MetaTrait-195374705,R292-PK105089191,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
984,MetaTrait-195374553,R292-PK105089039,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
985,MetaTrait-195368733,R291-PK105083218,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
986,MetaTrait-195361467,R291-PK105075950,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
987,MetaTrait-195361591,R291-PK105076074,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
988,MetaTrait-195357619,R291-PK105072102,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
989,MetaTrait-195355659,R291-PK105070140,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
990,MetaTrait-195346046,R291-PK105060522,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
991,MetaTrait-195346098,R291-PK105060574,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
992,MetaTrait-195345840,R291-PK105060316,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
993,MetaTrait-195345009,R291-PK105059484,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
994,MetaTrait-195344955,R291-PK105059430,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
995,MetaTrait-195343853,R291-PK105058328,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
996,MetaTrait-195342869,R291-PK105057344,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
997,MetaTrait-195340565,R290-PK105055038,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen
998,MetaTrait-195335104,R290-PK105049572,http://purl.org/dc/terms/contributor,,,,Compiler: Anne E Thessen