forked from judbd/Thesaurus-Lightroom-Collaboratif
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesaurus_IPTC_standards.txt
4214 lines (4214 loc) · 70.8 KB
/
thesaurus_IPTC_standards.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
IPTC Newscode
{IPTC subjects}
Arts culture et spectacles
{arts culture and entertainment}
{01000000}
Archéologie
{archaeology}
{01001000}
Architecture
{architecture}
{01002000}
Tauromachie
{bullfighting}
{01003000}
Festivals et carnavals
{festive event (including carnival)}
{01004000}
Cinéma
{cinema}
{01005000}
Festival de cinéma
{film festival}
{01005001}
Danse
{dance}
{01006000}
Mode
{fashion}
{01007000}
Joaillerie
{jewelry}
{01007001}
Langue
{language}
{01008000}
Bibliothèque et musée
{library and museum}
{01009000}
Littérature
{literature}
{01010000}
Fiction
{fiction}
{01010001}
Poésie
{poetry}
{01010002}
Musique
{music}
{01011000}
Musique classique
{classical music}
{01011001}
Folk
{folk music}
{01011002}
Jazz
{jazz music}
{01011003}
Pop
{popular music}
{01011004}
Country
{country music}
{01011005}
Rock
{rock and roll music}
{01011006}
Hip Hop
{hip-hop}
{01011007}
Peinture
{painting}
{01012000}
Photographie
{photography}
{01013000}
Radio
{radio}
{01014000}
Sculpture
{sculpture}
{01015000}
Arts Plastiques
{plastic art}
{01015001}
Télévision
{television}
{01016000}
Soap opéra
{soap opera}
{01016001}
Théâtre
{theatre}
{01017000}
Musique scénique
{music theatre}
{01017001}
Patrimoine
{monument and heritage site}
{01018000}
Institutions-DEPRECATED
{institution-DEPRECATED}
{01018001}
Coutumes et traditions
{customs and tradition}
{01019000}
Arts
{arts (general)}
{01020000}
Divertissement
{entertainment (general)}
{01021000}
Trophée divertissement
{entertainment award}
{01021001}
Culture
{culture (general)}
{01022000}
Histoire de la culture
{cultural development}
{01022001}
Boîte de nuit
{nightclub}
{01023000}
Bande dessinée
{cartoon}
{01024000}
Dessin animé
{animation}
{01025000}
Média
{mass media}
{01026000}
Périodiques
{periodicals}
{01026001}
Radio-tv
{news media}
{01026002}
Journaux
{newspapers}
{01026003}
Revue de critiques
{reviews}
{01026004}
Internet
{internet}
{01027000}
Histoire
{history}
{01028000}
Police et justice
{crime law and justice}
{02000000}
Criminalité
{crime}
{02001000}
Homicide
{homicide}
{02001001}
Piratage informatique
{computer crime}
{02001002}
Vol
{theft}
{02001003}
Trafic de drogue
{drug trafficking}
{02001004}
Viol
{sexual assault}
{02001005}
Agression
{assault (general)}
{02001006}
Kidnapping
{kidnapping}
{02001007}
Incendie criminel
{arson}
{02001008}
Délinquance en bandes
{gang activity}
{02001009}
Terrorisme
{terrorism}
{02001010}
Système judicaire
{judiciary (system of justice)}
{02002000}
Avocat
{lawyer}
{02002001}
Juge
{judge}
{02002002}
Greffe
{court administration}
{02002003}
Police
{police}
{02003000}
Forces de l'ordre
{law enforcement}
{02003001}
Enquête
{investigation}
{02003002}
Arrestation
{arrest}
{02003003}
Peines
{punishment}
{02004000}
Amende
{fine}
{02004001}
Execution
{execution}
{02004002}
Prison
{prison}
{02005000}
Lois
{laws}
{02006000}
Droit Pénal
{criminal}
{02006001}
Droit civil
{civil}
{02006002}
Droits
{justice and rights}
{02007000}
Droits civils
{civil rights}
{02007001}
Procès
{trials}
{02008000}
Litige
{litigation}
{02008001}
Arbitrage
{arbitration}
{02008002}
Audiences préliminaires
{court preliminary}
{02008003}
Accusation
{prosecution}
{02009000}
Accusé
{defendant}
{02009001}
Témoin
{witness}
{02009002}
Crime organisé
{organized crime}
{02010000}
Droit International
{international law}
{02011000}
Cour ou tribunal international
{international court or tribunal}
{02011001}
Extradition
{extradition}
{02011002}
Délinquance financière
{corporate crime}
{02012000}
Fraude
{fraud}
{02012001}
Détournements
{embezzlement}
{02012002}
Infraction commerciale
{restraint of trade}
{02012003}
Violation de contrat
{breach of contract}
{02012004}
Infraction anti-trust
{anti-trust crime}
{02012005}
Corruption
{corruption}
{02012006}
Subornation de témoins
{bribery}
{02012007}
Crime de guerre
{war crime}
{02013000}
Enquête
{inquest}
{02014000}
Enquête
{inquiry}
{02015000}
Tribunal
{tribunal}
{02016000}
Désastres et accidents
{disaster and accident}
{03000000}
Sécheresse
{drought}
{03001000}
Tremblement de terre
{earthquake}
{03002000}
Famine
{famine}
{03003000}
Incendie
{fire}
{03004000}
Inondation
{flood}
{03005000}
Accident industriel
{industrial accident}
{03006000}
Effondrement
{structural failures}
{03006001}
Désastre météorologique
{meteorological disaster}
{03007000}
Tempête
{windstorms}
{03007001}
Accident nucléaire
{nuclear accident}
{03008000}
Pollution
{pollution}
{03009000}
Accident de transport
{transport accident}
{03010000}
Accident de la route
{road accident}
{03010001}
Accident de chemin de fer
{railway accident}
{03010002}
Accident dans l'air et l'espace
{air and space accident}
{03010003}
Accidents maritimes
{maritime accident}
{03010004}
éruption volcanique
{volcanic eruption}
{03011000}
ONG
{relief and aid organisation}
{03012000}
Accident
{accident (general)}
{03013000}
Situation d'urgence
{emergency incident}
{03014000}
Explosion
{explosion}
{03014001}
Désastre
{disaster (general)}
{03015000}
Catastrophe naturelle
{natural disasters}
{03015001}
Avalanche/Glissement de terrain
{avalanche/landslide}
{03015002}
Prévention et organisation des secours
{emergency planning}
{03016000}
Sauvetage
{rescue}
{03017000}
Economie et finances
{economy business and finance}
{04000000}
Agriculture
{agriculture}
{04001000}
Cultures
{arable farming}
{04001001}
Pêche
{fishing industry}
{04001002}
Exploitation forestière
{forestry and timber}
{04001003}
élevage
{livestock farming}
{04001004}
Viticulture
{viniculture}
{04001005}
Aquaculture
{aquaculture}
{04001006}
Chimie
{chemicals}
{04002000}
Biotechnologie
{biotechnology}
{04002001}
Engrais
{fertiliser}
{04002002}
Hygiène et Cosmétiques
{health and beauty product}
{04002003}
Chimie inorganique
{inorganic chemical}
{04002004}
Chimie organique
{organic chemical}
{04002005}
Pharmacie
{pharmaceutical}
{04002006}
Plastiques et synthétiques
{synthetic and plastic}
{04002007}
Informatique et technologie de l'information
{computing and information technology}
{04003000}
Matériel informatique
{hardware}
{04003001}
Réseaux et télécommunications
{networking}
{04003002}
Satellites
{satellite technology}
{04003003}
Semiconducteurs
{semiconductors and active components}
{04003004}
Logiciels
{software}
{04003005}
équipement de télécommunication
{telecommunication equipment}
{04003006}
Services télécoms
{telecommunication service}
{04003007}
Sécurité
{security}
{04003008}
Technologie sans-fil
{wireless technology}
{04003009}
équipement et immobilier
{construction and property}
{04004000}
Travaux Publics
{heavy construction}
{04004001}
Bâtiment
{house building}
{04004002}
Immobilier
{real estate}
{04004003}
Exploitations agricoles
{farms}
{04004004}
Foncier
{land price}
{04004005}
Rénovation
{renovation}
{04004006}
Design et ingénierie
{design and engineering}
{04004007}
énergie et ressources
{energy and resource}
{04005000}
énergies alternatives
{alternative energy}
{04005001}
Charbon
{coal}
{04005002}
Pétrole et gaz
{oil and gas - downstream activities}
{04005003}
Pétrole et gaz
{oil and gas - upstream activities}
{04005004}
énergie nucléaire
{nuclear power}
{04005005}
électricité
{electricity production and distribution}
{04005006}
Traitement des déchets
{waste management and pollution control}
{04005007}
Alimentation en eau
{water supply}
{04005008}
Ressources naturelles
{natural resources (general)}
{04005009}
énergie
{energy (general)}
{04005010}
Gaz naturel
{natural gas}
{04005011}
Essence
{petrol}
{04005012}
Carburant diesel
{diesel fuel}
{04005013}
Kérosène
{kerosene/paraffin}
{04005014}
Services financiers
{financial and business service}
{04006000}
Comptabilité et Audit
{accountancy and auditing}
{04006001}
Banque
{banking}
{04006002}
Consultants
{consultancy service}
{04006003}
Agence pour l'emploi
{employment agency}
{04006004}
Services de santé
{healthcare provider}
{04006005}
Assurances
{insurance}
{04006006}
Service juridique
{legal service}
{04006007}
études de marché
{market research}
{04006008}
Courtage d'actions
{stock broking}
{04006009}
Placements personnels
{personal investing}
{04006010}
Tendance du marché
{market trend}
{04006011}
Sociétés de tansport
{shipping service}
{04006012}
Soins de beauté
{personal service}
{04006013}
Sociétés d'entretien
{janitorial service}
{04006014}
Pompes funèbres
{funeral parlour and crematorium}
{04006015}
Sociétés de location
{rental service}
{04006016}
Services matrimoniaux
{wedding service}
{04006017}
épargne personnelle
{personal finance}
{04006018}
Revenus personnels
{personal income}
{04006019}
Ventes anx enchères
{auction service}
{04006020}
Reprographie
{printing/promotional service}
{04006021}
Conseillers financiers
{investment service}
{04006022}
Distribution
{consumer goods}
{04007000}
Habillement
{clothing}
{04007001}
Grands magasins
{department store}
{04007002}
Alimentation
{food}
{04007003}
Vente par correspondance
{mail order}
{04007004}
Commerce de détail
{retail}
{04007005}
Commerce spécialisé
{speciality store}
{04007006}
Grossistes
{wholesale}
{04007007}
Distribution de boissons
{beverage}
{04007008}
Commerce électronique
{electronic commerce}
{04007009}
Commerce de luxe
{luxury good}
{04007010}
Biens de consommation
{non-durable good}
{04007011}
Jouets
{toy}
{04007012}
Macro économie
{macro economics}
{04008000}
Banques centrales
{central bank}
{04008001}
Consommation
{consumer issue}
{04008002}
Marché obligataire
{debt market}
{04008003}
Indicateurs économiques
{economic indicator}
{04008004}
Pays émergents
{emerging market}
{04008005}
Marché des changes
{foreign exchange market}
{04008006}
Aide publique
{government aid}
{04008007}
Dette publique
{government debt}
{04008008}
Taux d'intérêts
{interest rate}
{04008009}
Institutions économiques internationales
{international economic institution}
{04008010}
Commerce International
{international (foreign) trade}
{04008011}
Financement
{loan market}
{04008012}
Organisations économiques
{economic organization}
{04008013}
Confiance des consommateurs
{consumer confidence}
{04008014}
Conflit commercial
{trade dispute}
{04008015}
Inflation et déflation
{inflation and deflation}
{04008016}
Prix
{prices}
{04008017}
Changes
{currency values}
{04008018}
Budget
{budgets and budgeting}
{04008019}
Crédit
{credit and debt}
{04008020}
Prêts
{loans}
{04008021}
Emprunts immobiliers
{mortgages}
{04008022}
Marchés financiers
{financial markets}
{04008023}
Marchés des matières premières
{commodity markets}
{04008024}
Investissements
{investments}
{04008025}
Parts de société
{stocks}
{04008026}
Obligations
{bonds}
{04008027}
Fonds d'investissement
{mutual funds}
{04008028}
Produits dérivés
{derivative securities}
{04008029}
Importations
{imports}
{04008030}
Exportations
{exports}
{04008031}
Accords commerciaux
{trade agreements}
{04008032}
Politique commerciale
{trade policy}
{04008033}
Entrepises
{business enterprises}
{04008034}
Droits de douane
{tariff}
{04008035}
Balance commerciale
{trade balance}
{04008036}
Marchés
{market and exchange}
{04009000}
Marché énergie
{energy}
{04009001}
Métaux
{metal}
{04009002}
Bourse
{securities}
{04009003}
Denrées
{soft commodity}
{04009004}
Médias
{media}
{04010000}
Publicité
{advertising}
{04010001}
édition
{book}
{04010002}
Cinéma
{cinema industry}
{04010003}
Agences de presse
{news agency}
{04010004}
Journaux et périodiques
{newspaper and magazine}
{04010005}
Services en ligne
{online}
{04010006}
Relations publiques
{public relation}
{04010007}
Industrie de la Radio
{radio industry}
{04010008}
Câble et satellite
{satellite and cable service}
{04010009}
Industrie de la télévision
{television industry}
{04010010}
Industrie musicale
{music industry}
{04010011}
Industries métallurgiques et mécaniques
{manufacturing and engineering}
{04011000}
Industrie aéronautique et de l' espace
{aerospace}
{04011001}
Industrie automobile
{automotive equipment}
{04011002}
Industrie de défense
{defence equipment}
{04011003}
équipement électrique
{electrical appliance}
{04011004}
Mécanique lourde
{heavy engineering}
{04011005}
Composants industriels
{industrial component}
{04011006}
contrôle et mesure
{instrument engineering}
{04011007}
Construction navale
{shipbuilding}
{04011008}
Machine outil
{machine manufacturing}
{04011009}
Métaux et minéraux
{metal and mineral}
{04012000}
Matériaux de construction
{building material}
{04012001}
Or et métaux précieux
{gold and precious material}
{04012002}
Sidérurgie
{iron and steel}
{04012003}
Métaux non ferreux
{non ferrous metal}
{04012004}
Mines
{mining}
{04012005}
Industries de transformation
{process industry}
{04013000}
Boissons alcoolisées
{distiller and brewer}
{04013001}
Alimentation
{food}
{04013002}
Meubles et décoration
{furnishings and furniture}
{04013003}
Papier et emballage
{paper and packaging product}
{04013004}
Caoutchouc
{rubber product}
{04013005}
Boissons non alcoolisées
{soft drinks}
{04013006}
Textile
{textile and clothing}
{04013007}
Tabac
{tobacco}
{04013008}
Tourisme et loisirs
{tourism and leisure}
{04014000}
Casinos
{casino and gambling}
{04014001}
Hotellerie
{hotel and accommodation}
{04014002}
Articles de sport et plein air
{recreational and sporting goods}
{04014003}
Restauration
{restaurant and catering}
{04014004}
Voyagistes
{tour operator}
{04014005}
Industrie de transport
{transport}
{04015000}
Transport aérien
{air transport}
{04015001}
Transport ferroviaire
{railway}
{04015002}
Transport routier
{road transport}
{04015003}
Transport fluvial et maritime
{waterway and maritime transport}
{04015004}
Vie des sociétés
{company information}
{04016000}
Comptabilité et audit
{accounting and audit}
{04016001}
Assemblées générales
{annual and special corporate meeting}
{04016002}
Rapports annuels
{annual report}
{04016003}
Problèmes de concurrence
{antitrust issue}
{04016004}
Fusions-acquisitions
{merger acquisition and takeover}
{04016005}
Commentaires d'analystes
{analysts' comment}
{04016006}
Défaillances d'entreprise
{bankruptcy}
{04016007}
Carnet des entreprises
{board of directors (appointment and change)}
{04016008}
Rachats d'actions
{buyback}
{04016009}
Interviews de dirigeants
{C.E.O. interview}
{04016010}
Dirigeants
{corporate officer}
{04016011}
Portraits d'entreprises
{corporate profile}
{04016012}
Contrats
{contract}
{04016013}
Contrats militaires
{defence contract}
{04016014}
Dividendes
{dividend announcement}
{04016015}
Prévisions de résultats
{earnings forecast}
{04016016}
Entreprise en difficulté
{financially distressed company}
{04016017}
Résultats
{earnings}
{04016018}
Introduction en bourse
{financing and stock offering}
{04016019}
Contrats publics
{government contract}
{04016020}
Développement international
{global expansion}
{04016021}
Délits d'initiés
{insider trading}
{04016022}
Entreprise en participation
{joint venture}
{04016023}
Rachats d'entreprises
{leveraged buyout}
{04016024}
Restructurations
{layoffs and downsizing}
{04016025}
Accords de licence
{licensing agreement}
{04016026}
Contentieux
{litigation and regulation}
{04016027}
Modification de l'organigramme
{management change}