-
Notifications
You must be signed in to change notification settings - Fork 541
Expand file tree
/
Copy pathcitation.properties
More file actions
8224 lines (8224 loc) · 410 KB
/
citation.properties
File metadata and controls
8224 lines (8224 loc) · 410 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
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
metadatablock.name=citation
metadatablock.displayName=Citation Metadata
metadatablock.displayFacet=Citation
datasetfieldtype.title.title=Title
datasetfieldtype.subtitle.title=Subtitle
datasetfieldtype.alternativeTitle.title=Alternative Title
datasetfieldtype.alternativeURL.title=Alternative URL
datasetfieldtype.otherId.title=Other Identifier
datasetfieldtype.otherIdAgency.title=Agency
datasetfieldtype.otherIdValue.title=Identifier
datasetfieldtype.author.title=Author
datasetfieldtype.authorName.title=Name
datasetfieldtype.authorAffiliation.title=Affiliation
datasetfieldtype.authorIdentifierScheme.title=Identifier Type
datasetfieldtype.authorIdentifier.title=Identifier
datasetfieldtype.datasetContact.title=Point of Contact
datasetfieldtype.datasetContactName.title=Name
datasetfieldtype.datasetContactAffiliation.title=Affiliation
datasetfieldtype.datasetContactEmail.title=E-mail
datasetfieldtype.dsDescription.title=Description
datasetfieldtype.dsDescriptionValue.title=Text
datasetfieldtype.dsDescriptionDate.title=Date
datasetfieldtype.subject.title=Subject
datasetfieldtype.keyword.title=Keyword
datasetfieldtype.keywordTermURI.title=Term URI
datasetfieldtype.keywordValue.title=Term
datasetfieldtype.keywordVocabulary.title=Controlled Vocabulary Name
datasetfieldtype.keywordVocabularyURI.title=Controlled Vocabulary URL
datasetfieldtype.topicClassification.title=Topic Classification
datasetfieldtype.topicClassValue.title=Term
datasetfieldtype.topicClassVocab.title=Controlled Vocabulary Name
datasetfieldtype.topicClassVocabURI.title=Controlled Vocabulary URL
datasetfieldtype.publication.title=Related Publication
datasetfieldtype.publicationRelationType.title=Relation Type
datasetfieldtype.publicationCitation.title=Citation
datasetfieldtype.publicationIDType.title=Identifier Type
datasetfieldtype.publicationIDNumber.title=Identifier
datasetfieldtype.publicationURL.title=URL
datasetfieldtype.notesText.title=Notes
datasetfieldtype.language.title=Language
datasetfieldtype.producer.title=Producer
datasetfieldtype.producerName.title=Name
datasetfieldtype.producerAffiliation.title=Affiliation
datasetfieldtype.producerAbbreviation.title=Abbreviated Name
datasetfieldtype.producerURL.title=URL
datasetfieldtype.producerLogoURL.title=Logo URL
datasetfieldtype.productionDate.title=Production Date
datasetfieldtype.productionPlace.title=Production Location
datasetfieldtype.contributor.title=Contributor
datasetfieldtype.contributorType.title=Type
datasetfieldtype.contributorName.title=Name
datasetfieldtype.grantNumber.title=Funding Information
datasetfieldtype.grantNumberAgency.title=Agency
datasetfieldtype.grantNumberValue.title=Identifier
datasetfieldtype.distributor.title=Distributor
datasetfieldtype.distributorName.title=Name
datasetfieldtype.distributorAffiliation.title=Affiliation
datasetfieldtype.distributorAbbreviation.title=Abbreviated Name
datasetfieldtype.distributorURL.title=URL
datasetfieldtype.distributorLogoURL.title=Logo URL
datasetfieldtype.distributionDate.title=Distribution Date
datasetfieldtype.depositor.title=Depositor
datasetfieldtype.dateOfDeposit.title=Deposit Date
datasetfieldtype.timePeriodCovered.title=Time Period
datasetfieldtype.timePeriodCoveredStart.title=Start Date
datasetfieldtype.timePeriodCoveredEnd.title=End Date
datasetfieldtype.dateOfCollection.title=Date of Collection
datasetfieldtype.dateOfCollectionStart.title=Start Date
datasetfieldtype.dateOfCollectionEnd.title=End Date
datasetfieldtype.kindOfData.title=Data Type
datasetfieldtype.series.title=Series
datasetfieldtype.seriesName.title=Name
datasetfieldtype.seriesInformation.title=Information
datasetfieldtype.software.title=Software
datasetfieldtype.softwareName.title=Name
datasetfieldtype.softwareVersion.title=Version
datasetfieldtype.relatedMaterial.title=Related Material
datasetfieldtype.relatedDatasets.title=Related Dataset
datasetfieldtype.otherReferences.title=Other Reference
datasetfieldtype.dataSources.title=Data Source
datasetfieldtype.originOfSources.title=Origin of Historical Sources
datasetfieldtype.characteristicOfSources.title=Characteristic of Sources
datasetfieldtype.accessToSources.title=Documentation and Access to Sources
datasetfieldtype.title.description=The main title of the Dataset
datasetfieldtype.subtitle.description=A secondary title that amplifies or states certain limitations on the main title
datasetfieldtype.alternativeTitle.description=Either 1) a title commonly used to refer to the Dataset or 2) an abbreviation of the main title
datasetfieldtype.alternativeURL.description=Another URL where one can view or access the data in the Dataset, e.g. a project or personal webpage
datasetfieldtype.otherId.description=Another unique identifier for the Dataset (e.g. producer's or another repository's identifier)
datasetfieldtype.otherIdAgency.description=The name of the agency that generated the other identifier
datasetfieldtype.otherIdValue.description=Another identifier uniquely identifies the Dataset
datasetfieldtype.author.description=The entity, e.g. a person or organization, that created the Dataset
datasetfieldtype.authorName.description=The name of the author, such as the person's name or the name of an organization
datasetfieldtype.authorAffiliation.description=The name of the entity affiliated with the author, e.g. an organization's name
datasetfieldtype.authorIdentifierScheme.description=The type of identifier that uniquely identifies the author (e.g. ORCID, ISNI)
datasetfieldtype.authorIdentifier.description=Uniquely identifies the author when paired with an identifier type
datasetfieldtype.datasetContact.description=The entity, e.g. a person or organization, that users of the Dataset can contact with questions
datasetfieldtype.datasetContactName.description=The name of the point of contact, e.g. the person's name or the name of an organization
datasetfieldtype.datasetContactAffiliation.description=The name of the entity affiliated with the point of contact, e.g. an organization's name
datasetfieldtype.datasetContactEmail.description=The point of contact's email address
datasetfieldtype.dsDescription.description=A summary describing the purpose, nature, and scope of the Dataset
datasetfieldtype.dsDescriptionValue.description=A summary describing the purpose, nature, and scope of the Dataset
datasetfieldtype.dsDescriptionDate.description=The date when the description was added to the Dataset. If the Dataset contains more than one description, e.g. the data producer supplied one description and the data repository supplied another, this date is used to distinguish between the descriptions
datasetfieldtype.subject.description=The area of study relevant to the Dataset
datasetfieldtype.keyword.description=A key term that describes an important aspect of the Dataset and information about any controlled vocabulary used
datasetfieldtype.keywordTermURI.description=A URI that points to the web presence of the Keyword Term
datasetfieldtype.keywordValue.description=A key term that describes important aspects of the Dataset
datasetfieldtype.keywordVocabulary.description=The controlled vocabulary used for the keyword term (e.g. LCSH, MeSH)
datasetfieldtype.keywordVocabularyURI.description=The URL where one can access information about the term's controlled vocabulary
datasetfieldtype.topicClassification.description=Indicates a broad, important topic or subject that the Dataset covers and information about any controlled vocabulary used
datasetfieldtype.topicClassValue.description=A topic or subject term
datasetfieldtype.topicClassVocab.description=The controlled vocabulary used for the keyword term (e.g. LCSH, MeSH)
datasetfieldtype.topicClassVocabURI.description=The URL where one can access information about the term's controlled vocabulary
datasetfieldtype.publication.description=The article or report that uses the data in the Dataset. The full list of related publications will be displayed on the metadata tab
datasetfieldtype.publicationRelationType.description=The nature of the relationship between this Dataset and the related publication
datasetfieldtype.publicationCitation.description=The full bibliographic citation for the related publication
datasetfieldtype.publicationIDType.description=The type of identifier that uniquely identifies a related publication
datasetfieldtype.publicationIDNumber.description=The identifier for a related publication
datasetfieldtype.publicationURL.description=The URL form of the identifier entered in the Identifier field, e.g. the DOI URL if a DOI was entered in the Identifier field. Used to display what was entered in the ID Type and ID Number fields as a link. If what was entered in the Identifier field has no URL form, the URL of the publication webpage is used, e.g. a journal article webpage
datasetfieldtype.notesText.description=Additional information about the Dataset
datasetfieldtype.language.description=A language that the Dataset's files is written in
datasetfieldtype.producer.description=The entity, such a person or organization, managing the finances or other administrative processes involved in the creation of the Dataset
datasetfieldtype.producerName.description=The name of the entity, e.g. the person's name or the name of an organization
datasetfieldtype.producerAffiliation.description=The name of the entity affiliated with the producer, e.g. an organization's name
datasetfieldtype.producerAbbreviation.description=The producer's abbreviated name (e.g. IQSS, ICPSR)
datasetfieldtype.producerURL.description=The URL of the producer's website
datasetfieldtype.producerLogoURL.description=The URL of the producer's logo
datasetfieldtype.productionDate.description=The date when the data were produced (not distributed, published, or archived)
datasetfieldtype.productionPlace.description=The location where the data and any related materials were produced or collected
datasetfieldtype.contributor.description=The entity, such as a person or organization, responsible for collecting, managing, or otherwise contributing to the development of the Dataset
datasetfieldtype.contributorType.description=Indicates the type of contribution made to the dataset
datasetfieldtype.contributorName.description=The name of the contributor, e.g. the person's name or the name of an organization
datasetfieldtype.grantNumber.description=Information about the Dataset's financial support
datasetfieldtype.grantNumberAgency.description=The agency that provided financial support for the Dataset
datasetfieldtype.grantNumberValue.description=The grant identifier or contract identifier of the agency that provided financial support for the Dataset
datasetfieldtype.distributor.description=The entity, such as a person or organization, designated to generate copies of the Dataset, including any editions or revisions
datasetfieldtype.distributorName.description=The name of the entity, e.g. the person's name or the name of an organization
datasetfieldtype.distributorAffiliation.description=The name of the entity affiliated with the distributor, e.g. an organization's name
datasetfieldtype.distributorAbbreviation.description=The distributor's abbreviated name (e.g. IQSS, ICPSR)
datasetfieldtype.distributorURL.description=The URL of the distributor's webpage
datasetfieldtype.distributorLogoURL.description=The URL of the distributor's logo image, used to show the image on the Dataset's page
datasetfieldtype.distributionDate.description=The date when the Dataset was made available for distribution/presentation
datasetfieldtype.depositor.description=The entity, such as a person or organization, that deposited the Dataset in the repository
datasetfieldtype.dateOfDeposit.description=The date when the Dataset was deposited into the repository
datasetfieldtype.timePeriodCovered.description=The time period that the data refer to. Also known as span. This is the time period covered by the data, not the dates of coding, collecting data, or making documents machine-readable
datasetfieldtype.timePeriodCoveredStart.description=The start date of the time period that the data refer to
datasetfieldtype.timePeriodCoveredEnd.description=The end date of the time period that the data refer to
datasetfieldtype.dateOfCollection.description=The dates when the data were collected or generated
datasetfieldtype.dateOfCollectionStart.description=The date when the data collection started
datasetfieldtype.dateOfCollectionEnd.description=The date when the data collection ended
datasetfieldtype.kindOfData.description=The type of data included in the files (e.g. survey data, clinical data, or machine-readable text)
datasetfieldtype.series.description=Information about the dataset series to which the Dataset belong
datasetfieldtype.seriesName.description=The name of the dataset series
datasetfieldtype.seriesInformation.description=Can include 1) a history of the series and 2) a summary of features that apply to the series
datasetfieldtype.software.description=Information about the software used to generate the Dataset
datasetfieldtype.softwareName.description=The name of software used to generate the Dataset
datasetfieldtype.softwareVersion.description=The version of the software used to generate the Dataset, e.g. 4.11
datasetfieldtype.relatedMaterial.description=Information, such as a persistent ID or citation, about the material related to the Dataset, such as appendices or sampling information available outside of the Dataset
datasetfieldtype.relatedDatasets.description=Information, such as a persistent ID or citation, about a related dataset, such as previous research on the Dataset's subject
datasetfieldtype.otherReferences.description=Information, such as a persistent ID or citation, about another type of resource that provides background or supporting material to the Dataset
datasetfieldtype.dataSources.description=Information, such as a persistent ID or citation, about sources of the Dataset (e.g. a book, article, serial, or machine-readable data file)
datasetfieldtype.originOfSources.description=For historical sources, the origin and any rules followed in establishing them as sources
datasetfieldtype.characteristicOfSources.description=Characteristics not already noted elsewhere
datasetfieldtype.accessToSources.description=1) Methods or procedures for accessing data sources and 2) any special permissions needed for access
datasetfieldtype.title.watermark=
datasetfieldtype.subtitle.watermark=
datasetfieldtype.alternativeTitle.watermark=
datasetfieldtype.alternativeURL.watermark=https://
datasetfieldtype.otherId.watermark=
datasetfieldtype.otherIdAgency.watermark=
datasetfieldtype.otherIdValue.watermark=
datasetfieldtype.author.watermark=
datasetfieldtype.authorName.watermark=1) Family Name, Given Name or 2) Organization XYZ
datasetfieldtype.authorAffiliation.watermark=Organization XYZ
datasetfieldtype.authorIdentifierScheme.watermark=
datasetfieldtype.authorIdentifier.watermark=
datasetfieldtype.datasetContact.watermark=
datasetfieldtype.datasetContactName.watermark=1) FamilyName, GivenName or 2) Organization
datasetfieldtype.datasetContactAffiliation.watermark=Organization XYZ
datasetfieldtype.datasetContactEmail.watermark=name@email.xyz
datasetfieldtype.dsDescription.watermark=
datasetfieldtype.dsDescriptionValue.watermark=
datasetfieldtype.dsDescriptionDate.watermark=YYYY-MM-DD
datasetfieldtype.subject.watermark=
datasetfieldtype.keyword.watermark=
datasetfieldtype.keywordTermURI.watermark=https://
datasetfieldtype.keywordValue.watermark=
datasetfieldtype.keywordVocabulary.watermark=
datasetfieldtype.keywordVocabularyURI.watermark=https://
datasetfieldtype.topicClassification.watermark=
datasetfieldtype.topicClassValue.watermark=
datasetfieldtype.topicClassVocab.watermark=
datasetfieldtype.topicClassVocabURI.watermark=https://
datasetfieldtype.publication.watermark=
datasetfieldtype.publicationRelationType.watermark=
datasetfieldtype.publicationCitation.watermark=
datasetfieldtype.publicationIDType.watermark=
datasetfieldtype.publicationIDNumber.watermark=
datasetfieldtype.publicationURL.watermark=https://
datasetfieldtype.notesText.watermark=
datasetfieldtype.language.watermark=
datasetfieldtype.producer.watermark=
datasetfieldtype.producerName.watermark=1) FamilyName, GivenName or 2) Organization
datasetfieldtype.producerAffiliation.watermark=Organization XYZ
datasetfieldtype.producerAbbreviation.watermark=
datasetfieldtype.producerURL.watermark=https://
datasetfieldtype.producerLogoURL.watermark=https://
datasetfieldtype.productionDate.watermark=YYYY-MM-DD
datasetfieldtype.productionPlace.watermark=
datasetfieldtype.contributor.watermark=
datasetfieldtype.contributorType.watermark=
datasetfieldtype.contributorName.watermark=1) FamilyName, GivenName or 2) Organization
datasetfieldtype.grantNumber.watermark=
datasetfieldtype.grantNumberAgency.watermark=Organization XYZ
datasetfieldtype.grantNumberValue.watermark=
datasetfieldtype.distributor.watermark=
datasetfieldtype.distributorName.watermark=1) FamilyName, GivenName or 2) Organization
datasetfieldtype.distributorAffiliation.watermark=Organization XYZ
datasetfieldtype.distributorAbbreviation.watermark=
datasetfieldtype.distributorURL.watermark=https://
datasetfieldtype.distributorLogoURL.watermark=https://
datasetfieldtype.distributionDate.watermark=YYYY-MM-DD
datasetfieldtype.depositor.watermark=1) FamilyName, GivenName or 2) Organization
datasetfieldtype.dateOfDeposit.watermark=YYYY-MM-DD
datasetfieldtype.timePeriodCovered.watermark=
datasetfieldtype.timePeriodCoveredStart.watermark=YYYY-MM-DD
datasetfieldtype.timePeriodCoveredEnd.watermark=YYYY-MM-DD
datasetfieldtype.dateOfCollection.watermark=
datasetfieldtype.dateOfCollectionStart.watermark=YYYY-MM-DD
datasetfieldtype.dateOfCollectionEnd.watermark=YYYY-MM-DD
datasetfieldtype.kindOfData.watermark=
datasetfieldtype.series.watermark=
datasetfieldtype.seriesName.watermark=
datasetfieldtype.seriesInformation.watermark=
datasetfieldtype.software.watermark=
datasetfieldtype.softwareName.watermark=
datasetfieldtype.softwareVersion.watermark=
datasetfieldtype.relatedMaterial.watermark=
datasetfieldtype.relatedDatasets.watermark=
datasetfieldtype.otherReferences.watermark=
datasetfieldtype.dataSources.watermark=
datasetfieldtype.originOfSources.watermark=
datasetfieldtype.characteristicOfSources.watermark=
datasetfieldtype.accessToSources.watermark=
controlledvocabulary.subject.agricultural_sciences=Agricultural Sciences
controlledvocabulary.subject.arts_and_humanities=Arts and Humanities
controlledvocabulary.subject.astronomy_and_astrophysics=Astronomy and Astrophysics
controlledvocabulary.subject.business_and_management=Business and Management
controlledvocabulary.subject.chemistry=Chemistry
controlledvocabulary.subject.computer_and_information_science=Computer and Information Science
controlledvocabulary.subject.earth_and_environmental_sciences=Earth and Environmental Sciences
controlledvocabulary.subject.engineering=Engineering
controlledvocabulary.subject.law=Law
controlledvocabulary.subject.mathematical_sciences=Mathematical Sciences
controlledvocabulary.subject.medicine,_health_and_life_sciences=Medicine, Health and Life Sciences
controlledvocabulary.subject.physics=Physics
controlledvocabulary.subject.social_sciences=Social Sciences
controlledvocabulary.subject.other=Other
controlledvocabulary.publicationIDType.ark=ark
controlledvocabulary.publicationIDType.arxiv=arXiv
controlledvocabulary.publicationIDType.cstr=cstr
controlledvocabulary.publicationIDType.bibcode=bibcode
controlledvocabulary.publicationIDType.doi=doi
controlledvocabulary.publicationIDType.ean13=ean13
controlledvocabulary.publicationIDType.eissn=eissn
controlledvocabulary.publicationIDType.handle=handle
controlledvocabulary.publicationIDType.isbn=isbn
controlledvocabulary.publicationIDType.issn=issn
controlledvocabulary.publicationIDType.istc=istc
controlledvocabulary.publicationIDType.lissn=lissn
controlledvocabulary.publicationIDType.lsid=lsid
controlledvocabulary.publicationIDType.pmid=pmid
controlledvocabulary.publicationIDType.purl=purl
controlledvocabulary.publicationIDType.upc=upc
controlledvocabulary.publicationIDType.url=url
controlledvocabulary.publicationIDType.urn=urn
controlledvocabulary.publicationIDType.dash-nrs=DASH-NRS
controlledvocabulary.publicationRelationType.iscitedby=Is Cited By
controlledvocabulary.publicationRelationType.cites=Cites
controlledvocabulary.publicationRelationType.issupplementto=Is Supplement To
controlledvocabulary.publicationRelationType.issupplementedby=Is Supplemented By
controlledvocabulary.publicationRelationType.isreferencedby=Is Referenced By
controlledvocabulary.publicationRelationType.references=References
controlledvocabulary.contributorType.data_collector=Data Collector
controlledvocabulary.contributorType.data_curator=Data Curator
controlledvocabulary.contributorType.data_manager=Data Manager
controlledvocabulary.contributorType.editor=Editor
controlledvocabulary.contributorType.funder=Funder
controlledvocabulary.contributorType.hosting_institution=Hosting Institution
controlledvocabulary.contributorType.project_leader=Project Leader
controlledvocabulary.contributorType.project_manager=Project Manager
controlledvocabulary.contributorType.project_member=Project Member
controlledvocabulary.contributorType.related_person=Related Person
controlledvocabulary.contributorType.researcher=Researcher
controlledvocabulary.contributorType.research_group=Research Group
controlledvocabulary.contributorType.rights_holder=Rights Holder
controlledvocabulary.contributorType.sponsor=Sponsor
controlledvocabulary.contributorType.supervisor=Supervisor
controlledvocabulary.contributorType.work_package_leader=Work Package Leader
controlledvocabulary.contributorType.other=Other
controlledvocabulary.authorIdentifierScheme.orcid=ORCID
controlledvocabulary.authorIdentifierScheme.ror=ROR
controlledvocabulary.authorIdentifierScheme.isni=ISNI
controlledvocabulary.authorIdentifierScheme.lcna=LCNA
controlledvocabulary.authorIdentifierScheme.viaf=VIAF
controlledvocabulary.authorIdentifierScheme.gnd=GND
controlledvocabulary.authorIdentifierScheme.dai=DAI
controlledvocabulary.authorIdentifierScheme.researcherid=ResearcherID
controlledvocabulary.authorIdentifierScheme.scopusid=ScopusID
controlledvocabulary.language.'are'are='Are'are
controlledvocabulary.language.'auhelawa='Auhelawa
controlledvocabulary.language.a'ou=A'ou
controlledvocabulary.language.a-pucikwar=A-Pucikwar
controlledvocabulary.language.aari=Aari
controlledvocabulary.language.aasax=Aasáx
controlledvocabulary.language.abadi=Abadi
controlledvocabulary.language.abaga=Abaga
controlledvocabulary.language.abai_sungai=Abai Sungai
controlledvocabulary.language.abanyom=Abanyom
controlledvocabulary.language.abar=Abar
controlledvocabulary.language.abau=Abau
controlledvocabulary.language.abaza=Abaza
controlledvocabulary.language.abellen_ayta=Abellen Ayta
controlledvocabulary.language.abidji=Abidji
controlledvocabulary.language.abinomn=Abinomn
controlledvocabulary.language.abipon=Abipon
controlledvocabulary.language.abishira=Abishira
controlledvocabulary.language.abkhaz=Abkhaz, Abkhazian
controlledvocabulary.language.abom=Abom
controlledvocabulary.language.abon=Abon
controlledvocabulary.language.abron=Abron
controlledvocabulary.language.abu=Abu
controlledvocabulary.language.abu'_arapesh=Abu' Arapesh
controlledvocabulary.language.abua=Abua
controlledvocabulary.language.abui=Abui
controlledvocabulary.language.abun=Abun
controlledvocabulary.language.abure=Abure
controlledvocabulary.language.abureni=Abureni
controlledvocabulary.language.abe=Abé
controlledvocabulary.language.acatepec_me'phaa=Acatepec Me'phaa
controlledvocabulary.language.achagua=Achagua
controlledvocabulary.language.achang=Achang
controlledvocabulary.language.ache=Ache
controlledvocabulary.language.acheron=Acheron
controlledvocabulary.language.achi=Achi
controlledvocabulary.language.achinese=Achinese
controlledvocabulary.language.achterhoeks=Achterhoeks
controlledvocabulary.language.achuar-shiwiar=Achuar-Shiwiar
controlledvocabulary.language.achumawi=Achumawi
controlledvocabulary.language.acoli=Acoli
controlledvocabulary.language.acroa=Acroá
controlledvocabulary.language.adai=Adai
controlledvocabulary.language.adamawa_fulfulde=Adamawa Fulfulde
controlledvocabulary.language.adamorobe_sign_language=Adamorobe Sign Language
controlledvocabulary.language.adang=Adang
controlledvocabulary.language.adangbe=Adangbe
controlledvocabulary.language.adangme=Adangme
controlledvocabulary.language.adara=Adara
controlledvocabulary.language.adasen=Adasen
controlledvocabulary.language.adele=Adele
controlledvocabulary.language.adhola=Adhola
controlledvocabulary.language.adi=Adi
controlledvocabulary.language.adilabad_gondi=Adilabad Gondi
controlledvocabulary.language.adioukrou=Adioukrou
controlledvocabulary.language.adithinngithigh=Adithinngithigh
controlledvocabulary.language.adivasi_oriya=Adivasi Oriya
controlledvocabulary.language.adiwasi_garasia=Adiwasi Garasia
controlledvocabulary.language.adnyamathanha=Adnyamathanha
controlledvocabulary.language.adonara=Adonara
controlledvocabulary.language.aduge=Aduge
controlledvocabulary.language.adyghe=Adyghe
controlledvocabulary.language.adzera=Adzera
controlledvocabulary.language.aeka=Aeka
controlledvocabulary.language.aekyom=Aekyom
controlledvocabulary.language.aequian=Aequian
controlledvocabulary.language.aer=Aer
controlledvocabulary.language.afade=Afade
controlledvocabulary.language.afar=Afar
controlledvocabulary.language.afghan_sign_language=Afghan Sign Language
controlledvocabulary.language.afitti=Afitti
controlledvocabulary.language.afrihili=Afrihili
controlledvocabulary.language.afrikaans=Afrikaans
controlledvocabulary.language.afro-seminole_creole=Afro-Seminole Creole
controlledvocabulary.language.agarabi=Agarabi
controlledvocabulary.language.agariya=Agariya
controlledvocabulary.language.agatu=Agatu
controlledvocabulary.language.agavotaguerra=Agavotaguerra
controlledvocabulary.language.aghem=Aghem
controlledvocabulary.language.aghu=Aghu
controlledvocabulary.language.aghu-tharnggala=Aghu-Tharnggala
controlledvocabulary.language.aghul=Aghul
controlledvocabulary.language.aghwan=Aghwan
controlledvocabulary.language.agi=Agi
controlledvocabulary.language.agob=Agob
controlledvocabulary.language.agoi=Agoi
controlledvocabulary.language.aguacateco=Aguacateco
controlledvocabulary.language.aguano=Aguano
controlledvocabulary.language.aguaruna=Aguaruna
controlledvocabulary.language.aguna=Aguna
controlledvocabulary.language.agusan_manobo=Agusan Manobo
controlledvocabulary.language.agutaynen=Agutaynen
controlledvocabulary.language.agwagwune=Agwagwune
controlledvocabulary.language.ahanta=Ahanta
controlledvocabulary.language.aheri_gondi=Aheri Gondi
controlledvocabulary.language.aheu=Aheu
controlledvocabulary.language.ahirani=Ahirani
controlledvocabulary.language.ahom=Ahom
controlledvocabulary.language.ahtena=Ahtena
controlledvocabulary.language.ahwai=Ahwai
controlledvocabulary.language.ai-cham=Ai-Cham
controlledvocabulary.language.aighon=Aighon
controlledvocabulary.language.aikana=Aikanã
controlledvocabulary.language.aiklep=Aiklep
controlledvocabulary.language.aimaq=Aimaq
controlledvocabulary.language.aimele=Aimele
controlledvocabulary.language.aimol=Aimol
controlledvocabulary.language.ainbai=Ainbai
controlledvocabulary.language.ainu_(china)=Ainu (China)
controlledvocabulary.language.ainu_(japan)=Ainu (Japan)
controlledvocabulary.language.aiome=Aiome
controlledvocabulary.language.airoran=Airoran
controlledvocabulary.language.aiton=Aiton
controlledvocabulary.language.aja_(benin)=Aja (Benin)
controlledvocabulary.language.aja_(south_sudan)=Aja (South Sudan)
controlledvocabulary.language.ajawa=Ajawa
controlledvocabulary.language.ajie=Ajië
controlledvocabulary.language.ajumbu=Ajumbu
controlledvocabulary.language.ajyininka_apurucayali=Ajyíninka Apurucayali
controlledvocabulary.language.ak=Ak
controlledvocabulary.language.aka=Aka
controlledvocabulary.language.aka-bea=Aka-Bea
controlledvocabulary.language.aka-bo=Aka-Bo
controlledvocabulary.language.aka-cari=Aka-Cari
controlledvocabulary.language.aka-jeru=Aka-Jeru
controlledvocabulary.language.aka-kede=Aka-Kede
controlledvocabulary.language.aka-kol=Aka-Kol
controlledvocabulary.language.aka-kora=Aka-Kora
controlledvocabulary.language.akan=Akan
controlledvocabulary.language.akar-bale=Akar-Bale
controlledvocabulary.language.akaselem=Akaselem
controlledvocabulary.language.akawaio=Akawaio
controlledvocabulary.language.ake=Ake
controlledvocabulary.language.akebu=Akebu
controlledvocabulary.language.akei=Akei
controlledvocabulary.language.akeu=Akeu
controlledvocabulary.language.akha=Akha
controlledvocabulary.language.akhvakh=Akhvakh
controlledvocabulary.language.akkadian=Akkadian
controlledvocabulary.language.akkala_sami=Akkala Sami
controlledvocabulary.language.aklanon=Aklanon
controlledvocabulary.language.akolet=Akolet
controlledvocabulary.language.akoose=Akoose
controlledvocabulary.language.akoye=Akoye
controlledvocabulary.language.akpa=Akpa
controlledvocabulary.language.akpes=Akpes
controlledvocabulary.language.akrukay=Akrukay
controlledvocabulary.language.akukem=Akukem
controlledvocabulary.language.akuku=Akuku
controlledvocabulary.language.akum=Akum
controlledvocabulary.language.akuntsu=Akuntsu
controlledvocabulary.language.akurio=Akurio
controlledvocabulary.language.akwa=Akwa
controlledvocabulary.language.akyaung_ari_naga=Akyaung Ari Naga
controlledvocabulary.language.al-sayyid_bedouin_sign_language=Al-Sayyid Bedouin Sign Language
controlledvocabulary.language.alaba-k'abeena=Alaba-K’abeena
controlledvocabulary.language.alabama=Alabama
controlledvocabulary.language.alabat_island_agta=Alabat Island Agta
controlledvocabulary.language.alacatlatzala_mixtec=Alacatlatzala Mixtec
controlledvocabulary.language.alago=Alago
controlledvocabulary.language.alagwa=Alagwa
controlledvocabulary.language.alak=Alak
controlledvocabulary.language.alamblak=Alamblak
controlledvocabulary.language.alangan=Alangan
controlledvocabulary.language.alanic=Alanic
controlledvocabulary.language.alapmunte=Alapmunte
controlledvocabulary.language.alawa=Alawa
controlledvocabulary.language.albanian=Albanian
controlledvocabulary.language.albanian_sign_language=Albanian Sign Language
controlledvocabulary.language.albarradas_sign_language=Albarradas Sign Language
controlledvocabulary.language.alcozauca_mixtec=Alcozauca Mixtec
controlledvocabulary.language.alege=Alege
controlledvocabulary.language.alekano=Alekano
controlledvocabulary.language.aleut=Aleut
controlledvocabulary.language.algerian_arabic=Algerian Arabic
controlledvocabulary.language.algerian_jewish_sign_language=Algerian Jewish Sign Language
controlledvocabulary.language.algerian_saharan_arabic=Algerian Saharan Arabic
controlledvocabulary.language.algerian_sign_language=Algerian Sign Language
controlledvocabulary.language.algonquin=Algonquin
controlledvocabulary.language.ali=Ali
controlledvocabulary.language.alladian=Alladian
controlledvocabulary.language.allar=Allar
controlledvocabulary.language.alngith=Alngith
controlledvocabulary.language.alo_phola=Alo Phola
controlledvocabulary.language.alor=Alor
controlledvocabulary.language.aloapam_zapotec=Aloápam Zapotec
controlledvocabulary.language.alsea=Alsea
controlledvocabulary.language.alu_kurumba=Alu Kurumba
controlledvocabulary.language.alugu=Alugu
controlledvocabulary.language.alumu-tesu=Alumu-Tesu
controlledvocabulary.language.alune=Alune
controlledvocabulary.language.aluo=Aluo
controlledvocabulary.language.alur=Alur
controlledvocabulary.language.alutor=Alutor
controlledvocabulary.language.alviri-vidari=Alviri-Vidari
controlledvocabulary.language.alyawarr=Alyawarr
controlledvocabulary.language.ama_(papua_new_guinea)=Ama (Papua New Guinea)
controlledvocabulary.language.ama_(sudan)=Ama (Sudan)
controlledvocabulary.language.amahai=Amahai
controlledvocabulary.language.amahuaca=Amahuaca
controlledvocabulary.language.amaimon=Amaimon
controlledvocabulary.language.amal=Amal
controlledvocabulary.language.amami_koniya_sign_language=Amami Koniya Sign Language
controlledvocabulary.language.amanab=Amanab
controlledvocabulary.language.amanaye=Amanayé
controlledvocabulary.language.amara=Amara
controlledvocabulary.language.amarakaeri=Amarakaeri
controlledvocabulary.language.amarasi=Amarasi
controlledvocabulary.language.amatlan_zapotec=Amatlán Zapotec
controlledvocabulary.language.amba_(solomon_islands)=Amba (Solomon Islands)
controlledvocabulary.language.amba_(uganda)=Amba (Uganda)
controlledvocabulary.language.ambai=Ambai
controlledvocabulary.language.ambakich=Ambakich
controlledvocabulary.language.ambala_ayta=Ambala Ayta
controlledvocabulary.language.ambelau=Ambelau
controlledvocabulary.language.ambele=Ambele
controlledvocabulary.language.amblong=Amblong
controlledvocabulary.language.ambo=Ambo
controlledvocabulary.language.ambo-pasco_quechua=Ambo-Pasco Quechua
controlledvocabulary.language.ambonese_malay=Ambonese Malay
controlledvocabulary.language.ambrak=Ambrak
controlledvocabulary.language.ambul=Ambul
controlledvocabulary.language.ambulas=Ambulas
controlledvocabulary.language.amdang=Amdang
controlledvocabulary.language.amdo_tibetan=Amdo Tibetan
controlledvocabulary.language.amele=Amele
controlledvocabulary.language.american_sign_language=American Sign Language
controlledvocabulary.language.amganad_ifugao=Amganad Ifugao
controlledvocabulary.language.amharic=Amharic
controlledvocabulary.language.ami=Ami
controlledvocabulary.language.amis=Amis
controlledvocabulary.language.amo=Amo
controlledvocabulary.language.amol=Amol
controlledvocabulary.language.amoltepec_mixtec=Amoltepec Mixtec
controlledvocabulary.language.ampanang=Ampanang
controlledvocabulary.language.ampari_dogon=Ampari Dogon
controlledvocabulary.language.amri_karbi=Amri Karbi
controlledvocabulary.language.amto=Amto
controlledvocabulary.language.amundava=Amundava
controlledvocabulary.language.amurdak=Amurdak
controlledvocabulary.language.ana_tinga_dogon=Ana Tinga Dogon
controlledvocabulary.language.anaang=Anaang
controlledvocabulary.language.anakalangu=Anakalangu
controlledvocabulary.language.anal=Anal
controlledvocabulary.language.anam=Anam
controlledvocabulary.language.anambe=Anambé
controlledvocabulary.language.anamgura=Anamgura
controlledvocabulary.language.anasi=Anasi
controlledvocabulary.language.ancient_greek_(to_1453)=Ancient Greek (to 1453)
controlledvocabulary.language.ancient_hebrew=Ancient Hebrew
controlledvocabulary.language.ancient_macedonian=Ancient Macedonian
controlledvocabulary.language.ancient_north_arabian=Ancient North Arabian
controlledvocabulary.language.ancient_zapotec=Ancient Zapotec
controlledvocabulary.language.andaandi=Andaandi
controlledvocabulary.language.andai=Andai
controlledvocabulary.language.andajin=Andajin
controlledvocabulary.language.andalusian_arabic=Andalusian Arabic
controlledvocabulary.language.andaman_creole_hindi=Andaman Creole Hindi
controlledvocabulary.language.andaqui=Andaqui
controlledvocabulary.language.andarum=Andarum
controlledvocabulary.language.andegerebinha=Andegerebinha
controlledvocabulary.language.andh=Andh
controlledvocabulary.language.andi=Andi
controlledvocabulary.language.andio=Andio
controlledvocabulary.language.andoa=Andoa
controlledvocabulary.language.andoque=Andoque
controlledvocabulary.language.andra-hus=Andra-Hus
controlledvocabulary.language.aneityum=Aneityum
controlledvocabulary.language.anem=Anem
controlledvocabulary.language.aneme_wake=Aneme Wake
controlledvocabulary.language.anfillo=Anfillo
controlledvocabulary.language.angaataha=Angaataha
controlledvocabulary.language.angaite=Angaité
controlledvocabulary.language.angal=Angal
controlledvocabulary.language.angal_enen=Angal Enen
controlledvocabulary.language.angal_heneng=Angal Heneng
controlledvocabulary.language.angami_naga=Angami Naga
controlledvocabulary.language.angguruk_yali=Angguruk Yali
controlledvocabulary.language.angika=Angika
controlledvocabulary.language.angkamuthi=Angkamuthi
controlledvocabulary.language.anglo-norman=Anglo-Norman
controlledvocabulary.language.angloromani=Angloromani
controlledvocabulary.language.angolar=Angolar
controlledvocabulary.language.angor=Angor
controlledvocabulary.language.angoram=Angoram
controlledvocabulary.language.angosturas_tunebo=Angosturas Tunebo
controlledvocabulary.language.anguthimri=Anguthimri
controlledvocabulary.language.ani_phowa=Ani Phowa
controlledvocabulary.language.anii=Anii
controlledvocabulary.language.animere=Animere
controlledvocabulary.language.anindilyakwa=Anindilyakwa
controlledvocabulary.language.aninka=Aninka
controlledvocabulary.language.anjam=Anjam
controlledvocabulary.language.ankave=Ankave
controlledvocabulary.language.anmatyerre=Anmatyerre
controlledvocabulary.language.anong=Anong
controlledvocabulary.language.anor=Anor
controlledvocabulary.language.anserma=Anserma
controlledvocabulary.language.ansus=Ansus
controlledvocabulary.language.antakarinya=Antakarinya
controlledvocabulary.language.antankarana_malagasy=Antankarana Malagasy
controlledvocabulary.language.antigua_and_barbuda_creole_english=Antigua and Barbuda Creole English
controlledvocabulary.language.anu-hkongso_chin=Anu-Hkongso Chin
controlledvocabulary.language.anuak=Anuak
controlledvocabulary.language.anufo=Anufo
controlledvocabulary.language.anuki=Anuki
controlledvocabulary.language.anus=Anus
controlledvocabulary.language.anuta=Anuta
controlledvocabulary.language.anyin=Anyin
controlledvocabulary.language.anyin_morofo=Anyin Morofo
controlledvocabulary.language.ao_naga=Ao Naga
controlledvocabulary.language.aoheng=Aoheng
controlledvocabulary.language.aore=Aore
controlledvocabulary.language.ap_ma=Ap Ma
controlledvocabulary.language.apalachee=Apalachee
controlledvocabulary.language.apalai=Apalaí
controlledvocabulary.language.apali=Apali
controlledvocabulary.language.apasco-apoala_mixtec=Apasco-Apoala Mixtec
controlledvocabulary.language.apatani=Apatani
controlledvocabulary.language.apiaka=Apiaká
controlledvocabulary.language.apinaye=Apinayé
controlledvocabulary.language.apma=Apma
controlledvocabulary.language.aproumu_aizi=Aproumu Aizi
controlledvocabulary.language.apurina=Apurinã
controlledvocabulary.language.aputai=Aputai
controlledvocabulary.language.aquitanian=Aquitanian
controlledvocabulary.language.arabana=Arabana
controlledvocabulary.language.arabela=Arabela
controlledvocabulary.language.arabic=Arabic
controlledvocabulary.language.aragonese=Aragonese
controlledvocabulary.language.araki=Araki
controlledvocabulary.language.arakwal=Arakwal
controlledvocabulary.language.aralle-tabulahan=Aralle-Tabulahan
controlledvocabulary.language.arammba=Arammba
controlledvocabulary.language.aranadan=Aranadan
controlledvocabulary.language.aranama-tamique=Aranama-Tamique
controlledvocabulary.language.arandai=Arandai
controlledvocabulary.language.araona=Araona
controlledvocabulary.language.arapaho=Arapaho
controlledvocabulary.language.arapaso=Arapaso
controlledvocabulary.language.ararandewara=Ararandewára
controlledvocabulary.language.arawak=Arawak
controlledvocabulary.language.arawete=Araweté
controlledvocabulary.language.arawum=Arawum
controlledvocabulary.language.arbore=Arbore
controlledvocabulary.language.arbereshe_albanian=Arbëreshë Albanian
controlledvocabulary.language.archi=Archi
controlledvocabulary.language.ardhamagadhi_prakrit=Ardhamāgadhī Prākrit
controlledvocabulary.language.are=Are
controlledvocabulary.language.areba=Areba
controlledvocabulary.language.arem=Arem
controlledvocabulary.language.arequipa-la_union_quechua=Arequipa-La Unión Quechua
controlledvocabulary.language.argentine_sign_language=Argentine Sign Language
controlledvocabulary.language.argobba=Argobba
controlledvocabulary.language.arguni=Arguni
controlledvocabulary.language.arhuaco=Arhuaco
controlledvocabulary.language.arha=Arhâ
controlledvocabulary.language.arho=Arhö
controlledvocabulary.language.ari=Ari
controlledvocabulary.language.aribwatsa=Aribwatsa
controlledvocabulary.language.aribwaung=Aribwaung
controlledvocabulary.language.arifama-miniafia=Arifama-Miniafia
controlledvocabulary.language.arigidi=Arigidi
controlledvocabulary.language.arikapu=Arikapú
controlledvocabulary.language.arikara=Arikara
controlledvocabulary.language.arikem=Arikem
controlledvocabulary.language.arin=Arin
controlledvocabulary.language.aringa=Aringa
controlledvocabulary.language.armazic=Armazic
controlledvocabulary.language.armenian=Armenian
controlledvocabulary.language.armenian_sign_language=Armenian Sign Language
controlledvocabulary.language.arop-lokep=Arop-Lokep
controlledvocabulary.language.arop-sissano=Arop-Sissano
controlledvocabulary.language.arosi=Arosi
controlledvocabulary.language.arpitan=Arpitan
controlledvocabulary.language.arritinngithigh=Arritinngithigh
controlledvocabulary.language.arta=Arta
controlledvocabulary.language.aruamu=Aruamu
controlledvocabulary.language.aruek=Aruek
controlledvocabulary.language.aruop=Aruop
controlledvocabulary.language.arutani=Arutani
controlledvocabulary.language.arua_(amazonas_state)=Aruá (Amazonas State)
controlledvocabulary.language.arua_(rodonia_state)=Aruá (Rodonia State)
controlledvocabulary.language.arvanitika_albanian=Arvanitika Albanian
controlledvocabulary.language.as=As
controlledvocabulary.language.asaro'o=Asaro'o
controlledvocabulary.language.ashe=Ashe
controlledvocabulary.language.ashkun=Ashkun
controlledvocabulary.language.asho_chin=Asho Chin
controlledvocabulary.language.ashtiani=Ashtiani
controlledvocabulary.language.ashaninka=Asháninka
controlledvocabulary.language.asheninka_pajonal=Ashéninka Pajonal
controlledvocabulary.language.asheninka_perene=Ashéninka Perené
controlledvocabulary.language.asilulu=Asilulu
controlledvocabulary.language.askopan=Askopan
controlledvocabulary.language.asoa=Asoa
controlledvocabulary.language.assamese=Assamese
controlledvocabulary.language.assangori=Assangori
controlledvocabulary.language.assiniboine=Assiniboine
controlledvocabulary.language.assyrian_neo-aramaic=Assyrian Neo-Aramaic
controlledvocabulary.language.asturian=Asturian
controlledvocabulary.language.asu_(nigeria)=Asu (Nigeria)
controlledvocabulary.language.asu_(tanzania)=Asu (Tanzania)
controlledvocabulary.language.asue_awyu=Asue Awyu
controlledvocabulary.language.asumboa=Asumboa
controlledvocabulary.language.asuncion_mixtepec_zapotec=Asunción Mixtepec Zapotec
controlledvocabulary.language.asuri=Asuri
controlledvocabulary.language.ata=Ata
controlledvocabulary.language.ata_manobo=Ata Manobo
controlledvocabulary.language.atakapa=Atakapa
controlledvocabulary.language.atampaya=Atampaya
controlledvocabulary.language.atatlahuca_mixtec=Atatláhuca Mixtec
controlledvocabulary.language.atauran=Atauran
controlledvocabulary.language.atayal=Atayal
controlledvocabulary.language.atemble=Atemble
controlledvocabulary.language.athpariya=Athpariya
controlledvocabulary.language.ati=Ati
controlledvocabulary.language.atikamekw=Atikamekw
controlledvocabulary.language.atohwaim=Atohwaim
controlledvocabulary.language.atong_(cameroon)=Atong (Cameroon)
controlledvocabulary.language.atong_(india)=Atong (India)
controlledvocabulary.language.atorada=Atorada
controlledvocabulary.language.atsahuaca=Atsahuaca
controlledvocabulary.language.atsam=Atsam
controlledvocabulary.language.atsugewi=Atsugewi
controlledvocabulary.language.attapady_kurumba=Attapady Kurumba
controlledvocabulary.language.attie=Attié
controlledvocabulary.language.atzingo_matlatzinca=Atzingo Matlatzinca
controlledvocabulary.language.au=Au
controlledvocabulary.language.aulua=Aulua
controlledvocabulary.language.aura=Aurá
controlledvocabulary.language.aushi=Aushi
controlledvocabulary.language.aushiri=Aushiri
controlledvocabulary.language.auslan=Auslan
controlledvocabulary.language.austral=Austral
controlledvocabulary.language.australian_aborigines_sign_language=Australian Aborigines Sign Language
controlledvocabulary.language.austrian_sign_language=Austrian Sign Language
controlledvocabulary.language.auwe=Auwe
controlledvocabulary.language.auye=Auye
controlledvocabulary.language.auyokawa=Auyokawa
controlledvocabulary.language.avaric=Avaric
controlledvocabulary.language.avatime=Avatime
controlledvocabulary.language.avau=Avau
controlledvocabulary.language.avestan=Avestan
controlledvocabulary.language.avikam=Avikam
controlledvocabulary.language.avokaya=Avokaya
controlledvocabulary.language.ava-canoeiro=Avá-Canoeiro
controlledvocabulary.language.awa_(china)=Awa (China)
controlledvocabulary.language.awa_(papua_new_guinea)=Awa (Papua New Guinea)
controlledvocabulary.language.awa-cuaiquer=Awa-Cuaiquer
controlledvocabulary.language.awabakal=Awabakal
controlledvocabulary.language.awad_bing=Awad Bing
controlledvocabulary.language.awadhi=Awadhi
controlledvocabulary.language.awak=Awak
controlledvocabulary.language.awar=Awar
controlledvocabulary.language.awara=Awara
controlledvocabulary.language.awbono=Awbono
controlledvocabulary.language.aweer=Aweer
controlledvocabulary.language.awera=Awera
controlledvocabulary.language.aweti=Awetí
controlledvocabulary.language.awing=Awing
controlledvocabulary.language.awiyaana=Awiyaana
controlledvocabulary.language.awjilah=Awjilah
controlledvocabulary.language.awngi=Awngi
controlledvocabulary.language.awngthim=Awngthim
controlledvocabulary.language.awtuw=Awtuw
controlledvocabulary.language.awu=Awu
controlledvocabulary.language.awun=Awun
controlledvocabulary.language.awutu=Awutu
controlledvocabulary.language.awyi=Awyi
controlledvocabulary.language.axamb=Axamb
controlledvocabulary.language.axi_yi=Axi Yi
controlledvocabulary.language.ayabadhu=Ayabadhu
controlledvocabulary.language.ayacucho_quechua=Ayacucho Quechua
controlledvocabulary.language.ayautla_mazatec=Ayautla Mazatec
controlledvocabulary.language.ayere=Ayere
controlledvocabulary.language.ayerrerenge=Ayerrerenge
controlledvocabulary.language.ayi_(papua_new_guinea)=Ayi (Papua New Guinea)
controlledvocabulary.language.ayiwo=Ayiwo
controlledvocabulary.language.ayizi=Ayizi
controlledvocabulary.language.ayizo_gbe=Ayizo Gbe
controlledvocabulary.language.aymara=Aymara
controlledvocabulary.language.ayoquesco_zapotec=Ayoquesco Zapotec
controlledvocabulary.language.ayoreo=Ayoreo
controlledvocabulary.language.ayu=Ayu
controlledvocabulary.language.ayutla_mixtec=Ayutla Mixtec
controlledvocabulary.language.azerbaijani=Azerbaijani
controlledvocabulary.language.azha=Azha
controlledvocabulary.language.azhe=Azhe
controlledvocabulary.language.azoyu_me'phaa=Azoyú Me'phaa
controlledvocabulary.language.baan=Baan
controlledvocabulary.language.baangi=Baangi
controlledvocabulary.language.baatonum=Baatonum
controlledvocabulary.language.baba=Baba
controlledvocabulary.language.baba_malay=Baba Malay
controlledvocabulary.language.babango=Babango
controlledvocabulary.language.babanki=Babanki
controlledvocabulary.language.babatana=Babatana
controlledvocabulary.language.babine=Babine
controlledvocabulary.language.babuza=Babuza
controlledvocabulary.language.bacama=Bacama
controlledvocabulary.language.bacanese_malay=Bacanese Malay
controlledvocabulary.language.bactrian=Bactrian
controlledvocabulary.language.bada_(indonesia)=Bada (Indonesia)
controlledvocabulary.language.bada_(nigeria)=Bada (Nigeria)
controlledvocabulary.language.badaga=Badaga
controlledvocabulary.language.bade=Bade
controlledvocabulary.language.badeshi=Badeshi
controlledvocabulary.language.badimaya=Badimaya
controlledvocabulary.language.badjiri=Badjiri
controlledvocabulary.language.badui=Badui
controlledvocabulary.language.badyara=Badyara
controlledvocabulary.language.baeggu=Baeggu
controlledvocabulary.language.baelelea=Baelelea
controlledvocabulary.language.baetora=Baetora
controlledvocabulary.language.bafanji=Bafanji
controlledvocabulary.language.bafaw-balong=Bafaw-Balong
controlledvocabulary.language.bafia=Bafia
controlledvocabulary.language.bafut=Bafut
controlledvocabulary.language.baga_kaloum=Baga Kaloum
controlledvocabulary.language.baga_koga=Baga Koga
controlledvocabulary.language.baga_manduri=Baga Manduri
controlledvocabulary.language.baga_pokur=Baga Pokur
controlledvocabulary.language.baga_sitemu=Baga Sitemu
controlledvocabulary.language.baga_sobane=Baga Sobané
controlledvocabulary.language.bagheli=Bagheli
controlledvocabulary.language.bagirmi=Bagirmi
controlledvocabulary.language.bagirmi_fulfulde=Bagirmi Fulfulde
controlledvocabulary.language.bago-kusuntu=Bago-Kusuntu
controlledvocabulary.language.bagri=Bagri
controlledvocabulary.language.bagupi=Bagupi
controlledvocabulary.language.bagusa=Bagusa
controlledvocabulary.language.bagvalal=Bagvalal
controlledvocabulary.language.baha_buyang=Baha Buyang
controlledvocabulary.language.baham=Baham
controlledvocabulary.language.bahamas_creole_english=Bahamas Creole English
controlledvocabulary.language.baharna_arabic=Baharna Arabic
controlledvocabulary.language.bahau=Bahau
controlledvocabulary.language.bahinemo=Bahinemo
controlledvocabulary.language.bahing=Bahing
controlledvocabulary.language.bahnar=Bahnar
controlledvocabulary.language.bahonsuai=Bahonsuai
controlledvocabulary.language.bai_(south_sudan)=Bai (South Sudan)
controlledvocabulary.language.baibai=Baibai
controlledvocabulary.language.baikeno=Baikeno
controlledvocabulary.language.baima=Baima
controlledvocabulary.language.baimak=Baimak
controlledvocabulary.language.bainouk-gunyaamolo=Bainouk-Gunyaamolo
controlledvocabulary.language.bainouk-gunyuno=Bainouk-Gunyuño
controlledvocabulary.language.bainouk-samik=Bainouk-Samik
controlledvocabulary.language.baiso=Baiso
controlledvocabulary.language.baissa_fali=Baissa Fali
controlledvocabulary.language.bajan=Bajan
controlledvocabulary.language.bajelani=Bajelani
controlledvocabulary.language.bajjika=Bajjika
controlledvocabulary.language.baka_(cameroon)=Baka (Cameroon)
controlledvocabulary.language.baka_(south_sudan)=Baka (South Sudan)
controlledvocabulary.language.bakairi=Bakairí
controlledvocabulary.language.bakaka=Bakaka
controlledvocabulary.language.bakhtiari=Bakhtiari
controlledvocabulary.language.baki=Baki
controlledvocabulary.language.bakoko=Bakoko
controlledvocabulary.language.bakole=Bakole
controlledvocabulary.language.bakpinka=Bakpinka
controlledvocabulary.language.bakumpai=Bakumpai
controlledvocabulary.language.bakwe=Bakwé
controlledvocabulary.language.balaesang=Balaesang
controlledvocabulary.language.balaibalan=Balaibalan
controlledvocabulary.language.balangao=Balangao
controlledvocabulary.language.balangingi=Balangingi
controlledvocabulary.language.balanta-ganja=Balanta-Ganja
controlledvocabulary.language.balanta-kentohe=Balanta-Kentohe
controlledvocabulary.language.balantak=Balantak
controlledvocabulary.language.baldemu=Baldemu
controlledvocabulary.language.bali_(democratic_republic_of_congo)=Bali (Democratic Republic of Congo)
controlledvocabulary.language.bali_(nigeria)=Bali (Nigeria)
controlledvocabulary.language.balinese=Balinese
controlledvocabulary.language.balinese_malay=Balinese Malay
controlledvocabulary.language.balkan_gagauz_turkish=Balkan Gagauz Turkish
controlledvocabulary.language.balkan_romani=Balkan Romani
controlledvocabulary.language.balo=Balo
controlledvocabulary.language.baloi=Baloi
controlledvocabulary.language.balti=Balti
controlledvocabulary.language.baltic_romani=Baltic Romani
controlledvocabulary.language.baluan-pam=Baluan-Pam
controlledvocabulary.language.baluchi=Baluchi
controlledvocabulary.language.bamako_sign_language=Bamako Sign Language
controlledvocabulary.language.bamali=Bamali
controlledvocabulary.language.bambalang=Bambalang
controlledvocabulary.language.bambam=Bambam
controlledvocabulary.language.bambara=Bambara
controlledvocabulary.language.bambassi=Bambassi
controlledvocabulary.language.bambili-bambui=Bambili-Bambui
controlledvocabulary.language.bamenyam=Bamenyam
controlledvocabulary.language.bamu=Bamu
controlledvocabulary.language.bamukumbit=Bamukumbit
controlledvocabulary.language.bamun=Bamun
controlledvocabulary.language.bamunka=Bamunka
controlledvocabulary.language.bamwe=Bamwe
controlledvocabulary.language.ban_khor_sign_language=Ban Khor Sign Language
controlledvocabulary.language.bana=Bana
controlledvocabulary.language.banao_itneg=Banao Itneg
controlledvocabulary.language.banaro=Banaro
controlledvocabulary.language.banda_(indonesia)=Banda (Indonesia)
controlledvocabulary.language.banda_malay=Banda Malay
controlledvocabulary.language.banda-bambari=Banda-Bambari
controlledvocabulary.language.banda-banda=Banda-Banda
controlledvocabulary.language.banda-mbres=Banda-Mbrès
controlledvocabulary.language.banda-ndele=Banda-Ndélé
controlledvocabulary.language.banda-yangere=Banda-Yangere
controlledvocabulary.language.bandi=Bandi
controlledvocabulary.language.bandial=Bandial
controlledvocabulary.language.bandjalang=Bandjalang
controlledvocabulary.language.bangala=Bangala
controlledvocabulary.language.bangandu=Bangandu
controlledvocabulary.language.bangba=Bangba
controlledvocabulary.language.banggai=Banggai
controlledvocabulary.language.banggarla=Banggarla
controlledvocabulary.language.bangi=Bangi
controlledvocabulary.language.bangime=Bangime
controlledvocabulary.language.bangka=Bangka
controlledvocabulary.language.bangolan=Bangolan
controlledvocabulary.language.bangubangu=Bangubangu
controlledvocabulary.language.bangwinji=Bangwinji
controlledvocabulary.language.baniva=Baniva
controlledvocabulary.language.baniwa=Baniwa
controlledvocabulary.language.banjar=Banjar
controlledvocabulary.language.bankagooma=Bankagooma
controlledvocabulary.language.bankal=Bankal
controlledvocabulary.language.bankan_tey_dogon=Bankan Tey Dogon
controlledvocabulary.language.bankon=Bankon
controlledvocabulary.language.bannoni=Bannoni
controlledvocabulary.language.bantawa=Bantawa
controlledvocabulary.language.bantayanon=Bantayanon
controlledvocabulary.language.bantik=Bantik
controlledvocabulary.language.bantoanon=Bantoanon
controlledvocabulary.language.banyjima=Banyjima
controlledvocabulary.language.baoule=Baoulé
controlledvocabulary.language.bara_malagasy=Bara Malagasy
controlledvocabulary.language.baraamu=Baraamu
controlledvocabulary.language.barababaraba=Barababaraba
controlledvocabulary.language.barai=Barai
controlledvocabulary.language.barakai=Barakai
controlledvocabulary.language.baram_kayan=Baram Kayan
controlledvocabulary.language.barama=Barama
controlledvocabulary.language.barambu=Barambu
controlledvocabulary.language.baramu=Baramu
controlledvocabulary.language.barapasi=Barapasi
controlledvocabulary.language.baras=Baras
controlledvocabulary.language.barasana-eduria=Barasana-Eduria
controlledvocabulary.language.barbaram=Barbaram
controlledvocabulary.language.barbareno=Barbareño
controlledvocabulary.language.barclayville_grebo=Barclayville Grebo
controlledvocabulary.language.bardi=Bardi
controlledvocabulary.language.barein=Barein
controlledvocabulary.language.bargam=Bargam
controlledvocabulary.language.bari=Bari
controlledvocabulary.language.bariai=Bariai
controlledvocabulary.language.bariji=Bariji
controlledvocabulary.language.barikanchi=Barikanchi
controlledvocabulary.language.barikewa=Barikewa
controlledvocabulary.language.barok=Barok
controlledvocabulary.language.barombi=Barombi
controlledvocabulary.language.barro_negro_tunebo=Barro Negro Tunebo
controlledvocabulary.language.barrow_point=Barrow Point
controlledvocabulary.language.baruga=Baruga
controlledvocabulary.language.baruya=Baruya
controlledvocabulary.language.barwe=Barwe
controlledvocabulary.language.barzani_jewish_neo-aramaic=Barzani Jewish Neo-Aramaic
controlledvocabulary.language.bare=Baré
controlledvocabulary.language.basa_(cameroon)=Basa (Cameroon)
controlledvocabulary.language.basa_(nigeria)=Basa (Nigeria)
controlledvocabulary.language.basa-gumna=Basa-Gumna
controlledvocabulary.language.basa-gurmana=Basa-Gurmana
controlledvocabulary.language.basap=Basap
controlledvocabulary.language.basay=Basay
controlledvocabulary.language.bashkardi=Bashkardi
controlledvocabulary.language.bashkir=Bashkir
controlledvocabulary.language.basketo=Basketo
controlledvocabulary.language.basque=Basque
controlledvocabulary.language.bassa=Bassa
controlledvocabulary.language.bassa-kontagora=Bassa-Kontagora
controlledvocabulary.language.bassari=Bassari
controlledvocabulary.language.bassossi=Bassossi
controlledvocabulary.language.bata=Bata
controlledvocabulary.language.batad_ifugao=Batad Ifugao
controlledvocabulary.language.batak=Batak
controlledvocabulary.language.batak_alas-kluet=Batak Alas-Kluet
controlledvocabulary.language.batak_angkola=Batak Angkola
controlledvocabulary.language.batak_dairi=Batak Dairi
controlledvocabulary.language.batak_karo=Batak Karo
controlledvocabulary.language.batak_mandailing=Batak Mandailing