rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
@@ -3,212 +3,214 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://id.loc.gov/vocabulary/preservation/eventType/
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <http://id.loc.gov/vocabulary/preservation/eventType/>
7
+ # @!visibility private
6
8
  PremisEventType = Class.new(RDF::StrictVocabulary("http://id.loc.gov/vocabulary/preservation/eventType/")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"http://id.loc.gov/vocabulary/preservation/eventType/",
10
- comment: "  Event Types are actions performed within or outside the repository that affect the long term preservation of digital objects.".freeze,
12
+ comment: "  Event Types are actions performed within or outside the repository that affect the long term preservation of digital objects.",
11
13
  "http://www.loc.gov/mads/rdf/v1#adminMetadata": [term(
12
- "http://id.loc.gov/ontologies/RecordInfo#recordChangeDate": "2010-06-01T00:00:01".freeze,
13
- "http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "http://id.loc.gov/vocabulary/preservation/eventType/dlc".freeze,
14
- "http://id.loc.gov/ontologies/RecordInfo#recordStatus": "new".freeze,
15
- type: "http://id.loc.gov/ontologies/RecordInfo#RecordInfo".freeze
14
+ "http://id.loc.gov/ontologies/RecordInfo#recordChangeDate": "2010-06-01T00:00:01",
15
+ "http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "http://id.loc.gov/vocabulary/preservation/eventType/dlc",
16
+ "http://id.loc.gov/ontologies/RecordInfo#recordStatus": "new",
17
+ type: "http://id.loc.gov/ontologies/RecordInfo#RecordInfo"
16
18
  ), term(
17
- "http://id.loc.gov/ontologies/RecordInfo#recordChangeDate": "2012-06-01T00:00:01".freeze,
18
- "http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "http://id.loc.gov/vocabulary/preservation/eventType/dlc".freeze,
19
- "http://id.loc.gov/ontologies/RecordInfo#recordStatus": "modified".freeze,
20
- type: "http://id.loc.gov/ontologies/RecordInfo#RecordInfo".freeze
19
+ "http://id.loc.gov/ontologies/RecordInfo#recordChangeDate": "2012-06-01T00:00:01",
20
+ "http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "http://id.loc.gov/vocabulary/preservation/eventType/dlc",
21
+ "http://id.loc.gov/ontologies/RecordInfo#recordStatus": "modified",
22
+ type: "http://id.loc.gov/ontologies/RecordInfo#RecordInfo"
21
23
  ), term(
22
- "http://id.loc.gov/ontologies/RecordInfo#recordChangeDate": "2017-09-07T00:00:01".freeze,
23
- "http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "http://id.loc.gov/vocabulary/preservation/eventType/dlc".freeze,
24
- "http://id.loc.gov/ontologies/RecordInfo#recordStatus": "modified".freeze,
25
- type: "http://id.loc.gov/ontologies/RecordInfo#RecordInfo".freeze
24
+ "http://id.loc.gov/ontologies/RecordInfo#recordChangeDate": "2017-09-07T00:00:01",
25
+ "http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "http://id.loc.gov/vocabulary/preservation/eventType/dlc",
26
+ "http://id.loc.gov/ontologies/RecordInfo#recordStatus": "modified",
27
+ type: "http://id.loc.gov/ontologies/RecordInfo#RecordInfo"
26
28
  ), term(
27
- "http://id.loc.gov/ontologies/RecordInfo#recordChangeDate": "2018-09-24T00:00:01".freeze,
28
- "http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "http://id.loc.gov/vocabulary/preservation/eventType/dlc".freeze,
29
- "http://id.loc.gov/ontologies/RecordInfo#recordStatus": "modified".freeze,
30
- type: "http://id.loc.gov/ontologies/RecordInfo#RecordInfo".freeze
29
+ "http://id.loc.gov/ontologies/RecordInfo#recordChangeDate": "2018-09-24T00:00:01",
30
+ "http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "http://id.loc.gov/vocabulary/preservation/eventType/dlc",
31
+ "http://id.loc.gov/ontologies/RecordInfo#recordStatus": "modified",
32
+ type: "http://id.loc.gov/ontologies/RecordInfo#RecordInfo"
31
33
  )],
32
- "http://www.loc.gov/mads/rdf/v1#hasMADSSchemeMember": ["http://id.loc.gov/vocabulary/preservation/eventType/acc".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/app".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/cap".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/com".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/cop".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/cre".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/dea".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/dec".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/del".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/der".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/dig".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/dis".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/dsg".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/dsp".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/enc".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/exe".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/exp".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/ext".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/ffa".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/fil".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/fix".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/for".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/ima".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/ine".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/ing".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/ins".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/int".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/ipc".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/ipm".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/ips".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/mee".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/mem".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/mes".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/mig".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/mod".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/nor".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/pac".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/poa".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/prt".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/qua".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/rec".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/red".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/ref".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/ren".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/rep".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/tra".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/unp".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/unq".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/val".freeze, "http://id.loc.gov/vocabulary/preservation/eventType/vir".freeze],
33
- "http://www.loc.gov/mads/rdf/v1#useFor": ["http://id.loc.gov/vocabulary/preservation/actionsGranted".freeze, "http://id.loc.gov/vocabulary/preservation/environmentPurpose".freeze, "http://id.loc.gov/vocabulary/preservation/inhibitorTarget".freeze],
34
+ "http://www.loc.gov/mads/rdf/v1#hasMADSSchemeMember": ["http://id.loc.gov/vocabulary/preservation/eventType/acc", "http://id.loc.gov/vocabulary/preservation/eventType/app", "http://id.loc.gov/vocabulary/preservation/eventType/cap", "http://id.loc.gov/vocabulary/preservation/eventType/com", "http://id.loc.gov/vocabulary/preservation/eventType/cop", "http://id.loc.gov/vocabulary/preservation/eventType/cre", "http://id.loc.gov/vocabulary/preservation/eventType/dea", "http://id.loc.gov/vocabulary/preservation/eventType/dec", "http://id.loc.gov/vocabulary/preservation/eventType/del", "http://id.loc.gov/vocabulary/preservation/eventType/der", "http://id.loc.gov/vocabulary/preservation/eventType/dig", "http://id.loc.gov/vocabulary/preservation/eventType/dis", "http://id.loc.gov/vocabulary/preservation/eventType/dsg", "http://id.loc.gov/vocabulary/preservation/eventType/dsp", "http://id.loc.gov/vocabulary/preservation/eventType/enc", "http://id.loc.gov/vocabulary/preservation/eventType/exe", "http://id.loc.gov/vocabulary/preservation/eventType/exp", "http://id.loc.gov/vocabulary/preservation/eventType/ext", "http://id.loc.gov/vocabulary/preservation/eventType/ffa", "http://id.loc.gov/vocabulary/preservation/eventType/fil", "http://id.loc.gov/vocabulary/preservation/eventType/fix", "http://id.loc.gov/vocabulary/preservation/eventType/for", "http://id.loc.gov/vocabulary/preservation/eventType/ima", "http://id.loc.gov/vocabulary/preservation/eventType/ine", "http://id.loc.gov/vocabulary/preservation/eventType/ing", "http://id.loc.gov/vocabulary/preservation/eventType/ins", "http://id.loc.gov/vocabulary/preservation/eventType/int", "http://id.loc.gov/vocabulary/preservation/eventType/ipc", "http://id.loc.gov/vocabulary/preservation/eventType/ipm", "http://id.loc.gov/vocabulary/preservation/eventType/ips", "http://id.loc.gov/vocabulary/preservation/eventType/mee", "http://id.loc.gov/vocabulary/preservation/eventType/mem", "http://id.loc.gov/vocabulary/preservation/eventType/mes", "http://id.loc.gov/vocabulary/preservation/eventType/mig", "http://id.loc.gov/vocabulary/preservation/eventType/mod", "http://id.loc.gov/vocabulary/preservation/eventType/nor", "http://id.loc.gov/vocabulary/preservation/eventType/pac", "http://id.loc.gov/vocabulary/preservation/eventType/poa", "http://id.loc.gov/vocabulary/preservation/eventType/prt", "http://id.loc.gov/vocabulary/preservation/eventType/qua", "http://id.loc.gov/vocabulary/preservation/eventType/rec", "http://id.loc.gov/vocabulary/preservation/eventType/red", "http://id.loc.gov/vocabulary/preservation/eventType/ref", "http://id.loc.gov/vocabulary/preservation/eventType/ren", "http://id.loc.gov/vocabulary/preservation/eventType/rep", "http://id.loc.gov/vocabulary/preservation/eventType/tra", "http://id.loc.gov/vocabulary/preservation/eventType/unp", "http://id.loc.gov/vocabulary/preservation/eventType/unq", "http://id.loc.gov/vocabulary/preservation/eventType/val", "http://id.loc.gov/vocabulary/preservation/eventType/vir"],
35
+ "http://www.loc.gov/mads/rdf/v1#useFor": ["http://id.loc.gov/vocabulary/preservation/actionsGranted", "http://id.loc.gov/vocabulary/preservation/environmentPurpose", "http://id.loc.gov/vocabulary/preservation/inhibitorTarget"],
34
36
  "http://www.w3.org/2004/02/skos/core#changeNote": [term(
35
- "http://purl.org/vocab/changeset/schema#changeReason": "modified".freeze,
36
- "http://purl.org/vocab/changeset/schema#createdDate": "2012-06-01T00:00:01".freeze,
37
- "http://purl.org/vocab/changeset/schema#creatorName": "http://id.loc.gov/vocabulary/preservation/eventType/dlc".freeze,
38
- "http://purl.org/vocab/changeset/schema#subjectOfChange": "http://id.loc.gov/vocabulary/preservation/eventType".freeze,
39
- type: "http://purl.org/vocab/changeset/schema#ChangeSet".freeze
37
+ "http://purl.org/vocab/changeset/schema#changeReason": "modified",
38
+ "http://purl.org/vocab/changeset/schema#createdDate": "2012-06-01T00:00:01",
39
+ "http://purl.org/vocab/changeset/schema#creatorName": "http://id.loc.gov/vocabulary/preservation/eventType/dlc",
40
+ "http://purl.org/vocab/changeset/schema#subjectOfChange": "http://id.loc.gov/vocabulary/preservation/eventType",
41
+ type: "http://purl.org/vocab/changeset/schema#ChangeSet"
40
42
  ), term(
41
- "http://purl.org/vocab/changeset/schema#changeReason": "modified".freeze,
42
- "http://purl.org/vocab/changeset/schema#createdDate": "2017-09-07T00:00:01".freeze,
43
- "http://purl.org/vocab/changeset/schema#creatorName": "http://id.loc.gov/vocabulary/preservation/eventType/dlc".freeze,
44
- "http://purl.org/vocab/changeset/schema#subjectOfChange": "http://id.loc.gov/vocabulary/preservation/eventType".freeze,
45
- type: "http://purl.org/vocab/changeset/schema#ChangeSet".freeze
43
+ "http://purl.org/vocab/changeset/schema#changeReason": "modified",
44
+ "http://purl.org/vocab/changeset/schema#createdDate": "2017-09-07T00:00:01",
45
+ "http://purl.org/vocab/changeset/schema#creatorName": "http://id.loc.gov/vocabulary/preservation/eventType/dlc",
46
+ "http://purl.org/vocab/changeset/schema#subjectOfChange": "http://id.loc.gov/vocabulary/preservation/eventType",
47
+ type: "http://purl.org/vocab/changeset/schema#ChangeSet"
46
48
  ), term(
47
- "http://purl.org/vocab/changeset/schema#changeReason": "modified".freeze,
48
- "http://purl.org/vocab/changeset/schema#createdDate": "2018-09-24T00:00:01".freeze,
49
- "http://purl.org/vocab/changeset/schema#creatorName": "http://id.loc.gov/vocabulary/preservation/eventType/dlc".freeze,
50
- "http://purl.org/vocab/changeset/schema#subjectOfChange": "http://id.loc.gov/vocabulary/preservation/eventType".freeze,
51
- type: "http://purl.org/vocab/changeset/schema#ChangeSet".freeze
49
+ "http://purl.org/vocab/changeset/schema#changeReason": "modified",
50
+ "http://purl.org/vocab/changeset/schema#createdDate": "2018-09-24T00:00:01",
51
+ "http://purl.org/vocab/changeset/schema#creatorName": "http://id.loc.gov/vocabulary/preservation/eventType/dlc",
52
+ "http://purl.org/vocab/changeset/schema#subjectOfChange": "http://id.loc.gov/vocabulary/preservation/eventType",
53
+ type: "http://purl.org/vocab/changeset/schema#ChangeSet"
52
54
  ), term(
53
- "http://purl.org/vocab/changeset/schema#changeReason": "new".freeze,
54
- "http://purl.org/vocab/changeset/schema#createdDate": "2010-06-01T00:00:01".freeze,
55
- "http://purl.org/vocab/changeset/schema#creatorName": "http://id.loc.gov/vocabulary/preservation/eventType/dlc".freeze,
56
- "http://purl.org/vocab/changeset/schema#subjectOfChange": "http://id.loc.gov/vocabulary/preservation/eventType".freeze,
57
- type: "http://purl.org/vocab/changeset/schema#ChangeSet".freeze
55
+ "http://purl.org/vocab/changeset/schema#changeReason": "new",
56
+ "http://purl.org/vocab/changeset/schema#createdDate": "2010-06-01T00:00:01",
57
+ "http://purl.org/vocab/changeset/schema#creatorName": "http://id.loc.gov/vocabulary/preservation/eventType/dlc",
58
+ "http://purl.org/vocab/changeset/schema#subjectOfChange": "http://id.loc.gov/vocabulary/preservation/eventType",
59
+ type: "http://purl.org/vocab/changeset/schema#ChangeSet"
58
60
  )],
59
- label: "Event Type".freeze,
60
- type: ["http://www.loc.gov/mads/rdf/v1#MADSScheme".freeze, "http://www.w3.org/2004/02/skos/core#ConceptScheme".freeze]
61
+ label: {en: "Event Type"},
62
+ type: ["http://www.loc.gov/mads/rdf/v1#MADSScheme", "http://www.w3.org/2004/02/skos/core#ConceptScheme"]
61
63
 
62
64
  # Extra definitions
63
65
  term :acc,
64
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "accession".freeze,
65
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
66
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "accession",
67
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
66
68
  term :app,
67
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "appraisal".freeze,
68
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
69
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "appraisal",
70
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
69
71
  term :cap,
70
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "capture".freeze,
71
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
72
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "capture",
73
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
72
74
  term :com,
73
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "compression".freeze,
74
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
75
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "compression",
76
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
75
77
  term :cop,
76
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "compiling".freeze,
77
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
78
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "compiling",
79
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
78
80
  term :cre,
79
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "creation".freeze,
80
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
81
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "creation",
82
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
81
83
  term :dea,
82
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "deaccession".freeze,
83
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
84
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "deaccession",
85
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
84
86
  term :dec,
85
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "decompression".freeze,
86
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
87
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "decompression",
88
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
87
89
  term :del,
88
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "deletion".freeze,
89
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
90
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "deletion",
91
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
90
92
  term :der,
91
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "decryption".freeze,
92
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
93
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "decryption",
94
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
93
95
  term :dig,
94
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "digital signature validation".freeze,
95
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
96
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "digital signature validation",
97
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
96
98
  term :dis,
97
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "dissemination".freeze,
98
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
99
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "dissemination",
100
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
99
101
  term :dsg,
100
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "digital signature generation".freeze,
101
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
102
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "digital signature generation",
103
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
102
104
  term :dsp,
103
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "displaying".freeze,
104
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
105
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "displaying",
106
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
105
107
  term :enc,
106
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "encryption".freeze,
107
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
108
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "encryption",
109
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
108
110
  term :exe,
109
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "execution".freeze,
110
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
111
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "execution",
112
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
111
113
  term :exp,
112
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "exporting".freeze,
113
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
114
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "exporting",
115
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
114
116
  term :ext,
115
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "extraction".freeze,
116
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
117
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "extraction",
118
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
117
119
  term :ffa,
118
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "forensic feature analysis".freeze,
119
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
120
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "forensic feature analysis",
121
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
120
122
  term :fil,
121
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "filename change".freeze,
122
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
123
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "filename change",
124
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
123
125
  term :fix,
124
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "fixity check".freeze,
125
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
126
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "fixity check",
127
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
126
128
  term :for,
127
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "format identification".freeze,
128
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
129
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "format identification",
130
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
129
131
  term :ima,
130
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "imaging".freeze,
131
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
132
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "imaging",
133
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
132
134
  term :ine,
133
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ingestion end".freeze,
134
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
135
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ingestion end",
136
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
135
137
  term :ing,
136
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ingestion".freeze,
137
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
138
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ingestion",
139
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
138
140
  term :ins,
139
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ingestion start".freeze,
140
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
141
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ingestion start",
142
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
141
143
  term :int,
142
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "interpreting".freeze,
143
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
144
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "interpreting",
145
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
144
146
  term :ipc,
145
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "information package creation".freeze,
146
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
147
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "information package creation",
148
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
147
149
  term :ipm,
148
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "information package merging".freeze,
149
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
150
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "information package merging",
151
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
150
152
  term :ips,
151
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "information package splitting".freeze,
152
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
153
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "information package splitting",
154
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
153
155
  term :mee,
154
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "metadata extraction".freeze,
155
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
156
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "metadata extraction",
157
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
156
158
  term :mem,
157
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "metadata modification".freeze,
158
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
159
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "metadata modification",
160
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
159
161
  term :mes,
160
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "message digest calculation".freeze,
161
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
162
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "message digest calculation",
163
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
162
164
  term :mig,
163
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "migration".freeze,
164
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
165
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "migration",
166
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
165
167
  term :mod,
166
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "modification".freeze,
167
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
168
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "modification",
169
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
168
170
  term :nor,
169
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "normalization".freeze,
170
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
171
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "normalization",
172
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
171
173
  term :pac,
172
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "packing".freeze,
173
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
174
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "packing",
175
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
174
176
  term :poa,
175
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "policy assignment".freeze,
176
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
177
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "policy assignment",
178
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
177
179
  term :prt,
178
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "printing".freeze,
179
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
180
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "printing",
181
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
180
182
  term :qua,
181
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "quarantine".freeze,
182
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
183
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "quarantine",
184
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
183
185
  term :rec,
184
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "recovery".freeze,
185
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
186
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "recovery",
187
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
186
188
  term :red,
187
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "redaction".freeze,
188
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
189
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "redaction",
190
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
189
191
  term :ref,
190
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "refreshment".freeze,
191
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
192
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "refreshment",
193
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
192
194
  term :ren,
193
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "rendering".freeze,
194
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
195
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "rendering",
196
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
195
197
  term :rep,
196
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "replication".freeze,
197
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
198
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "replication",
199
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
198
200
  term :tra,
199
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "transfer".freeze,
200
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
201
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "transfer",
202
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
201
203
  term :unp,
202
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "unpacking".freeze,
203
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
204
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "unpacking",
205
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
204
206
  term :unq,
205
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "unquarantine".freeze,
206
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
207
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "unquarantine",
208
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
207
209
  term :val,
208
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "validation".freeze,
209
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
210
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "validation",
211
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
210
212
  term :vir,
211
- "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "virus check".freeze,
212
- type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
213
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "virus check",
214
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
213
215
  end
214
216
  end