rdf-vocab 2.2.9 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +5 -5
  2. data/VERSION +1 -1
  3. data/lib/rdf/vocab.rb +21 -2
  4. data/lib/rdf/vocab/acl.rb +21 -5
  5. data/lib/rdf/vocab/bf2.rb +812 -812
  6. data/lib/rdf/vocab/bibframe.rb +78 -78
  7. data/lib/rdf/vocab/bibo.rb +239 -247
  8. data/lib/rdf/vocab/cc.rb +4 -9
  9. data/lib/rdf/vocab/cert.rb +44 -45
  10. data/lib/rdf/vocab/cnt.rb +5 -5
  11. data/lib/rdf/vocab/crm.rb +344 -344
  12. data/lib/rdf/vocab/datacite.rb +152 -58
  13. data/lib/rdf/vocab/dc.rb +439 -439
  14. data/lib/rdf/vocab/dc11.rb +93 -93
  15. data/lib/rdf/vocab/dcat.rb +152 -101
  16. data/lib/rdf/vocab/dcmitype.rb +75 -75
  17. data/lib/rdf/vocab/disco.rb +169 -101
  18. data/lib/rdf/vocab/doap.rb +179 -159
  19. data/lib/rdf/vocab/dwc.rb +1648 -1648
  20. data/lib/rdf/vocab/ebucore.rb +373 -124
  21. data/lib/rdf/vocab/edm.rb +216 -139
  22. data/lib/rdf/vocab/exif.rb +208 -208
  23. data/lib/rdf/vocab/fcrepo4.rb +57 -134
  24. data/lib/rdf/vocab/foaf.rb +166 -166
  25. data/lib/rdf/vocab/geo.rb +3 -5
  26. data/lib/rdf/vocab/geojson.rb +16 -16
  27. data/lib/rdf/vocab/geonames.rb +2827 -3455
  28. data/lib/rdf/vocab/gr.rb +699 -254
  29. data/lib/rdf/vocab/gs1.rb +1765 -1761
  30. data/lib/rdf/vocab/ht.rb +23 -23
  31. data/lib/rdf/vocab/hydra.rb +104 -104
  32. data/lib/rdf/vocab/ical.rb +674 -127
  33. data/lib/rdf/vocab/identifiers.rb +120 -212
  34. data/lib/rdf/vocab/iiif.rb +25 -37
  35. data/lib/rdf/vocab/jsonld.rb +11 -11
  36. data/lib/rdf/vocab/ldp.rb +79 -69
  37. data/lib/rdf/vocab/lrmi.rb +63 -63
  38. data/lib/rdf/vocab/ma.rb +47 -132
  39. data/lib/rdf/vocab/mads.rb +83 -28
  40. data/lib/rdf/vocab/marc_relators.rb +12 -2201
  41. data/lib/rdf/vocab/mo.rb +920 -836
  42. data/lib/rdf/vocab/mods.rb +6 -13
  43. data/lib/rdf/vocab/oa.rb +82 -72
  44. data/lib/rdf/vocab/og.rb +50 -50
  45. data/lib/rdf/vocab/ogc.rb +9 -8
  46. data/lib/rdf/vocab/ore.rb +22 -19
  47. data/lib/rdf/vocab/org.rb +217 -167
  48. data/lib/rdf/vocab/pplan.rb +45 -45
  49. data/lib/rdf/vocab/premis.rb +855 -582
  50. data/lib/rdf/vocab/premis_event_type.rb +148 -70
  51. data/lib/rdf/vocab/prov.rb +842 -806
  52. data/lib/rdf/vocab/rightsstatements.rb +140 -157
  53. data/lib/rdf/vocab/rsa.rb +16 -13
  54. data/lib/rdf/vocab/rss.rb +10 -10
  55. data/lib/rdf/vocab/schema.rb +1448 -1448
  56. data/lib/rdf/vocab/sioc.rb +158 -159
  57. data/lib/rdf/vocab/sioc_services.rb +14 -14
  58. data/lib/rdf/vocab/sioct.rb +70 -70
  59. data/lib/rdf/vocab/skos.rb +97 -93
  60. data/lib/rdf/vocab/skosxl.rb +29 -24
  61. data/lib/rdf/vocab/v.rb +88 -90
  62. data/lib/rdf/vocab/vcard.rb +340 -196
  63. data/lib/rdf/vocab/vmd.rb +88 -90
  64. data/lib/rdf/vocab/vs.rb +15 -15
  65. data/lib/rdf/vocab/wdrs.rb +30 -30
  66. data/lib/rdf/vocab/wot.rb +47 -47
  67. data/lib/rdf/vocab/xhtml.rb +3 -3
  68. data/lib/rdf/vocab/xhv.rb +37 -123
  69. data/lib/rdf/vocab/xkos.rb +110 -107
  70. data/spec/vocab_spec.rb +6 -6
  71. metadata +19 -31
@@ -29,7 +29,7 @@ module RDF::Vocab
29
29
  comment: %(A concept with a controlled
30
30
  label.).freeze,
31
31
  label: "Authority".freeze,
32
- :"owl:disjointWith" => [%(mads:DeprecatedAuthority).freeze, %(mads:MADSCollection).freeze, %(mads:MADSScheme).freeze, %(mads:Variant).freeze],
32
+ "owl:disjointWith": ["mads:DeprecatedAuthority".freeze, "mads:MADSCollection".freeze, "mads:MADSScheme".freeze, "mads:Variant".freeze],
33
33
  subClassOf: ["owl:Thing".freeze, "skos:Concept".freeze],
34
34
  type: "owl:Class".freeze
35
35
  term :City,
@@ -59,8 +59,14 @@ module RDF::Vocab
59
59
  of labels from two or more Authority descriptions or two or more Variant descriptions or some
60
60
  combination of Authority and Variant descriptions, each of a
61
61
  madsrdf:SimpleType.).freeze,
62
+ equivalentClass: term(
63
+ onProperty: "mads:componentList".freeze,
64
+ type: "owl:Restriction".freeze,
65
+ cardinality: "1".freeze
66
+ ),
62
67
  label: "Complex Type".freeze,
63
- :"owl:disjointWith" => %(mads:SimpleType).freeze,
68
+ "owl:disjointUnionOf": ["mads:ComplexSubject".freeze, "mads:HierarchicalGeographic".freeze, "mads:NameTitle".freeze],
69
+ "owl:disjointWith": "mads:SimpleType".freeze,
64
70
  subClassOf: "mads:MADSType".freeze,
65
71
  type: "owl:Class".freeze
66
72
  term :ConferenceName,
@@ -104,12 +110,17 @@ module RDF::Vocab
104
110
  comment: %(A former
105
111
  Authority.).freeze,
106
112
  label: "Deprecated\n Authority".freeze,
107
- :"owl:disjointWith" => [%(mads:Authority).freeze, %(mads:MADSCollection).freeze, %(mads:MADSScheme).freeze],
113
+ "owl:disjointWith": ["mads:Authority".freeze, "mads:MADSCollection".freeze, "mads:MADSScheme".freeze],
108
114
  subClassOf: "owl:Thing".freeze,
109
115
  type: "owl:Class".freeze
110
116
  term :Element,
111
117
  comment: %(madsrdf:Element types
112
118
  describe the various parts of labels.).freeze,
119
+ equivalentClass: term(
120
+ onProperty: "mads:elementValue".freeze,
121
+ type: "owl:Restriction".freeze,
122
+ cardinality: "1".freeze
123
+ ),
113
124
  label: "Element".freeze,
114
125
  type: "owl:Class".freeze
115
126
  term :ExtraterrestrialArea,
@@ -192,8 +203,8 @@ module RDF::Vocab
192
203
  term :Language,
193
204
  comment: %(Describes a resource whose label represents a
194
205
  language.).freeze,
206
+ equivalentClass: "dc:LinguisticSystem".freeze,
195
207
  label: "Language Type".freeze,
196
- :"owl:equivalentClass" => %(dc:LinguisticSystem).freeze,
197
208
  subClassOf: "mads:SimpleType".freeze,
198
209
  type: "owl:Class".freeze
199
210
  term :LanguageElement,
@@ -206,7 +217,7 @@ module RDF::Vocab
206
217
  not to the extent that it defines an independent knowledge organization system. It aggregates
207
218
  madsrdf:Authority descriptions or other madsrdf:MADSCollection resources.).freeze,
208
219
  label: "MADS Collection".freeze,
209
- :"owl:disjointWith" => [%(mads:Authority).freeze, %(mads:MADSScheme).freeze, %(mads:Variant).freeze],
220
+ "owl:disjointWith": ["mads:Authority".freeze, "mads:MADSScheme".freeze, "mads:Variant".freeze],
210
221
  subClassOf: "skos:Collection".freeze,
211
222
  type: "owl:Class".freeze
212
223
  term :MADSScheme,
@@ -217,12 +228,12 @@ module RDF::Vocab
217
228
  madsrdf:MADSCollection is part of a madsrdf:MADSScheme, then any madsrdf:Authority within that
218
229
  madsrdf:MADSCollection is effectively also in the madsrdf:MADSScheme.).freeze,
219
230
  label: "MADS Scheme".freeze,
220
- :"owl:disjointWith" => [%(mads:Authority).freeze, %(mads:MADSCollection).freeze, %(mads:Variant).freeze],
231
+ "owl:disjointWith": ["mads:Authority".freeze, "mads:MADSCollection".freeze, "mads:Variant".freeze],
221
232
  subClassOf: "skos:ConceptScheme".freeze,
222
233
  type: "owl:Class".freeze
223
234
  term :MADSType,
224
235
  label: "MADS Type".freeze,
225
- :"owl:disjointWith" => [%(mads:MADSCollection).freeze, %(mads:MADSScheme).freeze],
236
+ "owl:disjointWith": ["mads:MADSCollection".freeze, "mads:MADSScheme".freeze],
226
237
  type: "owl:Class".freeze
227
238
  term :MainTitleElement,
228
239
  label: "Main Title\n Element".freeze,
@@ -359,7 +370,7 @@ module RDF::Vocab
359
370
  comment: %(A resource whose label is the alternate form of an Authority or
360
371
  Deprecated Authority.).freeze,
361
372
  label: "Variant".freeze,
362
- :"owl:disjointWith" => [%(mads:Authority).freeze, %(mads:MADSCollection).freeze, %(mads:MADSScheme).freeze],
373
+ "owl:disjointWith": ["mads:Authority".freeze, "mads:MADSCollection".freeze, "mads:MADSScheme".freeze],
363
374
  subClassOf: ["owl:Thing".freeze, "skosxl:Label".freeze],
364
375
  type: "owl:Class".freeze
365
376
 
@@ -380,6 +391,10 @@ module RDF::Vocab
380
391
  comment: %(This relates an Authority or Variant to its administrative metadata,
381
392
  which is, minimimally, a Class defined outside of the MADS/RDF namespace. The RecordInfo Class
382
393
  from the RecordInfo ontology is recommended.).freeze,
394
+ domain: term(
395
+ type: "owl:Class".freeze,
396
+ unionOf: list("mads:Authority".freeze, "mads:DeprecatedAuthority".freeze, "mads:Variant".freeze)
397
+ ),
383
398
  label: "Administrative Metadata".freeze,
384
399
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
385
400
  property :affiliationEnd,
@@ -436,8 +451,8 @@ module RDF::Vocab
436
451
  property :changeNote,
437
452
  comment: %(A note detailing a modification to an Authority or
438
453
  Variant.).freeze,
454
+ equivalentProperty: "skos:changeNote".freeze,
439
455
  label: "Change Note".freeze,
440
- :"owl:equivalentProperty" => %(skos:changeNote).freeze,
441
456
  subPropertyOf: "mads:note".freeze,
442
457
  type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
443
458
  property :citationNote,
@@ -475,6 +490,10 @@ module RDF::Vocab
475
490
  comment: %(A code is a string of
476
491
  characters associated with a the authoritative or deprecated label. It may record an
477
492
  historical notation once used to uniquely identify a concept.).freeze,
493
+ domain: term(
494
+ type: "owl:Class".freeze,
495
+ unionOf: list("mads:Authority".freeze, "mads:DeprecatedAuthority".freeze)
496
+ ),
478
497
  label: "Code".freeze,
479
498
  subPropertyOf: "skos:notation".freeze,
480
499
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
@@ -484,6 +503,10 @@ module RDF::Vocab
484
503
  associated madsrdf:ComplexType resource.).freeze,
485
504
  domain: "mads:ComplexType".freeze,
486
505
  label: "Component List".freeze,
506
+ range: term(
507
+ type: "owl:Class".freeze,
508
+ unionOf: list("rdf:List".freeze, "rdf:Seq".freeze)
509
+ ),
487
510
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
488
511
  property :country,
489
512
  comment: %(Country associated with an
@@ -516,8 +539,8 @@ module RDF::Vocab
516
539
  property :definitionNote,
517
540
  comment: %(An explanation of the meaning of an Authority, DeprecatedAuthority,
518
541
  or Variant description.).freeze,
542
+ equivalentProperty: "skos:definition".freeze,
519
543
  label: "Definition Note".freeze,
520
- :"owl:equivalentProperty" => %(skos:definition).freeze,
521
544
  subPropertyOf: "mads:note".freeze,
522
545
  type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
523
546
  property :deletionNote,
@@ -536,14 +559,18 @@ module RDF::Vocab
536
559
  property :editorialNote,
537
560
  comment: %(A note pertaining to the
538
561
  management of the label associated with the resource.).freeze,
562
+ equivalentProperty: "skos:editorialNote".freeze,
539
563
  label: "Editorial Note".freeze,
540
- :"owl:equivalentProperty" => %(skos:editorialNote).freeze,
541
564
  subPropertyOf: "mads:note".freeze,
542
565
  type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
543
566
  property :elementList,
544
567
  comment: %(The madsrdf:elementList property is used to organize the various
545
568
  parts of labels.).freeze,
546
569
  label: "Element List".freeze,
570
+ range: term(
571
+ type: "owl:Class".freeze,
572
+ unionOf: list("rdf:List".freeze, "rdf:Seq".freeze)
573
+ ),
547
574
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
548
575
  property :elementValue,
549
576
  domain: "mads:Element".freeze,
@@ -571,8 +598,8 @@ module RDF::Vocab
571
598
  property :exampleNote,
572
599
  comment: %(A example of how the
573
600
  resource might be used.).freeze,
601
+ equivalentProperty: "skos:example".freeze,
574
602
  label: "Example Note".freeze,
575
- :"owl:equivalentProperty" => %(skos:example).freeze,
576
603
  subPropertyOf: "mads:note".freeze,
577
604
  type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
578
605
  property :extendedAddress,
@@ -631,8 +658,8 @@ module RDF::Vocab
631
658
  range: "mads:Address".freeze,
632
659
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
633
660
  property :hasBroaderAuthority,
661
+ inverseOf: "mads:hasNarrowerAuthority".freeze,
634
662
  label: "Has Broader\n Authority".freeze,
635
- :"owl:inverseOf" => %(mads:hasNarrowerAuthority).freeze,
636
663
  subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:broader".freeze],
637
664
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
638
665
  property :hasBroaderExternalAuthority,
@@ -668,16 +695,16 @@ module RDF::Vocab
668
695
  between a CorporateName Authority and one of the same that is more narrowly
669
696
  defined.).freeze,
670
697
  domain: "mads:CorporateName".freeze,
698
+ inverseOf: "mads:hasCorporateParentAuthority".freeze,
671
699
  label: "Is Parent Organization\n Of".freeze,
672
- :"owl:inverseOf" => %(mads:hasCorporateParentAuthority).freeze,
673
700
  range: "mads:CorporateName".freeze,
674
701
  subPropertyOf: "mads:hasRelatedAuthority".freeze,
675
702
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
676
703
  property :hasEarlierEstablishedForm,
677
704
  comment: %(Used to reference a resource that was an earlier form. This is
678
705
  Related type='earlier' in MADS XML.).freeze,
706
+ inverseOf: "mads:hasLaterEstablishedForm".freeze,
679
707
  label: "Has Earlier Established\n Form".freeze,
680
- :"owl:inverseOf" => %(mads:hasLaterEstablishedForm).freeze,
681
708
  subPropertyOf: "mads:see".freeze,
682
709
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
683
710
  property :hasExactExternalAuthority,
@@ -708,30 +735,38 @@ module RDF::Vocab
708
735
  property :hasLaterEstablishedForm,
709
736
  comment: %(Use to reference the later form of a resource. This is Related
710
737
  type='later' in MADS XML.).freeze,
738
+ inverseOf: "mads:hasEarlierEstablishedForm".freeze,
711
739
  label: "Has Later Established\n Form".freeze,
712
- :"owl:inverseOf" => %(mads:hasEarlierEstablishedForm).freeze,
713
740
  subPropertyOf: "mads:see".freeze,
714
741
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
715
742
  property :hasMADSCollectionMember,
716
743
  comment: %(Associates an Authority or other Collection with a
717
744
  madsrdf:MADSCollection.).freeze,
718
745
  domain: "mads:MADSCollection".freeze,
746
+ inverseOf: "mads:isMemberOfMADSCollection".freeze,
719
747
  label: "Has MADSCollection Member".freeze,
720
- :"owl:inverseOf" => %(mads:isMemberOfMADSCollection).freeze,
748
+ range: term(
749
+ type: "owl:Class".freeze,
750
+ unionOf: list("mads:Authority".freeze, "mads:MADSCollection".freeze)
751
+ ),
721
752
  subPropertyOf: "skos:member".freeze,
722
753
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
723
754
  property :hasMADSSchemeMember,
724
755
  comment: %(Associates an Authority or Collection with a
725
756
  madsrdf:MADSScheme.).freeze,
726
757
  domain: "mads:MADSScheme".freeze,
758
+ inverseOf: "mads:isMemberOfMADSScheme".freeze,
727
759
  label: "Has MADS Scheme\n Member".freeze,
728
- :"owl:inverseOf" => %(mads:isMemberOfMADSScheme).freeze,
760
+ range: term(
761
+ type: "owl:Class".freeze,
762
+ unionOf: list("mads:Authority".freeze, "mads:MADSCollection".freeze)
763
+ ),
729
764
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
730
765
  property :hasNarrowerAuthority,
731
766
  comment: %(Creates a direct
732
767
  relationship between an Authority and one that is more narrowly defined.).freeze,
768
+ inverseOf: "mads:hasBroaderAuthority".freeze,
733
769
  label: "Has Narrower\n Authority".freeze,
734
- :"owl:inverseOf" => %(mads:hasBroaderAuthority).freeze,
735
770
  subPropertyOf: ["mads:hasRelatedAuthority".freeze, "skos:narrower".freeze],
736
771
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
737
772
  property :hasNarrowerExternalAuthority,
@@ -800,8 +835,8 @@ module RDF::Vocab
800
835
  property :historyNote,
801
836
  comment: %(A note pertaining to the
802
837
  history of the resource.).freeze,
838
+ equivalentProperty: "skos:historyNote".freeze,
803
839
  label: "History Note".freeze,
804
- :"owl:equivalentProperty" => %(skos:historyNote).freeze,
805
840
  subPropertyOf: "mads:note".freeze,
806
841
  type: "owl:AnnotationProperty".freeze
807
842
  property :honoraryTitle,
@@ -834,8 +869,8 @@ module RDF::Vocab
834
869
  madsrdf:Authority with the Real World Object that is the subject of the authority's
835
870
  label.).freeze,
836
871
  domain: "mads:Authority".freeze,
872
+ inverseOf: "mads:isIdentifiedByAuthority".freeze,
837
873
  label: "Identifies RWO".freeze,
838
- :"owl:inverseOf" => %(mads:isIdentifiedByAuthority).freeze,
839
874
  range: "mads:RWO".freeze,
840
875
  subPropertyOf: "foaf:focus".freeze,
841
876
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
@@ -843,28 +878,40 @@ module RDF::Vocab
843
878
  comment: %(Associates a Real World
844
879
  Object with its Authority description.).freeze,
845
880
  domain: "mads:RWO".freeze,
881
+ inverseOf: "mads:identifiesRWO".freeze,
846
882
  label: "Is Identified By\n Authority".freeze,
847
- :"owl:inverseOf" => %(mads:identifiesRWO).freeze,
848
883
  range: "mads:Authority".freeze,
849
884
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
850
885
  property :isMemberOfMADSCollection,
851
886
  comment: %(Associates a Collection with a madsrdf:Authority or another
852
887
  madsrdf:MADSCollection.).freeze,
888
+ domain: term(
889
+ type: "owl:Class".freeze,
890
+ unionOf: list("mads:Authority".freeze, "mads:MADSCollection".freeze)
891
+ ),
892
+ inverseOf: "mads:hasMADSCollectionMember".freeze,
853
893
  label: "Is Member Of MADSCollection".freeze,
854
- :"owl:inverseOf" => %(mads:hasMADSCollectionMember).freeze,
855
894
  range: "mads:MADSCollection".freeze,
856
895
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
857
896
  property :isMemberOfMADSScheme,
897
+ domain: term(
898
+ type: "owl:Class".freeze,
899
+ unionOf: list("mads:Authority".freeze, "mads:MADSCollection".freeze)
900
+ ),
901
+ inverseOf: "mads:hasMADSSchemeMember".freeze,
858
902
  label: "Is Member of MADS\n Scheme".freeze,
859
- :"owl:inverseOf" => %(mads:hasMADSSchemeMember).freeze,
860
903
  range: "mads:MADSScheme".freeze,
861
904
  subPropertyOf: "skos:inScheme".freeze,
862
905
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
863
906
  property :isTopMemberOfMADSScheme,
864
907
  comment: %(Identifies a MADS Scheme in
865
908
  which the Authority is at the top of the hierarchy.).freeze,
909
+ domain: term(
910
+ type: "owl:Class".freeze,
911
+ unionOf: list("mads:Authority".freeze, "mads:MADSCollection".freeze)
912
+ ),
913
+ inverseOf: "mads:hasTopMemberOfMADSScheme".freeze,
866
914
  label: "Is Top Member of MADS\n Scheme".freeze,
867
- :"owl:inverseOf" => %(mads:hasTopMemberOfMADSScheme).freeze,
868
915
  range: "mads:MADSScheme".freeze,
869
916
  subPropertyOf: ["mads:isMemberOfMADSScheme".freeze, "skos:topConceptOf".freeze],
870
917
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
@@ -878,8 +925,8 @@ module RDF::Vocab
878
925
  property :note,
879
926
  comment: %(A note about the
880
927
  resource.).freeze,
928
+ equivalentProperty: "skos:note".freeze,
881
929
  label: "Note".freeze,
882
- :"owl:equivalentProperty" => %(skos:note).freeze,
883
930
  type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
884
931
  property :occupation,
885
932
  comment: %(A profession or occupation
@@ -909,8 +956,8 @@ module RDF::Vocab
909
956
  label: "Prominent Family\n Member".freeze,
910
957
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
911
958
  property :scopeNote,
959
+ equivalentProperty: "skos:scopeNote".freeze,
912
960
  label: "Scope Note".freeze,
913
- :"owl:equivalentProperty" => %(skos:scopeNote).freeze,
914
961
  subPropertyOf: "mads:note".freeze,
915
962
  type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
916
963
  property :see,
@@ -918,7 +965,15 @@ module RDF::Vocab
918
965
  between an Authority and/or DeprecatedAuthority. The relationship may or may or may not be
919
966
  reciprocated and there is no certainty that the related resource will further illuminate the
920
967
  original resource.).freeze,
968
+ domain: term(
969
+ type: "owl:Class".freeze,
970
+ unionOf: list("mads:Authority".freeze, "mads:DeprecatedAuthority".freeze)
971
+ ),
921
972
  label: "See Also".freeze,
973
+ range: term(
974
+ type: "owl:Class".freeze,
975
+ unionOf: list("mads:Authority".freeze, "mads:DeprecatedAuthority".freeze)
976
+ ),
922
977
  subPropertyOf: "rdfs:seeAlso".freeze,
923
978
  type: "owl:ObjectProperty".freeze
924
979
  property :state,
@@ -942,8 +997,8 @@ module RDF::Vocab
942
997
  property :useFor,
943
998
  comment: %("Use [This Resource] For."
944
999
  Traditional "USE FOR" reference.).freeze,
1000
+ inverseOf: "mads:useInstead".freeze,
945
1001
  label: "Use For".freeze,
946
- :"owl:inverseOf" => %(mads:useInstead).freeze,
947
1002
  subPropertyOf: "mads:see".freeze,
948
1003
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
949
1004
  property :useInstead,
@@ -10,2209 +10,20 @@ module RDF::Vocab
10
10
  class MARCRelators < RDF::StrictVocabulary("http://id.loc.gov/vocabulary/relators/")
11
11
 
12
12
  # Ontology definition
13
- ontology :"http://id.loc.gov/vocabulary/relators",
13
+ ontology :"http://id.loc.gov/vocabulary/relators/",
14
14
  comment: %(
15
- <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" class="relatorsAbout" title="About the Relator Codes:" datatype="rdf:XMLLiteral" property="rdfs:comment"><xhtml:p> Relator terms and their associated codes designate the relationship between an agent and a bibliographic resource. The relator codes are three-character lowercase alphabetic strings that serve as identifiers. Either the term or the code may be used as controlled values.
16
- </xhtml:p></xhtml:div>
17
- ).freeze,
15
+ <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" class="relatorsAbout" title="About the Relator Codes:" datatype="rdf:XMLLiteral" property="rdfs:comment">
16
+ <xhtml:p>
17
+ Relator terms and their associated codes designate the relationship between a name and a
18
+ bibliographic resource. The relator codes are three-character lowercase alphabetic strings
19
+ that serve as identifiers. Either the term or the code may be used as controlled values.
20
+ </xhtml:p>
21
+ </xhtml:div>
22
+ ).freeze,
23
+ hasTopConcept: ["marcrelators:abr".freeze, "marcrelators:acp".freeze, "marcrelators:act".freeze, "marcrelators:adi".freeze, "marcrelators:adp".freeze, "marcrelators:aft".freeze, "marcrelators:anl".freeze, "marcrelators:anm".freeze, "marcrelators:ann".freeze, "marcrelators:ant".freeze, "marcrelators:ape".freeze, "marcrelators:apl".freeze, "marcrelators:app".freeze, "marcrelators:aqt".freeze, "marcrelators:arc".freeze, "marcrelators:ard".freeze, "marcrelators:arr".freeze, "marcrelators:art".freeze, "marcrelators:asg".freeze, "marcrelators:asn".freeze, "marcrelators:ato".freeze, "marcrelators:att".freeze, "marcrelators:auc".freeze, "marcrelators:aud".freeze, "marcrelators:aui".freeze, "marcrelators:aus".freeze, "marcrelators:aut".freeze, "marcrelators:bdd".freeze, "marcrelators:bjd".freeze, "marcrelators:bkd".freeze, "marcrelators:bkp".freeze, "marcrelators:blw".freeze, "marcrelators:bnd".freeze, "marcrelators:bpd".freeze, "marcrelators:brd".freeze, "marcrelators:brl".freeze, "marcrelators:bsl".freeze, "marcrelators:cas".freeze, "marcrelators:ccp".freeze, "marcrelators:chr".freeze, "marcrelators:cli".freeze, "marcrelators:cll".freeze, "marcrelators:clr".freeze, "marcrelators:clt".freeze, "marcrelators:cmm".freeze, "marcrelators:cmp".freeze, "marcrelators:cmt".freeze, "marcrelators:cnd".freeze, "marcrelators:cng".freeze, "marcrelators:cns".freeze, "marcrelators:coe".freeze, "marcrelators:col".freeze, "marcrelators:com".freeze, "marcrelators:con".freeze, "marcrelators:cor".freeze, "marcrelators:cos".freeze, "marcrelators:cot".freeze, "marcrelators:cou".freeze, "marcrelators:cov".freeze, "marcrelators:cpc".freeze, "marcrelators:cpe".freeze, "marcrelators:cph".freeze, "marcrelators:cpl".freeze, "marcrelators:cpt".freeze, "marcrelators:cre".freeze, "marcrelators:crp".freeze, "marcrelators:crr".freeze, "marcrelators:crt".freeze, "marcrelators:csl".freeze, "marcrelators:csp".freeze, "marcrelators:cst".freeze, "marcrelators:ctb".freeze, "marcrelators:cte".freeze, "marcrelators:ctg".freeze, "marcrelators:ctr".freeze, "marcrelators:cts".freeze, "marcrelators:ctt".freeze, "marcrelators:cur".freeze, "marcrelators:cwt".freeze, "marcrelators:dbp".freeze, "marcrelators:dfd".freeze, "marcrelators:dfe".freeze, "marcrelators:dft".freeze, "marcrelators:dgg".freeze, "marcrelators:dgs".freeze, "marcrelators:dis".freeze, "marcrelators:dln".freeze, "marcrelators:dnc".freeze, "marcrelators:dnr".freeze, "marcrelators:dpc".freeze, "marcrelators:dpt".freeze, "marcrelators:drm".freeze, "marcrelators:drt".freeze, "marcrelators:dsr".freeze, "marcrelators:dst".freeze, "marcrelators:dtc".freeze, "marcrelators:dte".freeze, "marcrelators:dtm".freeze, "marcrelators:dto".freeze, "marcrelators:dub".freeze, "marcrelators:edc".freeze, "marcrelators:edm".freeze, "marcrelators:edt".freeze, "marcrelators:egr".freeze, "marcrelators:elg".freeze, "marcrelators:elt".freeze, "marcrelators:eng".freeze, "marcrelators:enj".freeze, "marcrelators:etr".freeze, "marcrelators:evp".freeze, "marcrelators:exp".freeze, "marcrelators:fac".freeze, "marcrelators:fds".freeze, "marcrelators:fld".freeze, "marcrelators:flm".freeze, "marcrelators:fmd".freeze, "marcrelators:fmk".freeze, "marcrelators:fmo".freeze, "marcrelators:fmp".freeze, "marcrelators:fnd".freeze, "marcrelators:fpy".freeze, "marcrelators:frg".freeze, "marcrelators:gis".freeze, "marcrelators:his".freeze, "marcrelators:hnr".freeze, "marcrelators:hst".freeze, "marcrelators:ill".freeze, "marcrelators:ilu".freeze, "marcrelators:ins".freeze, "marcrelators:inv".freeze, "marcrelators:isb".freeze, "marcrelators:itr".freeze, "marcrelators:ive".freeze, "marcrelators:ivr".freeze, "marcrelators:jud".freeze, "marcrelators:jug".freeze, "marcrelators:lbr".freeze, "marcrelators:lbt".freeze, "marcrelators:ldr".freeze, "marcrelators:led".freeze, "marcrelators:lee".freeze, "marcrelators:lel".freeze, "marcrelators:len".freeze, "marcrelators:let".freeze, "marcrelators:lgd".freeze, "marcrelators:lie".freeze, "marcrelators:lil".freeze, "marcrelators:lit".freeze, "marcrelators:lsa".freeze, "marcrelators:lse".freeze, "marcrelators:lso".freeze, "marcrelators:ltg".freeze, "marcrelators:lyr".freeze, "marcrelators:mcp".freeze, "marcrelators:mdc".freeze, "marcrelators:med".freeze, "marcrelators:mfp".freeze, "marcrelators:mfr".freeze, "marcrelators:mod".freeze, "marcrelators:mon".freeze, "marcrelators:mrb".freeze, "marcrelators:mrk".freeze, "marcrelators:msd".freeze, "marcrelators:mte".freeze, "marcrelators:mtk".freeze, "marcrelators:mus".freeze, "marcrelators:nrt".freeze, "marcrelators:opn".freeze, "marcrelators:org".freeze, "marcrelators:orm".freeze, "marcrelators:osp".freeze, "marcrelators:oth".freeze, "marcrelators:own".freeze, "marcrelators:pan".freeze, "marcrelators:pat".freeze, "marcrelators:pbd".freeze, "marcrelators:pbl".freeze, "marcrelators:pdr".freeze, "marcrelators:pfr".freeze, "marcrelators:pht".freeze, "marcrelators:plt".freeze, "marcrelators:pma".freeze, "marcrelators:pmn".freeze, "marcrelators:pop".freeze, "marcrelators:ppm".freeze, "marcrelators:ppt".freeze, "marcrelators:pra".freeze, "marcrelators:prc".freeze, "marcrelators:prd".freeze, "marcrelators:pre".freeze, "marcrelators:prf".freeze, "marcrelators:prg".freeze, "marcrelators:prm".freeze, "marcrelators:prn".freeze, "marcrelators:pro".freeze, "marcrelators:prp".freeze, "marcrelators:prs".freeze, "marcrelators:prt".freeze, "marcrelators:prv".freeze, "marcrelators:pta".freeze, "marcrelators:pte".freeze, "marcrelators:ptf".freeze, "marcrelators:pth".freeze, "marcrelators:ptt".freeze, "marcrelators:pup".freeze, "marcrelators:rbr".freeze, "marcrelators:rcd".freeze, "marcrelators:rce".freeze, "marcrelators:rcp".freeze, "marcrelators:rdd".freeze, "marcrelators:red".freeze, "marcrelators:ren".freeze, "marcrelators:res".freeze, "marcrelators:rev".freeze, "marcrelators:rpc".freeze, "marcrelators:rps".freeze, "marcrelators:rpt".freeze, "marcrelators:rpy".freeze, "marcrelators:rse".freeze, "marcrelators:rsg".freeze, "marcrelators:rsp".freeze, "marcrelators:rsr".freeze, "marcrelators:rst".freeze, "marcrelators:rth".freeze, "marcrelators:rtm".freeze, "marcrelators:sad".freeze, "marcrelators:sce".freeze, "marcrelators:scl".freeze, "marcrelators:scr".freeze, "marcrelators:sds".freeze, "marcrelators:sec".freeze, "marcrelators:sgd".freeze, "marcrelators:sgn".freeze, "marcrelators:sht".freeze, "marcrelators:sll".freeze, "marcrelators:sng".freeze, "marcrelators:spk".freeze, "marcrelators:spn".freeze, "marcrelators:spy".freeze, "marcrelators:srv".freeze, "marcrelators:std".freeze, "marcrelators:stg".freeze, "marcrelators:stl".freeze, "marcrelators:stm".freeze, "marcrelators:stn".freeze, "marcrelators:str".freeze, "marcrelators:tcd".freeze, "marcrelators:tch".freeze, "marcrelators:ths".freeze, "marcrelators:tld".freeze, "marcrelators:tlp".freeze, "marcrelators:trc".freeze, "marcrelators:trl".freeze, "marcrelators:tyd".freeze, "marcrelators:tyg".freeze, "marcrelators:uvp".freeze, "marcrelators:vac".freeze, "marcrelators:vdg".freeze, "marcrelators:wac".freeze, "marcrelators:wal".freeze, "marcrelators:wam".freeze, "marcrelators:wat".freeze, "marcrelators:wdc".freeze, "marcrelators:wde".freeze, "marcrelators:win".freeze, "marcrelators:wit".freeze, "marcrelators:wpr".freeze, "marcrelators:wst".freeze],
18
24
  label: "MARC Code List for Relators".freeze,
19
- :"mads:hasMADSSchemeMember" => [%(marcrelators:collection_BIBFRAMEInstance).freeze, %(marcrelators:collection_BIBFRAMEWork).freeze, %(marcrelators:collection_RDA).freeze, %(marcrelators:collection_RDAContributor).freeze, %(marcrelators:collection_RDACreator).freeze, %(marcrelators:collection_RDADistributor).freeze, %(marcrelators:collection_RDAExpression).freeze, %(marcrelators:collection_RDAItem).freeze, %(marcrelators:collection_RDAManifestation).freeze, %(marcrelators:collection_RDAManufacturer).freeze, %(marcrelators:collection_RDAOther).freeze, %(marcrelators:collection_RDAOwner).freeze, %(marcrelators:collection_RDAPublisher).freeze, %(marcrelators:collection_RDAWork).freeze],
20
- :"mads:hasTopMemberOfMADSScheme" => [%(marcrelators:abr).freeze, %(marcrelators:acp).freeze, %(marcrelators:act).freeze, %(marcrelators:adi).freeze, %(marcrelators:adp).freeze, %(marcrelators:aft).freeze, %(marcrelators:anl).freeze, %(marcrelators:anm).freeze, %(marcrelators:ann).freeze, %(marcrelators:ant).freeze, %(marcrelators:ape).freeze, %(marcrelators:apl).freeze, %(marcrelators:app).freeze, %(marcrelators:aqt).freeze, %(marcrelators:arc).freeze, %(marcrelators:ard).freeze, %(marcrelators:arr).freeze, %(marcrelators:art).freeze, %(marcrelators:asg).freeze, %(marcrelators:asn).freeze, %(marcrelators:ato).freeze, %(marcrelators:att).freeze, %(marcrelators:auc).freeze, %(marcrelators:aud).freeze, %(marcrelators:aui).freeze, %(marcrelators:aus).freeze, %(marcrelators:aut).freeze, %(marcrelators:bdd).freeze, %(marcrelators:bjd).freeze, %(marcrelators:bkd).freeze, %(marcrelators:bkp).freeze, %(marcrelators:blw).freeze, %(marcrelators:bnd).freeze, %(marcrelators:bpd).freeze, %(marcrelators:brd).freeze, %(marcrelators:brl).freeze, %(marcrelators:bsl).freeze, %(marcrelators:cas).freeze, %(marcrelators:ccp).freeze, %(marcrelators:chr).freeze, %(marcrelators:cli).freeze, %(marcrelators:cll).freeze, %(marcrelators:clr).freeze, %(marcrelators:clt).freeze, %(marcrelators:cmm).freeze, %(marcrelators:cmp).freeze, %(marcrelators:cmt).freeze, %(marcrelators:cnd).freeze, %(marcrelators:cng).freeze, %(marcrelators:cns).freeze, %(marcrelators:coe).freeze, %(marcrelators:col).freeze, %(marcrelators:com).freeze, %(marcrelators:con).freeze, %(marcrelators:cor).freeze, %(marcrelators:cos).freeze, %(marcrelators:cot).freeze, %(marcrelators:cou).freeze, %(marcrelators:cov).freeze, %(marcrelators:cpc).freeze, %(marcrelators:cpe).freeze, %(marcrelators:cph).freeze, %(marcrelators:cpl).freeze, %(marcrelators:cpt).freeze, %(marcrelators:cre).freeze, %(marcrelators:crp).freeze, %(marcrelators:crr).freeze, %(marcrelators:crt).freeze, %(marcrelators:csl).freeze, %(marcrelators:csp).freeze, %(marcrelators:cst).freeze, %(marcrelators:ctb).freeze, %(marcrelators:cte).freeze, %(marcrelators:ctg).freeze, %(marcrelators:ctr).freeze, %(marcrelators:cts).freeze, %(marcrelators:ctt).freeze, %(marcrelators:cur).freeze, %(marcrelators:cwt).freeze, %(marcrelators:dbp).freeze, %(marcrelators:dfd).freeze, %(marcrelators:dfe).freeze, %(marcrelators:dft).freeze, %(marcrelators:dgg).freeze, %(marcrelators:dgs).freeze, %(marcrelators:dis).freeze, %(marcrelators:dln).freeze, %(marcrelators:dnc).freeze, %(marcrelators:dnr).freeze, %(marcrelators:dpc).freeze, %(marcrelators:dpt).freeze, %(marcrelators:drm).freeze, %(marcrelators:drt).freeze, %(marcrelators:dsr).freeze, %(marcrelators:dst).freeze, %(marcrelators:dtc).freeze, %(marcrelators:dte).freeze, %(marcrelators:dtm).freeze, %(marcrelators:dto).freeze, %(marcrelators:dub).freeze, %(marcrelators:edc).freeze, %(marcrelators:edm).freeze, %(marcrelators:edt).freeze, %(marcrelators:egr).freeze, %(marcrelators:elg).freeze, %(marcrelators:elt).freeze, %(marcrelators:eng).freeze, %(marcrelators:enj).freeze, %(marcrelators:etr).freeze, %(marcrelators:evp).freeze, %(marcrelators:exp).freeze, %(marcrelators:fac).freeze, %(marcrelators:fds).freeze, %(marcrelators:fld).freeze, %(marcrelators:flm).freeze, %(marcrelators:fmd).freeze, %(marcrelators:fmk).freeze, %(marcrelators:fmo).freeze, %(marcrelators:fmp).freeze, %(marcrelators:fnd).freeze, %(marcrelators:fpy).freeze, %(marcrelators:frg).freeze, %(marcrelators:gis).freeze, %(marcrelators:his).freeze, %(marcrelators:hnr).freeze, %(marcrelators:hst).freeze, %(marcrelators:ill).freeze, %(marcrelators:ilu).freeze, %(marcrelators:ins).freeze, %(marcrelators:inv).freeze, %(marcrelators:isb).freeze, %(marcrelators:itr).freeze, %(marcrelators:ive).freeze, %(marcrelators:ivr).freeze, %(marcrelators:jud).freeze, %(marcrelators:jug).freeze, %(marcrelators:lbr).freeze, %(marcrelators:lbt).freeze, %(marcrelators:ldr).freeze, %(marcrelators:led).freeze, %(marcrelators:lee).freeze, %(marcrelators:lel).freeze, %(marcrelators:len).freeze, %(marcrelators:let).freeze, %(marcrelators:lgd).freeze, %(marcrelators:lie).freeze, %(marcrelators:lil).freeze, %(marcrelators:lit).freeze, %(marcrelators:lsa).freeze, %(marcrelators:lse).freeze, %(marcrelators:lso).freeze, %(marcrelators:ltg).freeze, %(marcrelators:lyr).freeze, %(marcrelators:mcp).freeze, %(marcrelators:mdc).freeze, %(marcrelators:med).freeze, %(marcrelators:mfp).freeze, %(marcrelators:mfr).freeze, %(marcrelators:mod).freeze, %(marcrelators:mon).freeze, %(marcrelators:mrb).freeze, %(marcrelators:mrk).freeze, %(marcrelators:msd).freeze, %(marcrelators:mte).freeze, %(marcrelators:mtk).freeze, %(marcrelators:mus).freeze, %(marcrelators:nrt).freeze, %(marcrelators:opn).freeze, %(marcrelators:org).freeze, %(marcrelators:orm).freeze, %(marcrelators:osp).freeze, %(marcrelators:oth).freeze, %(marcrelators:own).freeze, %(marcrelators:pan).freeze, %(marcrelators:pat).freeze, %(marcrelators:pbd).freeze, %(marcrelators:pbl).freeze, %(marcrelators:pdr).freeze, %(marcrelators:pfr).freeze, %(marcrelators:pht).freeze, %(marcrelators:plt).freeze, %(marcrelators:pma).freeze, %(marcrelators:pmn).freeze, %(marcrelators:pop).freeze, %(marcrelators:ppm).freeze, %(marcrelators:ppt).freeze, %(marcrelators:pra).freeze, %(marcrelators:prc).freeze, %(marcrelators:prd).freeze, %(marcrelators:pre).freeze, %(marcrelators:prf).freeze, %(marcrelators:prg).freeze, %(marcrelators:prm).freeze, %(marcrelators:prn).freeze, %(marcrelators:pro).freeze, %(marcrelators:prp).freeze, %(marcrelators:prs).freeze, %(marcrelators:prt).freeze, %(marcrelators:prv).freeze, %(marcrelators:pta).freeze, %(marcrelators:pte).freeze, %(marcrelators:ptf).freeze, %(marcrelators:pth).freeze, %(marcrelators:ptt).freeze, %(marcrelators:pup).freeze, %(marcrelators:rbr).freeze, %(marcrelators:rcd).freeze, %(marcrelators:rce).freeze, %(marcrelators:rcp).freeze, %(marcrelators:rdd).freeze, %(marcrelators:red).freeze, %(marcrelators:ren).freeze, %(marcrelators:res).freeze, %(marcrelators:rev).freeze, %(marcrelators:rpc).freeze, %(marcrelators:rps).freeze, %(marcrelators:rpt).freeze, %(marcrelators:rpy).freeze, %(marcrelators:rse).freeze, %(marcrelators:rsg).freeze, %(marcrelators:rsp).freeze, %(marcrelators:rsr).freeze, %(marcrelators:rst).freeze, %(marcrelators:rth).freeze, %(marcrelators:rtm).freeze, %(marcrelators:sad).freeze, %(marcrelators:sce).freeze, %(marcrelators:scl).freeze, %(marcrelators:scr).freeze, %(marcrelators:sds).freeze, %(marcrelators:sec).freeze, %(marcrelators:sgd).freeze, %(marcrelators:sgn).freeze, %(marcrelators:sht).freeze, %(marcrelators:sll).freeze, %(marcrelators:sng).freeze, %(marcrelators:spk).freeze, %(marcrelators:spn).freeze, %(marcrelators:spy).freeze, %(marcrelators:srv).freeze, %(marcrelators:std).freeze, %(marcrelators:stg).freeze, %(marcrelators:stl).freeze, %(marcrelators:stm).freeze, %(marcrelators:stn).freeze, %(marcrelators:str).freeze, %(marcrelators:tcd).freeze, %(marcrelators:tch).freeze, %(marcrelators:ths).freeze, %(marcrelators:tld).freeze, %(marcrelators:tlp).freeze, %(marcrelators:trc).freeze, %(marcrelators:trl).freeze, %(marcrelators:tyd).freeze, %(marcrelators:tyg).freeze, %(marcrelators:uvp).freeze, %(marcrelators:vac).freeze, %(marcrelators:vdg).freeze, %(marcrelators:wac).freeze, %(marcrelators:wal).freeze, %(marcrelators:wam).freeze, %(marcrelators:wat).freeze, %(marcrelators:wdc).freeze, %(marcrelators:wde).freeze, %(marcrelators:win).freeze, %(marcrelators:wit).freeze, %(marcrelators:wpr).freeze, %(marcrelators:wst).freeze],
21
- :"skos:hasTopConcept" => [%(marcrelators:abr).freeze, %(marcrelators:acp).freeze, %(marcrelators:act).freeze, %(marcrelators:adi).freeze, %(marcrelators:adp).freeze, %(marcrelators:aft).freeze, %(marcrelators:anl).freeze, %(marcrelators:anm).freeze, %(marcrelators:ann).freeze, %(marcrelators:ant).freeze, %(marcrelators:ape).freeze, %(marcrelators:apl).freeze, %(marcrelators:app).freeze, %(marcrelators:aqt).freeze, %(marcrelators:arc).freeze, %(marcrelators:ard).freeze, %(marcrelators:arr).freeze, %(marcrelators:art).freeze, %(marcrelators:asg).freeze, %(marcrelators:asn).freeze, %(marcrelators:ato).freeze, %(marcrelators:att).freeze, %(marcrelators:auc).freeze, %(marcrelators:aud).freeze, %(marcrelators:aui).freeze, %(marcrelators:aus).freeze, %(marcrelators:aut).freeze, %(marcrelators:bdd).freeze, %(marcrelators:bjd).freeze, %(marcrelators:bkd).freeze, %(marcrelators:bkp).freeze, %(marcrelators:blw).freeze, %(marcrelators:bnd).freeze, %(marcrelators:bpd).freeze, %(marcrelators:brd).freeze, %(marcrelators:brl).freeze, %(marcrelators:bsl).freeze, %(marcrelators:cas).freeze, %(marcrelators:ccp).freeze, %(marcrelators:chr).freeze, %(marcrelators:cli).freeze, %(marcrelators:cll).freeze, %(marcrelators:clr).freeze, %(marcrelators:clt).freeze, %(marcrelators:cmm).freeze, %(marcrelators:cmp).freeze, %(marcrelators:cmt).freeze, %(marcrelators:cnd).freeze, %(marcrelators:cng).freeze, %(marcrelators:cns).freeze, %(marcrelators:coe).freeze, %(marcrelators:col).freeze, %(marcrelators:com).freeze, %(marcrelators:con).freeze, %(marcrelators:cor).freeze, %(marcrelators:cos).freeze, %(marcrelators:cot).freeze, %(marcrelators:cou).freeze, %(marcrelators:cov).freeze, %(marcrelators:cpc).freeze, %(marcrelators:cpe).freeze, %(marcrelators:cph).freeze, %(marcrelators:cpl).freeze, %(marcrelators:cpt).freeze, %(marcrelators:cre).freeze, %(marcrelators:crp).freeze, %(marcrelators:crr).freeze, %(marcrelators:crt).freeze, %(marcrelators:csl).freeze, %(marcrelators:csp).freeze, %(marcrelators:cst).freeze, %(marcrelators:ctb).freeze, %(marcrelators:cte).freeze, %(marcrelators:ctg).freeze, %(marcrelators:ctr).freeze, %(marcrelators:cts).freeze, %(marcrelators:ctt).freeze, %(marcrelators:cur).freeze, %(marcrelators:cwt).freeze, %(marcrelators:dbp).freeze, %(marcrelators:dfd).freeze, %(marcrelators:dfe).freeze, %(marcrelators:dft).freeze, %(marcrelators:dgg).freeze, %(marcrelators:dgs).freeze, %(marcrelators:dis).freeze, %(marcrelators:dln).freeze, %(marcrelators:dnc).freeze, %(marcrelators:dnr).freeze, %(marcrelators:dpc).freeze, %(marcrelators:dpt).freeze, %(marcrelators:drm).freeze, %(marcrelators:drt).freeze, %(marcrelators:dsr).freeze, %(marcrelators:dst).freeze, %(marcrelators:dtc).freeze, %(marcrelators:dte).freeze, %(marcrelators:dtm).freeze, %(marcrelators:dto).freeze, %(marcrelators:dub).freeze, %(marcrelators:edc).freeze, %(marcrelators:edm).freeze, %(marcrelators:edt).freeze, %(marcrelators:egr).freeze, %(marcrelators:elg).freeze, %(marcrelators:elt).freeze, %(marcrelators:eng).freeze, %(marcrelators:enj).freeze, %(marcrelators:etr).freeze, %(marcrelators:evp).freeze, %(marcrelators:exp).freeze, %(marcrelators:fac).freeze, %(marcrelators:fds).freeze, %(marcrelators:fld).freeze, %(marcrelators:flm).freeze, %(marcrelators:fmd).freeze, %(marcrelators:fmk).freeze, %(marcrelators:fmo).freeze, %(marcrelators:fmp).freeze, %(marcrelators:fnd).freeze, %(marcrelators:fpy).freeze, %(marcrelators:frg).freeze, %(marcrelators:gis).freeze, %(marcrelators:his).freeze, %(marcrelators:hnr).freeze, %(marcrelators:hst).freeze, %(marcrelators:ill).freeze, %(marcrelators:ilu).freeze, %(marcrelators:ins).freeze, %(marcrelators:inv).freeze, %(marcrelators:isb).freeze, %(marcrelators:itr).freeze, %(marcrelators:ive).freeze, %(marcrelators:ivr).freeze, %(marcrelators:jud).freeze, %(marcrelators:jug).freeze, %(marcrelators:lbr).freeze, %(marcrelators:lbt).freeze, %(marcrelators:ldr).freeze, %(marcrelators:led).freeze, %(marcrelators:lee).freeze, %(marcrelators:lel).freeze, %(marcrelators:len).freeze, %(marcrelators:let).freeze, %(marcrelators:lgd).freeze, %(marcrelators:lie).freeze, %(marcrelators:lil).freeze, %(marcrelators:lit).freeze, %(marcrelators:lsa).freeze, %(marcrelators:lse).freeze, %(marcrelators:lso).freeze, %(marcrelators:ltg).freeze, %(marcrelators:lyr).freeze, %(marcrelators:mcp).freeze, %(marcrelators:mdc).freeze, %(marcrelators:med).freeze, %(marcrelators:mfp).freeze, %(marcrelators:mfr).freeze, %(marcrelators:mod).freeze, %(marcrelators:mon).freeze, %(marcrelators:mrb).freeze, %(marcrelators:mrk).freeze, %(marcrelators:msd).freeze, %(marcrelators:mte).freeze, %(marcrelators:mtk).freeze, %(marcrelators:mus).freeze, %(marcrelators:nrt).freeze, %(marcrelators:opn).freeze, %(marcrelators:org).freeze, %(marcrelators:orm).freeze, %(marcrelators:osp).freeze, %(marcrelators:oth).freeze, %(marcrelators:own).freeze, %(marcrelators:pan).freeze, %(marcrelators:pat).freeze, %(marcrelators:pbd).freeze, %(marcrelators:pbl).freeze, %(marcrelators:pdr).freeze, %(marcrelators:pfr).freeze, %(marcrelators:pht).freeze, %(marcrelators:plt).freeze, %(marcrelators:pma).freeze, %(marcrelators:pmn).freeze, %(marcrelators:pop).freeze, %(marcrelators:ppm).freeze, %(marcrelators:ppt).freeze, %(marcrelators:pra).freeze, %(marcrelators:prc).freeze, %(marcrelators:prd).freeze, %(marcrelators:pre).freeze, %(marcrelators:prf).freeze, %(marcrelators:prg).freeze, %(marcrelators:prm).freeze, %(marcrelators:prn).freeze, %(marcrelators:pro).freeze, %(marcrelators:prp).freeze, %(marcrelators:prs).freeze, %(marcrelators:prt).freeze, %(marcrelators:prv).freeze, %(marcrelators:pta).freeze, %(marcrelators:pte).freeze, %(marcrelators:ptf).freeze, %(marcrelators:pth).freeze, %(marcrelators:ptt).freeze, %(marcrelators:pup).freeze, %(marcrelators:rbr).freeze, %(marcrelators:rcd).freeze, %(marcrelators:rce).freeze, %(marcrelators:rcp).freeze, %(marcrelators:rdd).freeze, %(marcrelators:red).freeze, %(marcrelators:ren).freeze, %(marcrelators:res).freeze, %(marcrelators:rev).freeze, %(marcrelators:rpc).freeze, %(marcrelators:rps).freeze, %(marcrelators:rpt).freeze, %(marcrelators:rpy).freeze, %(marcrelators:rse).freeze, %(marcrelators:rsg).freeze, %(marcrelators:rsp).freeze, %(marcrelators:rsr).freeze, %(marcrelators:rst).freeze, %(marcrelators:rth).freeze, %(marcrelators:rtm).freeze, %(marcrelators:sad).freeze, %(marcrelators:sce).freeze, %(marcrelators:scl).freeze, %(marcrelators:scr).freeze, %(marcrelators:sds).freeze, %(marcrelators:sec).freeze, %(marcrelators:sgd).freeze, %(marcrelators:sgn).freeze, %(marcrelators:sht).freeze, %(marcrelators:sll).freeze, %(marcrelators:sng).freeze, %(marcrelators:spk).freeze, %(marcrelators:spn).freeze, %(marcrelators:spy).freeze, %(marcrelators:srv).freeze, %(marcrelators:std).freeze, %(marcrelators:stg).freeze, %(marcrelators:stl).freeze, %(marcrelators:stm).freeze, %(marcrelators:stn).freeze, %(marcrelators:str).freeze, %(marcrelators:tcd).freeze, %(marcrelators:tch).freeze, %(marcrelators:ths).freeze, %(marcrelators:tld).freeze, %(marcrelators:tlp).freeze, %(marcrelators:trc).freeze, %(marcrelators:trl).freeze, %(marcrelators:tyd).freeze, %(marcrelators:tyg).freeze, %(marcrelators:uvp).freeze, %(marcrelators:vac).freeze, %(marcrelators:vdg).freeze, %(marcrelators:wac).freeze, %(marcrelators:wal).freeze, %(marcrelators:wam).freeze, %(marcrelators:wat).freeze, %(marcrelators:wdc).freeze, %(marcrelators:wde).freeze, %(marcrelators:win).freeze, %(marcrelators:wit).freeze, %(marcrelators:wpr).freeze, %(marcrelators:wst).freeze],
25
+ "mads:hasMADSSchemeMember": ["marcrelators:collection_BIBFRAMEInstance".freeze, "marcrelators:collection_BIBFRAMEWork".freeze, "marcrelators:collection_RDA".freeze, "marcrelators:collection_RDAContributor".freeze, "marcrelators:collection_RDACreator".freeze, "marcrelators:collection_RDADistributor".freeze, "marcrelators:collection_RDAExpression".freeze, "marcrelators:collection_RDAItem".freeze, "marcrelators:collection_RDAManifestation".freeze, "marcrelators:collection_RDAManufacturer".freeze, "marcrelators:collection_RDAOther".freeze, "marcrelators:collection_RDAOwner".freeze, "marcrelators:collection_RDAPublisher".freeze, "marcrelators:collection_RDAWork".freeze],
26
+ "mads:hasTopMemberOfMADSScheme": ["marcrelators:abr".freeze, "marcrelators:acp".freeze, "marcrelators:act".freeze, "marcrelators:adi".freeze, "marcrelators:adp".freeze, "marcrelators:aft".freeze, "marcrelators:anl".freeze, "marcrelators:anm".freeze, "marcrelators:ann".freeze, "marcrelators:ant".freeze, "marcrelators:ape".freeze, "marcrelators:apl".freeze, "marcrelators:app".freeze, "marcrelators:aqt".freeze, "marcrelators:arc".freeze, "marcrelators:ard".freeze, "marcrelators:arr".freeze, "marcrelators:art".freeze, "marcrelators:asg".freeze, "marcrelators:asn".freeze, "marcrelators:ato".freeze, "marcrelators:att".freeze, "marcrelators:auc".freeze, "marcrelators:aud".freeze, "marcrelators:aui".freeze, "marcrelators:aus".freeze, "marcrelators:aut".freeze, "marcrelators:bdd".freeze, "marcrelators:bjd".freeze, "marcrelators:bkd".freeze, "marcrelators:bkp".freeze, "marcrelators:blw".freeze, "marcrelators:bnd".freeze, "marcrelators:bpd".freeze, "marcrelators:brd".freeze, "marcrelators:brl".freeze, "marcrelators:bsl".freeze, "marcrelators:cas".freeze, "marcrelators:ccp".freeze, "marcrelators:chr".freeze, "marcrelators:cli".freeze, "marcrelators:cll".freeze, "marcrelators:clr".freeze, "marcrelators:clt".freeze, "marcrelators:cmm".freeze, "marcrelators:cmp".freeze, "marcrelators:cmt".freeze, "marcrelators:cnd".freeze, "marcrelators:cng".freeze, "marcrelators:cns".freeze, "marcrelators:coe".freeze, "marcrelators:col".freeze, "marcrelators:com".freeze, "marcrelators:con".freeze, "marcrelators:cor".freeze, "marcrelators:cos".freeze, "marcrelators:cot".freeze, "marcrelators:cou".freeze, "marcrelators:cov".freeze, "marcrelators:cpc".freeze, "marcrelators:cpe".freeze, "marcrelators:cph".freeze, "marcrelators:cpl".freeze, "marcrelators:cpt".freeze, "marcrelators:cre".freeze, "marcrelators:crp".freeze, "marcrelators:crr".freeze, "marcrelators:crt".freeze, "marcrelators:csl".freeze, "marcrelators:csp".freeze, "marcrelators:cst".freeze, "marcrelators:ctb".freeze, "marcrelators:cte".freeze, "marcrelators:ctg".freeze, "marcrelators:ctr".freeze, "marcrelators:cts".freeze, "marcrelators:ctt".freeze, "marcrelators:cur".freeze, "marcrelators:cwt".freeze, "marcrelators:dbp".freeze, "marcrelators:dfd".freeze, "marcrelators:dfe".freeze, "marcrelators:dft".freeze, "marcrelators:dgg".freeze, "marcrelators:dgs".freeze, "marcrelators:dis".freeze, "marcrelators:dln".freeze, "marcrelators:dnc".freeze, "marcrelators:dnr".freeze, "marcrelators:dpc".freeze, "marcrelators:dpt".freeze, "marcrelators:drm".freeze, "marcrelators:drt".freeze, "marcrelators:dsr".freeze, "marcrelators:dst".freeze, "marcrelators:dtc".freeze, "marcrelators:dte".freeze, "marcrelators:dtm".freeze, "marcrelators:dto".freeze, "marcrelators:dub".freeze, "marcrelators:edc".freeze, "marcrelators:edm".freeze, "marcrelators:edt".freeze, "marcrelators:egr".freeze, "marcrelators:elg".freeze, "marcrelators:elt".freeze, "marcrelators:eng".freeze, "marcrelators:enj".freeze, "marcrelators:etr".freeze, "marcrelators:evp".freeze, "marcrelators:exp".freeze, "marcrelators:fac".freeze, "marcrelators:fds".freeze, "marcrelators:fld".freeze, "marcrelators:flm".freeze, "marcrelators:fmd".freeze, "marcrelators:fmk".freeze, "marcrelators:fmo".freeze, "marcrelators:fmp".freeze, "marcrelators:fnd".freeze, "marcrelators:fpy".freeze, "marcrelators:frg".freeze, "marcrelators:gis".freeze, "marcrelators:his".freeze, "marcrelators:hnr".freeze, "marcrelators:hst".freeze, "marcrelators:ill".freeze, "marcrelators:ilu".freeze, "marcrelators:ins".freeze, "marcrelators:inv".freeze, "marcrelators:isb".freeze, "marcrelators:itr".freeze, "marcrelators:ive".freeze, "marcrelators:ivr".freeze, "marcrelators:jud".freeze, "marcrelators:jug".freeze, "marcrelators:lbr".freeze, "marcrelators:lbt".freeze, "marcrelators:ldr".freeze, "marcrelators:led".freeze, "marcrelators:lee".freeze, "marcrelators:lel".freeze, "marcrelators:len".freeze, "marcrelators:let".freeze, "marcrelators:lgd".freeze, "marcrelators:lie".freeze, "marcrelators:lil".freeze, "marcrelators:lit".freeze, "marcrelators:lsa".freeze, "marcrelators:lse".freeze, "marcrelators:lso".freeze, "marcrelators:ltg".freeze, "marcrelators:lyr".freeze, "marcrelators:mcp".freeze, "marcrelators:mdc".freeze, "marcrelators:med".freeze, "marcrelators:mfp".freeze, "marcrelators:mfr".freeze, "marcrelators:mod".freeze, "marcrelators:mon".freeze, "marcrelators:mrb".freeze, "marcrelators:mrk".freeze, "marcrelators:msd".freeze, "marcrelators:mte".freeze, "marcrelators:mtk".freeze, "marcrelators:mus".freeze, "marcrelators:nrt".freeze, "marcrelators:opn".freeze, "marcrelators:org".freeze, "marcrelators:orm".freeze, "marcrelators:osp".freeze, "marcrelators:oth".freeze, "marcrelators:own".freeze, "marcrelators:pan".freeze, "marcrelators:pat".freeze, "marcrelators:pbd".freeze, "marcrelators:pbl".freeze, "marcrelators:pdr".freeze, "marcrelators:pfr".freeze, "marcrelators:pht".freeze, "marcrelators:plt".freeze, "marcrelators:pma".freeze, "marcrelators:pmn".freeze, "marcrelators:pop".freeze, "marcrelators:ppm".freeze, "marcrelators:ppt".freeze, "marcrelators:pra".freeze, "marcrelators:prc".freeze, "marcrelators:prd".freeze, "marcrelators:pre".freeze, "marcrelators:prf".freeze, "marcrelators:prg".freeze, "marcrelators:prm".freeze, "marcrelators:prn".freeze, "marcrelators:pro".freeze, "marcrelators:prp".freeze, "marcrelators:prs".freeze, "marcrelators:prt".freeze, "marcrelators:prv".freeze, "marcrelators:pta".freeze, "marcrelators:pte".freeze, "marcrelators:ptf".freeze, "marcrelators:pth".freeze, "marcrelators:ptt".freeze, "marcrelators:pup".freeze, "marcrelators:rbr".freeze, "marcrelators:rcd".freeze, "marcrelators:rce".freeze, "marcrelators:rcp".freeze, "marcrelators:rdd".freeze, "marcrelators:red".freeze, "marcrelators:ren".freeze, "marcrelators:res".freeze, "marcrelators:rev".freeze, "marcrelators:rpc".freeze, "marcrelators:rps".freeze, "marcrelators:rpt".freeze, "marcrelators:rpy".freeze, "marcrelators:rse".freeze, "marcrelators:rsg".freeze, "marcrelators:rsp".freeze, "marcrelators:rsr".freeze, "marcrelators:rst".freeze, "marcrelators:rth".freeze, "marcrelators:rtm".freeze, "marcrelators:sad".freeze, "marcrelators:sce".freeze, "marcrelators:scl".freeze, "marcrelators:scr".freeze, "marcrelators:sds".freeze, "marcrelators:sec".freeze, "marcrelators:sgd".freeze, "marcrelators:sgn".freeze, "marcrelators:sht".freeze, "marcrelators:sll".freeze, "marcrelators:sng".freeze, "marcrelators:spk".freeze, "marcrelators:spn".freeze, "marcrelators:spy".freeze, "marcrelators:srv".freeze, "marcrelators:std".freeze, "marcrelators:stg".freeze, "marcrelators:stl".freeze, "marcrelators:stm".freeze, "marcrelators:stn".freeze, "marcrelators:str".freeze, "marcrelators:tcd".freeze, "marcrelators:tch".freeze, "marcrelators:ths".freeze, "marcrelators:tld".freeze, "marcrelators:tlp".freeze, "marcrelators:trc".freeze, "marcrelators:trl".freeze, "marcrelators:tyd".freeze, "marcrelators:tyg".freeze, "marcrelators:uvp".freeze, "marcrelators:vac".freeze, "marcrelators:vdg".freeze, "marcrelators:wac".freeze, "marcrelators:wal".freeze, "marcrelators:wam".freeze, "marcrelators:wat".freeze, "marcrelators:wdc".freeze, "marcrelators:wde".freeze, "marcrelators:win".freeze, "marcrelators:wit".freeze, "marcrelators:wpr".freeze, "marcrelators:wst".freeze],
22
27
  type: ["mads:MADSScheme".freeze, "skos:ConceptScheme".freeze]
23
-
24
- # Property definitions
25
- property :abr,
26
- label: "Abridger".freeze,
27
- :"mads:authoritativeLabel" => %(Abridger).freeze,
28
- :"mads:code" => %(abr).freeze,
29
- :"skos:notation" => %(abr).freeze,
30
- :"skos:prefLabel" => %(Abridger).freeze,
31
- subPropertyOf: "marcrelators:role".freeze,
32
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
33
- property :acp,
34
- label: "Art copyist".freeze,
35
- :"mads:authoritativeLabel" => %(Art copyist).freeze,
36
- :"mads:code" => %(acp).freeze,
37
- :"skos:notation" => %(acp).freeze,
38
- :"skos:prefLabel" => %(Art copyist).freeze,
39
- subPropertyOf: "marcrelators:role".freeze,
40
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
41
- property :act,
42
- label: "Actor".freeze,
43
- :"mads:authoritativeLabel" => %(Actor).freeze,
44
- :"mads:code" => %(act).freeze,
45
- :"skos:notation" => %(act).freeze,
46
- :"skos:prefLabel" => %(Actor).freeze,
47
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
48
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
49
- property :adi,
50
- label: "Art director".freeze,
51
- :"mads:authoritativeLabel" => %(Art director).freeze,
52
- :"mads:code" => %(adi).freeze,
53
- :"skos:notation" => %(adi).freeze,
54
- :"skos:prefLabel" => %(Art director).freeze,
55
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
56
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
57
- property :adp,
58
- label: "Adapter".freeze,
59
- :"mads:authoritativeLabel" => %(Adapter).freeze,
60
- :"mads:code" => %(adp).freeze,
61
- :"skos:notation" => %(adp).freeze,
62
- :"skos:prefLabel" => %(Adapter).freeze,
63
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
64
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
65
- property :aft,
66
- label: "Author of afterword, colophon, etc.".freeze,
67
- :"mads:authoritativeLabel" => %(Author of afterword, colophon, etc.).freeze,
68
- :"mads:code" => %(aft).freeze,
69
- :"skos:notation" => %(aft).freeze,
70
- :"skos:prefLabel" => %(Author of afterword, colophon, etc.).freeze,
71
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:aut".freeze, "marcrelators:role".freeze],
72
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
73
- property :anl,
74
- label: "Analyst".freeze,
75
- :"mads:authoritativeLabel" => %(Analyst).freeze,
76
- :"mads:code" => %(anl).freeze,
77
- :"skos:notation" => %(anl).freeze,
78
- :"skos:prefLabel" => %(Analyst).freeze,
79
- subPropertyOf: "marcrelators:role".freeze,
80
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
81
- property :anm,
82
- label: "Animator".freeze,
83
- :"mads:authoritativeLabel" => %(Animator).freeze,
84
- :"mads:code" => %(anm).freeze,
85
- :"skos:notation" => %(anm).freeze,
86
- :"skos:prefLabel" => %(Animator).freeze,
87
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
88
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
89
- property :ann,
90
- label: "Annotator".freeze,
91
- :"mads:authoritativeLabel" => %(Annotator).freeze,
92
- :"mads:code" => %(ann).freeze,
93
- :"skos:notation" => %(ann).freeze,
94
- :"skos:prefLabel" => %(Annotator).freeze,
95
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
96
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
97
- property :ant,
98
- label: "Bibliographic antecedent".freeze,
99
- :"mads:authoritativeLabel" => %(Bibliographic antecedent).freeze,
100
- :"mads:code" => %(ant).freeze,
101
- :"skos:notation" => %(ant).freeze,
102
- :"skos:prefLabel" => %(Bibliographic antecedent).freeze,
103
- subPropertyOf: "marcrelators:role".freeze,
104
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
105
- property :ape,
106
- label: "Appellee".freeze,
107
- :"mads:authoritativeLabel" => %(Appellee).freeze,
108
- :"mads:code" => %(ape).freeze,
109
- :"skos:notation" => %(ape).freeze,
110
- :"skos:prefLabel" => %(Appellee).freeze,
111
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
112
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
113
- property :apl,
114
- label: "Appellant".freeze,
115
- :"mads:authoritativeLabel" => %(Appellant).freeze,
116
- :"mads:code" => %(apl).freeze,
117
- :"skos:notation" => %(apl).freeze,
118
- :"skos:prefLabel" => %(Appellant).freeze,
119
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
120
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
121
- property :app,
122
- label: "Applicant".freeze,
123
- :"mads:authoritativeLabel" => %(Applicant).freeze,
124
- :"mads:code" => %(app).freeze,
125
- :"skos:notation" => %(app).freeze,
126
- :"skos:prefLabel" => %(Applicant).freeze,
127
- subPropertyOf: "marcrelators:role".freeze,
128
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
129
- property :aqt,
130
- label: "Author in quotations or text abstracts".freeze,
131
- :"mads:authoritativeLabel" => %(Author in quotations or text abstracts).freeze,
132
- :"mads:code" => %(aqt).freeze,
133
- :"skos:notation" => %(aqt).freeze,
134
- :"skos:prefLabel" => %(Author in quotations or text abstracts).freeze,
135
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:aut".freeze, "marcrelators:role".freeze],
136
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
137
- property :arc,
138
- label: "Architect".freeze,
139
- :"mads:authoritativeLabel" => %(Architect).freeze,
140
- :"mads:code" => %(arc).freeze,
141
- :"skos:notation" => %(arc).freeze,
142
- :"skos:prefLabel" => %(Architect).freeze,
143
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
144
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
145
- property :ard,
146
- label: "Artistic director".freeze,
147
- :"mads:authoritativeLabel" => %(Artistic director).freeze,
148
- :"mads:code" => %(ard).freeze,
149
- :"skos:notation" => %(ard).freeze,
150
- :"skos:prefLabel" => %(Artistic director).freeze,
151
- subPropertyOf: "marcrelators:role".freeze,
152
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
153
- property :arr,
154
- label: "Arranger".freeze,
155
- :"mads:authoritativeLabel" => %(Arranger).freeze,
156
- :"mads:code" => %(arr).freeze,
157
- :"skos:notation" => %(arr).freeze,
158
- :"skos:prefLabel" => %(Arranger).freeze,
159
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
160
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
161
- property :art,
162
- label: "Artist".freeze,
163
- :"mads:authoritativeLabel" => %(Artist).freeze,
164
- :"mads:code" => %(art).freeze,
165
- :"skos:notation" => %(art).freeze,
166
- :"skos:prefLabel" => %(Artist).freeze,
167
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
168
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
169
- property :asg,
170
- label: "Assignee".freeze,
171
- :"mads:authoritativeLabel" => %(Assignee).freeze,
172
- :"mads:code" => %(asg).freeze,
173
- :"skos:notation" => %(asg).freeze,
174
- :"skos:prefLabel" => %(Assignee).freeze,
175
- subPropertyOf: "marcrelators:role".freeze,
176
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
177
- property :asn,
178
- label: "Associated name".freeze,
179
- :"mads:authoritativeLabel" => %(Associated name).freeze,
180
- :"mads:code" => %(asn).freeze,
181
- :"skos:notation" => %(asn).freeze,
182
- :"skos:prefLabel" => %(Associated name).freeze,
183
- subPropertyOf: "marcrelators:role".freeze,
184
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
185
- property :ato,
186
- label: "Autographer".freeze,
187
- :"mads:authoritativeLabel" => %(Autographer).freeze,
188
- :"mads:code" => %(ato).freeze,
189
- :"skos:notation" => %(ato).freeze,
190
- :"skos:prefLabel" => %(Autographer).freeze,
191
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
192
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
193
- property :att,
194
- label: "Attributed name".freeze,
195
- :"mads:authoritativeLabel" => %(Attributed name).freeze,
196
- :"mads:code" => %(att).freeze,
197
- :"skos:notation" => %(att).freeze,
198
- :"skos:prefLabel" => %(Attributed name).freeze,
199
- subPropertyOf: "marcrelators:role".freeze,
200
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
201
- property :auc,
202
- label: "Auctioneer".freeze,
203
- :"mads:authoritativeLabel" => %(Auctioneer).freeze,
204
- :"mads:code" => %(auc).freeze,
205
- :"skos:notation" => %(auc).freeze,
206
- :"skos:prefLabel" => %(Auctioneer).freeze,
207
- subPropertyOf: "marcrelators:role".freeze,
208
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
209
- property :aud,
210
- label: "Author of dialog".freeze,
211
- :"mads:authoritativeLabel" => %(Author of dialog).freeze,
212
- :"mads:code" => %(aud).freeze,
213
- :"skos:notation" => %(aud).freeze,
214
- :"skos:prefLabel" => %(Author of dialog).freeze,
215
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:aut".freeze, "marcrelators:role".freeze],
216
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
217
- property :aui,
218
- label: "Author of introduction, etc.".freeze,
219
- :"mads:authoritativeLabel" => %(Author of introduction, etc.).freeze,
220
- :"mads:code" => %(aui).freeze,
221
- :"skos:notation" => %(aui).freeze,
222
- :"skos:prefLabel" => %(Author of introduction, etc.).freeze,
223
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:aut".freeze, "marcrelators:role".freeze],
224
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
225
- property :aus,
226
- label: "Screenwriter".freeze,
227
- :"mads:authoritativeLabel" => %(Screenwriter).freeze,
228
- :"mads:code" => %(aus).freeze,
229
- :"skos:notation" => %(aus).freeze,
230
- :"skos:prefLabel" => %(Screenwriter).freeze,
231
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:aut".freeze, "marcrelators:role".freeze],
232
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
233
- property :aut,
234
- label: "Author".freeze,
235
- :"mads:authoritativeLabel" => %(Author).freeze,
236
- :"mads:code" => %(aut).freeze,
237
- :"skos:notation" => %(aut).freeze,
238
- :"skos:prefLabel" => %(Author).freeze,
239
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
240
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
241
- property :bdd,
242
- label: "Binding designer".freeze,
243
- :"mads:authoritativeLabel" => %(Binding designer).freeze,
244
- :"mads:code" => %(bdd).freeze,
245
- :"skos:notation" => %(bdd).freeze,
246
- :"skos:prefLabel" => %(Binding designer).freeze,
247
- subPropertyOf: "marcrelators:role".freeze,
248
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
249
- property :bjd,
250
- label: "Bookjacket designer".freeze,
251
- :"mads:authoritativeLabel" => %(Bookjacket designer).freeze,
252
- :"mads:code" => %(bjd).freeze,
253
- :"skos:notation" => %(bjd).freeze,
254
- :"skos:prefLabel" => %(Bookjacket designer).freeze,
255
- subPropertyOf: "marcrelators:role".freeze,
256
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
257
- property :bkd,
258
- label: "Book designer".freeze,
259
- :"mads:authoritativeLabel" => %(Book designer).freeze,
260
- :"mads:code" => %(bkd).freeze,
261
- :"skos:notation" => %(bkd).freeze,
262
- :"skos:prefLabel" => %(Book designer).freeze,
263
- subPropertyOf: "marcrelators:role".freeze,
264
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
265
- property :bkp,
266
- label: "Book producer".freeze,
267
- :"mads:authoritativeLabel" => %(Book producer).freeze,
268
- :"mads:code" => %(bkp).freeze,
269
- :"skos:notation" => %(bkp).freeze,
270
- :"skos:prefLabel" => %(Book producer).freeze,
271
- subPropertyOf: "marcrelators:role".freeze,
272
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
273
- property :blw,
274
- label: "Blurb writer".freeze,
275
- :"mads:authoritativeLabel" => %(Blurb writer).freeze,
276
- :"mads:code" => %(blw).freeze,
277
- :"skos:notation" => %(blw).freeze,
278
- :"skos:prefLabel" => %(Blurb writer).freeze,
279
- subPropertyOf: "marcrelators:role".freeze,
280
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
281
- property :bnd,
282
- label: "Binder".freeze,
283
- :"mads:authoritativeLabel" => %(Binder).freeze,
284
- :"mads:code" => %(bnd).freeze,
285
- :"skos:notation" => %(bnd).freeze,
286
- :"skos:prefLabel" => %(Binder).freeze,
287
- subPropertyOf: "marcrelators:role".freeze,
288
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
289
- property :bpd,
290
- label: "Bookplate designer".freeze,
291
- :"mads:authoritativeLabel" => %(Bookplate designer).freeze,
292
- :"mads:code" => %(bpd).freeze,
293
- :"skos:notation" => %(bpd).freeze,
294
- :"skos:prefLabel" => %(Bookplate designer).freeze,
295
- subPropertyOf: "marcrelators:role".freeze,
296
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
297
- property :brd,
298
- label: "Broadcaster".freeze,
299
- :"mads:authoritativeLabel" => %(Broadcaster).freeze,
300
- :"mads:code" => %(brd).freeze,
301
- :"skos:notation" => %(brd).freeze,
302
- :"skos:prefLabel" => %(Broadcaster).freeze,
303
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
304
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
305
- property :brl,
306
- label: "Braille embosser".freeze,
307
- :"mads:authoritativeLabel" => %(Braille embosser).freeze,
308
- :"mads:code" => %(brl).freeze,
309
- :"skos:notation" => %(brl).freeze,
310
- :"skos:prefLabel" => %(Braille embosser).freeze,
311
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
312
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
313
- property :bsl,
314
- label: "Bookseller".freeze,
315
- :"mads:authoritativeLabel" => %(Bookseller).freeze,
316
- :"mads:code" => %(bsl).freeze,
317
- :"skos:notation" => %(bsl).freeze,
318
- :"skos:prefLabel" => %(Bookseller).freeze,
319
- subPropertyOf: "marcrelators:role".freeze,
320
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
321
- property :cas,
322
- label: "Caster".freeze,
323
- :"mads:authoritativeLabel" => %(Caster).freeze,
324
- :"mads:code" => %(cas).freeze,
325
- :"skos:notation" => %(cas).freeze,
326
- :"skos:prefLabel" => %(Caster).freeze,
327
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
328
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
329
- property :ccp,
330
- label: "Conceptor".freeze,
331
- :"mads:authoritativeLabel" => %(Conceptor).freeze,
332
- :"mads:code" => %(ccp).freeze,
333
- :"skos:notation" => %(ccp).freeze,
334
- :"skos:prefLabel" => %(Conceptor).freeze,
335
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
336
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
337
- property :chr,
338
- label: "Choreographer".freeze,
339
- :"mads:authoritativeLabel" => %(Choreographer).freeze,
340
- :"mads:code" => %(chr).freeze,
341
- :"skos:notation" => %(chr).freeze,
342
- :"skos:prefLabel" => %(Choreographer).freeze,
343
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
344
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
345
- property :cli,
346
- label: "Client".freeze,
347
- :"mads:authoritativeLabel" => %(Client).freeze,
348
- :"mads:code" => %(cli).freeze,
349
- :"skos:notation" => %(cli).freeze,
350
- :"skos:prefLabel" => %(Client).freeze,
351
- subPropertyOf: "marcrelators:role".freeze,
352
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
353
- property :cll,
354
- label: "Calligrapher".freeze,
355
- :"mads:authoritativeLabel" => %(Calligrapher).freeze,
356
- :"mads:code" => %(cll).freeze,
357
- :"skos:notation" => %(cll).freeze,
358
- :"skos:prefLabel" => %(Calligrapher).freeze,
359
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
360
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
361
- property :clr,
362
- label: "Colorist".freeze,
363
- :"mads:authoritativeLabel" => %(Colorist).freeze,
364
- :"mads:code" => %(clr).freeze,
365
- :"skos:notation" => %(clr).freeze,
366
- :"skos:prefLabel" => %(Colorist).freeze,
367
- subPropertyOf: "marcrelators:role".freeze,
368
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
369
- property :clt,
370
- label: "Collotyper".freeze,
371
- :"mads:authoritativeLabel" => %(Collotyper).freeze,
372
- :"mads:code" => %(clt).freeze,
373
- :"skos:notation" => %(clt).freeze,
374
- :"skos:prefLabel" => %(Collotyper).freeze,
375
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
376
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
377
- property :cmm,
378
- label: "Commentator".freeze,
379
- :"mads:authoritativeLabel" => %(Commentator).freeze,
380
- :"mads:code" => %(cmm).freeze,
381
- :"skos:notation" => %(cmm).freeze,
382
- :"skos:prefLabel" => %(Commentator).freeze,
383
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
384
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
385
- property :cmp,
386
- label: "Composer".freeze,
387
- :"mads:authoritativeLabel" => %(Composer).freeze,
388
- :"mads:code" => %(cmp).freeze,
389
- :"skos:notation" => %(cmp).freeze,
390
- :"skos:prefLabel" => %(Composer).freeze,
391
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
392
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
393
- property :cmt,
394
- label: "Compositor".freeze,
395
- :"mads:authoritativeLabel" => %(Compositor).freeze,
396
- :"mads:code" => %(cmt).freeze,
397
- :"skos:notation" => %(cmt).freeze,
398
- :"skos:prefLabel" => %(Compositor).freeze,
399
- subPropertyOf: "marcrelators:role".freeze,
400
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
401
- property :cnd,
402
- label: "Conductor".freeze,
403
- :"mads:authoritativeLabel" => %(Conductor).freeze,
404
- :"mads:code" => %(cnd).freeze,
405
- :"skos:notation" => %(cnd).freeze,
406
- :"skos:prefLabel" => %(Conductor).freeze,
407
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
408
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
409
- property :cng,
410
- label: "Cinematographer".freeze,
411
- :"mads:authoritativeLabel" => %(Cinematographer).freeze,
412
- :"mads:code" => %(cng).freeze,
413
- :"skos:notation" => %(cng).freeze,
414
- :"skos:prefLabel" => %(Cinematographer).freeze,
415
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
416
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
417
- property :cns,
418
- label: "Censor".freeze,
419
- :"mads:authoritativeLabel" => %(Censor).freeze,
420
- :"mads:code" => %(cns).freeze,
421
- :"skos:notation" => %(cns).freeze,
422
- :"skos:prefLabel" => %(Censor).freeze,
423
- subPropertyOf: "marcrelators:role".freeze,
424
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
425
- property :coe,
426
- label: "Contestant-appellee".freeze,
427
- :"mads:authoritativeLabel" => %(Contestant-appellee).freeze,
428
- :"mads:code" => %(coe).freeze,
429
- :"skos:notation" => %(coe).freeze,
430
- :"skos:prefLabel" => %(Contestant-appellee).freeze,
431
- subPropertyOf: ["marcrelators:cos".freeze, "marcrelators:role".freeze],
432
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
433
- property :col,
434
- label: "Collector".freeze,
435
- :"mads:authoritativeLabel" => %(Collector).freeze,
436
- :"mads:code" => %(col).freeze,
437
- :"skos:notation" => %(col).freeze,
438
- :"skos:prefLabel" => %(Collector).freeze,
439
- subPropertyOf: ["marcrelators:cur".freeze, "marcrelators:role".freeze],
440
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
441
- property :com,
442
- label: "Compiler".freeze,
443
- :"mads:authoritativeLabel" => %(Compiler).freeze,
444
- :"mads:code" => %(com).freeze,
445
- :"skos:notation" => %(com).freeze,
446
- :"skos:prefLabel" => %(Compiler).freeze,
447
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
448
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
449
- property :con,
450
- label: "Conservator".freeze,
451
- :"mads:authoritativeLabel" => %(Conservator).freeze,
452
- :"mads:code" => %(con).freeze,
453
- :"skos:notation" => %(con).freeze,
454
- :"skos:prefLabel" => %(Conservator).freeze,
455
- subPropertyOf: "marcrelators:role".freeze,
456
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
457
- property :cor,
458
- label: "Collection registrar".freeze,
459
- :"mads:authoritativeLabel" => %(Collection registrar).freeze,
460
- :"mads:code" => %(cor).freeze,
461
- :"skos:notation" => %(cor).freeze,
462
- :"skos:prefLabel" => %(Collection registrar).freeze,
463
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:cur".freeze, "marcrelators:role".freeze],
464
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
465
- property :cos,
466
- label: "Contestant".freeze,
467
- :"mads:authoritativeLabel" => %(Contestant).freeze,
468
- :"mads:code" => %(cos).freeze,
469
- :"skos:notation" => %(cos).freeze,
470
- :"skos:prefLabel" => %(Contestant).freeze,
471
- subPropertyOf: "marcrelators:role".freeze,
472
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
473
- property :cot,
474
- label: "Contestant-appellant".freeze,
475
- :"mads:authoritativeLabel" => %(Contestant-appellant).freeze,
476
- :"mads:code" => %(cot).freeze,
477
- :"skos:notation" => %(cot).freeze,
478
- :"skos:prefLabel" => %(Contestant-appellant).freeze,
479
- subPropertyOf: ["marcrelators:cos".freeze, "marcrelators:role".freeze],
480
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
481
- property :cou,
482
- label: "Court governed".freeze,
483
- :"mads:authoritativeLabel" => %(Court governed).freeze,
484
- :"mads:code" => %(cou).freeze,
485
- :"skos:notation" => %(cou).freeze,
486
- :"skos:prefLabel" => %(Court governed).freeze,
487
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
488
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
489
- property :cov,
490
- label: "Cover designer".freeze,
491
- :"mads:authoritativeLabel" => %(Cover designer).freeze,
492
- :"mads:code" => %(cov).freeze,
493
- :"skos:notation" => %(cov).freeze,
494
- :"skos:prefLabel" => %(Cover designer).freeze,
495
- subPropertyOf: "marcrelators:role".freeze,
496
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
497
- property :cpc,
498
- label: "Copyright claimant".freeze,
499
- :"mads:authoritativeLabel" => %(Copyright claimant).freeze,
500
- :"mads:code" => %(cpc).freeze,
501
- :"skos:notation" => %(cpc).freeze,
502
- :"skos:prefLabel" => %(Copyright claimant).freeze,
503
- subPropertyOf: "marcrelators:role".freeze,
504
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
505
- property :cpe,
506
- label: "Complainant-appellee".freeze,
507
- :"mads:authoritativeLabel" => %(Complainant-appellee).freeze,
508
- :"mads:code" => %(cpe).freeze,
509
- :"skos:notation" => %(cpe).freeze,
510
- :"skos:prefLabel" => %(Complainant-appellee).freeze,
511
- subPropertyOf: ["marcrelators:cpl".freeze, "marcrelators:role".freeze],
512
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
513
- property :cph,
514
- label: "Copyright holder".freeze,
515
- :"mads:authoritativeLabel" => %(Copyright holder).freeze,
516
- :"mads:code" => %(cph).freeze,
517
- :"skos:notation" => %(cph).freeze,
518
- :"skos:prefLabel" => %(Copyright holder).freeze,
519
- subPropertyOf: "marcrelators:role".freeze,
520
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
521
- property :cpl,
522
- label: "Complainant".freeze,
523
- :"mads:authoritativeLabel" => %(Complainant).freeze,
524
- :"mads:code" => %(cpl).freeze,
525
- :"skos:notation" => %(cpl).freeze,
526
- :"skos:prefLabel" => %(Complainant).freeze,
527
- subPropertyOf: "marcrelators:role".freeze,
528
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
529
- property :cpt,
530
- label: "Complainant-appellant".freeze,
531
- :"mads:authoritativeLabel" => %(Complainant-appellant).freeze,
532
- :"mads:code" => %(cpt).freeze,
533
- :"skos:notation" => %(cpt).freeze,
534
- :"skos:prefLabel" => %(Complainant-appellant).freeze,
535
- subPropertyOf: ["marcrelators:cpl".freeze, "marcrelators:role".freeze],
536
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
537
- property :cre,
538
- label: "Creator".freeze,
539
- :"mads:authoritativeLabel" => %(Creator).freeze,
540
- :"mads:code" => %(cre).freeze,
541
- :"skos:notation" => %(cre).freeze,
542
- :"skos:prefLabel" => %(Creator).freeze,
543
- subPropertyOf: ["dc11:contributor".freeze, "dc11:creator".freeze, "marcrelators:role".freeze],
544
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
545
- property :crp,
546
- label: "Correspondent".freeze,
547
- :"mads:authoritativeLabel" => %(Correspondent).freeze,
548
- :"mads:code" => %(crp).freeze,
549
- :"skos:notation" => %(crp).freeze,
550
- :"skos:prefLabel" => %(Correspondent).freeze,
551
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
552
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
553
- property :crr,
554
- label: "Corrector".freeze,
555
- :"mads:authoritativeLabel" => %(Corrector).freeze,
556
- :"mads:code" => %(crr).freeze,
557
- :"skos:notation" => %(crr).freeze,
558
- :"skos:prefLabel" => %(Corrector).freeze,
559
- subPropertyOf: "marcrelators:role".freeze,
560
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
561
- property :crt,
562
- label: "Court reporter".freeze,
563
- :"mads:authoritativeLabel" => %(Court reporter).freeze,
564
- :"mads:code" => %(crt).freeze,
565
- :"skos:notation" => %(crt).freeze,
566
- :"skos:prefLabel" => %(Court reporter).freeze,
567
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
568
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
569
- property :csl,
570
- label: "Consultant".freeze,
571
- :"mads:authoritativeLabel" => %(Consultant).freeze,
572
- :"mads:code" => %(csl).freeze,
573
- :"skos:notation" => %(csl).freeze,
574
- :"skos:prefLabel" => %(Consultant).freeze,
575
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
576
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
577
- property :csp,
578
- label: "Consultant to a project".freeze,
579
- :"mads:authoritativeLabel" => %(Consultant to a project).freeze,
580
- :"mads:code" => %(csp).freeze,
581
- :"skos:notation" => %(csp).freeze,
582
- :"skos:prefLabel" => %(Consultant to a project).freeze,
583
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
584
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
585
- property :cst,
586
- label: "Costume designer".freeze,
587
- :"mads:authoritativeLabel" => %(Costume designer).freeze,
588
- :"mads:code" => %(cst).freeze,
589
- :"skos:notation" => %(cst).freeze,
590
- :"skos:prefLabel" => %(Costume designer).freeze,
591
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
592
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
593
- property :ctb,
594
- label: "Contributor".freeze,
595
- :"mads:authoritativeLabel" => %(Contributor).freeze,
596
- :"mads:code" => %(ctb).freeze,
597
- :"skos:notation" => %(ctb).freeze,
598
- :"skos:prefLabel" => %(Contributor).freeze,
599
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
600
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
601
- property :cte,
602
- label: "Contestee-appellee".freeze,
603
- :"mads:authoritativeLabel" => %(Contestee-appellee).freeze,
604
- :"mads:code" => %(cte).freeze,
605
- :"skos:notation" => %(cte).freeze,
606
- :"skos:prefLabel" => %(Contestee-appellee).freeze,
607
- subPropertyOf: ["marcrelators:cts".freeze, "marcrelators:role".freeze],
608
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
609
- property :ctg,
610
- label: "Cartographer".freeze,
611
- :"mads:authoritativeLabel" => %(Cartographer).freeze,
612
- :"mads:code" => %(ctg).freeze,
613
- :"skos:notation" => %(ctg).freeze,
614
- :"skos:prefLabel" => %(Cartographer).freeze,
615
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
616
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
617
- property :ctr,
618
- label: "Contractor".freeze,
619
- :"mads:authoritativeLabel" => %(Contractor).freeze,
620
- :"mads:code" => %(ctr).freeze,
621
- :"skos:notation" => %(ctr).freeze,
622
- :"skos:prefLabel" => %(Contractor).freeze,
623
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
624
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
625
- property :cts,
626
- label: "Contestee".freeze,
627
- :"mads:authoritativeLabel" => %(Contestee).freeze,
628
- :"mads:code" => %(cts).freeze,
629
- :"skos:notation" => %(cts).freeze,
630
- :"skos:prefLabel" => %(Contestee).freeze,
631
- subPropertyOf: "marcrelators:role".freeze,
632
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
633
- property :ctt,
634
- label: "Contestee-appellant".freeze,
635
- :"mads:authoritativeLabel" => %(Contestee-appellant).freeze,
636
- :"mads:code" => %(ctt).freeze,
637
- :"skos:notation" => %(ctt).freeze,
638
- :"skos:prefLabel" => %(Contestee-appellant).freeze,
639
- subPropertyOf: ["marcrelators:cts".freeze, "marcrelators:role".freeze],
640
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
641
- property :cur,
642
- label: "Curator".freeze,
643
- :"mads:authoritativeLabel" => %(Curator).freeze,
644
- :"mads:code" => %(cur).freeze,
645
- :"skos:notation" => %(cur).freeze,
646
- :"skos:prefLabel" => %(Curator).freeze,
647
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
648
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
649
- property :cwt,
650
- label: "Commentator for written text".freeze,
651
- :"mads:authoritativeLabel" => %(Commentator for written text).freeze,
652
- :"mads:code" => %(cwt).freeze,
653
- :"skos:notation" => %(cwt).freeze,
654
- :"skos:prefLabel" => %(Commentator for written text).freeze,
655
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
656
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
657
- property :dbp,
658
- label: "Distribution place".freeze,
659
- :"mads:authoritativeLabel" => %(Distribution place).freeze,
660
- :"mads:code" => %(dbp).freeze,
661
- :"skos:notation" => %(dbp).freeze,
662
- :"skos:prefLabel" => %(Distribution place).freeze,
663
- subPropertyOf: "marcrelators:role".freeze,
664
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
665
- property :dfd,
666
- label: "Defendant".freeze,
667
- :"mads:authoritativeLabel" => %(Defendant).freeze,
668
- :"mads:code" => %(dfd).freeze,
669
- :"skos:notation" => %(dfd).freeze,
670
- :"skos:prefLabel" => %(Defendant).freeze,
671
- subPropertyOf: "marcrelators:role".freeze,
672
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
673
- property :dfe,
674
- label: "Defendant-appellee".freeze,
675
- :"mads:authoritativeLabel" => %(Defendant-appellee).freeze,
676
- :"mads:code" => %(dfe).freeze,
677
- :"skos:notation" => %(dfe).freeze,
678
- :"skos:prefLabel" => %(Defendant-appellee).freeze,
679
- subPropertyOf: ["marcrelators:dfd".freeze, "marcrelators:role".freeze],
680
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
681
- property :dft,
682
- label: "Defendant-appellant".freeze,
683
- :"mads:authoritativeLabel" => %(Defendant-appellant).freeze,
684
- :"mads:code" => %(dft).freeze,
685
- :"skos:notation" => %(dft).freeze,
686
- :"skos:prefLabel" => %(Defendant-appellant).freeze,
687
- subPropertyOf: ["marcrelators:dfd".freeze, "marcrelators:role".freeze],
688
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
689
- property :dgg,
690
- label: "Degree granting institution".freeze,
691
- :"mads:authoritativeLabel" => %(Degree granting institution).freeze,
692
- :"mads:code" => %(dgg).freeze,
693
- :"skos:notation" => %(dgg).freeze,
694
- :"skos:prefLabel" => %(Degree granting institution).freeze,
695
- subPropertyOf: "marcrelators:role".freeze,
696
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
697
- property :dgs,
698
- label: "Degree supervisor".freeze,
699
- :"mads:authoritativeLabel" => %(Degree supervisor).freeze,
700
- :"mads:code" => %(dgs).freeze,
701
- :"skos:notation" => %(dgs).freeze,
702
- :"skos:prefLabel" => %(Degree supervisor).freeze,
703
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
704
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
705
- property :dis,
706
- label: "Dissertant".freeze,
707
- :"mads:authoritativeLabel" => %(Dissertant).freeze,
708
- :"mads:code" => %(dis).freeze,
709
- :"skos:notation" => %(dis).freeze,
710
- :"skos:prefLabel" => %(Dissertant).freeze,
711
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
712
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
713
- property :dln,
714
- label: "Delineator".freeze,
715
- :"mads:authoritativeLabel" => %(Delineator).freeze,
716
- :"mads:code" => %(dln).freeze,
717
- :"skos:notation" => %(dln).freeze,
718
- :"skos:prefLabel" => %(Delineator).freeze,
719
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
720
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
721
- property :dnc,
722
- label: "Dancer".freeze,
723
- :"mads:authoritativeLabel" => %(Dancer).freeze,
724
- :"mads:code" => %(dnc).freeze,
725
- :"skos:notation" => %(dnc).freeze,
726
- :"skos:prefLabel" => %(Dancer).freeze,
727
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
728
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
729
- property :dnr,
730
- label: "Donor".freeze,
731
- :"mads:authoritativeLabel" => %(Donor).freeze,
732
- :"mads:code" => %(dnr).freeze,
733
- :"skos:notation" => %(dnr).freeze,
734
- :"skos:prefLabel" => %(Donor).freeze,
735
- subPropertyOf: ["marcrelators:fmo".freeze, "marcrelators:role".freeze],
736
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
737
- property :dpc,
738
- label: "Depicted".freeze,
739
- :"mads:authoritativeLabel" => %(Depicted).freeze,
740
- :"mads:code" => %(dpc).freeze,
741
- :"skos:notation" => %(dpc).freeze,
742
- :"skos:prefLabel" => %(Depicted).freeze,
743
- subPropertyOf: ["dc11:subject".freeze, "marcrelators:role".freeze],
744
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
745
- property :dpt,
746
- label: "Depositor".freeze,
747
- :"mads:authoritativeLabel" => %(Depositor).freeze,
748
- :"mads:code" => %(dpt).freeze,
749
- :"skos:notation" => %(dpt).freeze,
750
- :"skos:prefLabel" => %(Depositor).freeze,
751
- subPropertyOf: ["marcrelators:own".freeze, "marcrelators:role".freeze],
752
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
753
- property :drm,
754
- label: "Draftsman".freeze,
755
- :"mads:authoritativeLabel" => %(Draftsman).freeze,
756
- :"mads:code" => %(drm).freeze,
757
- :"skos:notation" => %(drm).freeze,
758
- :"skos:prefLabel" => %(Draftsman).freeze,
759
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
760
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
761
- property :drt,
762
- label: "Director".freeze,
763
- :"mads:authoritativeLabel" => %(Director).freeze,
764
- :"mads:code" => %(drt).freeze,
765
- :"skos:notation" => %(drt).freeze,
766
- :"skos:prefLabel" => %(Director).freeze,
767
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
768
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
769
- property :dsr,
770
- label: "Designer".freeze,
771
- :"mads:authoritativeLabel" => %(Designer).freeze,
772
- :"mads:code" => %(dsr).freeze,
773
- :"skos:notation" => %(dsr).freeze,
774
- :"skos:prefLabel" => %(Designer).freeze,
775
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
776
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
777
- property :dst,
778
- label: "Distributor".freeze,
779
- :"mads:authoritativeLabel" => %(Distributor).freeze,
780
- :"mads:code" => %(dst).freeze,
781
- :"skos:notation" => %(dst).freeze,
782
- :"skos:prefLabel" => %(Distributor).freeze,
783
- subPropertyOf: ["dc11:publisher".freeze, "marcrelators:prv".freeze, "marcrelators:role".freeze],
784
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
785
- property :dtc,
786
- label: "Data contributor".freeze,
787
- :"mads:authoritativeLabel" => %(Data contributor).freeze,
788
- :"mads:code" => %(dtc).freeze,
789
- :"skos:notation" => %(dtc).freeze,
790
- :"skos:prefLabel" => %(Data contributor).freeze,
791
- subPropertyOf: "marcrelators:role".freeze,
792
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
793
- property :dte,
794
- label: "Dedicatee".freeze,
795
- :"mads:authoritativeLabel" => %(Dedicatee).freeze,
796
- :"mads:code" => %(dte).freeze,
797
- :"skos:notation" => %(dte).freeze,
798
- :"skos:prefLabel" => %(Dedicatee).freeze,
799
- subPropertyOf: "marcrelators:role".freeze,
800
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
801
- property :dtm,
802
- label: "Data manager".freeze,
803
- :"mads:authoritativeLabel" => %(Data manager).freeze,
804
- :"mads:code" => %(dtm).freeze,
805
- :"skos:notation" => %(dtm).freeze,
806
- :"skos:prefLabel" => %(Data manager).freeze,
807
- subPropertyOf: "marcrelators:role".freeze,
808
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
809
- property :dto,
810
- label: "Dedicator".freeze,
811
- :"mads:authoritativeLabel" => %(Dedicator).freeze,
812
- :"mads:code" => %(dto).freeze,
813
- :"skos:notation" => %(dto).freeze,
814
- :"skos:prefLabel" => %(Dedicator).freeze,
815
- subPropertyOf: "marcrelators:role".freeze,
816
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
817
- property :dub,
818
- label: "Dubious author".freeze,
819
- :"mads:authoritativeLabel" => %(Dubious author).freeze,
820
- :"mads:code" => %(dub).freeze,
821
- :"skos:notation" => %(dub).freeze,
822
- :"skos:prefLabel" => %(Dubious author).freeze,
823
- subPropertyOf: "marcrelators:role".freeze,
824
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
825
- property :edc,
826
- label: "Editor of compilation".freeze,
827
- :"mads:authoritativeLabel" => %(Editor of compilation).freeze,
828
- :"mads:code" => %(edc).freeze,
829
- :"skos:notation" => %(edc).freeze,
830
- :"skos:prefLabel" => %(Editor of compilation).freeze,
831
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
832
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
833
- property :edm,
834
- label: "Editor of moving image work".freeze,
835
- :"mads:authoritativeLabel" => %(Editor of moving image work).freeze,
836
- :"mads:code" => %(edm).freeze,
837
- :"skos:notation" => %(edm).freeze,
838
- :"skos:prefLabel" => %(Editor of moving image work).freeze,
839
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
840
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
841
- property :edt,
842
- label: "Editor".freeze,
843
- :"mads:authoritativeLabel" => %(Editor).freeze,
844
- :"mads:code" => %(edt).freeze,
845
- :"skos:notation" => %(edt).freeze,
846
- :"skos:prefLabel" => %(Editor).freeze,
847
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
848
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
849
- property :egr,
850
- label: "Engraver".freeze,
851
- :"mads:authoritativeLabel" => %(Engraver).freeze,
852
- :"mads:code" => %(egr).freeze,
853
- :"skos:notation" => %(egr).freeze,
854
- :"skos:prefLabel" => %(Engraver).freeze,
855
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
856
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
857
- property :elg,
858
- label: "Electrician".freeze,
859
- :"mads:authoritativeLabel" => %(Electrician).freeze,
860
- :"mads:code" => %(elg).freeze,
861
- :"skos:notation" => %(elg).freeze,
862
- :"skos:prefLabel" => %(Electrician).freeze,
863
- subPropertyOf: "marcrelators:role".freeze,
864
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
865
- property :elt,
866
- label: "Electrotyper".freeze,
867
- :"mads:authoritativeLabel" => %(Electrotyper).freeze,
868
- :"mads:code" => %(elt).freeze,
869
- :"skos:notation" => %(elt).freeze,
870
- :"skos:prefLabel" => %(Electrotyper).freeze,
871
- subPropertyOf: "marcrelators:role".freeze,
872
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
873
- property :eng,
874
- label: "Engineer".freeze,
875
- :"mads:authoritativeLabel" => %(Engineer).freeze,
876
- :"mads:code" => %(eng).freeze,
877
- :"skos:notation" => %(eng).freeze,
878
- :"skos:prefLabel" => %(Engineer).freeze,
879
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
880
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
881
- property :enj,
882
- label: "Enacting jurisdiction".freeze,
883
- :"mads:authoritativeLabel" => %(Enacting jurisdiction).freeze,
884
- :"mads:code" => %(enj).freeze,
885
- :"skos:notation" => %(enj).freeze,
886
- :"skos:prefLabel" => %(Enacting jurisdiction).freeze,
887
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
888
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
889
- property :etr,
890
- label: "Etcher".freeze,
891
- :"mads:authoritativeLabel" => %(Etcher).freeze,
892
- :"mads:code" => %(etr).freeze,
893
- :"skos:notation" => %(etr).freeze,
894
- :"skos:prefLabel" => %(Etcher).freeze,
895
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
896
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
897
- property :evp,
898
- label: "Event place".freeze,
899
- :"mads:authoritativeLabel" => %(Event place).freeze,
900
- :"mads:code" => %(evp).freeze,
901
- :"skos:notation" => %(evp).freeze,
902
- :"skos:prefLabel" => %(Event place).freeze,
903
- subPropertyOf: "marcrelators:role".freeze,
904
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
905
- property :exp,
906
- label: "Expert".freeze,
907
- :"mads:authoritativeLabel" => %(Expert).freeze,
908
- :"mads:code" => %(exp).freeze,
909
- :"skos:notation" => %(exp).freeze,
910
- :"skos:prefLabel" => %(Expert).freeze,
911
- subPropertyOf: "marcrelators:role".freeze,
912
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
913
- property :fac,
914
- label: "Facsimilist".freeze,
915
- :"mads:authoritativeLabel" => %(Facsimilist).freeze,
916
- :"mads:code" => %(fac).freeze,
917
- :"skos:notation" => %(fac).freeze,
918
- :"skos:prefLabel" => %(Facsimilist).freeze,
919
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
920
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
921
- property :fds,
922
- label: "Film distributor".freeze,
923
- :"mads:authoritativeLabel" => %(Film distributor).freeze,
924
- :"mads:code" => %(fds).freeze,
925
- :"skos:notation" => %(fds).freeze,
926
- :"skos:prefLabel" => %(Film distributor).freeze,
927
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:dst".freeze, "marcrelators:role".freeze],
928
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
929
- property :fld,
930
- label: "Field director".freeze,
931
- :"mads:authoritativeLabel" => %(Field director).freeze,
932
- :"mads:code" => %(fld).freeze,
933
- :"skos:notation" => %(fld).freeze,
934
- :"skos:prefLabel" => %(Field director).freeze,
935
- subPropertyOf: "marcrelators:role".freeze,
936
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
937
- property :flm,
938
- label: "Film editor".freeze,
939
- :"mads:authoritativeLabel" => %(Film editor).freeze,
940
- :"mads:code" => %(flm).freeze,
941
- :"skos:notation" => %(flm).freeze,
942
- :"skos:prefLabel" => %(Film editor).freeze,
943
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:edm".freeze, "marcrelators:role".freeze],
944
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
945
- property :fmd,
946
- label: "Film director".freeze,
947
- :"mads:authoritativeLabel" => %(Film director).freeze,
948
- :"mads:code" => %(fmd).freeze,
949
- :"skos:notation" => %(fmd).freeze,
950
- :"skos:prefLabel" => %(Film director).freeze,
951
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:drt".freeze, "marcrelators:role".freeze],
952
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
953
- property :fmk,
954
- label: "Filmmaker".freeze,
955
- :"mads:authoritativeLabel" => %(Filmmaker).freeze,
956
- :"mads:code" => %(fmk).freeze,
957
- :"skos:notation" => %(fmk).freeze,
958
- :"skos:prefLabel" => %(Filmmaker).freeze,
959
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:drt".freeze, "marcrelators:role".freeze],
960
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
961
- property :fmo,
962
- label: "Former owner".freeze,
963
- :"mads:authoritativeLabel" => %(Former owner).freeze,
964
- :"mads:code" => %(fmo).freeze,
965
- :"skos:notation" => %(fmo).freeze,
966
- :"skos:prefLabel" => %(Former owner).freeze,
967
- subPropertyOf: "marcrelators:role".freeze,
968
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
969
- property :fmp,
970
- label: "Film producer".freeze,
971
- :"mads:authoritativeLabel" => %(Film producer).freeze,
972
- :"mads:code" => %(fmp).freeze,
973
- :"skos:notation" => %(fmp).freeze,
974
- :"skos:prefLabel" => %(Film producer).freeze,
975
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:pro".freeze, "marcrelators:role".freeze],
976
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
977
- property :fnd,
978
- label: "Funder".freeze,
979
- :"mads:authoritativeLabel" => %(Funder).freeze,
980
- :"mads:code" => %(fnd).freeze,
981
- :"skos:notation" => %(fnd).freeze,
982
- :"skos:prefLabel" => %(Funder).freeze,
983
- subPropertyOf: "marcrelators:role".freeze,
984
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
985
- property :fpy,
986
- label: "First party".freeze,
987
- :"mads:authoritativeLabel" => %(First party).freeze,
988
- :"mads:code" => %(fpy).freeze,
989
- :"skos:notation" => %(fpy).freeze,
990
- :"skos:prefLabel" => %(First party).freeze,
991
- subPropertyOf: "marcrelators:role".freeze,
992
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
993
- property :frg,
994
- label: "Forger".freeze,
995
- :"mads:authoritativeLabel" => %(Forger).freeze,
996
- :"mads:code" => %(frg).freeze,
997
- :"skos:notation" => %(frg).freeze,
998
- :"skos:prefLabel" => %(Forger).freeze,
999
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1000
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1001
- property :gis,
1002
- label: "Geographic information specialist".freeze,
1003
- :"mads:authoritativeLabel" => %(Geographic information specialist).freeze,
1004
- :"mads:code" => %(gis).freeze,
1005
- :"skos:notation" => %(gis).freeze,
1006
- :"skos:prefLabel" => %(Geographic information specialist).freeze,
1007
- subPropertyOf: "marcrelators:role".freeze,
1008
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1009
- property :his,
1010
- label: "Host institution".freeze,
1011
- :"mads:authoritativeLabel" => %(Host institution).freeze,
1012
- :"mads:code" => %(his).freeze,
1013
- :"skos:notation" => %(his).freeze,
1014
- :"skos:prefLabel" => %(Host institution).freeze,
1015
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:hst".freeze, "marcrelators:role".freeze],
1016
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1017
- property :hnr,
1018
- label: "Honoree".freeze,
1019
- :"mads:authoritativeLabel" => %(Honoree).freeze,
1020
- :"mads:code" => %(hnr).freeze,
1021
- :"skos:notation" => %(hnr).freeze,
1022
- :"skos:prefLabel" => %(Honoree).freeze,
1023
- subPropertyOf: "marcrelators:role".freeze,
1024
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1025
- property :hst,
1026
- label: "Host".freeze,
1027
- :"mads:authoritativeLabel" => %(Host).freeze,
1028
- :"mads:code" => %(hst).freeze,
1029
- :"skos:notation" => %(hst).freeze,
1030
- :"skos:prefLabel" => %(Host).freeze,
1031
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1032
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1033
- property :ill,
1034
- label: "Illustrator".freeze,
1035
- :"mads:authoritativeLabel" => %(Illustrator).freeze,
1036
- :"mads:code" => %(ill).freeze,
1037
- :"skos:notation" => %(ill).freeze,
1038
- :"skos:prefLabel" => %(Illustrator).freeze,
1039
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1040
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1041
- property :ilu,
1042
- label: "Illuminator".freeze,
1043
- :"mads:authoritativeLabel" => %(Illuminator).freeze,
1044
- :"mads:code" => %(ilu).freeze,
1045
- :"skos:notation" => %(ilu).freeze,
1046
- :"skos:prefLabel" => %(Illuminator).freeze,
1047
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1048
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1049
- property :ins,
1050
- label: "Inscriber".freeze,
1051
- :"mads:authoritativeLabel" => %(Inscriber).freeze,
1052
- :"mads:code" => %(ins).freeze,
1053
- :"skos:notation" => %(ins).freeze,
1054
- :"skos:prefLabel" => %(Inscriber).freeze,
1055
- subPropertyOf: "marcrelators:role".freeze,
1056
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1057
- property :inv,
1058
- label: "Inventor".freeze,
1059
- :"mads:authoritativeLabel" => %(Inventor).freeze,
1060
- :"mads:code" => %(inv).freeze,
1061
- :"skos:notation" => %(inv).freeze,
1062
- :"skos:prefLabel" => %(Inventor).freeze,
1063
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1064
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1065
- property :isb,
1066
- label: "Issuing body".freeze,
1067
- :"mads:authoritativeLabel" => %(Issuing body).freeze,
1068
- :"mads:code" => %(isb).freeze,
1069
- :"skos:notation" => %(isb).freeze,
1070
- :"skos:prefLabel" => %(Issuing body).freeze,
1071
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1072
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1073
- property :itr,
1074
- label: "Instrumentalist".freeze,
1075
- :"mads:authoritativeLabel" => %(Instrumentalist).freeze,
1076
- :"mads:code" => %(itr).freeze,
1077
- :"skos:notation" => %(itr).freeze,
1078
- :"skos:prefLabel" => %(Instrumentalist).freeze,
1079
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1080
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1081
- property :ive,
1082
- label: "Interviewee".freeze,
1083
- :"mads:authoritativeLabel" => %(Interviewee).freeze,
1084
- :"mads:code" => %(ive).freeze,
1085
- :"skos:notation" => %(ive).freeze,
1086
- :"skos:prefLabel" => %(Interviewee).freeze,
1087
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1088
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1089
- property :ivr,
1090
- label: "Interviewer".freeze,
1091
- :"mads:authoritativeLabel" => %(Interviewer).freeze,
1092
- :"mads:code" => %(ivr).freeze,
1093
- :"skos:notation" => %(ivr).freeze,
1094
- :"skos:prefLabel" => %(Interviewer).freeze,
1095
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1096
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1097
- property :jud,
1098
- label: "Judge".freeze,
1099
- :"mads:authoritativeLabel" => %(Judge).freeze,
1100
- :"mads:code" => %(jud).freeze,
1101
- :"skos:notation" => %(jud).freeze,
1102
- :"skos:prefLabel" => %(Judge).freeze,
1103
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1104
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1105
- property :jug,
1106
- label: "Jurisdiction governed".freeze,
1107
- :"mads:authoritativeLabel" => %(Jurisdiction governed).freeze,
1108
- :"mads:code" => %(jug).freeze,
1109
- :"skos:notation" => %(jug).freeze,
1110
- :"skos:prefLabel" => %(Jurisdiction governed).freeze,
1111
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1112
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1113
- property :lbr,
1114
- label: "Laboratory".freeze,
1115
- :"mads:authoritativeLabel" => %(Laboratory).freeze,
1116
- :"mads:code" => %(lbr).freeze,
1117
- :"skos:notation" => %(lbr).freeze,
1118
- :"skos:prefLabel" => %(Laboratory).freeze,
1119
- subPropertyOf: "marcrelators:role".freeze,
1120
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1121
- property :lbt,
1122
- label: "Librettist".freeze,
1123
- :"mads:authoritativeLabel" => %(Librettist).freeze,
1124
- :"mads:code" => %(lbt).freeze,
1125
- :"skos:notation" => %(lbt).freeze,
1126
- :"skos:prefLabel" => %(Librettist).freeze,
1127
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:aut".freeze, "marcrelators:role".freeze],
1128
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1129
- property :ldr,
1130
- label: "Laboratory director".freeze,
1131
- :"mads:authoritativeLabel" => %(Laboratory director).freeze,
1132
- :"mads:code" => %(ldr).freeze,
1133
- :"skos:notation" => %(ldr).freeze,
1134
- :"skos:prefLabel" => %(Laboratory director).freeze,
1135
- subPropertyOf: "marcrelators:role".freeze,
1136
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1137
- property :led,
1138
- label: "Lead".freeze,
1139
- :"mads:authoritativeLabel" => %(Lead).freeze,
1140
- :"mads:code" => %(led).freeze,
1141
- :"skos:notation" => %(led).freeze,
1142
- :"skos:prefLabel" => %(Lead).freeze,
1143
- subPropertyOf: "marcrelators:role".freeze,
1144
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1145
- property :lee,
1146
- label: "Libelee-appellee".freeze,
1147
- :"mads:authoritativeLabel" => %(Libelee-appellee).freeze,
1148
- :"mads:code" => %(lee).freeze,
1149
- :"skos:notation" => %(lee).freeze,
1150
- :"skos:prefLabel" => %(Libelee-appellee).freeze,
1151
- subPropertyOf: "marcrelators:role".freeze,
1152
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1153
- property :lel,
1154
- label: "Libelee".freeze,
1155
- :"mads:authoritativeLabel" => %(Libelee).freeze,
1156
- :"mads:code" => %(lel).freeze,
1157
- :"skos:notation" => %(lel).freeze,
1158
- :"skos:prefLabel" => %(Libelee).freeze,
1159
- subPropertyOf: "marcrelators:role".freeze,
1160
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1161
- property :len,
1162
- label: "Lender".freeze,
1163
- :"mads:authoritativeLabel" => %(Lender).freeze,
1164
- :"mads:code" => %(len).freeze,
1165
- :"skos:notation" => %(len).freeze,
1166
- :"skos:prefLabel" => %(Lender).freeze,
1167
- subPropertyOf: "marcrelators:role".freeze,
1168
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1169
- property :let,
1170
- label: "Libelee-appellant".freeze,
1171
- :"mads:authoritativeLabel" => %(Libelee-appellant).freeze,
1172
- :"mads:code" => %(let).freeze,
1173
- :"skos:notation" => %(let).freeze,
1174
- :"skos:prefLabel" => %(Libelee-appellant).freeze,
1175
- subPropertyOf: ["marcrelators:lel".freeze, "marcrelators:role".freeze],
1176
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1177
- property :lgd,
1178
- label: "Lighting designer".freeze,
1179
- :"mads:authoritativeLabel" => %(Lighting designer).freeze,
1180
- :"mads:code" => %(lgd).freeze,
1181
- :"skos:notation" => %(lgd).freeze,
1182
- :"skos:prefLabel" => %(Lighting designer).freeze,
1183
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1184
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1185
- property :lie,
1186
- label: "Libelant-appellee".freeze,
1187
- :"mads:authoritativeLabel" => %(Libelant-appellee).freeze,
1188
- :"mads:code" => %(lie).freeze,
1189
- :"skos:notation" => %(lie).freeze,
1190
- :"skos:prefLabel" => %(Libelant-appellee).freeze,
1191
- subPropertyOf: ["marcrelators:lil".freeze, "marcrelators:role".freeze],
1192
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1193
- property :lil,
1194
- label: "Libelant".freeze,
1195
- :"mads:authoritativeLabel" => %(Libelant).freeze,
1196
- :"mads:code" => %(lil).freeze,
1197
- :"skos:notation" => %(lil).freeze,
1198
- :"skos:prefLabel" => %(Libelant).freeze,
1199
- subPropertyOf: "marcrelators:role".freeze,
1200
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1201
- property :lit,
1202
- label: "Libelant-appellant".freeze,
1203
- :"mads:authoritativeLabel" => %(Libelant-appellant).freeze,
1204
- :"mads:code" => %(lit).freeze,
1205
- :"skos:notation" => %(lit).freeze,
1206
- :"skos:prefLabel" => %(Libelant-appellant).freeze,
1207
- subPropertyOf: ["marcrelators:lil".freeze, "marcrelators:role".freeze],
1208
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1209
- property :lsa,
1210
- label: "Landscape architect".freeze,
1211
- :"mads:authoritativeLabel" => %(Landscape architect).freeze,
1212
- :"mads:code" => %(lsa).freeze,
1213
- :"skos:notation" => %(lsa).freeze,
1214
- :"skos:prefLabel" => %(Landscape architect).freeze,
1215
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:arc".freeze, "marcrelators:role".freeze],
1216
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1217
- property :lse,
1218
- label: "Licensee".freeze,
1219
- :"mads:authoritativeLabel" => %(Licensee).freeze,
1220
- :"mads:code" => %(lse).freeze,
1221
- :"skos:notation" => %(lse).freeze,
1222
- :"skos:prefLabel" => %(Licensee).freeze,
1223
- subPropertyOf: "marcrelators:role".freeze,
1224
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1225
- property :lso,
1226
- label: "Licensor".freeze,
1227
- :"mads:authoritativeLabel" => %(Licensor).freeze,
1228
- :"mads:code" => %(lso).freeze,
1229
- :"skos:notation" => %(lso).freeze,
1230
- :"skos:prefLabel" => %(Licensor).freeze,
1231
- subPropertyOf: "marcrelators:role".freeze,
1232
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1233
- property :ltg,
1234
- label: "Lithographer".freeze,
1235
- :"mads:authoritativeLabel" => %(Lithographer).freeze,
1236
- :"mads:code" => %(ltg).freeze,
1237
- :"skos:notation" => %(ltg).freeze,
1238
- :"skos:prefLabel" => %(Lithographer).freeze,
1239
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1240
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1241
- property :lyr,
1242
- label: "Lyricist".freeze,
1243
- :"mads:authoritativeLabel" => %(Lyricist).freeze,
1244
- :"mads:code" => %(lyr).freeze,
1245
- :"skos:notation" => %(lyr).freeze,
1246
- :"skos:prefLabel" => %(Lyricist).freeze,
1247
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:aut".freeze, "marcrelators:role".freeze],
1248
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1249
- property :mcp,
1250
- label: "Music copyist".freeze,
1251
- :"mads:authoritativeLabel" => %(Music copyist).freeze,
1252
- :"mads:code" => %(mcp).freeze,
1253
- :"skos:notation" => %(mcp).freeze,
1254
- :"skos:prefLabel" => %(Music copyist).freeze,
1255
- subPropertyOf: "marcrelators:role".freeze,
1256
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1257
- property :mdc,
1258
- label: "Metadata contact".freeze,
1259
- :"mads:authoritativeLabel" => %(Metadata contact).freeze,
1260
- :"mads:code" => %(mdc).freeze,
1261
- :"skos:notation" => %(mdc).freeze,
1262
- :"skos:prefLabel" => %(Metadata contact).freeze,
1263
- subPropertyOf: "marcrelators:role".freeze,
1264
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1265
- property :med,
1266
- label: "Medium".freeze,
1267
- :"mads:authoritativeLabel" => %(Medium).freeze,
1268
- :"mads:code" => %(med).freeze,
1269
- :"skos:notation" => %(med).freeze,
1270
- :"skos:prefLabel" => %(Medium).freeze,
1271
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1272
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1273
- property :mfp,
1274
- label: "Manufacture place".freeze,
1275
- :"mads:authoritativeLabel" => %(Manufacture place).freeze,
1276
- :"mads:code" => %(mfp).freeze,
1277
- :"skos:notation" => %(mfp).freeze,
1278
- :"skos:prefLabel" => %(Manufacture place).freeze,
1279
- subPropertyOf: "marcrelators:role".freeze,
1280
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1281
- property :mfr,
1282
- label: "Manufacturer".freeze,
1283
- :"mads:authoritativeLabel" => %(Manufacturer).freeze,
1284
- :"mads:code" => %(mfr).freeze,
1285
- :"skos:notation" => %(mfr).freeze,
1286
- :"skos:prefLabel" => %(Manufacturer).freeze,
1287
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prv".freeze, "marcrelators:role".freeze],
1288
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1289
- property :mod,
1290
- label: "Moderator".freeze,
1291
- :"mads:authoritativeLabel" => %(Moderator).freeze,
1292
- :"mads:code" => %(mod).freeze,
1293
- :"skos:notation" => %(mod).freeze,
1294
- :"skos:prefLabel" => %(Moderator).freeze,
1295
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1296
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1297
- property :mon,
1298
- label: "Monitor".freeze,
1299
- :"mads:authoritativeLabel" => %(Monitor).freeze,
1300
- :"mads:code" => %(mon).freeze,
1301
- :"skos:notation" => %(mon).freeze,
1302
- :"skos:prefLabel" => %(Monitor).freeze,
1303
- subPropertyOf: "marcrelators:role".freeze,
1304
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1305
- property :mrb,
1306
- label: "Marbler".freeze,
1307
- :"mads:authoritativeLabel" => %(Marbler).freeze,
1308
- :"mads:code" => %(mrb).freeze,
1309
- :"skos:notation" => %(mrb).freeze,
1310
- :"skos:prefLabel" => %(Marbler).freeze,
1311
- subPropertyOf: "marcrelators:role".freeze,
1312
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1313
- property :mrk,
1314
- label: "Markup editor".freeze,
1315
- :"mads:authoritativeLabel" => %(Markup editor).freeze,
1316
- :"mads:code" => %(mrk).freeze,
1317
- :"skos:notation" => %(mrk).freeze,
1318
- :"skos:prefLabel" => %(Markup editor).freeze,
1319
- subPropertyOf: "marcrelators:role".freeze,
1320
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1321
- property :msd,
1322
- label: "Musical director".freeze,
1323
- :"mads:authoritativeLabel" => %(Musical director).freeze,
1324
- :"mads:code" => %(msd).freeze,
1325
- :"skos:notation" => %(msd).freeze,
1326
- :"skos:prefLabel" => %(Musical director).freeze,
1327
- subPropertyOf: "marcrelators:role".freeze,
1328
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1329
- property :mte,
1330
- label: "Metal-engraver".freeze,
1331
- :"mads:authoritativeLabel" => %(Metal-engraver).freeze,
1332
- :"mads:code" => %(mte).freeze,
1333
- :"skos:notation" => %(mte).freeze,
1334
- :"skos:prefLabel" => %(Metal-engraver).freeze,
1335
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:egr".freeze, "marcrelators:role".freeze],
1336
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1337
- property :mtk,
1338
- label: "Minute taker".freeze,
1339
- :"mads:authoritativeLabel" => %(Minute taker).freeze,
1340
- :"mads:code" => %(mtk).freeze,
1341
- :"skos:notation" => %(mtk).freeze,
1342
- :"skos:prefLabel" => %(Minute taker).freeze,
1343
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1344
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1345
- property :mus,
1346
- label: "Musician".freeze,
1347
- :"mads:authoritativeLabel" => %(Musician).freeze,
1348
- :"mads:code" => %(mus).freeze,
1349
- :"skos:notation" => %(mus).freeze,
1350
- :"skos:prefLabel" => %(Musician).freeze,
1351
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1352
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1353
- property :nrt,
1354
- label: "Narrator".freeze,
1355
- :"mads:authoritativeLabel" => %(Narrator).freeze,
1356
- :"mads:code" => %(nrt).freeze,
1357
- :"skos:notation" => %(nrt).freeze,
1358
- :"skos:prefLabel" => %(Narrator).freeze,
1359
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1360
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1361
- property :opn,
1362
- label: "Opponent".freeze,
1363
- :"mads:authoritativeLabel" => %(Opponent).freeze,
1364
- :"mads:code" => %(opn).freeze,
1365
- :"skos:notation" => %(opn).freeze,
1366
- :"skos:prefLabel" => %(Opponent).freeze,
1367
- subPropertyOf: "marcrelators:role".freeze,
1368
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1369
- property :org,
1370
- label: "Originator".freeze,
1371
- :"mads:authoritativeLabel" => %(Originator).freeze,
1372
- :"mads:code" => %(org).freeze,
1373
- :"skos:notation" => %(org).freeze,
1374
- :"skos:prefLabel" => %(Originator).freeze,
1375
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1376
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1377
- property :orm,
1378
- label: "Organizer".freeze,
1379
- :"mads:authoritativeLabel" => %(Organizer).freeze,
1380
- :"mads:code" => %(orm).freeze,
1381
- :"skos:notation" => %(orm).freeze,
1382
- :"skos:prefLabel" => %(Organizer).freeze,
1383
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1384
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1385
- property :osp,
1386
- label: "Onscreen presenter".freeze,
1387
- :"mads:authoritativeLabel" => %(Onscreen presenter).freeze,
1388
- :"mads:code" => %(osp).freeze,
1389
- :"skos:notation" => %(osp).freeze,
1390
- :"skos:prefLabel" => %(Onscreen presenter).freeze,
1391
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1392
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1393
- property :oth,
1394
- label: "Other".freeze,
1395
- :"mads:authoritativeLabel" => %(Other).freeze,
1396
- :"mads:code" => %(oth).freeze,
1397
- :"skos:notation" => %(oth).freeze,
1398
- :"skos:prefLabel" => %(Other).freeze,
1399
- subPropertyOf: "marcrelators:role".freeze,
1400
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1401
- property :own,
1402
- label: "Owner".freeze,
1403
- :"mads:authoritativeLabel" => %(Owner).freeze,
1404
- :"mads:code" => %(own).freeze,
1405
- :"skos:notation" => %(own).freeze,
1406
- :"skos:prefLabel" => %(Owner).freeze,
1407
- subPropertyOf: "marcrelators:role".freeze,
1408
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1409
- property :pan,
1410
- label: "Panelist".freeze,
1411
- :"mads:authoritativeLabel" => %(Panelist).freeze,
1412
- :"mads:code" => %(pan).freeze,
1413
- :"skos:notation" => %(pan).freeze,
1414
- :"skos:prefLabel" => %(Panelist).freeze,
1415
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1416
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1417
- property :pat,
1418
- label: "Patron".freeze,
1419
- :"mads:authoritativeLabel" => %(Patron).freeze,
1420
- :"mads:code" => %(pat).freeze,
1421
- :"skos:notation" => %(pat).freeze,
1422
- :"skos:prefLabel" => %(Patron).freeze,
1423
- subPropertyOf: "marcrelators:role".freeze,
1424
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1425
- property :pbd,
1426
- label: "Publishing director".freeze,
1427
- :"mads:authoritativeLabel" => %(Publishing director).freeze,
1428
- :"mads:code" => %(pbd).freeze,
1429
- :"skos:notation" => %(pbd).freeze,
1430
- :"skos:prefLabel" => %(Publishing director).freeze,
1431
- subPropertyOf: "marcrelators:role".freeze,
1432
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1433
- property :pbl,
1434
- label: "Publisher".freeze,
1435
- :"mads:authoritativeLabel" => %(Publisher).freeze,
1436
- :"mads:code" => %(pbl).freeze,
1437
- :"skos:notation" => %(pbl).freeze,
1438
- :"skos:prefLabel" => %(Publisher).freeze,
1439
- subPropertyOf: ["dc11:publisher".freeze, "marcrelators:prv".freeze, "marcrelators:role".freeze],
1440
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1441
- property :pdr,
1442
- label: "Project director".freeze,
1443
- :"mads:authoritativeLabel" => %(Project director).freeze,
1444
- :"mads:code" => %(pdr).freeze,
1445
- :"skos:notation" => %(pdr).freeze,
1446
- :"skos:prefLabel" => %(Project director).freeze,
1447
- subPropertyOf: "marcrelators:role".freeze,
1448
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1449
- property :pfr,
1450
- label: "Proofreader".freeze,
1451
- :"mads:authoritativeLabel" => %(Proofreader).freeze,
1452
- :"mads:code" => %(pfr).freeze,
1453
- :"skos:notation" => %(pfr).freeze,
1454
- :"skos:prefLabel" => %(Proofreader).freeze,
1455
- subPropertyOf: "marcrelators:role".freeze,
1456
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1457
- property :pht,
1458
- label: "Photographer".freeze,
1459
- :"mads:authoritativeLabel" => %(Photographer).freeze,
1460
- :"mads:code" => %(pht).freeze,
1461
- :"skos:notation" => %(pht).freeze,
1462
- :"skos:prefLabel" => %(Photographer).freeze,
1463
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1464
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1465
- property :plt,
1466
- label: "Platemaker".freeze,
1467
- :"mads:authoritativeLabel" => %(Platemaker).freeze,
1468
- :"mads:code" => %(plt).freeze,
1469
- :"skos:notation" => %(plt).freeze,
1470
- :"skos:prefLabel" => %(Platemaker).freeze,
1471
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1472
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1473
- property :pma,
1474
- label: "Permitting agency".freeze,
1475
- :"mads:authoritativeLabel" => %(Permitting agency).freeze,
1476
- :"mads:code" => %(pma).freeze,
1477
- :"skos:notation" => %(pma).freeze,
1478
- :"skos:prefLabel" => %(Permitting agency).freeze,
1479
- subPropertyOf: "marcrelators:role".freeze,
1480
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1481
- property :pmn,
1482
- label: "Production manager".freeze,
1483
- :"mads:authoritativeLabel" => %(Production manager).freeze,
1484
- :"mads:code" => %(pmn).freeze,
1485
- :"skos:notation" => %(pmn).freeze,
1486
- :"skos:prefLabel" => %(Production manager).freeze,
1487
- subPropertyOf: "marcrelators:role".freeze,
1488
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1489
- property :pop,
1490
- label: "Printer of plates".freeze,
1491
- :"mads:authoritativeLabel" => %(Printer of plates).freeze,
1492
- :"mads:code" => %(pop).freeze,
1493
- :"skos:notation" => %(pop).freeze,
1494
- :"skos:prefLabel" => %(Printer of plates).freeze,
1495
- subPropertyOf: "marcrelators:role".freeze,
1496
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1497
- property :ppm,
1498
- label: "Papermaker".freeze,
1499
- :"mads:authoritativeLabel" => %(Papermaker).freeze,
1500
- :"mads:code" => %(ppm).freeze,
1501
- :"skos:notation" => %(ppm).freeze,
1502
- :"skos:prefLabel" => %(Papermaker).freeze,
1503
- subPropertyOf: "marcrelators:role".freeze,
1504
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1505
- property :ppt,
1506
- label: "Puppeteer".freeze,
1507
- :"mads:authoritativeLabel" => %(Puppeteer).freeze,
1508
- :"mads:code" => %(ppt).freeze,
1509
- :"skos:notation" => %(ppt).freeze,
1510
- :"skos:prefLabel" => %(Puppeteer).freeze,
1511
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1512
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1513
- property :pra,
1514
- label: "Praeses".freeze,
1515
- :"mads:authoritativeLabel" => %(Praeses).freeze,
1516
- :"mads:code" => %(pra).freeze,
1517
- :"skos:notation" => %(pra).freeze,
1518
- :"skos:prefLabel" => %(Praeses).freeze,
1519
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1520
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1521
- property :prc,
1522
- label: "Process contact".freeze,
1523
- :"mads:authoritativeLabel" => %(Process contact).freeze,
1524
- :"mads:code" => %(prc).freeze,
1525
- :"skos:notation" => %(prc).freeze,
1526
- :"skos:prefLabel" => %(Process contact).freeze,
1527
- subPropertyOf: "marcrelators:role".freeze,
1528
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1529
- property :prd,
1530
- label: "Production personnel".freeze,
1531
- :"mads:authoritativeLabel" => %(Production personnel).freeze,
1532
- :"mads:code" => %(prd).freeze,
1533
- :"skos:notation" => %(prd).freeze,
1534
- :"skos:prefLabel" => %(Production personnel).freeze,
1535
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1536
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1537
- property :pre,
1538
- label: "Presenter".freeze,
1539
- :"mads:authoritativeLabel" => %(Presenter).freeze,
1540
- :"mads:code" => %(pre).freeze,
1541
- :"skos:notation" => %(pre).freeze,
1542
- :"skos:prefLabel" => %(Presenter).freeze,
1543
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1544
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1545
- property :prf,
1546
- label: "Performer".freeze,
1547
- :"mads:authoritativeLabel" => %(Performer).freeze,
1548
- :"mads:code" => %(prf).freeze,
1549
- :"skos:notation" => %(prf).freeze,
1550
- :"skos:prefLabel" => %(Performer).freeze,
1551
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1552
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1553
- property :prg,
1554
- label: "Programmer".freeze,
1555
- :"mads:authoritativeLabel" => %(Programmer).freeze,
1556
- :"mads:code" => %(prg).freeze,
1557
- :"skos:notation" => %(prg).freeze,
1558
- :"skos:prefLabel" => %(Programmer).freeze,
1559
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1560
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1561
- property :prm,
1562
- label: "Printmaker".freeze,
1563
- :"mads:authoritativeLabel" => %(Printmaker).freeze,
1564
- :"mads:code" => %(prm).freeze,
1565
- :"skos:notation" => %(prm).freeze,
1566
- :"skos:prefLabel" => %(Printmaker).freeze,
1567
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1568
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1569
- property :prn,
1570
- label: "Production company".freeze,
1571
- :"mads:authoritativeLabel" => %(Production company).freeze,
1572
- :"mads:code" => %(prn).freeze,
1573
- :"skos:notation" => %(prn).freeze,
1574
- :"skos:prefLabel" => %(Production company).freeze,
1575
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1576
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1577
- property :pro,
1578
- label: "Producer".freeze,
1579
- :"mads:authoritativeLabel" => %(Producer).freeze,
1580
- :"mads:code" => %(pro).freeze,
1581
- :"skos:notation" => %(pro).freeze,
1582
- :"skos:prefLabel" => %(Producer).freeze,
1583
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prv".freeze, "marcrelators:role".freeze],
1584
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1585
- property :prp,
1586
- label: "Production place".freeze,
1587
- :"mads:authoritativeLabel" => %(Production place).freeze,
1588
- :"mads:code" => %(prp).freeze,
1589
- :"skos:notation" => %(prp).freeze,
1590
- :"skos:prefLabel" => %(Production place).freeze,
1591
- subPropertyOf: "marcrelators:role".freeze,
1592
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1593
- property :prs,
1594
- label: "Production designer".freeze,
1595
- :"mads:authoritativeLabel" => %(Production designer).freeze,
1596
- :"mads:code" => %(prs).freeze,
1597
- :"skos:notation" => %(prs).freeze,
1598
- :"skos:prefLabel" => %(Production designer).freeze,
1599
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1600
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1601
- property :prt,
1602
- label: "Printer".freeze,
1603
- :"mads:authoritativeLabel" => %(Printer).freeze,
1604
- :"mads:code" => %(prt).freeze,
1605
- :"skos:notation" => %(prt).freeze,
1606
- :"skos:prefLabel" => %(Printer).freeze,
1607
- subPropertyOf: "marcrelators:role".freeze,
1608
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1609
- property :prv,
1610
- label: "Provider".freeze,
1611
- :"mads:authoritativeLabel" => %(Provider).freeze,
1612
- :"mads:code" => %(prv).freeze,
1613
- :"skos:notation" => %(prv).freeze,
1614
- :"skos:prefLabel" => %(Provider).freeze,
1615
- subPropertyOf: "marcrelators:role".freeze,
1616
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1617
- property :pta,
1618
- label: "Patent applicant".freeze,
1619
- :"mads:authoritativeLabel" => %(Patent applicant).freeze,
1620
- :"mads:code" => %(pta).freeze,
1621
- :"skos:notation" => %(pta).freeze,
1622
- :"skos:prefLabel" => %(Patent applicant).freeze,
1623
- subPropertyOf: "marcrelators:role".freeze,
1624
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1625
- property :pte,
1626
- label: "Plaintiff-appellee".freeze,
1627
- :"mads:authoritativeLabel" => %(Plaintiff-appellee).freeze,
1628
- :"mads:code" => %(pte).freeze,
1629
- :"skos:notation" => %(pte).freeze,
1630
- :"skos:prefLabel" => %(Plaintiff-appellee).freeze,
1631
- subPropertyOf: ["marcrelators:ptf".freeze, "marcrelators:role".freeze],
1632
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1633
- property :ptf,
1634
- label: "Plaintiff".freeze,
1635
- :"mads:authoritativeLabel" => %(Plaintiff).freeze,
1636
- :"mads:code" => %(ptf).freeze,
1637
- :"skos:notation" => %(ptf).freeze,
1638
- :"skos:prefLabel" => %(Plaintiff).freeze,
1639
- subPropertyOf: "marcrelators:role".freeze,
1640
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1641
- property :pth,
1642
- label: "Patent holder".freeze,
1643
- :"mads:authoritativeLabel" => %(Patent holder).freeze,
1644
- :"mads:code" => %(pth).freeze,
1645
- :"skos:notation" => %(pth).freeze,
1646
- :"skos:prefLabel" => %(Patent holder).freeze,
1647
- subPropertyOf: "marcrelators:role".freeze,
1648
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1649
- property :ptt,
1650
- label: "Plaintiff-appellant".freeze,
1651
- :"mads:authoritativeLabel" => %(Plaintiff-appellant).freeze,
1652
- :"mads:code" => %(ptt).freeze,
1653
- :"skos:notation" => %(ptt).freeze,
1654
- :"skos:prefLabel" => %(Plaintiff-appellant).freeze,
1655
- subPropertyOf: ["marcrelators:ptf".freeze, "marcrelators:role".freeze],
1656
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1657
- property :pup,
1658
- label: "Publication place".freeze,
1659
- :"mads:authoritativeLabel" => %(Publication place).freeze,
1660
- :"mads:code" => %(pup).freeze,
1661
- :"skos:notation" => %(pup).freeze,
1662
- :"skos:prefLabel" => %(Publication place).freeze,
1663
- subPropertyOf: "marcrelators:role".freeze,
1664
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1665
- property :rbr,
1666
- label: "Rubricator".freeze,
1667
- :"mads:authoritativeLabel" => %(Rubricator).freeze,
1668
- :"mads:code" => %(rbr).freeze,
1669
- :"skos:notation" => %(rbr).freeze,
1670
- :"skos:prefLabel" => %(Rubricator).freeze,
1671
- subPropertyOf: "marcrelators:role".freeze,
1672
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1673
- property :rcd,
1674
- label: "Recordist".freeze,
1675
- :"mads:authoritativeLabel" => %(Recordist).freeze,
1676
- :"mads:code" => %(rcd).freeze,
1677
- :"skos:notation" => %(rcd).freeze,
1678
- :"skos:prefLabel" => %(Recordist).freeze,
1679
- subPropertyOf: "marcrelators:role".freeze,
1680
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1681
- property :rce,
1682
- label: "Recording engineer".freeze,
1683
- :"mads:authoritativeLabel" => %(Recording engineer).freeze,
1684
- :"mads:code" => %(rce).freeze,
1685
- :"skos:notation" => %(rce).freeze,
1686
- :"skos:prefLabel" => %(Recording engineer).freeze,
1687
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1688
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1689
- property :rcp,
1690
- label: "Addressee".freeze,
1691
- :"mads:authoritativeLabel" => %(Addressee).freeze,
1692
- :"mads:code" => %(rcp).freeze,
1693
- :"skos:notation" => %(rcp).freeze,
1694
- :"skos:prefLabel" => %(Addressee).freeze,
1695
- subPropertyOf: "marcrelators:role".freeze,
1696
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1697
- property :rdd,
1698
- label: "Radio director".freeze,
1699
- :"mads:authoritativeLabel" => %(Radio director).freeze,
1700
- :"mads:code" => %(rdd).freeze,
1701
- :"skos:notation" => %(rdd).freeze,
1702
- :"skos:prefLabel" => %(Radio director).freeze,
1703
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:drt".freeze, "marcrelators:role".freeze],
1704
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1705
- property :red,
1706
- label: "Redaktor".freeze,
1707
- :"mads:authoritativeLabel" => %(Redaktor).freeze,
1708
- :"mads:code" => %(red).freeze,
1709
- :"skos:notation" => %(red).freeze,
1710
- :"skos:prefLabel" => %(Redaktor).freeze,
1711
- subPropertyOf: "marcrelators:role".freeze,
1712
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1713
- property :ren,
1714
- label: "Renderer".freeze,
1715
- :"mads:authoritativeLabel" => %(Renderer).freeze,
1716
- :"mads:code" => %(ren).freeze,
1717
- :"skos:notation" => %(ren).freeze,
1718
- :"skos:prefLabel" => %(Renderer).freeze,
1719
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1720
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1721
- property :res,
1722
- label: "Researcher".freeze,
1723
- :"mads:authoritativeLabel" => %(Researcher).freeze,
1724
- :"mads:code" => %(res).freeze,
1725
- :"skos:notation" => %(res).freeze,
1726
- :"skos:prefLabel" => %(Researcher).freeze,
1727
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1728
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1729
- property :rev,
1730
- label: "Reviewer".freeze,
1731
- :"mads:authoritativeLabel" => %(Reviewer).freeze,
1732
- :"mads:code" => %(rev).freeze,
1733
- :"skos:notation" => %(rev).freeze,
1734
- :"skos:prefLabel" => %(Reviewer).freeze,
1735
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1736
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1737
- property :role,
1738
- comment: %(This property and its sub-properties are used to associate a Bibliographic Resource with a Resource that played a part in the lifecycle of the Bibliographic Resource. It is the inverse of relators:roleIn.).freeze,
1739
- label: "role".freeze,
1740
- type: "owl:ObjectProperty".freeze
1741
- property :rpc,
1742
- label: "Radio producer".freeze,
1743
- :"mads:authoritativeLabel" => %(Radio producer).freeze,
1744
- :"mads:code" => %(rpc).freeze,
1745
- :"skos:notation" => %(rpc).freeze,
1746
- :"skos:prefLabel" => %(Radio producer).freeze,
1747
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:pro".freeze, "marcrelators:role".freeze],
1748
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1749
- property :rps,
1750
- label: "Repository".freeze,
1751
- :"mads:authoritativeLabel" => %(Repository).freeze,
1752
- :"mads:code" => %(rps).freeze,
1753
- :"skos:notation" => %(rps).freeze,
1754
- :"skos:prefLabel" => %(Repository).freeze,
1755
- subPropertyOf: "marcrelators:role".freeze,
1756
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1757
- property :rpt,
1758
- label: "Reporter".freeze,
1759
- :"mads:authoritativeLabel" => %(Reporter).freeze,
1760
- :"mads:code" => %(rpt).freeze,
1761
- :"skos:notation" => %(rpt).freeze,
1762
- :"skos:prefLabel" => %(Reporter).freeze,
1763
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1764
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1765
- property :rpy,
1766
- label: "Responsible party".freeze,
1767
- :"mads:authoritativeLabel" => %(Responsible party).freeze,
1768
- :"mads:code" => %(rpy).freeze,
1769
- :"skos:notation" => %(rpy).freeze,
1770
- :"skos:prefLabel" => %(Responsible party).freeze,
1771
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1772
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1773
- property :rse,
1774
- label: "Respondent-appellee".freeze,
1775
- :"mads:authoritativeLabel" => %(Respondent-appellee).freeze,
1776
- :"mads:code" => %(rse).freeze,
1777
- :"skos:notation" => %(rse).freeze,
1778
- :"skos:prefLabel" => %(Respondent-appellee).freeze,
1779
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:rsp".freeze],
1780
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1781
- property :rsg,
1782
- label: "Restager".freeze,
1783
- :"mads:authoritativeLabel" => %(Restager).freeze,
1784
- :"mads:code" => %(rsg).freeze,
1785
- :"skos:notation" => %(rsg).freeze,
1786
- :"skos:prefLabel" => %(Restager).freeze,
1787
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1788
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1789
- property :rsp,
1790
- label: "Respondent".freeze,
1791
- :"mads:authoritativeLabel" => %(Respondent).freeze,
1792
- :"mads:code" => %(rsp).freeze,
1793
- :"skos:notation" => %(rsp).freeze,
1794
- :"skos:prefLabel" => %(Respondent).freeze,
1795
- subPropertyOf: "marcrelators:role".freeze,
1796
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1797
- property :rsr,
1798
- label: "Restorationist".freeze,
1799
- :"mads:authoritativeLabel" => %(Restorationist).freeze,
1800
- :"mads:code" => %(rsr).freeze,
1801
- :"skos:notation" => %(rsr).freeze,
1802
- :"skos:prefLabel" => %(Restorationist).freeze,
1803
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1804
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1805
- property :rst,
1806
- label: "Respondent-appellant".freeze,
1807
- :"mads:authoritativeLabel" => %(Respondent-appellant).freeze,
1808
- :"mads:code" => %(rst).freeze,
1809
- :"skos:notation" => %(rst).freeze,
1810
- :"skos:prefLabel" => %(Respondent-appellant).freeze,
1811
- subPropertyOf: ["marcrelators:role".freeze, "marcrelators:rsp".freeze],
1812
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1813
- property :rth,
1814
- label: "Research team head".freeze,
1815
- :"mads:authoritativeLabel" => %(Research team head).freeze,
1816
- :"mads:code" => %(rth).freeze,
1817
- :"skos:notation" => %(rth).freeze,
1818
- :"skos:prefLabel" => %(Research team head).freeze,
1819
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1820
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1821
- property :rtm,
1822
- label: "Research team member".freeze,
1823
- :"mads:authoritativeLabel" => %(Research team member).freeze,
1824
- :"mads:code" => %(rtm).freeze,
1825
- :"skos:notation" => %(rtm).freeze,
1826
- :"skos:prefLabel" => %(Research team member).freeze,
1827
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1828
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1829
- property :sad,
1830
- label: "Scientific advisor".freeze,
1831
- :"mads:authoritativeLabel" => %(Scientific advisor).freeze,
1832
- :"mads:code" => %(sad).freeze,
1833
- :"skos:notation" => %(sad).freeze,
1834
- :"skos:prefLabel" => %(Scientific advisor).freeze,
1835
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1836
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1837
- property :sce,
1838
- label: "Scenarist".freeze,
1839
- :"mads:authoritativeLabel" => %(Scenarist).freeze,
1840
- :"mads:code" => %(sce).freeze,
1841
- :"skos:notation" => %(sce).freeze,
1842
- :"skos:prefLabel" => %(Scenarist).freeze,
1843
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1844
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1845
- property :scl,
1846
- label: "Sculptor".freeze,
1847
- :"mads:authoritativeLabel" => %(Sculptor).freeze,
1848
- :"mads:code" => %(scl).freeze,
1849
- :"skos:notation" => %(scl).freeze,
1850
- :"skos:prefLabel" => %(Sculptor).freeze,
1851
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:aut".freeze, "marcrelators:role".freeze],
1852
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1853
- property :scr,
1854
- label: "Scribe".freeze,
1855
- :"mads:authoritativeLabel" => %(Scribe).freeze,
1856
- :"mads:code" => %(scr).freeze,
1857
- :"skos:notation" => %(scr).freeze,
1858
- :"skos:prefLabel" => %(Scribe).freeze,
1859
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1860
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1861
- property :sds,
1862
- label: "Sound designer".freeze,
1863
- :"mads:authoritativeLabel" => %(Sound designer).freeze,
1864
- :"mads:code" => %(sds).freeze,
1865
- :"skos:notation" => %(sds).freeze,
1866
- :"skos:prefLabel" => %(Sound designer).freeze,
1867
- subPropertyOf: "marcrelators:role".freeze,
1868
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1869
- property :sec,
1870
- label: "Secretary".freeze,
1871
- :"mads:authoritativeLabel" => %(Secretary).freeze,
1872
- :"mads:code" => %(sec).freeze,
1873
- :"skos:notation" => %(sec).freeze,
1874
- :"skos:prefLabel" => %(Secretary).freeze,
1875
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1876
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1877
- property :sgd,
1878
- label: "Stage director".freeze,
1879
- :"mads:authoritativeLabel" => %(Stage director).freeze,
1880
- :"mads:code" => %(sgd).freeze,
1881
- :"skos:notation" => %(sgd).freeze,
1882
- :"skos:prefLabel" => %(Stage director).freeze,
1883
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1884
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1885
- property :sgn,
1886
- label: "Signer".freeze,
1887
- :"mads:authoritativeLabel" => %(Signer).freeze,
1888
- :"mads:code" => %(sgn).freeze,
1889
- :"skos:notation" => %(sgn).freeze,
1890
- :"skos:prefLabel" => %(Signer).freeze,
1891
- subPropertyOf: "marcrelators:role".freeze,
1892
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1893
- property :sht,
1894
- label: "Supporting host".freeze,
1895
- :"mads:authoritativeLabel" => %(Supporting host).freeze,
1896
- :"mads:code" => %(sht).freeze,
1897
- :"skos:notation" => %(sht).freeze,
1898
- :"skos:prefLabel" => %(Supporting host).freeze,
1899
- subPropertyOf: "marcrelators:role".freeze,
1900
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1901
- property :sll,
1902
- label: "Seller".freeze,
1903
- :"mads:authoritativeLabel" => %(Seller).freeze,
1904
- :"mads:code" => %(sll).freeze,
1905
- :"skos:notation" => %(sll).freeze,
1906
- :"skos:prefLabel" => %(Seller).freeze,
1907
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:fmo".freeze, "marcrelators:role".freeze],
1908
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1909
- property :sng,
1910
- label: "Singer".freeze,
1911
- :"mads:authoritativeLabel" => %(Singer).freeze,
1912
- :"mads:code" => %(sng).freeze,
1913
- :"skos:notation" => %(sng).freeze,
1914
- :"skos:prefLabel" => %(Singer).freeze,
1915
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1916
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1917
- property :spk,
1918
- label: "Speaker".freeze,
1919
- :"mads:authoritativeLabel" => %(Speaker).freeze,
1920
- :"mads:code" => %(spk).freeze,
1921
- :"skos:notation" => %(spk).freeze,
1922
- :"skos:prefLabel" => %(Speaker).freeze,
1923
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1924
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1925
- property :spn,
1926
- label: "Sponsor".freeze,
1927
- :"mads:authoritativeLabel" => %(Sponsor).freeze,
1928
- :"mads:code" => %(spn).freeze,
1929
- :"skos:notation" => %(spn).freeze,
1930
- :"skos:prefLabel" => %(Sponsor).freeze,
1931
- subPropertyOf: "marcrelators:role".freeze,
1932
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1933
- property :spy,
1934
- label: "Second party".freeze,
1935
- :"mads:authoritativeLabel" => %(Second party).freeze,
1936
- :"mads:code" => %(spy).freeze,
1937
- :"skos:notation" => %(spy).freeze,
1938
- :"skos:prefLabel" => %(Second party).freeze,
1939
- subPropertyOf: "marcrelators:role".freeze,
1940
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1941
- property :srv,
1942
- label: "Surveyor".freeze,
1943
- :"mads:authoritativeLabel" => %(Surveyor).freeze,
1944
- :"mads:code" => %(srv).freeze,
1945
- :"skos:notation" => %(srv).freeze,
1946
- :"skos:prefLabel" => %(Surveyor).freeze,
1947
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1948
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1949
- property :std,
1950
- label: "Set designer".freeze,
1951
- :"mads:authoritativeLabel" => %(Set designer).freeze,
1952
- :"mads:code" => %(std).freeze,
1953
- :"skos:notation" => %(std).freeze,
1954
- :"skos:prefLabel" => %(Set designer).freeze,
1955
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1956
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1957
- property :stg,
1958
- label: "Setting".freeze,
1959
- :"mads:authoritativeLabel" => %(Setting).freeze,
1960
- :"mads:code" => %(stg).freeze,
1961
- :"skos:notation" => %(stg).freeze,
1962
- :"skos:prefLabel" => %(Setting).freeze,
1963
- subPropertyOf: "marcrelators:role".freeze,
1964
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1965
- property :stl,
1966
- label: "Storyteller".freeze,
1967
- :"mads:authoritativeLabel" => %(Storyteller).freeze,
1968
- :"mads:code" => %(stl).freeze,
1969
- :"skos:notation" => %(stl).freeze,
1970
- :"skos:prefLabel" => %(Storyteller).freeze,
1971
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
1972
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1973
- property :stm,
1974
- label: "Stage manager".freeze,
1975
- :"mads:authoritativeLabel" => %(Stage manager).freeze,
1976
- :"mads:code" => %(stm).freeze,
1977
- :"skos:notation" => %(stm).freeze,
1978
- :"skos:prefLabel" => %(Stage manager).freeze,
1979
- subPropertyOf: "marcrelators:role".freeze,
1980
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1981
- property :stn,
1982
- label: "Standards body".freeze,
1983
- :"mads:authoritativeLabel" => %(Standards body).freeze,
1984
- :"mads:code" => %(stn).freeze,
1985
- :"skos:notation" => %(stn).freeze,
1986
- :"skos:prefLabel" => %(Standards body).freeze,
1987
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
1988
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1989
- property :str,
1990
- label: "Stereotyper".freeze,
1991
- :"mads:authoritativeLabel" => %(Stereotyper).freeze,
1992
- :"mads:code" => %(str).freeze,
1993
- :"skos:notation" => %(str).freeze,
1994
- :"skos:prefLabel" => %(Stereotyper).freeze,
1995
- subPropertyOf: "marcrelators:role".freeze,
1996
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
1997
- property :tcd,
1998
- label: "Technical director".freeze,
1999
- :"mads:authoritativeLabel" => %(Technical director).freeze,
2000
- :"mads:code" => %(tcd).freeze,
2001
- :"skos:notation" => %(tcd).freeze,
2002
- :"skos:prefLabel" => %(Technical director).freeze,
2003
- subPropertyOf: "marcrelators:role".freeze,
2004
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2005
- property :tch,
2006
- label: "Teacher".freeze,
2007
- :"mads:authoritativeLabel" => %(Teacher).freeze,
2008
- :"mads:code" => %(tch).freeze,
2009
- :"skos:notation" => %(tch).freeze,
2010
- :"skos:prefLabel" => %(Teacher).freeze,
2011
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:prf".freeze, "marcrelators:role".freeze],
2012
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2013
- property :ths,
2014
- label: "Thesis advisor".freeze,
2015
- :"mads:authoritativeLabel" => %(Thesis advisor).freeze,
2016
- :"mads:code" => %(ths).freeze,
2017
- :"skos:notation" => %(ths).freeze,
2018
- :"skos:prefLabel" => %(Thesis advisor).freeze,
2019
- subPropertyOf: "marcrelators:role".freeze,
2020
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2021
- property :tld,
2022
- label: "Television director".freeze,
2023
- :"mads:authoritativeLabel" => %(Television director).freeze,
2024
- :"mads:code" => %(tld).freeze,
2025
- :"skos:notation" => %(tld).freeze,
2026
- :"skos:prefLabel" => %(Television director).freeze,
2027
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:drt".freeze, "marcrelators:role".freeze],
2028
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2029
- property :tlp,
2030
- label: "Television producer".freeze,
2031
- :"mads:authoritativeLabel" => %(Television producer).freeze,
2032
- :"mads:code" => %(tlp).freeze,
2033
- :"skos:notation" => %(tlp).freeze,
2034
- :"skos:prefLabel" => %(Television producer).freeze,
2035
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:pro".freeze, "marcrelators:role".freeze],
2036
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2037
- property :trc,
2038
- label: "Transcriber".freeze,
2039
- :"mads:authoritativeLabel" => %(Transcriber).freeze,
2040
- :"mads:code" => %(trc).freeze,
2041
- :"skos:notation" => %(trc).freeze,
2042
- :"skos:prefLabel" => %(Transcriber).freeze,
2043
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2044
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2045
- property :trl,
2046
- label: "Translator".freeze,
2047
- :"mads:authoritativeLabel" => %(Translator).freeze,
2048
- :"mads:code" => %(trl).freeze,
2049
- :"skos:notation" => %(trl).freeze,
2050
- :"skos:prefLabel" => %(Translator).freeze,
2051
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2052
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2053
- property :tyd,
2054
- label: "Type designer".freeze,
2055
- :"mads:authoritativeLabel" => %(Type designer).freeze,
2056
- :"mads:code" => %(tyd).freeze,
2057
- :"skos:notation" => %(tyd).freeze,
2058
- :"skos:prefLabel" => %(Type designer).freeze,
2059
- subPropertyOf: "marcrelators:role".freeze,
2060
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2061
- property :tyg,
2062
- label: "Typographer".freeze,
2063
- :"mads:authoritativeLabel" => %(Typographer).freeze,
2064
- :"mads:code" => %(tyg).freeze,
2065
- :"skos:notation" => %(tyg).freeze,
2066
- :"skos:prefLabel" => %(Typographer).freeze,
2067
- subPropertyOf: "marcrelators:role".freeze,
2068
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2069
- property :uvp,
2070
- label: "University place".freeze,
2071
- :"mads:authoritativeLabel" => %(University place).freeze,
2072
- :"mads:code" => %(uvp).freeze,
2073
- :"skos:notation" => %(uvp).freeze,
2074
- :"skos:prefLabel" => %(University place).freeze,
2075
- subPropertyOf: "marcrelators:role".freeze,
2076
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2077
- property :vac,
2078
- label: "Voice actor".freeze,
2079
- :"mads:authoritativeLabel" => %(Voice actor).freeze,
2080
- :"mads:code" => %(vac).freeze,
2081
- :"skos:notation" => %(vac).freeze,
2082
- :"skos:prefLabel" => %(Voice actor).freeze,
2083
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:act".freeze, "marcrelators:role".freeze],
2084
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2085
- property :vdg,
2086
- label: "Videographer".freeze,
2087
- :"mads:authoritativeLabel" => %(Videographer).freeze,
2088
- :"mads:code" => %(vdg).freeze,
2089
- :"skos:notation" => %(vdg).freeze,
2090
- :"skos:prefLabel" => %(Videographer).freeze,
2091
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2092
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2093
- property :wac,
2094
- label: "Writer of added commentary".freeze,
2095
- :"mads:authoritativeLabel" => %(Writer of added commentary).freeze,
2096
- :"mads:code" => %(wac).freeze,
2097
- :"skos:notation" => %(wac).freeze,
2098
- :"skos:prefLabel" => %(Writer of added commentary).freeze,
2099
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze, "marcrelators:wst".freeze],
2100
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2101
- property :wal,
2102
- label: "Writer of added lyrics".freeze,
2103
- :"mads:authoritativeLabel" => %(Writer of added lyrics).freeze,
2104
- :"mads:code" => %(wal).freeze,
2105
- :"skos:notation" => %(wal).freeze,
2106
- :"skos:prefLabel" => %(Writer of added lyrics).freeze,
2107
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze, "marcrelators:wst".freeze],
2108
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2109
- property :wam,
2110
- label: "Writer of accompanying material".freeze,
2111
- :"mads:authoritativeLabel" => %(Writer of accompanying material).freeze,
2112
- :"mads:code" => %(wam).freeze,
2113
- :"skos:notation" => %(wam).freeze,
2114
- :"skos:prefLabel" => %(Writer of accompanying material).freeze,
2115
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2116
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2117
- property :wat,
2118
- label: "Writer of added text".freeze,
2119
- :"mads:authoritativeLabel" => %(Writer of added text).freeze,
2120
- :"mads:code" => %(wat).freeze,
2121
- :"skos:notation" => %(wat).freeze,
2122
- :"skos:prefLabel" => %(Writer of added text).freeze,
2123
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze, "marcrelators:wst".freeze],
2124
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2125
- property :wdc,
2126
- label: "Woodcutter".freeze,
2127
- :"mads:authoritativeLabel" => %(Woodcutter).freeze,
2128
- :"mads:code" => %(wdc).freeze,
2129
- :"skos:notation" => %(wdc).freeze,
2130
- :"skos:prefLabel" => %(Woodcutter).freeze,
2131
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2132
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2133
- property :wde,
2134
- label: "Wood engraver".freeze,
2135
- :"mads:authoritativeLabel" => %(Wood engraver).freeze,
2136
- :"mads:code" => %(wde).freeze,
2137
- :"skos:notation" => %(wde).freeze,
2138
- :"skos:prefLabel" => %(Wood engraver).freeze,
2139
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2140
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2141
- property :win,
2142
- label: "Writer of introduction".freeze,
2143
- :"mads:authoritativeLabel" => %(Writer of introduction).freeze,
2144
- :"mads:code" => %(win).freeze,
2145
- :"skos:notation" => %(win).freeze,
2146
- :"skos:prefLabel" => %(Writer of introduction).freeze,
2147
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2148
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2149
- property :wit,
2150
- label: "Witness".freeze,
2151
- :"mads:authoritativeLabel" => %(Witness).freeze,
2152
- :"mads:code" => %(wit).freeze,
2153
- :"skos:notation" => %(wit).freeze,
2154
- :"skos:prefLabel" => %(Witness).freeze,
2155
- subPropertyOf: "marcrelators:role".freeze,
2156
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2157
- property :wpr,
2158
- label: "Writer of preface".freeze,
2159
- :"mads:authoritativeLabel" => %(Writer of preface).freeze,
2160
- :"mads:code" => %(wpr).freeze,
2161
- :"skos:notation" => %(wpr).freeze,
2162
- :"skos:prefLabel" => %(Writer of preface).freeze,
2163
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2164
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2165
- property :wst,
2166
- label: "Writer of supplementary textual content".freeze,
2167
- :"mads:authoritativeLabel" => %(Writer of supplementary textual content).freeze,
2168
- :"mads:code" => %(wst).freeze,
2169
- :"skos:notation" => %(wst).freeze,
2170
- :"skos:prefLabel" => %(Writer of supplementary textual content).freeze,
2171
- subPropertyOf: ["dc11:contributor".freeze, "marcrelators:role".freeze],
2172
- type: ["mads:Authority".freeze, "mads:Topic".freeze, "owl:ObjectProperty".freeze, "skos:Concept".freeze]
2173
-
2174
- # Extra definitions
2175
- term :collection_BIBFRAMEInstance,
2176
- label: "Relators - BIBFRAME Instance Collection".freeze,
2177
- type: "mads:MADSCollection".freeze
2178
- term :collection_BIBFRAMEWork,
2179
- label: "Relators - BIBFRAME Work Collection".freeze,
2180
- type: "mads:MADSCollection".freeze
2181
- term :collection_RDA,
2182
- label: "Relators - RDA Collection".freeze,
2183
- type: "mads:MADSCollection".freeze
2184
- term :collection_RDAContributor,
2185
- label: "Relators - RDA Contributor Collection".freeze,
2186
- type: "mads:MADSCollection".freeze
2187
- term :collection_RDACreator,
2188
- label: "Relators - RDA Creator Collection".freeze,
2189
- type: "mads:MADSCollection".freeze
2190
- term :collection_RDADistributor,
2191
- label: "Relators - RDA Distributor Collection".freeze,
2192
- type: "mads:MADSCollection".freeze
2193
- term :collection_RDAExpression,
2194
- label: "Relators - RDA Expression Collection".freeze,
2195
- type: "mads:MADSCollection".freeze
2196
- term :collection_RDAItem,
2197
- label: "Relators - RDA Item Collection".freeze,
2198
- type: "mads:MADSCollection".freeze
2199
- term :collection_RDAManifestation,
2200
- label: "Relators - RDA Manifestation Collection".freeze,
2201
- type: "mads:MADSCollection".freeze
2202
- term :collection_RDAManufacturer,
2203
- label: "Relators - RDA Manufacturer Collection".freeze,
2204
- type: "mads:MADSCollection".freeze
2205
- term :collection_RDAOther,
2206
- label: "Relators - RDA Other Collection".freeze,
2207
- type: "mads:MADSCollection".freeze
2208
- term :collection_RDAOwner,
2209
- label: "Relators - RDA Owner Collection".freeze,
2210
- type: "mads:MADSCollection".freeze
2211
- term :collection_RDAPublisher,
2212
- label: "Relators - RDA Publisher Collection".freeze,
2213
- type: "mads:MADSCollection".freeze
2214
- term :collection_RDAWork,
2215
- label: "Relators - RDA Work Collection".freeze,
2216
- type: "mads:MADSCollection".freeze
2217
28
  end
2218
29
  end