rdf-vocab 3.1.6 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -3
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +25 -8
- data/lib/rdf/vocab/acl.rb +67 -194
- data/lib/rdf/vocab/as.rb +471 -984
- data/lib/rdf/vocab/bf2.rb +1714 -3034
- data/lib/rdf/vocab/bibframe.rb +2270 -1840
- data/lib/rdf/vocab/bibo.rb +696 -1201
- data/lib/rdf/vocab/cc.rb +75 -214
- data/lib/rdf/vocab/cert.rb +90 -268
- data/lib/rdf/vocab/cnt.rb +70 -152
- data/lib/rdf/vocab/crm.rb +1420 -3261
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3901 -14146
- data/lib/rdf/vocab/dc.rb +556 -898
- data/lib/rdf/vocab/dc11.rb +92 -158
- data/lib/rdf/vocab/dcat.rb +300 -466
- data/lib/rdf/vocab/dcmitype.rb +77 -131
- data/lib/rdf/vocab/disco.rb +228 -459
- data/lib/rdf/vocab/doap.rb +250 -430
- data/lib/rdf/vocab/dwc.rb +1639 -2395
- data/lib/rdf/vocab/earl.rb +105 -243
- data/lib/rdf/vocab/ebucore.rb +3957 -8695
- data/lib/rdf/vocab/edm.rb +211 -426
- data/lib/rdf/vocab/exif.rb +614 -1268
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +268 -648
- data/lib/rdf/vocab/foaf.rb +448 -756
- data/lib/rdf/vocab/geo.rb +24 -167
- data/lib/rdf/vocab/geojson.rb +32 -101
- data/lib/rdf/vocab/geonames.rb +2915 -3092
- data/lib/rdf/vocab/gr.rb +716 -1991
- data/lib/rdf/vocab/gs1.rb +3780 -5380
- data/lib/rdf/vocab/ht.rb +133 -300
- data/lib/rdf/vocab/hydra.rb +298 -511
- data/lib/rdf/vocab/iana.rb +142 -417
- data/lib/rdf/vocab/ical.rb +532 -1045
- data/lib/rdf/vocab/identifiers.rb +215 -1019
- data/lib/rdf/vocab/iiif.rb +106 -245
- data/lib/rdf/vocab/jsonld.rb +163 -323
- data/lib/rdf/vocab/ldp.rb +161 -294
- data/lib/rdf/vocab/lrmi.rb +175 -199
- data/lib/rdf/vocab/ma.rb +312 -702
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +540 -1351
- data/lib/rdf/vocab/mo.rb +1579 -2844
- data/lib/rdf/vocab/mods.rb +503 -1026
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +264 -546
- data/lib/rdf/vocab/og.rb +158 -239
- data/lib/rdf/vocab/ogc.rb +33 -70
- data/lib/rdf/vocab/ore.rb +64 -123
- data/lib/rdf/vocab/org.rb +226 -422
- data/lib/rdf/vocab/pcdm.rb +61 -133
- data/lib/rdf/vocab/pplan.rb +16 -202
- data/lib/rdf/vocab/premis.rb +793 -2039
- data/lib/rdf/vocab/premiseventtype.rb +115 -273
- data/lib/rdf/vocab/prov.rb +1077 -1724
- data/lib/rdf/vocab/ptr.rb +111 -254
- data/lib/rdf/vocab/rdau.rb +10506 -0
- data/lib/rdf/vocab/rightsstatements.rb +102 -110
- data/lib/rdf/vocab/rsa.rb +37 -89
- data/lib/rdf/vocab/rss.rb +34 -79
- data/lib/rdf/vocab/schema.rb +11193 -22240
- data/lib/rdf/vocab/schemas.rb +16333 -0
- data/lib/rdf/vocab/sd.rb +123 -280
- data/lib/rdf/vocab/sh.rb +912 -1651
- data/lib/rdf/vocab/sioc.rb +513 -917
- data/lib/rdf/vocab/siocservices.rb +39 -80
- data/lib/rdf/vocab/sioctypes.rb +183 -344
- data/lib/rdf/vocab/skos.rb +136 -260
- data/lib/rdf/vocab/skosxl.rb +36 -69
- data/lib/rdf/vocab/v.rb +231 -529
- data/lib/rdf/vocab/vcard.rb +407 -1038
- data/lib/rdf/vocab/vmd.rb +231 -529
- data/lib/rdf/vocab/void.rb +112 -236
- data/lib/rdf/vocab/vs.rb +20 -42
- data/lib/rdf/vocab/wdrs.rb +65 -158
- data/lib/rdf/vocab/wot.rb +113 -194
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +206 -663
- data/lib/rdf/vocab/xkos.rb +122 -275
- data/spec/extensions_spec.rb +1 -1
- data/spec/spec_helper.rb +13 -0
- metadata +72 -24
@@ -3,370 +3,212 @@
|
|
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
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://id.loc.gov/vocabulary/preservation/eventType/>
|
8
|
-
# #
|
9
|
-
# # Event Type
|
10
|
-
# #
|
11
|
-
# # Event Types are actions performed within or outside the repository that affect the long term preservation of digital objects.
|
12
|
-
# class PremisEventType < RDF::StrictVocabulary
|
13
|
-
# # @return [RDF::Vocabulary::Term]
|
14
|
-
# attr_reader :acc
|
15
|
-
#
|
16
|
-
# # @return [RDF::Vocabulary::Term]
|
17
|
-
# attr_reader :app
|
18
|
-
#
|
19
|
-
# # @return [RDF::Vocabulary::Term]
|
20
|
-
# attr_reader :cap
|
21
|
-
#
|
22
|
-
# # @return [RDF::Vocabulary::Term]
|
23
|
-
# attr_reader :com
|
24
|
-
#
|
25
|
-
# # @return [RDF::Vocabulary::Term]
|
26
|
-
# attr_reader :cop
|
27
|
-
#
|
28
|
-
# # @return [RDF::Vocabulary::Term]
|
29
|
-
# attr_reader :cre
|
30
|
-
#
|
31
|
-
# # @return [RDF::Vocabulary::Term]
|
32
|
-
# attr_reader :dea
|
33
|
-
#
|
34
|
-
# # @return [RDF::Vocabulary::Term]
|
35
|
-
# attr_reader :dec
|
36
|
-
#
|
37
|
-
# # @return [RDF::Vocabulary::Term]
|
38
|
-
# attr_reader :del
|
39
|
-
#
|
40
|
-
# # @return [RDF::Vocabulary::Term]
|
41
|
-
# attr_reader :der
|
42
|
-
#
|
43
|
-
# # @return [RDF::Vocabulary::Term]
|
44
|
-
# attr_reader :dig
|
45
|
-
#
|
46
|
-
# # @return [RDF::Vocabulary::Term]
|
47
|
-
# attr_reader :dis
|
48
|
-
#
|
49
|
-
# # @return [RDF::Vocabulary::Term]
|
50
|
-
# attr_reader :dsg
|
51
|
-
#
|
52
|
-
# # @return [RDF::Vocabulary::Term]
|
53
|
-
# attr_reader :dsp
|
54
|
-
#
|
55
|
-
# # @return [RDF::Vocabulary::Term]
|
56
|
-
# attr_reader :enc
|
57
|
-
#
|
58
|
-
# # @return [RDF::Vocabulary::Term]
|
59
|
-
# attr_reader :exe
|
60
|
-
#
|
61
|
-
# # @return [RDF::Vocabulary::Term]
|
62
|
-
# attr_reader :exp
|
63
|
-
#
|
64
|
-
# # @return [RDF::Vocabulary::Term]
|
65
|
-
# attr_reader :ext
|
66
|
-
#
|
67
|
-
# # @return [RDF::Vocabulary::Term]
|
68
|
-
# attr_reader :ffa
|
69
|
-
#
|
70
|
-
# # @return [RDF::Vocabulary::Term]
|
71
|
-
# attr_reader :fil
|
72
|
-
#
|
73
|
-
# # @return [RDF::Vocabulary::Term]
|
74
|
-
# attr_reader :fix
|
75
|
-
#
|
76
|
-
# # @return [RDF::Vocabulary::Term]
|
77
|
-
# attr_reader :for
|
78
|
-
#
|
79
|
-
# # @return [RDF::Vocabulary::Term]
|
80
|
-
# attr_reader :ima
|
81
|
-
#
|
82
|
-
# # @return [RDF::Vocabulary::Term]
|
83
|
-
# attr_reader :ine
|
84
|
-
#
|
85
|
-
# # @return [RDF::Vocabulary::Term]
|
86
|
-
# attr_reader :ing
|
87
|
-
#
|
88
|
-
# # @return [RDF::Vocabulary::Term]
|
89
|
-
# attr_reader :ins
|
90
|
-
#
|
91
|
-
# # @return [RDF::Vocabulary::Term]
|
92
|
-
# attr_reader :int
|
93
|
-
#
|
94
|
-
# # @return [RDF::Vocabulary::Term]
|
95
|
-
# attr_reader :ipc
|
96
|
-
#
|
97
|
-
# # @return [RDF::Vocabulary::Term]
|
98
|
-
# attr_reader :ipm
|
99
|
-
#
|
100
|
-
# # @return [RDF::Vocabulary::Term]
|
101
|
-
# attr_reader :ips
|
102
|
-
#
|
103
|
-
# # @return [RDF::Vocabulary::Term]
|
104
|
-
# attr_reader :mee
|
105
|
-
#
|
106
|
-
# # @return [RDF::Vocabulary::Term]
|
107
|
-
# attr_reader :mem
|
108
|
-
#
|
109
|
-
# # @return [RDF::Vocabulary::Term]
|
110
|
-
# attr_reader :mes
|
111
|
-
#
|
112
|
-
# # @return [RDF::Vocabulary::Term]
|
113
|
-
# attr_reader :mig
|
114
|
-
#
|
115
|
-
# # @return [RDF::Vocabulary::Term]
|
116
|
-
# attr_reader :mod
|
117
|
-
#
|
118
|
-
# # @return [RDF::Vocabulary::Term]
|
119
|
-
# attr_reader :nor
|
120
|
-
#
|
121
|
-
# # @return [RDF::Vocabulary::Term]
|
122
|
-
# attr_reader :pac
|
123
|
-
#
|
124
|
-
# # @return [RDF::Vocabulary::Term]
|
125
|
-
# attr_reader :poa
|
126
|
-
#
|
127
|
-
# # @return [RDF::Vocabulary::Term]
|
128
|
-
# attr_reader :prt
|
129
|
-
#
|
130
|
-
# # @return [RDF::Vocabulary::Term]
|
131
|
-
# attr_reader :qua
|
132
|
-
#
|
133
|
-
# # @return [RDF::Vocabulary::Term]
|
134
|
-
# attr_reader :rec
|
135
|
-
#
|
136
|
-
# # @return [RDF::Vocabulary::Term]
|
137
|
-
# attr_reader :red
|
138
|
-
#
|
139
|
-
# # @return [RDF::Vocabulary::Term]
|
140
|
-
# attr_reader :ref
|
141
|
-
#
|
142
|
-
# # @return [RDF::Vocabulary::Term]
|
143
|
-
# attr_reader :ren
|
144
|
-
#
|
145
|
-
# # @return [RDF::Vocabulary::Term]
|
146
|
-
# attr_reader :rep
|
147
|
-
#
|
148
|
-
# # @return [RDF::Vocabulary::Term]
|
149
|
-
# attr_reader :tra
|
150
|
-
#
|
151
|
-
# # @return [RDF::Vocabulary::Term]
|
152
|
-
# attr_reader :unp
|
153
|
-
#
|
154
|
-
# # @return [RDF::Vocabulary::Term]
|
155
|
-
# attr_reader :unq
|
156
|
-
#
|
157
|
-
# # @return [RDF::Vocabulary::Term]
|
158
|
-
# attr_reader :val
|
159
|
-
#
|
160
|
-
# # @return [RDF::Vocabulary::Term]
|
161
|
-
# attr_reader :vir
|
162
|
-
#
|
163
|
-
# end
|
164
6
|
PremisEventType = Class.new(RDF::StrictVocabulary("http://id.loc.gov/vocabulary/preservation/eventType/")) do
|
165
7
|
|
166
8
|
# Ontology definition
|
167
9
|
ontology :"http://id.loc.gov/vocabulary/preservation/eventType/",
|
168
|
-
comment:
|
169
|
-
|
170
|
-
"mads:adminMetadata": [term(
|
10
|
+
comment: " Event Types are actions performed within or outside the repository that affect the long term preservation of digital objects.".freeze,
|
11
|
+
"http://www.loc.gov/mads/rdf/v1#adminMetadata": [term(
|
171
12
|
"http://id.loc.gov/ontologies/RecordInfo#recordChangeDate": "2010-06-01T00:00:01".freeze,
|
172
|
-
"http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "
|
13
|
+
"http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "http://id.loc.gov/vocabulary/preservation/eventType/dlc".freeze,
|
173
14
|
"http://id.loc.gov/ontologies/RecordInfo#recordStatus": "new".freeze,
|
174
15
|
type: "http://id.loc.gov/ontologies/RecordInfo#RecordInfo".freeze
|
175
16
|
), term(
|
176
17
|
"http://id.loc.gov/ontologies/RecordInfo#recordChangeDate": "2012-06-01T00:00:01".freeze,
|
177
|
-
"http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "
|
18
|
+
"http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "http://id.loc.gov/vocabulary/preservation/eventType/dlc".freeze,
|
178
19
|
"http://id.loc.gov/ontologies/RecordInfo#recordStatus": "modified".freeze,
|
179
20
|
type: "http://id.loc.gov/ontologies/RecordInfo#RecordInfo".freeze
|
180
21
|
), term(
|
181
22
|
"http://id.loc.gov/ontologies/RecordInfo#recordChangeDate": "2017-09-07T00:00:01".freeze,
|
182
|
-
"http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "
|
23
|
+
"http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "http://id.loc.gov/vocabulary/preservation/eventType/dlc".freeze,
|
183
24
|
"http://id.loc.gov/ontologies/RecordInfo#recordStatus": "modified".freeze,
|
184
25
|
type: "http://id.loc.gov/ontologies/RecordInfo#RecordInfo".freeze
|
185
26
|
), term(
|
186
27
|
"http://id.loc.gov/ontologies/RecordInfo#recordChangeDate": "2018-09-24T00:00:01".freeze,
|
187
|
-
"http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "
|
28
|
+
"http://id.loc.gov/ontologies/RecordInfo#recordContentSource": "http://id.loc.gov/vocabulary/preservation/eventType/dlc".freeze,
|
188
29
|
"http://id.loc.gov/ontologies/RecordInfo#recordStatus": "modified".freeze,
|
189
30
|
type: "http://id.loc.gov/ontologies/RecordInfo#RecordInfo".freeze
|
190
31
|
)],
|
191
|
-
"mads
|
192
|
-
"mads
|
193
|
-
"skos
|
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.w3.org/2004/02/skos/core#changeNote": [term(
|
194
35
|
"http://purl.org/vocab/changeset/schema#changeReason": "modified".freeze,
|
195
36
|
"http://purl.org/vocab/changeset/schema#createdDate": "2012-06-01T00:00:01".freeze,
|
196
|
-
"http://purl.org/vocab/changeset/schema#creatorName": "
|
37
|
+
"http://purl.org/vocab/changeset/schema#creatorName": "http://id.loc.gov/vocabulary/preservation/eventType/dlc".freeze,
|
197
38
|
"http://purl.org/vocab/changeset/schema#subjectOfChange": "http://id.loc.gov/vocabulary/preservation/eventType".freeze,
|
198
39
|
type: "http://purl.org/vocab/changeset/schema#ChangeSet".freeze
|
199
40
|
), term(
|
200
41
|
"http://purl.org/vocab/changeset/schema#changeReason": "modified".freeze,
|
201
42
|
"http://purl.org/vocab/changeset/schema#createdDate": "2017-09-07T00:00:01".freeze,
|
202
|
-
"http://purl.org/vocab/changeset/schema#creatorName": "
|
43
|
+
"http://purl.org/vocab/changeset/schema#creatorName": "http://id.loc.gov/vocabulary/preservation/eventType/dlc".freeze,
|
203
44
|
"http://purl.org/vocab/changeset/schema#subjectOfChange": "http://id.loc.gov/vocabulary/preservation/eventType".freeze,
|
204
45
|
type: "http://purl.org/vocab/changeset/schema#ChangeSet".freeze
|
205
46
|
), term(
|
206
47
|
"http://purl.org/vocab/changeset/schema#changeReason": "modified".freeze,
|
207
48
|
"http://purl.org/vocab/changeset/schema#createdDate": "2018-09-24T00:00:01".freeze,
|
208
|
-
"http://purl.org/vocab/changeset/schema#creatorName": "
|
49
|
+
"http://purl.org/vocab/changeset/schema#creatorName": "http://id.loc.gov/vocabulary/preservation/eventType/dlc".freeze,
|
209
50
|
"http://purl.org/vocab/changeset/schema#subjectOfChange": "http://id.loc.gov/vocabulary/preservation/eventType".freeze,
|
210
51
|
type: "http://purl.org/vocab/changeset/schema#ChangeSet".freeze
|
211
52
|
), term(
|
212
53
|
"http://purl.org/vocab/changeset/schema#changeReason": "new".freeze,
|
213
54
|
"http://purl.org/vocab/changeset/schema#createdDate": "2010-06-01T00:00:01".freeze,
|
214
|
-
"http://purl.org/vocab/changeset/schema#creatorName": "
|
55
|
+
"http://purl.org/vocab/changeset/schema#creatorName": "http://id.loc.gov/vocabulary/preservation/eventType/dlc".freeze,
|
215
56
|
"http://purl.org/vocab/changeset/schema#subjectOfChange": "http://id.loc.gov/vocabulary/preservation/eventType".freeze,
|
216
57
|
type: "http://purl.org/vocab/changeset/schema#ChangeSet".freeze
|
217
58
|
)],
|
218
|
-
|
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]
|
219
61
|
|
220
62
|
# Extra definitions
|
221
63
|
term :acc,
|
222
|
-
"mads
|
223
|
-
type: "mads
|
64
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "accession".freeze,
|
65
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
224
66
|
term :app,
|
225
|
-
"mads
|
226
|
-
type: "mads
|
67
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "appraisal".freeze,
|
68
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
227
69
|
term :cap,
|
228
|
-
"mads
|
229
|
-
type: "mads
|
70
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "capture".freeze,
|
71
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
230
72
|
term :com,
|
231
|
-
"mads
|
232
|
-
type: "mads
|
73
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "compression".freeze,
|
74
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
233
75
|
term :cop,
|
234
|
-
"mads
|
235
|
-
type: "mads
|
76
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "compiling".freeze,
|
77
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
236
78
|
term :cre,
|
237
|
-
"mads
|
238
|
-
type: "mads
|
79
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "creation".freeze,
|
80
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
239
81
|
term :dea,
|
240
|
-
"mads
|
241
|
-
type: "mads
|
82
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "deaccession".freeze,
|
83
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
242
84
|
term :dec,
|
243
|
-
"mads
|
244
|
-
type: "mads
|
85
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "decompression".freeze,
|
86
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
245
87
|
term :del,
|
246
|
-
"mads
|
247
|
-
type: "mads
|
88
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "deletion".freeze,
|
89
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
248
90
|
term :der,
|
249
|
-
"mads
|
250
|
-
type: "mads
|
91
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "decryption".freeze,
|
92
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
251
93
|
term :dig,
|
252
|
-
"mads
|
253
|
-
type: "mads
|
94
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "digital signature validation".freeze,
|
95
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
254
96
|
term :dis,
|
255
|
-
"mads
|
256
|
-
type: "mads
|
97
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "dissemination".freeze,
|
98
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
257
99
|
term :dsg,
|
258
|
-
"mads
|
259
|
-
type: "mads
|
100
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "digital signature generation".freeze,
|
101
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
260
102
|
term :dsp,
|
261
|
-
"mads
|
262
|
-
type: "mads
|
103
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "displaying".freeze,
|
104
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
263
105
|
term :enc,
|
264
|
-
"mads
|
265
|
-
type: "mads
|
106
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "encryption".freeze,
|
107
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
266
108
|
term :exe,
|
267
|
-
"mads
|
268
|
-
type: "mads
|
109
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "execution".freeze,
|
110
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
269
111
|
term :exp,
|
270
|
-
"mads
|
271
|
-
type: "mads
|
112
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "exporting".freeze,
|
113
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
272
114
|
term :ext,
|
273
|
-
"mads
|
274
|
-
type: "mads
|
115
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "extraction".freeze,
|
116
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
275
117
|
term :ffa,
|
276
|
-
"mads
|
277
|
-
type: "mads
|
118
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "forensic feature analysis".freeze,
|
119
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
278
120
|
term :fil,
|
279
|
-
"mads
|
280
|
-
type: "mads
|
121
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "filename change".freeze,
|
122
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
281
123
|
term :fix,
|
282
|
-
"mads
|
283
|
-
type: "mads
|
124
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "fixity check".freeze,
|
125
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
284
126
|
term :for,
|
285
|
-
"mads
|
286
|
-
type: "mads
|
127
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "format identification".freeze,
|
128
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
287
129
|
term :ima,
|
288
|
-
"mads
|
289
|
-
type: "mads
|
130
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "imaging".freeze,
|
131
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
290
132
|
term :ine,
|
291
|
-
"mads
|
292
|
-
type: "mads
|
133
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ingestion end".freeze,
|
134
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
293
135
|
term :ing,
|
294
|
-
"mads
|
295
|
-
type: "mads
|
136
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ingestion".freeze,
|
137
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
296
138
|
term :ins,
|
297
|
-
"mads
|
298
|
-
type: "mads
|
139
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ingestion start".freeze,
|
140
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
299
141
|
term :int,
|
300
|
-
"mads
|
301
|
-
type: "mads
|
142
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "interpreting".freeze,
|
143
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
302
144
|
term :ipc,
|
303
|
-
"mads
|
304
|
-
type: "mads
|
145
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "information package creation".freeze,
|
146
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
305
147
|
term :ipm,
|
306
|
-
"mads
|
307
|
-
type: "mads
|
148
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "information package merging".freeze,
|
149
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
308
150
|
term :ips,
|
309
|
-
"mads
|
310
|
-
type: "mads
|
151
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "information package splitting".freeze,
|
152
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
311
153
|
term :mee,
|
312
|
-
"mads
|
313
|
-
type: "mads
|
154
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "metadata extraction".freeze,
|
155
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
314
156
|
term :mem,
|
315
|
-
"mads
|
316
|
-
type: "mads
|
157
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "metadata modification".freeze,
|
158
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
317
159
|
term :mes,
|
318
|
-
"mads
|
319
|
-
type: "mads
|
160
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "message digest calculation".freeze,
|
161
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
320
162
|
term :mig,
|
321
|
-
"mads
|
322
|
-
type: "mads
|
163
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "migration".freeze,
|
164
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
323
165
|
term :mod,
|
324
|
-
"mads
|
325
|
-
type: "mads
|
166
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "modification".freeze,
|
167
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
326
168
|
term :nor,
|
327
|
-
"mads
|
328
|
-
type: "mads
|
169
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "normalization".freeze,
|
170
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
329
171
|
term :pac,
|
330
|
-
"mads
|
331
|
-
type: "mads
|
172
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "packing".freeze,
|
173
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
332
174
|
term :poa,
|
333
|
-
"mads
|
334
|
-
type: "mads
|
175
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "policy assignment".freeze,
|
176
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
335
177
|
term :prt,
|
336
|
-
"mads
|
337
|
-
type: "mads
|
178
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "printing".freeze,
|
179
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
338
180
|
term :qua,
|
339
|
-
"mads
|
340
|
-
type: "mads
|
181
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "quarantine".freeze,
|
182
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
341
183
|
term :rec,
|
342
|
-
"mads
|
343
|
-
type: "mads
|
184
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "recovery".freeze,
|
185
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
344
186
|
term :red,
|
345
|
-
"mads
|
346
|
-
type: "mads
|
187
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "redaction".freeze,
|
188
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
347
189
|
term :ref,
|
348
|
-
"mads
|
349
|
-
type: "mads
|
190
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "refreshment".freeze,
|
191
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
350
192
|
term :ren,
|
351
|
-
"mads
|
352
|
-
type: "mads
|
193
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "rendering".freeze,
|
194
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
353
195
|
term :rep,
|
354
|
-
"mads
|
355
|
-
type: "mads
|
196
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "replication".freeze,
|
197
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
356
198
|
term :tra,
|
357
|
-
"mads
|
358
|
-
type: "mads
|
199
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "transfer".freeze,
|
200
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
359
201
|
term :unp,
|
360
|
-
"mads
|
361
|
-
type: "mads
|
202
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "unpacking".freeze,
|
203
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
362
204
|
term :unq,
|
363
|
-
"mads
|
364
|
-
type: "mads
|
205
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "unquarantine".freeze,
|
206
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
365
207
|
term :val,
|
366
|
-
"mads
|
367
|
-
type: "mads
|
208
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "validation".freeze,
|
209
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
368
210
|
term :vir,
|
369
|
-
"mads
|
370
|
-
type: "mads
|
211
|
+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "virus check".freeze,
|
212
|
+
type: "http://www.loc.gov/mads/rdf/v1#Authority".freeze
|
371
213
|
end
|
372
214
|
end
|