-
Notifications
You must be signed in to change notification settings - Fork 4
/
vocabularyrelators.rdf
8778 lines (7234 loc) · 658 KB
/
vocabularyrelators.rdf
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
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/acp">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Art copyist</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/acp"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">acp</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person (e.g., a painter or sculptor) who makes copies of works of visual art.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Art copyist</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person (e.g., a painter or sculptor) who makes copies of works of visual art.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">acp</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/acp"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/anl">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Analyst</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/anl"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">anl</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization that reviews, examines and interprets data or information in a specific area.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Analyst</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization that reviews, examines and interprets data or information in a specific area.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">anl</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/anl"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/app">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Applicant</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/app"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">app</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization responsible for the submission of an application or who is named as eligible for the results of the processing of the application (e.g., bestowing of rights, reward, title, position).</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Applicant</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization responsible for the submission of an application or who is named as eligible for the results of the processing of the application (e.g., bestowing of rights, reward, title, position).</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">app</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/app"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/arr">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Arranger</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/arr"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">arr</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization who transcribes a musical composition, usually for a different medium from that of the original; in an arrangement the musical substance remains essentially unchanged.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<rdfs:subPropertyOf xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Arranger</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization who transcribes a musical composition, usually for a different medium from that of the original; in an arrangement the musical substance remains essentially unchanged.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">arr</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/arr"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/att">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Attributed name</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/att"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">att</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for an author, artist, etc., relating him/her to a work for which there is or once was substantial authority for designating that person as author, creator, etc. of the work.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<madsrdf:hasVariant>
<madsrdf:Topic>
<madsrdf:variantLabel xml:lang="en">Supposed name</madsrdf:variantLabel>
</madsrdf:Topic>
</madsrdf:hasVariant>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Attributed name</skos:prefLabel>
<skosxl:altLabel xmlns:skosxl="http://www.w3.org/2008/05/skos-xl#">Supposed name</skosxl:altLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for an author, artist, etc., relating him/her to a work for which there is or once was substantial authority for designating that person as author, creator, etc. of the work.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">att</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:altLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/att"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/aus">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Author of screenplay, etc.</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/aus"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">aus</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization responsible for a motion picture screenplay, dialog, spoken commentary, etc.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<rdfs:subPropertyOf xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Author of screenplay, etc.</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization responsible for a motion picture screenplay, dialog, spoken commentary, etc.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">aus</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/aus"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/bkd">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Book designer</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/bkd"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">bkd</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization responsible for the entire graphic design of a book, including arrangement of type and illustration, choice of materials, and process used.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<madsrdf:hasVariant>
<madsrdf:Topic>
<madsrdf:variantLabel xml:lang="en">Designer of book</madsrdf:variantLabel>
</madsrdf:Topic>
</madsrdf:hasVariant>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Book designer</skos:prefLabel>
<skosxl:altLabel xmlns:skosxl="http://www.w3.org/2008/05/skos-xl#">Designer of book</skosxl:altLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization responsible for the entire graphic design of a book, including arrangement of type and illustration, choice of materials, and process used.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">bkd</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:altLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/bkd"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/bpd">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Bookplate designer</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/bpd"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">bpd</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization responsible for the design of a book owner's identification label that is most commonly pasted to the inside front cover of a book.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<madsrdf:hasVariant>
<madsrdf:Topic>
<madsrdf:variantLabel xml:lang="en">Designer of bookplate</madsrdf:variantLabel>
</madsrdf:Topic>
</madsrdf:hasVariant>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Bookplate designer</skos:prefLabel>
<skosxl:altLabel xmlns:skosxl="http://www.w3.org/2008/05/skos-xl#">Designer of bookplate</skosxl:altLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization responsible for the design of a book owner's identification label that is most commonly pasted to the inside front cover of a book.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">bpd</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:altLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/bpd"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/clb">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Collaborator</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/clb"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">clb</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization that takes a limited part in the elaboration of a work of another person or organization that brings complements (e.g., appendices, notes) to the work.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<rdfs:subPropertyOf xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Collaborator</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization that takes a limited part in the elaboration of a work of another person or organization that brings complements (e.g., appendices, notes) to the work.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">clb</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/clb"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/clt">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Collotyper</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/clt"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">clt</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization responsible for the production of photographic prints from film or other colloid that has ink-receptive and ink-repellent surfaces.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<rdfs:subPropertyOf xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Collotyper</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization responsible for the production of photographic prints from film or other colloid that has ink-receptive and ink-repellent surfaces.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">clt</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/clt"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/cnd">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Conductor</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/cnd"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cnd</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person who directs a performing group (orchestra, chorus, opera, etc.) in a musical or dramatic presentation or entertainment.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<rdfs:subPropertyOf xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Conductor</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person who directs a performing group (orchestra, chorus, opera, etc.) in a musical or dramatic presentation or entertainment.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cnd</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/cnd"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/col">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Collector</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/col"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">col</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization who has brought together material from various sources that has been arranged, described, and cataloged as a collection. A collector is neither the creator of the material nor a person to whom manuscripts in the collection may have been addressed.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Collector</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization who has brought together material from various sources that has been arranged, described, and cataloged as a collection. A collector is neither the creator of the material nor a person to whom manuscripts in the collection may have been addressed.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">col</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/col"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/cos">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Contestant</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/cos"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cos</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for the party who opposes, resists, or disputes, in a court of law, a claim, decision, result, etc.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Contestant</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for the party who opposes, resists, or disputes, in a court of law, a claim, decision, result, etc.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cos</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/cos"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/cpe">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Complainant-appellee</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/cpe"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cpe</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a complainant against whom an appeal is taken from one court or jurisdiction to another to reverse the judgment, usually in an equity proceeding.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Complainant-appellee</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a complainant against whom an appeal is taken from one court or jurisdiction to another to reverse the judgment, usually in an equity proceeding.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cpe</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/cpe"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/cre">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Creator</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/cre"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cre</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization responsible for the intellectual or artistic content of a work.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<rdfs:subPropertyOf xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://purl.org/dc/elements/1.1/creator"/>
<rdfs:subPropertyOf xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Creator</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization responsible for the intellectual or artistic content of a work.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cre</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/cre"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/csp">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Consultant to a project</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/csp"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">csp</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization relevant to a resource, who is engaged specifically to provide an intellectual overview of a strategic or operational task and by analysis, specification, or instruction, to create or propose a cost-effective course of action or solution.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<rdfs:subPropertyOf xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Consultant to a project</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization relevant to a resource, who is engaged specifically to provide an intellectual overview of a strategic or operational task and by analysis, specification, or instruction, to create or propose a cost-effective course of action or solution.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">csp</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/csp"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/ctg">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Cartographer</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/ctg"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ctg</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization responsible for the creation of maps and other cartographic materials.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<rdfs:subPropertyOf xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Cartographer</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization responsible for the creation of maps and other cartographic materials.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ctg</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/ctg"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/cur">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Curator of an exhibition</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/cur"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cur</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization responsible for conceiving and organizing an exhibition.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<rdfs:subPropertyOf xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Curator of an exhibition</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization responsible for conceiving and organizing an exhibition.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cur</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/cur"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/dfe">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Defendant-appellee</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/dfe"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">dfe</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a defendant against whom an appeal is taken from one court or jurisdiction to another to reverse the judgment, usually in a legal action.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Defendant-appellee</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a defendant against whom an appeal is taken from one court or jurisdiction to another to reverse the judgment, usually in a legal action.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">dfe</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/dfe"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/dln">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Delineator</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/dln"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">dln</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization executing technical drawings from others' designs.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<rdfs:subPropertyOf xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Delineator</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization executing technical drawings from others' designs.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">dln</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/dln"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/dpt">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Depositor</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/dpt"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">dpt</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization placing material in the physical custody of a library or repository without transferring the legal title.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Depositor</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization placing material in the physical custody of a library or repository without transferring the legal title.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">dpt</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/dpt"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/dst">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Distributor</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/dst"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">dst</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization that has exclusive or shared marketing rights for an item.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<rdfs:subPropertyOf xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://purl.org/dc/elements/1.1/publisher"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Distributor</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization that has exclusive or shared marketing rights for an item.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">dst</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/dst"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/dto">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Dedicator</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/dto"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">dto</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for the author of a dedication, which may be a formal statement or in epistolary or verse form.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Dedicator</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for the author of a dedication, which may be a formal statement or in epistolary or verse form.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">dto</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/dto"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/elg">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Electrician</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/elg"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">elg</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person responsible for setting up a lighting rig and focusing the lights for a production, and running the lighting at a performance.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<madsrdf:hasVariant>
<madsrdf:Topic>
<madsrdf:variantLabel xml:lang="en">Chief electrician</madsrdf:variantLabel>
</madsrdf:Topic>
</madsrdf:hasVariant>
<madsrdf:hasVariant>
<madsrdf:Topic>
<madsrdf:variantLabel xml:lang="en">House electrician</madsrdf:variantLabel>
</madsrdf:Topic>
</madsrdf:hasVariant>
<madsrdf:hasVariant>
<madsrdf:Topic>
<madsrdf:variantLabel xml:lang="en">Master electrician</madsrdf:variantLabel>
</madsrdf:Topic>
</madsrdf:hasVariant>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Electrician</skos:prefLabel>
<skosxl:altLabel xmlns:skosxl="http://www.w3.org/2008/05/skos-xl#">Chief electrician</skosxl:altLabel>
<skosxl:altLabel xmlns:skosxl="http://www.w3.org/2008/05/skos-xl#">House electrician</skosxl:altLabel>
<skosxl:altLabel xmlns:skosxl="http://www.w3.org/2008/05/skos-xl#">Master electrician</skosxl:altLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person responsible for setting up a lighting rig and focusing the lights for a production, and running the lighting at a performance.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">elg</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:altLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#"/>
<skos:altLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#"/>
<skos:altLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/elg"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/evp">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Event place</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/evp"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">evp</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for the name of the place where an event such as a conference or a concert took place.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Event place</skos:prefLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for the name of the place where an event such as a conference or a concert took place.</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">evp</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/evp"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/flm">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Film editor</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/flm"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">flm</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization who is an editor of a motion picture film. This term is used regardless of the medium upon which the motion picture is produced or manufactured (e.g., acetate film, video tape).</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<madsrdf:hasVariant>
<madsrdf:Topic>
<madsrdf:variantLabel xml:lang="en">Motion picture editor</madsrdf:variantLabel>
</madsrdf:Topic>
</madsrdf:hasVariant>
<rdfs:subPropertyOf xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
<madsrdf:adminMetadata>
<ri:RecordInfo xmlns:ri="http://id.loc.gov/ontologies/RecordInfo#">
<ri:recordStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</ri:recordStatus>
<ri:recordChangeDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</ri:recordChangeDate>
<ri:recordContentSource rdf:resource="http://id.loc.gov/vocabulary/organizations/dlc"/>
</ri:RecordInfo>
</madsrdf:adminMetadata>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Film editor</skos:prefLabel>
<skosxl:altLabel xmlns:skosxl="http://www.w3.org/2008/05/skos-xl#">Motion picture editor</skosxl:altLabel>
<skos:scopeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Use for a person or organization who is an editor of a motion picture film. This term is used regardless of the medium upon which the motion picture is produced or manufactured (e.g., acetate film, video tape).</skos:scopeNote>
<skos:notation xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:datatype="http://www.w3.org/2001/XMLSchema#string">flm</skos:notation>
<skos:inScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<skos:altLabel xmlns:skos="http://www.w3.org/2004/02/skos/core#"/>
<skos:changeNote xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<cs:ChangeSet xmlns:cs="http://purl.org/vocab/changeset/schema#">
<cs:subjectOfChange rdf:resource="http://id.loc.gov/vocabulary/relators/flm"/>
<cs:creatorName>Library of Congress, Network Development and MARC Standards Office</cs:creatorName>
<cs:createdDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00</cs:createdDate>
<cs:changeReason rdf:datatype="http://www.w3.org/2001/XMLSchema#string">new</cs:changeReason>
</cs:ChangeSet>
</skos:changeNote>
</madsrdf:Authority>
<madsrdf:Authority xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:about="http://id.loc.gov/vocabulary/relators/frg">
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Topic"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<madsrdf:authoritativeLabel xml:lang="en">Forger</madsrdf:authoritativeLabel>
<owl:sameAs xmlns:owl="http://www.w3.org/2002/07/owl#" rdf:resource="info:lc/vocabulary/relators/frg"/>
<madsrdf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">frg</madsrdf:code>
<madsrdf:scopeNote xml:lang="en">Use for a person or organization who makes or imitates something of value or importance, especially with the intent to defraud.</madsrdf:scopeNote>
<madsrdf:isMemberOfMADSScheme rdf:resource="http://id.loc.gov/vocabulary/relators"/>
<madsrdf:hasVariant>
<madsrdf:Topic>
<madsrdf:variantLabel xml:lang="en">Copier</madsrdf:variantLabel>
</madsrdf:Topic>
</madsrdf:hasVariant>
<madsrdf:hasVariant>
<madsrdf:Topic>
<madsrdf:variantLabel xml:lang="en">Counterfeiter</madsrdf:variantLabel>
</madsrdf:Topic>
</madsrdf:hasVariant>
<rdfs:subPropertyOf xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" rdf:resource="http://purl.org/dc/elements/1.1/contributor"/>
<madsrdf:adminMetadata>