forked from acdh-oeaw/VLO-mapping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LicenseURIMap.xml
870 lines (865 loc) · 60.8 KB
/
LicenseURIMap.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<mappings field="license">
<mapping>
<normalizedValue value="http://opensource.org/licenses/BSD-2-Clause" />
<variant value="BSD 2-clause "Simplified" License"/> <!-- full name -->
<variant value="BSD-2-Clause"/> <!-- ID -->
<variant value="http://www.opensource.org/licenses/BSD-2-Clause" />
<variant value="BSD 2-Clause" />
<variant value="BSD 2"/>
</mapping>
<mapping>
<normalizedValue value="http://opensource.org/licenses/BSD-3-Clause" />
<variant value="BSD 3-clause "New" or "Revised" License"/> <!-- full name -->
<variant value="BSD-3-Clause"/> <!-- ID -->
<variant value="http://www.opensource.org/licenses/BSD-3-Clause" />
</mapping>
<mapping>
<normalizedValue value="http://www.apache.org/licenses/LICENSE-2.0" />
<variant value="Apache License 2.0"/> <!-- full name -->
<variant value="Apache-2.0"/> <!-- ID -->
<variant value="Apache 2.0"/>
<variant value="Apache Licence 2.0" />
<variant value="ApacheLicence_2.0" />
<variant value="Apache License, Version 2.0" />
<variant value="http://opensource.org/licenses/Apache-2.0" />
</mapping>
<mapping>
<normalizedValue value="http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html" />
<variant value="GNU General Public License v2.0 only" /> <!-- full name -->
<variant value="GPL-2.0"/> <!-- ID -->
<variant value="http://www.gnu.org/licenses/gpl-2.0.html" />
<variant value="GNU General Public License, version 2" />
<variant value="GPL v2" />
<variant value="GNU GPL v2"/>
</mapping>
<mapping>
<normalizedValue value="http://www.gnu.org/licenses/gpl-3.0-standalone.html" />
<variant value="GNU General Public License v3.0 only"/> <!-- full name -->
<variant value="GPL-3.0"/> <!-- ID -->
<variant value="GPL 3" />
<variant value="GNU GPL 3"/>
<variant value="GNU GPL v3"/>
<varinat value="GNU General Public License 3 (GPL-3.0)" />
<variant value="GNU General Public License, version 3" />
<variant value="GNU General Public Licence, version 3" />
<variant value="GNU General Public License version 3" />
<variant value="http://opensource.org/licenses/GPL-3.0" />
<variant value="http://www.gnu.org/licenses/gpl-3.0.en.html" />
<variant value="This resource is licensed under a GNU General Public License version 3.0 (http://www.gnu.org/licenses/gpl.html). The availability status of the resource is: 'available-unrestrictedUse'." />
</mapping>
<mapping>
<normalizedValue value="https://www.gnu.org/licenses/lgpl-3.0-standalone.html" />
<variant value="GNU Lesser General Public License v3.0 only"/> <!-- full name -->
<variant value="LGPL-3.0"/> <!-- ID -->
<variant value="GNU LGPL 3.0" />
<varinat value="GNU Library or "Lesser" General Public License 3.0 (LGPL-3.0)" />
</mapping>
<mapping>
<normalizedValue value="http://opensource.org/licenses/MIT" />
<variant value="MIT License"/> <!-- full name -->
<variant value="MIT"/> <!-- ID -->
<variant value="http://www.opensource.org/licenses/MIT" />
</mapping>
<mapping>
<normalizedValue value="http://www.meta-net.eu/meta-share/meta-share-licenses/META-SHARE%20COMMONS_BYNCSA%20v1.0.pdf" />
<variant value="MSCommons-BY-NC-SA" />
</mapping>
<mapping>
<normalizedValue value="http://www.meta-net.eu/meta-share/meta-share-licenses/META-SHARE%20Commercial%20NoRedistribution%20NoDerivatives%20For-a-fee-v1.0.pdf" />
<variant value="MS-C-NoReD-ND-FF" />
</mapping>
<mapping>
<normalizedValue value="https://kitwiki.csc.fi/twiki/bin/view/FinCLARIN/ClarinEULA" />
<variant value="CLARIN_ACA" />
<variant value="CLARIN_ACA-NC" />
<variant value="CLARIN_PUB" />
<variant value="CLARIN_RES" />
<variant value="CLARIN ACA" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by/1.0/"/>
<variant value="Creative Commons Attribution 1.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]1.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by\/1\.0\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by/2.0/" />
<variant value="Creative Commons Attribution 2.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]2.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by\/2\.0\/.*" isRegExp="true" />
<variant value="Creative Common License: http://creativecommons.org/licenses/by/2.0/" />
<variant value="Creative Common License: http://creativecommons.org/licenses/by/2.0/" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by/2.5/" />
<variant value="Creative Commons Attribution 2.5"/> <!-- full name -->
<variant value="CC[ -]BY[ -]2.5" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by\/2\.5\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by/3.0/" />
<variant value="Creative Commons Attribution 3.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]3.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by\/3\.0\/.*" isRegExp="true" />
<variant value="Creative Commons Attribution 3.0 Unported Licence" />
<variant value="This work is licensed under a Creative Commons Attribution 3.0 Unported License. * CC-BY 3.0: * You are free: * to Share — to copy, distribute and transmit the work * to Remix — to adapt the work * to make commercial use of the work * Under the following conditions: * Attribution — You must attribute the work in the manner specified by the * author or licensor (but not in any way that suggests that they * endorse you or your use of the work). ***************************************************************************** * Please cite this paper if you use the data: * Wiltrud Kessler and Jonas Kuhn (2014) * A Corpus of Comparisons in Product Reviews. * In Proceedings of the 9th Language Resources and Evaluation Conference (LREC 2014), * Reykjavik, Iceland, 28-30. May 2014." />
<variant value="***************************************************************************** * This work is licensed under a Creative Commons Attribution 3.0 Unported License. * CC-BY 3.0: * You are free: * to Share — to copy, distribute and transmit the work * to Remix — to adapt the work * to make commercial use of the work * Under the following conditions: * Attribution — You must attribute the work in the manner specified by the * author or licensor (but not in any way that suggests that they * endorse you or your use of the work). ***************************************************************************** * * Please cite this paper if you use these constructions: * Wiltrud Kessler and Hinrich Schütze (2012) * Classification of Inconsistent Sentiment Words Using Syntactic Constructions. * In Proceedings of the 24th International Conference on Computational Linguistics * (COLING 2012) * Mumbai, India, 10.-14. December 2012. * *****************************************************************************" />
<variant value="This work is licensed under a Creative Commons Attribution 3.0 Unported License. * CC-BY 3.0: * You are free: * to Share — to copy, distribute and transmit the work * to Remix — to adapt the work * to make commercial use of the work * Under the following conditions: * Attribution — You must attribute the work in the manner specified by the * author or licensor (but not in any way that suggests that they * endorse you or your use of the work). ***************************************************************************** * Please cite this paper if you use the data: * Wiltrud Kessler and Jonas Kuhn (2014) * A Corpus of Comparisons in Product Reviews. * In Proceedings of the 9th Language Resources and Evaluation Conference (LREC 2014), * Reykjavik, Iceland, 28-30. May 2014." />
<variant value="All the recipes of the SaCoCo Historical Corpus (but Knopf 1800, Franckfurt 1789 and Gräz 1686) are released under a Creative Commons Attribution 3.0 Unported License. (CC BY 3.0) http://creativecommons.org/licenses/by/3.0/" />
<variant value="This resource is licensed under a Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/). The availability status of the resource is: 'available-unrestrictedUse'." />
<variant value="This resource is licensed under a Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/). The availability status of the resource is: 'available-restrictedUse'." />
<variant value="Creative Commons - Attribution 3.0 Unported (CC BY 3.0)" />
<variant value="Creative Commons Attribution 3.0 Unported License" />
<variant value="Creative Commons Attribution 3.0 Unported (CC BY 3.0) http://creativecommons.org/licenses/by/3.0/" />
<variant value="Rights holders of this corpus are: Thierry Chanier ; Ciara R Wigham ; licence = http://creativecommons.org/licenses/by/3.0/" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by/4.0/"/>
<variant value="Creative Commons Attribution 4.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]4.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by\/4\.0\/.*" isRegExp="true" />
<variant value="CC BY 4.0; https://creativecommons.org/licenses/by/4.0/" />
<varinat value="CreativeCommons Attribution 4.0 International (CC BY 4.0)" />
<variant value="freely available under the CC BY 4.0 licence, https://creativecommons.org/licenses/by/4.0/" />
<variant value="Free access under Attribution 4.0 International License" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nd/1.0/"/>
<variant value="Creative Commons Attribution No Derivatives 1.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]ND[ -]1.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nd\/1\.0\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nd/2.0/"/>
<variant value="Creative Commons Attribution No Derivatives 2.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]ND[ -]2.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nd\/2\.0\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nd/2.5/"/>
<variant value="Creative Commons Attribution No Derivatives 2.5"/> <!-- full name -->
<variant value="CC[ -]BY[ -]ND[ -]2.5" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nd\/2\.5\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nd/3.0/"/>
<variant value="Creative Commons Attribution No Derivatives 3.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]ND[ -]3.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nd\/3\.0\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nd/4.0/"/>
<variant value="Creative Commons Attribution No Derivatives 4.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]ND[ -]4.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nd\/4\.0\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nc/1.0/"/>
<variant value="Creative Commons Attribution Non Commercial 1.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]NC[ -]1.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nc\/1\.0\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nc/2.0/"/>
<variant value="Creative Commons Attribution Non Commercial 2.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]NC[ -]2.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nc\/2\.0\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nc/2.5/"/>
<variant value="Creative Commons Attribution Non Commercial 2.5"/> <!-- full name -->
<variant value="CC[ -]BY[ -]NC[ -]2.5" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nc\/2\.5\/\.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nc/3.0/"/>
<variant value="Creative Commons Attribution Non Commercial 3.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]NC[ -]3.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nc\/3\.0\/.*" isRegExp="true" />
<variant value="Attribution-NonCommercial 3.0 Unported (CC BY-NC 3.0)" />
<variant value="Creative Commons CC BY-NC 3.0 DE, http://creativecommons.org/licenses/by-nc/3.0/de/" />
<variant value="CC BY-NC 3.0 DE"/>
<variant value="Creative Commons Attribution-NonCommercial 3.0 Unported License" />
<variant value="This resource is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License (http://creativecommons.org/licenses/by-nc/3.0/). The availability status of the resource is: 'available-restrictedUse'." />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nc/4.0/"/>
<variant value="Creative Commons Attribution Non Commercial 4.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]NC[ -]4.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nc\/4\.0\/.*" isRegExp="true" />
<variant value="Dit werk is valt onder een Creative Commons Naamsvermelding-NietCommercieel 4.0 Internationaal-licentie.(http://creativecommons.org/licenses/by-nc/4.0/)" />
<variant value="Dit werk is valt onder een Creative Commons Naamsvermelding-NietCommercieel 4.0 Internationaal-licentie(http://creativecommons.org/licenses/by-nc/4.0/)" />
<varinat value="Free access under Attribution-NonCommercial 4.0 International License" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nd-nc/1.0/"/>
<variant value="Creative Commons Attribution Non Commercial No Derivatives 1.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]NC[ -]ND[ -]1.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nd-nc\/1\.0\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nc-nd/2.0/"/>
<variant value="Creative Commons Attribution Non Commercial No Derivatives 2.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]NC[ -]ND[ -]2.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nc-nd\/2\.0\/.*" isRegExp="true" />
<variant value="Creative Commons Attribution-Noncommercial-No Derivative Works 2.0 Germany - http://creativecommons.org/licenses/by-nc-nd/2.0/de/deed.en" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nc-nd/2.5/"/>
<variant value="Creative Commons Attribution Non Commercial No Derivatives 2.5"/> <!-- full name -->
<variant value="CC[ -]BY[ -]NC[ -]ND[ -]2.5" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nc-nd\/2\.5\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nc-nd/3.0/"/>
<variant value="Creative Commons Attribution Non Commercial No Derivatives 3.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]NC[ -]ND[ -]3.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nc-nd\/3\.0\/.*" isRegExp="true" />
<variant value="Attribution-NonCommercial-NoDerivs 3.0 Unported (CC BY-NC-ND 3.0)" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nc-nd/4.0/"/>
<variant value="Creative Commons Attribution Non Commercial No Derivatives 4.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]NC[ -]ND[ -]4.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nc-nd\/4\.0\/.*" isRegExp="true" />
<varinat value="Distributed by the University of Oxford under a Attribution-NonCommercial-NoDerivatives 4.0 International License." />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nc-sa/1.0/"/>
<variant value="Creative Commons Attribution Non Commercial Share Alike 1.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]NC[ -]SA[ -]1.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nc-sa\/1\.0\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nc-sa/2.0/"/>
<variant value="Creative Commons Attribution Non Commercial Share Alike 2.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]NC[ -]SA[ -]2.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nc-sa\/2\.0\/.*" isRegExp="true" />
<variant value="Creative Common License: http://creativecommons.org/licenses/by-nc-sa/2.0/" />
<variant value="Creative Commons Attribution-NonCommercial-ShareAlike 2.0 Generic license." />
<variant value="Creative Common License: http://creativecommons.org/licenses/by-nc-sa/2.0/"></variant>
<variant value="open access after registration ; rightsHolder = Thierry Chanier ; Christophe Reffay ; Marie-Laure betbeder ; Maud Ciekanski ; Marie-Noelle Lamy ;licence = http://creativecommons.org/licenses/by-nc-sa/2.0/" />
<variant value="Rights holders of this corpus are: Thierry Chanier ; Ciara R Wigham ; licence = http://creativecommons.org/licenses/by-nc-sa/2.0/" />
<variant value="open access after registration ; rightsHolder = Thierry Chanier ; Marie-Noelle Lamy ; Christophe Reffay ; Marie-Laure betbeder ; Maud Ciekanski ; licence = http://creativecommons.org/licenses/by-nc-sa/2.0/" />
<variant value="open access after registration ; rightsHolder = Thierry Chanier ; Christophe Reffay ; Marie-Laure Betbeder ; Maud Ciekanski ; Marie-Noelle Lamy ; licence = http://creativecommons.org/licenses/by-nc-sa/2.0/" />
<variant value="Rights holders of this corpus are: Thierry Chanier ; Dagmar Abendroth-Timmer; Maud Ciekanski ; Mark Bechtel ; Laurent Mario ; licence = http://creativecommons.org/licenses/by-nc-sa/2.0/" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nc-sa/2.5/"/>
<variant value="Creative Commons Attribution Non Commercial Share Alike 2.5"/> <!-- full name -->
<variant value="CC[ -]BY[ -]NC[ -]SA[ -]2.5" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nc-sa\/2\.5\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nc-sa/3.0/"/>
<variant value="Creative Commons Attribution Non Commercial Share Alike 3.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]NC[ -]SA[ -]3.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nc-sa\/3\.0\/.*" isRegExp="true"/>
<variant value="Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)" />
<varinat value="Attribution-NonCommercial-ShareAlike 3.0 Unported Licence" />
<variant value="Distributed by the University of Oxford under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License." />
<variant value="Distributed by the University of Oxford under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. This is a very liberal license that grants certain rights for non-commercial use, especially your right to use GerManC for your own research, but also reserves certain rights for the original creators of GerManC." />
<varinat value="Distributed by the University of Oxford under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. This is a very liberal license that grants certain rights for non-commercial use, especially your right to use the French Oral Narrative Corpus for your own research, but also reserves certain rights for the original creators of the corpus." />
<variant value="Available under the conditions of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0) License (http://creativecommons.org/licenses/by-nc-sa/3.0/). This is a very liberal license that grants certain rights for non-commercial use, especially your right to use VOICE for your own research, but also reserves certain rights for the original creators of VOICE. Please refer to the file COPYING for the details of this license and the extent of the rights granted.." />
<variant value="This resource is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License (http://creativecommons.org/licenses/by-nc-sa/3.0/). The availability status of the resource is: 'available-restrictedUse'." />
<variant value="This resource is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License (http://creativecommons.org/licenses/by-nc-sa/3.0/). The availability status of the resource is: 'available-unrestrictedUse'." />
<variant value="Creative Commons Attribution-NonCommercial-ShareAlike 3.0 (NFP, Non-Member): https://catalog.ldc.upenn.edu/license/creative-comons-attribution-noncommercial-sharealike-3-dot-0-unported.pdf" />
<variant value="Creative Commons Attribution-NonCommercial-ShareAlike 3.0 (FP): https://catalog.ldc.upenn.edu/license/creative-commons-attribution-noncommercial-sharealike-3-dot-0-fp.pdf" />
<variant value="Creative Commons BY-NC-SA 3.0 NL license" />
<varinat value="The SaCoCo Diachronic Corpus as a whole is released under a Creative Commons Attribution - Non Commercial - Share Alike 3.0 Unported License. (CC BY NC SA 3.0) http://creativecommons.org/licenses/by-nc-sa/3.0/" />
<variant value="The recipes belonging to Knopf 1800, Franckfurt 1789 and Gräz 1686 contained in the SaCoCo Historical Corpus are released under a Creative Commons Attribution - Non Commercial - Share Alike 3.0 Unported License. (CC BY NC SA 3.0) http://creativecommons.org/licenses/by-nc-sa/3.0/" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-nc-sa/4.0/"/>
<variant value="Creative Commons Attribution Non Commercial Share Alike 4.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]NC[ -]SA[ -]4.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-nc-sa\/4\.0\/.*" isRegExp="true"/>
<variant value="Distributed by the University of Oxford under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License." />
<variant value="Distributed by the University of Oxford under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 Unported License." />
<variant value="Free access under Attribution-NonCommercial-ShareAlike 4.0 International License" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-sa/1.0/"/>
<variant value="Creative Commons Attribution Share Alike 1.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]SA[ -]1.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-sa\/1\.0\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-sa/2.0/"/>
<variant value="Creative Commons Attribution Share Alike 2.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]SA[ -]2.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-sa\/2\.0\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-sa/2.5/"/>
<variant value="Creative Commons Attribution Share Alike 2.5"/> <!-- full name -->
<variant value="CC[ -]BY[ -]SA[ -]2.5" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-sa\/2\.5\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-sa/3.0/"/>
<variant value="Creative Commons Attribution Share Alike 3.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]SA[ -]3.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-sa\/3\.0\/.*" isRegExp="true" />
<variant value="Creative Commons Attribution-ShareAlike 3.0" />
<variant value="Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" />
<variant value="Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)" />
<variant value="Namensnennung - Weitergabe unter gleichen Bedingungen 3.0 Deutschland (CC BY-SA 3.0 DE)" />
<variant value="The SaCoCo Contemporary Corpus is released under a Creative Commons Attribution - Share Alike 3.0 Unported License. (CC BY SA 3.0) http://creativecommons.org/licenses/by-sa/3.0/" />
<variant value="This resource is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License (http://creativecommons.org/licenses/by-sa/3.0/). The availability status of the resource is: 'available-unrestrictedUse'."/>
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/licenses/by-sa/4.0/"/>
<variant value="Creative Commons Attribution Share Alike 4.0"/> <!-- full name -->
<variant value="CC[ -]BY[ -]SA[ -]4.0" isRegExp="true"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/licenses\/by-sa\/4\.0\/.*" isRegExp="true" />
<variant value="Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)" />
<variant value="Free access under Attribution-ShareAlike 4.0 International License" />
<variant value="HZSK-ACA (Text) / CC-by-sa-4.0 (Annotation)" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/publicdomain/zero/1.0/"/>
<variant value="Creative Commons Zero v1.0 Universal"/> <!-- full name -->
<variant value="CC0-1.0"/> <!-- ID -->
<variant value="http(s?):\/\/creativecommons\.org\/publicdomain\/zero\/1\.0\/.*" isRegExp="true" />
<variant value="CC-ZERO" />
<variant value="CC0" />
</mapping>
<mapping>
<normalizedValue value="http://opensource.org/licenses/Artistic-Perl-1.0" />
<variant value="Artistic License (Perl) 1.0" />
<variant value="http://www.opensource.org/licenses/Artistic-Perl-1.0" />
</mapping>
<mapping>
<normalizedValue value="http://opensource.org/licenses/Artistic-2.0" />
<variant value="Artistic License 2.0" />
<variant value="http://www.opensource.org/licenses/Artistic-Perl-2.0" />
</mapping>
<mapping>
<normalizedValue value="http://www.natcorp.ox.ac.uk/docs/licence.html" />
<variant value=" BNC User Licence" />
<variant value="Available for non-commercial use on condition that the terms of the BNC Licence are observed and that this header is included in its entirety with any copy distributed." />
<variant value="Available for non-commercial use according to the terms of the BNC Licence, which are included with the corpus and available at http://www.natcorp.ox.ac.uk/XMLedition/index.xml?ID=licence." />
<variant value="Distributed by the University of Oxford under the BNC User Licence. Clicking to download implies acceptance of the licence conditions." />
<variant value="Distributed by the University of Oxford under the BNC User Licence." />
<variant value="Freely available for non-commercial use provided that the terms of the BNC user licence are observed for the files derived from the BNC, and that this header is included in its entirety with any copy distributed" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/cslu-corpora-non-commercial-research-only.pdf" />
<variant value="CSLU Agreement: https://catalog.ldc.upenn.edu/license/cslu-corpora-non-commercial-research-only.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/ldc-for-profit-membership.pdf" />
<variant value="LDC For-Profit Membership Agreement: https://catalog.ldc.upenn.edu/license/ldc-for-profit-membership.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/un-parallel-text-license.pdf" />
<variant value="UN Parallel Text Agreement: https://catalog.ldc.upenn.edu/license/un-parallel-text-license.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/usc-marketplace-speech.pdf" />
<variant value="USC Marketplace Agreement: https://catalog.ldc.upenn.edu/license/usc-marketplace-speech.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/microsoft-research-india-license-agreement.pdf" />
<variant value="Microsoft Research India License Agreement: https://catalog.ldc.upenn.edu/license/microsoft-research-india-license-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/npr-and-usc-archive-user-agreement.pdf" />
<variant value="NPR and USC Archive User Agreement: https://catalog.ldc.upenn.edu/license/npr-and-usc-archive-user-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/1997-mandarin-broadcast-news.pdf" />
<variant value="1997 Mandarin Broadcast News Agreement: https://catalog.ldc.upenn.edu/license/1997-mandarin-broadcast-news.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/buckwalter-arabic-morphological-analyzer.pdf" />
<variant value="BAMA Agreement: https://catalog.ldc.upenn.edu/license/buckwalter-arabic-morphological-analyzer.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/comlex-for-profit-agreement.pdf" />
<variant value="COMLEX For-Profit Agreement: https://catalog.ldc.upenn.edu/license/comlex-for-profit-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/comlex-non-profit-agreement.pdf" />
<variant value="COMLEX Non-Profit Agreement: https://catalog.ldc.upenn.edu/license/comlex-non-profit-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/comlex-non-member-agreement.pdf" />
<variant value="COMLEX Non-member Agreement: https://catalog.ldc.upenn.edu/license/comlex-non-member-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/latino-40-license-agreement.pdf" />
<variant value="LATINO 40 Agreement: https://catalog.ldc.upenn.edu/license/latino-40-license-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/nihon-keizai-shimbun-license.pdf" />
<variant value="Nihon Keizai Shimbun Agreement: https://catalog.ldc.upenn.edu/license/nihon-keizai-shimbun-license.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/1996-csr-hub-4-language-model.pdf" />
<variant value="1996 CSR Hub-4 Language Model Agreement: https://catalog.ldc.upenn.edu/license/1996-csr-hub-4-language-model.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/2001-topic-annotated-enron-email-data-set.pdf" />
<variant value="2001 Topic Annotated Enron Email Data Set Agreement: https://catalog.ldc.upenn.edu/license/2001-topic-annotated-enron-email-data-set.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/acl-slash-dci-license-agreement.pdf" />
<variant value="ACL/DCI Agreement: https://catalog.ldc.upenn.edu/license/acl-slash-dci-license-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/arabic-learner-corpus-user-license-agreement.pdf" />
<variant value="Arabic Learner Corpus User License Agreement: https://catalog.ldc.upenn.edu/license/arabic-learner-corpus-user-license-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/audiovisual-database-of-spoken-american-english.pdf" />
<variant value="Audiovisual Database of Spoken American English Agreement: https://catalog.ldc.upenn.edu/license/audiovisual-database-of-spoken-american-english.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/avocado-collection-individual-agreement.pdf" />
<variant value="Avocado Collection - Individual Agreement: https://catalog.ldc.upenn.edu/license/avocado-collection-individual-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/avocado-collection-organization-agreement.pdf" />
<variant value="Avocado Collection - Organization Agreement: https://catalog.ldc.upenn.edu/license/avocado-collection-organization-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/bllip-1987-89-wsj-corpus-release-1-license-agreement.pdf" />
<variant value="BLLIP 1987-89 WSJ Corpus Release 1 License Agreement: https://catalog.ldc.upenn.edu/license/bllip-1987-89-wsj-corpus-release-1-license-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/bioprop-version-1-dot-0.pdf" />
<variant value="BioProp Version 1.0 Agreement: https://catalog.ldc.upenn.edu/license/bioprop-version-1-dot-0.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/celex-user-agreement.pdf" />
<variant value="CELEX Agreement: https://catalog.ldc.upenn.edu/license/celex-user-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/cetempublico-user-agreement.pdf" />
<variant value="CETEMPúblico Agreement: https://catalog.ldc.upenn.edu/license/cetempublico-user-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/chm150-agreement.pdf" />
<variant value="CHM150 Agreement: https://catalog.ldc.upenn.edu/license/chm150-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/cmu-kids-individual-agreement.pdf" />
<variant value="CMU Kids Corpus - Individual Agreement: https://catalog.ldc.upenn.edu/license/cmu-kids-individual-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/cmu-kids-organization-agreement.pdf" />
<variant value="CMU Kids Corpus - Organization Agreement: https://catalog.ldc.upenn.edu/license/cmu-kids-organization-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/csr-iii-user-agreement.pdf" />
<variant value="CSR III Agreement: https://catalog.ldc.upenn.edu/license/csr-iii-user-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/csr-iv-hub-3-user-agreement.pdf" />
<variant value="CSR IV Hub 3 Agreement: https://catalog.ldc.upenn.edu/license/csr-iv-hub-3-user-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/chinese-web-5-gram-version-1.pdf" />
<variant value="Chinese Web 5-gram Version 1 Agreement: https://catalog.ldc.upenn.edu/license/chinese-web-5-gram-version-1.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/dass-nlp-fp-agreement.pdf" />
<variant value="Digital Archive of Southern Speech - NLP Version For-Profit Member Agreement: https://catalog.ldc.upenn.edu/license/dass-nlp-fp-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/dass-fp-agreement.pdf" />
<variant value="Digital Archive of Southern Speech For-Profit Member Agreement: https://catalog.ldc.upenn.edu/license/dass-fp-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/eci-slash-mci-user-agreement.pdf" />
<variant value="ECI/MCI Agreement: https://catalog.ldc.upenn.edu/license/eci-slash-mci-user-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/european-language-news-corpus-user-agreement.pdf" />
<variant value="European Language News User Agreement: https://catalog.ldc.upenn.edu/license/european-language-news-corpus-user-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/hungarian-english-parallel-text-version-1.pdf" />
<variant value="Hungarian-English Parallel Text, Version 1 Agreement: https://catalog.ldc.upenn.edu/license/hungarian-english-parallel-text-version-1.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/japanese-web-n-gram-version-1-ldc2009t08.pdf" />
<variant value="Japanese Web N-gram Version 1 Agreement: https://catalog.ldc.upenn.edu/license/japanese-web-n-gram-version-1-ldc2009t08.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/kusc-radio-broadcast-news.pdf" />
<variant value="KUSC Radio Broadcast News Agreement: https://catalog.ldc.upenn.edu/license/kusc-radio-broadcast-news.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/korean-treebank-annotations-version-2.pdf" />
<variant value="Korean Treebank Annotations Version 2.0 Agreement: https://catalog.ldc.upenn.edu/license/korean-treebank-annotations-version-2.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/ldc-not-for-profit-membership.pdf" />
<variant value="LDC Not-for-Profit Membership Agreement: https://catalog.ldc.upenn.edu/license/ldc-not-for-profit-membership.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/ldc-standard-arabic-morphological-analyzer-sama-version-3-dot-1-ldc2010l01.pdf" />
<variant value="LDC Standard Arabic Morphological Analyzer (SAMA) Version 3.1 Agreement: https://catalog.ldc.upenn.edu/license/ldc-standard-arabic-morphological-analyzer-sama-version-3-dot-1-ldc2010l01.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/le-monde-material-user-agreement.pdf" />
<variant value="Le Monde Material User Agreement: https://catalog.ldc.upenn.edu/license/le-monde-material-user-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/mitre-1997-mandarin-broadcast-news-speech-translations-hub-4ne.pdf" />
<variant value="MITRE 1997 Mandarin Broadcast News Speech Translations (Hub-4NE) Agreement: https://catalog.ldc.upenn.edu/license/mitre-1997-mandarin-broadcast-news-speech-translations-hub-4ne.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/muc-vi-user-agreement.pdf" />
<variant value="MUC VI User Agreement: https://catalog.ldc.upenn.edu/license/muc-vi-user-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/mandarin-affective-speech.pdf" />
<variant value="Mandarin Affective Speech Agreement: https://catalog.ldc.upenn.edu/license/mandarin-affective-speech.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/mandarin-chinese-news-text-corpus-user-agreement.pdf" />
<variant value="Mandarin Chinese News Text Agreement: https://catalog.ldc.upenn.edu/license/mandarin-chinese-news-text-corpus-user-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/mandarin-chinese-phonetic-segmentation-and-tone-user-agreement.pdf" />
<variant value="Mandarin Chinese Phonetic Segmentation and Tone User Agreement: https://catalog.ldc.upenn.edu/license/mandarin-chinese-phonetic-segmentation-and-tone-user-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/n4-nato-native-and-non-native-speech.pdf" />
<variant value="N4 NATO Native and Non-Native Speech Agreement: https://catalog.ldc.upenn.edu/license/n4-nato-native-and-non-native-speech.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/nationwide-speech-project.pdf" />
<variant value="Nationwide Speech Project Agreement: https://catalog.ldc.upenn.edu/license/nationwide-speech-project.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/north-american-news-text-license-agreement.pdf" />
<variant value="North American News Text Agreement: https://catalog.ldc.upenn.edu/license/north-american-news-text-license-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/north-american-news-text-supplement-license-agreement.pdf" />
<variant value="North American News Text Supplement Agreement: https://catalog.ldc.upenn.edu/license/north-american-news-text-supplement-license-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="http://www.ims.uni-stuttgart.de/projekte/TIGER/TIGERCorpus/license/htmllicense.shtml" />
<variant value="Precondition to use SALSA is to sign TIGER's license agreement: http://www.ims.uni-stuttgart.de/projekte/TIGER/TIGERCorpus/license/htmllicense.shtml" />
</mapping>
<mapping>
<normalizedValue value="http://www.coli.uni-saarland.de/projects/salsa/corpus/doc/license.html" />
<variant value="SALSA license agreement: http://www.coli.uni-saarland.de/projects/salsa/corpus/doc/license.html" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/tdt-pilot-study-license-agreement.pdf" />
<variant value="TDT Pilot Study Agreement: https://catalog.ldc.upenn.edu/license/tdt-pilot-study-license-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/trec-mandarin.pdf" />
<variant value="TREC Mandarin Agreement: https://catalog.ldc.upenn.edu/license/trec-mandarin.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/the-new-york-times-annotated-corpus-ldc2008t19.pdf" />
<variant value="The New York Times Annotated Corpus Agreement: https://catalog.ldc.upenn.edu/license/the-new-york-times-annotated-corpus-ldc2008t19.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/usc-sfi-malach-interviews-and-transcripts-english-for-profit-member-agreement.pdf" />
<variant value="USC-SFI MALACH Interviews and Transcripts English For-Profit Member Agreement: https://catalog.ldc.upenn.edu/license/usc-sfi-malach-interviews-and-transcripts-english-for-profit-member-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/usc-sfi-malach-english-nonmember.pdf" />
<variant value="USC-SFI MALACH Interviews and Transcripts English Non-Member Agreement: https://catalog.ldc.upenn.edu/license/usc-sfi-malach-english-nonmember.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/usc-sfi-malach-english-nfp.pdf" />
<variant value="USC-SFI MALACH Interviews and Transcripts English Not-for-Profit Member Agreement: https://catalog.ldc.upenn.edu/license/usc-sfi-malach-english-nfp.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/web-1t-5-gram-version-1.pdf" />
<variant value="Web 1T 5-gram Version 1 Agreement: https://catalog.ldc.upenn.edu/license/web-1t-5-gram-version-1.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/web-1t-5-gram-10-european-languages-version-1.pdf" />
<variant value="Web 1T 5-gram, 10 European Languages Version 1 Agreement: https://catalog.ldc.upenn.edu/license/web-1t-5-gram-10-european-languages-version-1.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/tipster-volume-1-organization.pdf" />
<variant value="Tipster Volume 1 Agreement Organization: https://catalog.ldc.upenn.edu/license/tipster-volume-1-organization.pdf"></variant>
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/tipster-volume-1-individual.pdf" />
<variant value="Tipster Volume 1 Agreement Individual: https://catalog.ldc.upenn.edu/license/tipster-volume-1-individual.pdf"></variant>
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/tipster-volume-2-organization.pdf" />
<variant value="Tipster Volume 2 Agreement Organization: https://catalog.ldc.upenn.edu/license/tipster-volume-2-organization.pdf"></variant>
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/tipster-volume-2-individual.pdf" />
<variant value="Tipster Volume 2 Agreement Individual: https://catalog.ldc.upenn.edu/license/tipster-volume-2-individual.pdf"></variant>
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/tipster-volume-3-organization.pdf" />
<variant value="Tipster Volume 3 Agreement Organization: https://catalog.ldc.upenn.edu/license/tipster-volume-3-organization.pdf"></variant>
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/tipster-volume-3-individual.pdf" />
<variant value="Tipster Volume 3 Agreement Individual: https://catalog.ldc.upenn.edu/license/tipster-volume-3-individual.pdf"></variant>
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/american-english-nickname-collection-agreement.pdf" />
<variant value="American English Nickname Collection: https://catalog.ldc.upenn.edu/license/american-english-nickname-collection-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/anc-2nd-release-restricted.pdf" />
<variant value="American National Corpus 2nd Release - Restricted: https://catalog.ldc.upenn.edu/license/anc-2nd-release-restricted.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/bllip-north-american-news-text-complete.pdf" />
<variant value="BLLIP North American News Text, Complete (LDC2008T13): https://catalog.ldc.upenn.edu/license/bllip-north-american-news-text-complete.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/bllip-north-american-news-text-general-release.pdf" />
<variant value="BLLIP North American News Text, General Release (LDC2008T14): https://catalog.ldc.upenn.edu/license/bllip-north-american-news-text-general-release.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/benchmarks-for-open-relation-extraction.pdf" />
<variant value="Benchmarks for Open Relation Extraction: https://catalog.ldc.upenn.edu/license/benchmarks-for-open-relation-extraction.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/boulder-lies-and-truth.pdf" />
<variant value="Boulder Lies and Truth: https://catalog.ldc.upenn.edu/license/boulder-lies-and-truth.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/csc-deceptive-speech.pdf" />
<variant value="CSC Deceptive Speech: https://catalog.ldc.upenn.edu/license/csc-deceptive-speech.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/conll-2009-shared-task-data.pdf" />
<variant value="CoNLL 2009 Shared Task Data: https://catalog.ldc.upenn.edu/license/conll-2009-shared-task-data.pdf" />
</mapping>
<mapping>
<normalizedValue value="http://www.coli.uni-saarland.de/projects/sfb378/negra-corpus/corpus-license.html" />
<variant value="Commercial: with licence: http://www.coli.uni-saarland.de/projects/sfb378/negra-corpus/corpus-license.html" />
</mapping>
<mapping>
<normalizedValue value="http://www.coli.uni-saarland.de/projects/salsa/salto/doc/license.html" />
<variant value="Copyrighted, License: http://www.coli.uni-saarland.de/projects/salsa/salto/doc/license.html" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/czech-academic-corpus-2.pdf" />
<variant value="Czech Academic Corpus 2.0: https://catalog.ldc.upenn.edu/license/czech-academic-corpus-2.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/ets-corpus-of-non-native-written-english.pdf" />
<variant value="ETS Corpus of Non-Native Written English: https://catalog.ldc.upenn.edu/license/ets-corpus-of-non-native-written-english.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/hindi-wordnet.pdf" />
<variant value="Hindi WordNet Agreement (LDC2008L02): https://catalog.ldc.upenn.edu/license/hindi-wordnet.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/iarpa-babel-assamese-agreement-for-profit.pdf" />
<variant value="IARPA Babel Assamese Agreement (For-Profit): https://catalog.ldc.upenn.edu/license/iarpa-babel-assamese-agreement-for-profit.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/iarpa-babel-assamese-agreement-non-member.pdf" />
<variant value="IARPA Babel Assamese Agreement (Non-Member): https://catalog.ldc.upenn.edu/license/iarpa-babel-assamese-agreement-non-member.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/iarpa-babel-assamese-agreement-not-for-profit.pdf" />
<variant value="IARPA Babel Assamese Agreement (Not-For-Profit): https://catalog.ldc.upenn.edu/license/iarpa-babel-assamese-agreement-not-for-profit.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/iarpa-babel-bengali-agreement-for-profit.pdf" />
<variant value="IARPA Babel Bengali Agreement (For-Profit): https://catalog.ldc.upenn.edu/license/iarpa-babel-bengali-agreement-for-profit.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/iarpa-babel-bengali-agreement-non-member.pdf" />
<variant value="IARPA Babel Bengali Agreement (Non-Member): https://catalog.ldc.upenn.edu/license/iarpa-babel-bengali-agreement-non-member.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/iarpa-babel-bengali-agreement-not-for-profit.pdf" />
<variant value="IARPA Babel Bengali Agreement (Not-For-Profit): https://catalog.ldc.upenn.edu/license/iarpa-babel-bengali-agreement-not-for-profit.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/iarpa-babel-cantonese-agreement-for-profit.pdf" />
<variant value="IARPA Babel Cantonese Agreement (For-Profit): https://catalog.ldc.upenn.edu/license/iarpa-babel-cantonese-agreement-for-profit.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/iarpa-babel-cantonese-agreement-non-member.pdf" />
<variant value="IARPA Babel Cantonese Agreement (Non-Member): https://catalog.ldc.upenn.edu/license/iarpa-babel-cantonese-agreement-non-member.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/iarpa-babel-cantonese-agreement-not-for-profit.pdf" />
<variant value="IARPA Babel Cantonese Agreement (Not-For-Profit): https://catalog.ldc.upenn.edu/license/iarpa-babel-cantonese-agreement-not-for-profit.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/iarpa-babel-pashto-agreement-for-profit.pdf" />
<variant value="IARPA Babel Pashto Agreement (For-Profit): https://catalog.ldc.upenn.edu/license/iarpa-babel-pashto-agreement-for-profit.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/iarpa-babel-pashto-agreement-non-member.pdf" />
<variant value="IARPA Babel Pashto Agreement (Non-Member): https://catalog.ldc.upenn.edu/license/iarpa-babel-pashto-agreement-non-member.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/iarpa-babel-pashto-agreement-not-for-profit.pdf" />
<variant value="IARPA Babel Pashto Agreement (Not-For-Profit): https://catalog.ldc.upenn.edu/license/iarpa-babel-pashto-agreement-not-for-profit.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/japanese-business-news-text-individual-license.pdf" />
<variant value="Japanese Business News Text Individual : https://catalog.ldc.upenn.edu/license/japanese-business-news-text-individual-license.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/japanese-business-news-text-organization-license.pdf" />
<variant value="Japanese Business News Text Organization : https://catalog.ldc.upenn.edu/license/japanese-business-news-text-organization-license.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/japanese-business-news-text-supplement-individual.pdf" />
<variant value="Japanese Business News Text Supplement Individual: https://catalog.ldc.upenn.edu/license/japanese-business-news-text-supplement-individual.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/japanese-business-news-text-supplement.pdf" />
<variant value="Japanese Business News Text Supplement Organization: https://catalog.ldc.upenn.edu/license/japanese-business-news-text-supplement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/ksu-arabic-speech-database.pdf" />
<variant value="King Saud University Arabic Speech Database: https://catalog.ldc.upenn.edu/license/ksu-arabic-speech-database.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/korean-english-treebank-annotations.pdf" />
<variant value="Korean English Treebank Annotations: https://catalog.ldc.upenn.edu/license/korean-english-treebank-annotations.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/korean-propbank.pdf" />
<variant value="Korean Propbank: https://catalog.ldc.upenn.edu/license/korean-propbank.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/korean-treebank-annotations-version-2.pdf" />
<variant value="Korean Treebank Annotations Version 2.0 Agreement: https://catalog.ldc.upenn.edu/license/korean-treebank-annotations-version-2.pdf" />
</mapping>
<mapping>
<normalizedValue value="http://genie.coli.uni-saarland.de/cgi-bin/benutzer.html" />
<variant value="License: http://genie.coli.uni-saarland.de/cgi-bin/benutzer.html" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/multi-channel-wsj-audio.pdf" />
<variant value="Multi-Channel WSJ Audio: https://catalog.ldc.upenn.edu/license/multi-channel-wsj-audio.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/north-american-news-text-complete.pdf" />
<variant value="North American News Text, Complete: https://catalog.ldc.upenn.edu/license/north-american-news-text-complete.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/north-american-news-text-general-release.pdf" />
<variant value="North American News Text, General Release: https://catalog.ldc.upenn.edu/license/north-american-news-text-general-release.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/prague-arabic-dependency-treebank-1.pdf" />
<variant value="Prague Arabic Dependency Treebank 1.0: https://catalog.ldc.upenn.edu/license/prague-arabic-dependency-treebank-1.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/prague-czech-english-dependency-treebank-1.pdf" />
<variant value="Prague Czech-English Dependency Treebank 1.0: https://catalog.ldc.upenn.edu/license/prague-czech-english-dependency-treebank-1.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/prague-dependency-treebank-1.pdf" />
<variant value="Prague Dependency Treebank 1.0: https://catalog.ldc.upenn.edu/license/prague-dependency-treebank-1.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/prague-dependency-treebank-2.pdf" />
<variant value="Prague Dependency Treebank 2.0: https://catalog.ldc.upenn.edu/license/prague-dependency-treebank-2.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/speech-controlled-computing.pdf" />
<variant value="Speech Controlled Computing (Non-Members): https://catalog.ldc.upenn.edu/license/speech-controlled-computing.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/usc-sfi-malach-interviews-and-transcripts-czech-for-profit.pdf" />
<variant value="USC-SFI MALACH Interviews and Transcripts Czech For-Profit: https://catalog.ldc.upenn.edu/license/usc-sfi-malach-interviews-and-transcripts-czech-for-profit.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/usc-sfi-malach-czech-nonmember.pdf" />
<variant value="USC-SFI MALACH Interviews and Transcripts Czech Non-Member: https://catalog.ldc.upenn.edu/license/usc-sfi-malach-czech-nonmember.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/usc-sfi-malach-czech-nfp.pdf" />
<variant value="USC-SFI MALACH Interviews and Transcripts Czech Not-for-Profit: https://catalog.ldc.upenn.edu/license/usc-sfi-malach-czech-nfp.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/united-nations-proceedings-speech.pdf" />
<variant value="United Nations Proceedings Speech: https://catalog.ldc.upenn.edu/license/united-nations-proceedings-speech.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/ldc-non-members-agreement.pdf" />
<variant value="LDC User Agreement for Non-Members: https://catalog.ldc.upenn.edu/license/ldc-non-members-agreement.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/callhome-lexicon-commercial.pdf" />
<variant value="CALLHOME Lexicon Agreement (Commercial): https://catalog.ldc.upenn.edu/license/callhome-lexicon-commercial.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/callhome-lexicon-non-commercial.pdf" />
<variant value="CALLHOME Lexicon Agreement (Non-Commercial): https://catalog.ldc.upenn.edu/license/callhome-lexicon-non-commercial.pdf" />
</mapping>
<mapping>
<normalizedValue value="https://catalog.ldc.upenn.edu/license/callhome-lexicon-non-member.pdf" />
<variant value="CALLHOME Lexicon Agreement (Non-Member): https://catalog.ldc.upenn.edu/license/callhome-lexicon-non-member.pdf" />
</mapping>
<mapping>
<normalizedValue value="http://sldr.org/licence_v1"></normalizedValue>
<variant value="http:\/\/sldr\.org\/licence_v1\/.*" isRegExp="true" />
</mapping>
<mapping>
<normalizedValue value="https://creativecommons.org/publicdomain/mark/1.0/" />
<variant value="http://creativecommons.org/publicdomain/mark/1.0/" />
</mapping>
<mapping>
<normalizedValue value="http://www.europeana.eu/rights/rr-f/" />
<variant value="https://www.europeana.eu/rights/rr-f/" />
</mapping>
<mapping>
<normalizedValue value="http://www.europeana.eu/rights/rr-r/" />
<variant value="https://www.europeana.eu/rights/rr-r/" />
</mapping>
<mapping>
<normalizedValue value="http://www.europeana.eu/rights/rr-p/" />
<variant value="https://www.europeana.eu/rights/rr-p/" />
</mapping>
<mapping>
<normalizedValue value="http://rightsstatements.org/vocab/NoC-NC/1.0/" />
<variant value="https://rightsstatements.org/vocab/NoC-NC/1.0/" />
</mapping>
<mapping>
<normalizedValue value="http://rightsstatements.org/vocab/NoC-OKLR/1.0/" />
<variant value="https://rightsstatements.org/vocab/NoC-OKLR/1.0/" />
</mapping>
<mapping>
<normalizedValue value="http://rightsstatements.org/vocab/InC/1.0/" />
<variant value="https://rightsstatements.org/vocab/InC/1.0/" />
</mapping>
<mapping>
<normalizedValue value="http://rightsstatements.org/vocab/InC-EDU/1.0/" />
<variant value="https://rightsstatements.org/vocab/InC-EDU/1.0/" />
</mapping>
<mapping>
<normalizedValue value="http://rightsstatements.org/vocab/InC-OW-EU/1.0/" />
<variant value="https://rightsstatements.org/vocab/InC-OW-EU/1.0/" />
</mapping>
<mapping>
<normalizedValue value="http://www.europeana.eu/rights/orphan-work-eu/" />
<variant value="https://www.europeana.eu/rights/orphan-work-eu/" />
</mapping>
<mapping>
<normalizedValue value="http://rightsstatements.org/vocab/CNE/1.0/" />
<variant value="https://rightsstatements.org/vocab/CNE/1.0/" />
</mapping>
<mapping>
<normalizedValue value="http://www.europeana.eu/rights/out-of-copyright-non-commercial/" />
<!-- e.g. http://www.europeana.eu/rights/out-of-copyright-non-commercial/2029-08-04 -->
<variant value="https?://www.europeana.eu/rights/out-of-copyright-non-commercial/.*" isRegExp="true" />
</mapping>
</mappings>