rdf-vocab 3.1.9 → 3.1.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -390,9 +390,9 @@ module RDF::Vocab
390
390
  # # @return [RDF::Vocabulary::Term]
391
391
  # attr_reader :relatedReference
392
392
  #
393
- # #
394
- # #
395
393
  # # Relates the described MODS resource to another MODS resource which references the described resource.
394
+ # #
395
+ # #
396
396
  # # @return [RDF::Vocabulary::Term]
397
397
  # attr_reader :relatedReferencedBy
398
398
  #
@@ -88,104 +88,104 @@ module RDF::Vocab
88
88
 
89
89
  # Property definitions
90
90
  property :audio,
91
- comment: %(A relevant audio URL for your object.).freeze,
91
+ comment: "A relevant audio URL for your object.".freeze,
92
92
  isDefinedBy: "og:".freeze,
93
93
  label: "audio".freeze,
94
94
  range: "ogc:url".freeze,
95
95
  type: "rdf:Property".freeze
96
96
  property :"audio:album",
97
- comment: %([DEPRECATED] An album to which some audio belongs.).freeze,
97
+ comment: "[DEPRECATED] An album to which some audio belongs.".freeze,
98
98
  isDefinedBy: "og:".freeze,
99
99
  label: "audio album".freeze,
100
100
  type: "rdf:Property".freeze
101
101
  property :"audio:artist",
102
- comment: %([DEPRECATED] An artist of some audio.).freeze,
102
+ comment: "[DEPRECATED] An artist of some audio.".freeze,
103
103
  isDefinedBy: "og:".freeze,
104
104
  label: "audio artist".freeze,
105
105
  type: "rdf:Property".freeze
106
106
  property :"audio:secure_url",
107
- comment: %(A relevant, secure audio URL for your object.).freeze,
107
+ comment: "A relevant, secure audio URL for your object.".freeze,
108
108
  isDefinedBy: "og:".freeze,
109
109
  label: "audio secure URL".freeze,
110
110
  range: "ogc:url".freeze,
111
111
  type: "rdf:Property".freeze
112
112
  property :"audio:title",
113
- comment: %([DEPRECATED] A title for some audio.).freeze,
113
+ comment: "[DEPRECATED] A title for some audio.".freeze,
114
114
  isDefinedBy: "og:".freeze,
115
115
  label: "audio title".freeze,
116
116
  type: "rdf:Property".freeze
117
117
  property :"audio:type",
118
- comment: %(The mime type of an audio file e.g., "application/mp3").freeze,
118
+ comment: "The mime type of an audio file e.g., \"application/mp3\"".freeze,
119
119
  isDefinedBy: "og:".freeze,
120
120
  label: "audio type".freeze,
121
121
  range: "ogc:mime_type_str".freeze,
122
122
  type: "rdf:Property".freeze
123
123
  property :"country-name",
124
- comment: %([DEPRECATED] The country name of the resource e.g., "USA").freeze,
124
+ comment: "[DEPRECATED] The country name of the resource e.g., \"USA\"".freeze,
125
125
  isDefinedBy: "og:".freeze,
126
126
  label: "country name".freeze,
127
127
  "rdfs:seeAlso": "vcard:country-name".freeze,
128
128
  type: "rdf:Property".freeze
129
129
  property :description,
130
- comment: %(A one to two sentence description of your object.).freeze,
130
+ comment: "A one to two sentence description of your object.".freeze,
131
131
  isDefinedBy: "og:".freeze,
132
132
  label: "description".freeze,
133
133
  range: "ogc:string".freeze,
134
134
  subPropertyOf: "rdfs:comment".freeze,
135
135
  type: "rdf:Property".freeze
136
136
  property :determiner,
137
- comment: %(The word to precede the object's title in a sentence \(e.g., "the" in "the statue of liberty"\). Valid values are "a", "an", "the", "", and "auto".).freeze,
137
+ comment: "The word to precede the object's title in a sentence (e.g., \"the\" in \"the statue of liberty\"). Valid values are \"a\", \"an\", \"the\", \"\", and \"auto\".".freeze,
138
138
  isDefinedBy: "og:".freeze,
139
139
  label: "determiner".freeze,
140
140
  range: "ogc:determiner_str".freeze,
141
141
  type: "rdf:Property".freeze
142
142
  property :email,
143
- comment: %([DEPRECATED] Email of the contact for your object.).freeze,
143
+ comment: "[DEPRECATED] Email of the contact for your object.".freeze,
144
144
  isDefinedBy: "og:".freeze,
145
145
  label: "email".freeze,
146
146
  "rdfs:seeAlso": "foaf:mbox".freeze,
147
147
  type: "rdf:Property".freeze
148
148
  property :fax_number,
149
- comment: %([DEPRECATED] Fax number of the contact for your object.).freeze,
149
+ comment: "[DEPRECATED] Fax number of the contact for your object.".freeze,
150
150
  isDefinedBy: "og:".freeze,
151
151
  label: "fax number".freeze,
152
152
  "rdfs:seeAlso": "foaf:phone".freeze,
153
153
  type: "rdf:Property".freeze
154
154
  property :image,
155
- comment: %(An image URL which should represent your object within the graph.).freeze,
155
+ comment: "An image URL which should represent your object within the graph.".freeze,
156
156
  isDefinedBy: "og:".freeze,
157
157
  label: "image".freeze,
158
158
  range: "ogc:url".freeze,
159
159
  "rdfs:seeAlso": "foaf:depiction".freeze,
160
160
  type: "rdf:Property".freeze
161
161
  property :"image:alt",
162
- comment: %(A description of what is in the image \(not a caption\). If the page specifies an og:image it should specify og:image:alt.).freeze,
162
+ comment: "A description of what is in the image (not a caption). If the page specifies an og:image it should specify og:image:alt.".freeze,
163
163
  isDefinedBy: "og:".freeze,
164
164
  label: "image:alt".freeze,
165
165
  range: "ogc:string".freeze,
166
166
  "rdfs:seeAlso": "og:image".freeze,
167
167
  type: "rdf:Property".freeze
168
168
  property :"image:height",
169
- comment: %(The height of an image.).freeze,
169
+ comment: "The height of an image.".freeze,
170
170
  isDefinedBy: "og:".freeze,
171
171
  label: "image height".freeze,
172
172
  range: "ogc:integer_str".freeze,
173
173
  type: "rdf:Property".freeze
174
174
  property :"image:secure_url",
175
- comment: %(A secure image URL which should represent your object within the graph.).freeze,
175
+ comment: "A secure image URL which should represent your object within the graph.".freeze,
176
176
  isDefinedBy: "og:".freeze,
177
177
  label: "image secure url".freeze,
178
178
  range: "ogc:url".freeze,
179
179
  "rdfs:seeAlso": "foaf:depiction".freeze,
180
180
  type: "rdf:Property".freeze
181
181
  property :"image:type",
182
- comment: %(The mime type of an image.).freeze,
182
+ comment: "The mime type of an image.".freeze,
183
183
  isDefinedBy: "og:".freeze,
184
184
  label: "image type".freeze,
185
185
  range: "ogc:mime_type_str".freeze,
186
186
  type: "rdf:Property".freeze
187
187
  property :"image:url",
188
- comment: %(Identical to og:image.).freeze,
188
+ comment: "Identical to og:image.".freeze,
189
189
  isDefinedBy: "og:".freeze,
190
190
  label: "image:url".freeze,
191
191
  "owl:sameProperty": "og:image".freeze,
@@ -193,130 +193,130 @@ module RDF::Vocab
193
193
  "rdfs:seeAlso": "og:image".freeze,
194
194
  type: "rdf:Property".freeze
195
195
  property :"image:width",
196
- comment: %(The width of an image.).freeze,
196
+ comment: "The width of an image.".freeze,
197
197
  isDefinedBy: "og:".freeze,
198
198
  label: "image width".freeze,
199
199
  range: "ogc:integer_str".freeze,
200
200
  type: "rdf:Property".freeze
201
201
  property :isbn,
202
- comment: %([DEPRECATED] International Standard Book Number for you object.).freeze,
202
+ comment: "[DEPRECATED] International Standard Book Number for you object.".freeze,
203
203
  isDefinedBy: "og:".freeze,
204
204
  label: ["International Standard Book Number".freeze, "isbn".freeze],
205
205
  "rdfs:seeAlso": "bibo:isbn".freeze,
206
206
  type: "rdf:Property".freeze
207
207
  property :latitude,
208
- comment: %([DEPRECATED] The latitude of the resource e.g., the latitude of a company.).freeze,
208
+ comment: "[DEPRECATED] The latitude of the resource e.g., the latitude of a company.".freeze,
209
209
  isDefinedBy: "og:".freeze,
210
210
  label: "latitude".freeze,
211
211
  "rdfs:seeAlso": "geo:lat".freeze,
212
212
  type: "rdf:Property".freeze
213
213
  property :locale,
214
- comment: %(A Unix locale in which this markup is rendered.).freeze,
214
+ comment: "A Unix locale in which this markup is rendered.".freeze,
215
215
  isDefinedBy: "og:".freeze,
216
216
  label: "locale".freeze,
217
217
  range: "ogc:string".freeze,
218
218
  type: "rdf:Property".freeze
219
219
  property :"locale:alternate",
220
- comment: %(An array of other locales this page is available in.).freeze,
220
+ comment: "An array of other locales this page is available in.".freeze,
221
221
  isDefinedBy: "og:".freeze,
222
222
  label: "locale:alternate".freeze,
223
223
  range: "ogc:string".freeze,
224
224
  "rdfs:seeAlso": "og:locale".freeze,
225
225
  type: "rdf:Property".freeze
226
226
  property :locality,
227
- comment: %([DEPRECATED] The locality of the resource e.g, "Palo Alto").freeze,
227
+ comment: "[DEPRECATED] The locality of the resource e.g, \"Palo Alto\"".freeze,
228
228
  isDefinedBy: "og:".freeze,
229
229
  label: "locality".freeze,
230
230
  "rdfs:seeAlso": "vcard:locality".freeze,
231
231
  type: "rdf:Property".freeze
232
232
  property :longitude,
233
- comment: %([DEPRECATED] The longitude of the resource e.g., the longitude of a company.).freeze,
233
+ comment: "[DEPRECATED] The longitude of the resource e.g., the longitude of a company.".freeze,
234
234
  isDefinedBy: "og:".freeze,
235
235
  label: "longitude".freeze,
236
236
  "rdfs:seeAlso": "geo:long".freeze,
237
237
  type: "rdf:Property".freeze
238
238
  property :phone_number,
239
- comment: %([DEPRECATED] Phone number of the contact for your object.).freeze,
239
+ comment: "[DEPRECATED] Phone number of the contact for your object.".freeze,
240
240
  isDefinedBy: "og:".freeze,
241
241
  label: "phone number".freeze,
242
242
  "rdfs:seeAlso": "foaf:phone".freeze,
243
243
  type: "rdf:Property".freeze
244
244
  property :"postal-code",
245
- comment: %([DEPRECATED] The postal code of the resource e.g., "94304").freeze,
245
+ comment: "[DEPRECATED] The postal code of the resource e.g., \"94304\"".freeze,
246
246
  isDefinedBy: "og:".freeze,
247
247
  label: "postal code".freeze,
248
248
  "rdfs:seeAlso": "vcard:postal-code".freeze,
249
249
  type: "rdf:Property".freeze
250
250
  property :region,
251
- comment: %([DEPRECATED] The region of the resource e.g., "CA").freeze,
251
+ comment: "[DEPRECATED] The region of the resource e.g., \"CA\"".freeze,
252
252
  isDefinedBy: "og:".freeze,
253
253
  label: "region".freeze,
254
254
  "rdfs:seeAlso": "vcard:region".freeze,
255
255
  type: "rdf:Property".freeze
256
256
  property :site_name,
257
- comment: %(If your object is part of a larger web site, the name which should be displayed for the overall site. e.g., "IMDb".).freeze,
257
+ comment: "If your object is part of a larger web site, the name which should be displayed for the overall site. e.g., \"IMDb\".".freeze,
258
258
  isDefinedBy: "og:".freeze,
259
259
  label: "site name".freeze,
260
260
  range: "ogc:string".freeze,
261
261
  type: "rdf:Property".freeze
262
262
  property :"street-address",
263
- comment: %([DEPRECATED] The street address of the resource e.g., "1601 S California Ave".).freeze,
263
+ comment: "[DEPRECATED] The street address of the resource e.g., \"1601 S California Ave\".".freeze,
264
264
  isDefinedBy: "og:".freeze,
265
265
  label: "street address".freeze,
266
266
  "rdfs:seeAlso": "vcard:street-address".freeze,
267
267
  type: "rdf:Property".freeze
268
268
  property :title,
269
- comment: %(The title of the object as it should appear within the graph, e.g., "The Rock".).freeze,
269
+ comment: "The title of the object as it should appear within the graph, e.g., \"The Rock\".".freeze,
270
270
  isDefinedBy: "og:".freeze,
271
271
  label: "title".freeze,
272
272
  range: "ogc:string".freeze,
273
273
  subPropertyOf: "rdfs:label".freeze,
274
274
  type: "rdf:Property".freeze
275
275
  property :type,
276
- comment: %(The type of your object, e.g., "movie". Depending on the type you specify, other properties may also be required.).freeze,
276
+ comment: "The type of your object, e.g., \"movie\". Depending on the type you specify, other properties may also be required.".freeze,
277
277
  isDefinedBy: "og:".freeze,
278
278
  label: "type".freeze,
279
279
  range: "ogc:string".freeze,
280
280
  "rdfs:seeAlso": "rdf:type".freeze,
281
281
  type: "rdf:Property".freeze
282
282
  property :upc,
283
- comment: %([DEPRECATED] Universal Product Code for your object.).freeze,
283
+ comment: "[DEPRECATED] Universal Product Code for your object.".freeze,
284
284
  label: ["universal product code".freeze, "upc".freeze],
285
285
  "rdfs:seeAlso": "gr:hasEAN_UCC-13".freeze,
286
286
  type: "rdf:Property".freeze
287
287
  property :url,
288
- comment: %(The canonical URL of your object that will be used as its permanent ID in the graph, e.g., "http://www.imdb.com/title/tt0117500/".).freeze,
288
+ comment: "The canonical URL of your object that will be used as its permanent ID in the graph, e.g., \"http://www.imdb.com/title/tt0117500/\".".freeze,
289
289
  isDefinedBy: "og:".freeze,
290
290
  label: "url".freeze,
291
291
  range: "ogc:url".freeze,
292
292
  "rdfs:seeAlso": ["dc11:identifier".freeze, "foaf:homepage".freeze],
293
293
  type: "rdf:Property".freeze
294
294
  property :video,
295
- comment: %(A relevant video URL for your object.).freeze,
295
+ comment: "A relevant video URL for your object.".freeze,
296
296
  isDefinedBy: "og:".freeze,
297
297
  label: "video".freeze,
298
298
  range: "ogc:url".freeze,
299
299
  type: "rdf:Property".freeze
300
300
  property :"video:height",
301
- comment: %(The height of a video.).freeze,
301
+ comment: "The height of a video.".freeze,
302
302
  isDefinedBy: "og:".freeze,
303
303
  label: "video height".freeze,
304
304
  range: "ogc:integer_str".freeze,
305
305
  type: "rdf:Property".freeze
306
306
  property :"video:secure_url",
307
- comment: %(A relevant, secure video URL for your object.).freeze,
307
+ comment: "A relevant, secure video URL for your object.".freeze,
308
308
  isDefinedBy: "og:".freeze,
309
309
  label: "video secure URL".freeze,
310
310
  range: "ogc:url".freeze,
311
311
  type: "rdf:Property".freeze
312
312
  property :"video:type",
313
- comment: %(The mime type of a video e.g., "application/x-shockwave-flash").freeze,
313
+ comment: "The mime type of a video e.g., \"application/x-shockwave-flash\"".freeze,
314
314
  isDefinedBy: "og:".freeze,
315
315
  label: "video type".freeze,
316
316
  range: "ogc:mime_type_str".freeze,
317
317
  type: "rdf:Property".freeze
318
318
  property :"video:width",
319
- comment: %(The width of a video.).freeze,
319
+ comment: "The width of a video.".freeze,
320
320
  isDefinedBy: "og:".freeze,
321
321
  label: "video width".freeze,
322
322
  range: "ogc:integer_str".freeze,
@@ -28,45 +28,45 @@ module RDF::Vocab
28
28
  # # @return [RDF::Vocabulary::Term]
29
29
  # attr_reader :Bitstream
30
30
  #
31
+ # # Definition: Information needed to retrieve a file from the storage system, or to access a bitstream within a file.
32
+ # #
31
33
  # # Usage Notes: If the preservation repository uses the objectIdentifier as a handle for retrieving data, contentLocation is implicit and does not need to be recorded.
32
34
  # #
33
35
  # # Creation / Maintenance Notes: A preservation repository should never refer to content that it does not control. Therefore, the PREMIS working group assumed that the repository will always assign the contentLocation, probably by program.
34
- # #
35
- # # Definition: Information needed to retrieve a file from the storage system, or to access a bitstream within a file.
36
36
  # # @return [RDF::Vocabulary::Term]
37
37
  # attr_reader :ContentLocation
38
38
  #
39
- # # Definition: Information about the copyright status of the object(s).
40
- # #
41
39
  # # Usage Notes: When rights basis is a copyright, copyrightInformation should be provided. Repositories may need to extend this with more detailed information. See the California Digital Library's copyrightMD schema (www.cdlib.org/inside/projects/rights/schema/) for an example of a more detailed scheme.
40
+ # #
41
+ # # Definition: Information about the copyright status of the object(s).
42
42
  # # @return [RDF::Vocabulary::Term]
43
43
  # attr_reader :CopyrightInformation
44
44
  #
45
- # # Rationale: Information about the creating application, including the version of the application and the date the file was created, can be useful for problem solving purposes. For example, it is not uncommon for certain versions of software to be known for causing conversion errors or introducing artifacts. It is also useful to determine which rendering software is available for the digital object. For example, if you know that the Distiller program created the PDF file, you know it will be renderable with (among other programs) Adobe Reader.
46
- # #
47
45
  # # Definition: Information about the application that created the object.
48
46
  # #
49
- # # Usage Notes: This semantic unit applies to both objects created external to the repository and subsequently ingested, and to objects created by the repository, for example, through migration events. The creatingApplication container is repeatable if more than one application processed the object in turn. For example, a file could be created by Microsoft Word and later turned into a PDF using Adobe Acrobat. Details of both the Word and Acrobat applications may be recorded. However, if both files are stored in the repository, each file should be completely described as an Object entity and linked by using relationship information with a relationshipType “derivation.” It may also be repeated to record the creating application before the object was ingested as well as the creating application used as part of the ingest process. For example, an HTML file was created pre-ingest using Dreamweaver, and the Web crawler Heritrix then captured a snapshot of the files as part of the ingest. The amount of information needed for creatingApplication given here is minimal. For more granularity, extensibility is provided. Rather than having each repository record this locally, it would be preferable to have a registry of this information similar to format or environment registries.
47
+ # # Rationale: Information about the creating application, including the version of the application and the date the file was created, can be useful for problem solving purposes. For example, it is not uncommon for certain versions of software to be known for causing conversion errors or introducing artifacts. It is also useful to determine which rendering software is available for the digital object. For example, if you know that the Distiller program created the PDF file, you know it will be renderable with (among other programs) Adobe Reader.
50
48
  # #
51
49
  # # Creation / Maintenance Notes: If the object was created by the repository, assignment of creating application information should be straightforward. If the object was created outside the repository, it is possible this information could be supplied by the depositor. It might also be extracted from the file itself; the name of the creating application is often embedded within the file.
50
+ # #
51
+ # # Usage Notes: This semantic unit applies to both objects created external to the repository and subsequently ingested, and to objects created by the repository, for example, through migration events. The creatingApplication container is repeatable if more than one application processed the object in turn. For example, a file could be created by Microsoft Word and later turned into a PDF using Adobe Acrobat. Details of both the Word and Acrobat applications may be recorded. However, if both files are stored in the repository, each file should be completely described as an Object entity and linked by using relationship information with a relationshipType “derivation.” It may also be repeated to record the creating application before the object was ingested as well as the creating application used as part of the ingest process. For example, an HTML file was created pre-ingest using Dreamweaver, and the Web crawler Heritrix then captured a snapshot of the files as part of the ingest. The amount of information needed for creatingApplication given here is minimal. For more granularity, extensibility is provided. Rather than having each repository record this locally, it would be preferable to have a registry of this information similar to format or environment registries.
52
52
  # # @return [RDF::Vocabulary::Term]
53
53
  # attr_reader :CreatingApplication
54
54
  #
55
- # # Creation / Maintenance Notes: Recommended practice is for a repository to archive objects on which other objects depend. These may be sent by the submitter of the primary object, or they may in some cases be automatically obtained by the repository. For example, a markup file will often contain links to other objects it requires such as DTDs or XML Schema. If it does, these objects can often be identified by the link and downloaded by the repository.
56
- # #
57
55
  # # Definition: Information about a non-software component or associated file needed in order to use or render the representation or file, for example, a schema, a DTD, or an entity file declaration.
58
56
  # #
57
+ # # Creation / Maintenance Notes: Recommended practice is for a repository to archive objects on which other objects depend. These may be sent by the submitter of the primary object, or they may in some cases be automatically obtained by the repository. For example, a markup file will often contain links to other objects it requires such as DTDs or XML Schema. If it does, these objects can often be identified by the link and downloaded by the repository.
58
+ # #
59
59
  # # Usage Notes: This semantic unit is for additional objects that are necessary to render a file or representation, not for required software or hardware. It may also be used for a non-executable component of the object, such as a font or style sheet. For things that the software requires, see swDependency. This semantic unit does not include objects required by structural relationships, such as child content objects (e.g., figures that are part of an article), which are recorded under relationship with a relationshipType of “structural”. It is up to the repository to determine what constitutes a dependency in the context of the designated community. The objects noted may be internal or external to the preservation repository.
60
60
  # # @return [RDF::Vocabulary::Term]
61
61
  # attr_reader :Dependency
62
62
  #
63
- # # Usage Notes: All of this semantic units’ subunits are optional. At least one subunit (i.e. environmentNote, dependency, software, hardware, and/or environmentExtension) must be present if this container is included.
63
+ # # Creation / Maintenance Notes: This information may be omitted when the repository is doing only bit-level preservation on the object. Rather than having each repository record this locally, it would be preferable to have a registry of environment information similar to proposed registries of format information. Repositories may choose to design mechanisms for inheritance, so that if the environment required for each file within a representation is identical to the environment recorded for the representation as a whole, it is not necessary to store this information in each file.
64
64
  # #
65
- # # Definition: Hardware/software combinations supporting use of the object.
65
+ # # Usage Notes: All of this semantic units’ subunits are optional. At least one subunit (i.e. environmentNote, dependency, software, hardware, and/or environmentExtension) must be present if this container is included.
66
66
  # #
67
67
  # # Rationale: Environment is the means by which the user renders and interacts with content. Separation of digital content from its environmental context can result in the content becoming unusable.
68
68
  # #
69
- # # Creation / Maintenance Notes: This information may be omitted when the repository is doing only bit-level preservation on the object. Rather than having each repository record this locally, it would be preferable to have a registry of environment information similar to proposed registries of format information. Repositories may choose to design mechanisms for inheritance, so that if the environment required for each file within a representation is identical to the environment recorded for the representation as a whole, it is not necessary to store this information in each file.
69
+ # # Definition: Hardware/software combinations supporting use of the object.
70
70
  # # @return [RDF::Vocabulary::Term]
71
71
  # attr_reader :Environment
72
72
  #
@@ -76,17 +76,17 @@ module RDF::Vocab
76
76
  # # @return [RDF::Vocabulary::Term]
77
77
  # attr_reader :Event
78
78
  #
79
- # # Rationale: An event outcome may be sufficiently complex that a coded description is not adequate to document it.
79
+ # # Definition: A detailed description of the result or product of the event.
80
80
  # #
81
81
  # # Usage Notes: This may be used to record all error and warning messages issued by a program involved in the event or to record a pointer to an error log. If the event was a validity check (e.g., profile conformance) any anomalies or quirks discovered would be recorded here. All subunits of this semantic unit are optional. At least one subunit (i.e. eventOutcomeDetailNote and/or eventOutcomeDetailExtension) must be present if this container is included.
82
82
  # #
83
- # # Definition: A detailed description of the result or product of the event.
83
+ # # Rationale: An event outcome may be sufficiently complex that a coded description is not adequate to document it.
84
84
  # # @return [RDF::Vocabulary::Term]
85
85
  # attr_reader :EventOutcomeDetail
86
86
  #
87
- # # Usage Notes: A repository may wish to supplement a coded eventOutcome value with additional information in eventOutcomeDetail. Since events may have more than one outcome, the container is repeatable. All subunits of this semantic unit are optional. At least one subunit (i.e. eventOutcome or eventOutcomeDetail) must be present if this container is included.
88
- # #
89
87
  # # Definition: Information about the outcome of an event.
88
+ # #
89
+ # # Usage Notes: A repository may wish to supplement a coded eventOutcome value with additional information in eventOutcomeDetail. Since events may have more than one outcome, the container is repeatable. All subunits of this semantic unit are optional. At least one subunit (i.e. eventOutcome or eventOutcomeDetail) must be present if this container is included.
90
90
  # # @return [RDF::Vocabulary::Term]
91
91
  # attr_reader :EventOutcomeInformation
92
92
  #
@@ -94,35 +94,35 @@ module RDF::Vocab
94
94
  # # @return [RDF::Vocabulary::Term]
95
95
  # attr_reader :File
96
96
  #
97
- # # Creation / Maintenance Notes: Automatically calculated and recorded by repository.
97
+ # # Definition: Information used to verify whether an object has been altered in an undocumented or unauthorized way.
98
98
  # #
99
99
  # # Usage Notes: To perform a fixity check, a message digest calculated at some earlier time is compared with a message digest calculated at a later time. If the digests are the same, the object was not altered in the interim. Recommended practice is to use two or more message digests calculated by different algorithms. (Note that the terms “message digest” and “checksum” are commonly used interchangeably. However, the term “checksum” is more correctly used for the product of a cyclical redundancy check (CRC), whereas the term “message digest” refers to the result of a cryptographic hash function, which is what is referred to here.) The act of performing a fixity check and the date it occurred would be recorded as an Event. The result of the check would be recorded as the eventOutcome. Therefore, only the messageDigestAlgorithm and messageDigest need to be recorded as objectCharacteristics for future comparison. Representation level: It could be argued that if a representation consists of a single file or if all the files comprised by a representation are combined (e.g., zipped) into a single file, then a fixity check could be performed on the representation. However, in both cases the fixity check is actually being performed on a file, which in this case happens to be coincidental with a representation. Bitstream level: Message digests can be computed for bitstreams although they are not as common as with files. For example, the JPX format, which is a JPEG2000 format, supports the inclusion of MD5 or SHA-1 message digests in internal metadata that was calculated on any range of bytes of the file.
100
100
  # #
101
- # # Definition: Information used to verify whether an object has been altered in an undocumented or unauthorized way.
101
+ # # Creation / Maintenance Notes: Automatically calculated and recorded by repository.
102
102
  # # @return [RDF::Vocabulary::Term]
103
103
  # attr_reader :Fixity
104
104
  #
105
105
  # # Rationale: Many preservation activities depend on detailed knowledge about the format of the digital object. An accurate identification of format is essential. The identification provided, whether by name or pointer into a format registry, should be sufficient to associate the object with more detailed format information.
106
106
  # #
107
- # # Usage Notes: A bitstream embedded within a file may have different characteristics than the larger file. For example, a bitstream in LaTex format could be embedded within an SGML file, or multiple images using different colorspaces could be embedded within a TIFF file. format must be recorded for every object. When the bitstream format can be recognized by the repository and the repository might want to treat the bitstream differently from the embedding file for preservation purposes, format can be recorded for embedded bitstreams. Although this semantic unit is mandatory, both of its subunits are optional. At least one subunit (i.e. either formatDesignation or formatRegistry) must be present if this container is included or both may be used. If the subunit (formatDesignation or formatRegistry) needs to be repeated, the entire format container is repeated. This allows for association of format designation with a particular set of format registry information. For example, if the precise format cannot be determined and two format designations are recorded, each is given within a separate format container. The format container may also be repeated for multiple format registry entries.
107
+ # # Creation / Maintenance Notes: The format of a file or bitstream should be ascertained by the repository on ingest. Even if this information is provided by the submitter, directly in metadata or indirectly via the file name extension, recommended practice is to independently identify the format by parsing the file when possible. If the format cannot be identified at the time of ingest, it is valid to record that it is unknown, but the repository should subsequently make an effort to identify the format, even if manual intervention is required.
108
108
  # #
109
109
  # # Definition: Identification of the format of a file or bitstream where format is the organization of digital information according to preset specifications.
110
110
  # #
111
- # # Creation / Maintenance Notes: The format of a file or bitstream should be ascertained by the repository on ingest. Even if this information is provided by the submitter, directly in metadata or indirectly via the file name extension, recommended practice is to independently identify the format by parsing the file when possible. If the format cannot be identified at the time of ingest, it is valid to record that it is unknown, but the repository should subsequently make an effort to identify the format, even if manual intervention is required.
111
+ # # Usage Notes: A bitstream embedded within a file may have different characteristics than the larger file. For example, a bitstream in LaTex format could be embedded within an SGML file, or multiple images using different colorspaces could be embedded within a TIFF file. format must be recorded for every object. When the bitstream format can be recognized by the repository and the repository might want to treat the bitstream differently from the embedding file for preservation purposes, format can be recorded for embedded bitstreams. Although this semantic unit is mandatory, both of its subunits are optional. At least one subunit (i.e. either formatDesignation or formatRegistry) must be present if this container is included or both may be used. If the subunit (formatDesignation or formatRegistry) needs to be repeated, the entire format container is repeated. This allows for association of format designation with a particular set of format registry information. For example, if the precise format cannot be determined and two format designations are recorded, each is given within a separate format container. The format container may also be repeated for multiple format registry entries.
112
112
  # # @return [RDF::Vocabulary::Term]
113
113
  # attr_reader :Format
114
114
  #
115
- # # Definition: An identification of the format of the object.
116
- # #
117
115
  # # Usage Notes: Either formatDesignation or at least one instance of formatRegistry is required. Both may be included. The most specific format (or format profile) should be recorded. A repository (or formats registry) may wish to use multipart format names (e.g., “TIFF_GeoTIFF” or “WAVE_MPEG_BWF”) to achieve this specificity.
116
+ # #
117
+ # # Definition: An identification of the format of the object.
118
118
  # # @return [RDF::Vocabulary::Term]
119
119
  # attr_reader :FormatDesignation
120
120
  #
121
- # # Rationale: If central format registries are available to the preservation repository, they may provide an excellent way of referencing detailed format information.
121
+ # # Usage Notes: Either formatDesignation or at least one instance of formatRegistry is required. If more than one formatRegistry needs to be recorded the format container should be repeated to include each additional set of formatRegistry information. The PREMIS working group assumed that a number of format registries will be developed and maintained to support digital preservation efforts. The proposal for a Global Digital Format Registry (GDFR) (http://hul.harvard.edu/gdfr/documents.html#data), for example, would create a network-accessible registry designed to store detailed specifications on formats and profiles.
122
122
  # #
123
123
  # # Definition: Identifies and/or gives further information about the format by reference to an entry in a format registry.
124
124
  # #
125
- # # Usage Notes: Either formatDesignation or at least one instance of formatRegistry is required. If more than one formatRegistry needs to be recorded the format container should be repeated to include each additional set of formatRegistry information. The PREMIS working group assumed that a number of format registries will be developed and maintained to support digital preservation efforts. The proposal for a Global Digital Format Registry (GDFR) (http://hul.harvard.edu/gdfr/documents.html#data), for example, would create a network-accessible registry designed to store detailed specifications on formats and profiles.
125
+ # # Rationale: If central format registries are available to the preservation repository, they may provide an excellent way of referencing detailed format information.
126
126
  # # @return [RDF::Vocabulary::Term]
127
127
  # attr_reader :FormatRegistry
128
128
  #
@@ -140,37 +140,37 @@ module RDF::Vocab
140
140
  # #
141
141
  # # Definition: Features of the object intended to inhibit access, use, or migration.
142
142
  # #
143
- # # Usage Notes: Some file formats allow encryption for embedded bitstreams. Some file formats such as PDF use passwords to control access to content or specific functions. Although this is actually implemented at the bitstream level, for preservation purposes it is effectively managed at the file level; that is, passwords would not be recorded for individually addressable bitstreams. For certain types of inhibitor keys, more granularity may be required. If the inhibitor key information is identical to key information in digital signatures, use those semantic units.
144
- # #
145
143
  # # Rationale: Format information may indicate whether a file is encrypted, but the nature of the encryption also must be recorded, as well as the access key.
144
+ # #
145
+ # # Usage Notes: Some file formats allow encryption for embedded bitstreams. Some file formats such as PDF use passwords to control access to content or specific functions. Although this is actually implemented at the bitstream level, for preservation purposes it is effectively managed at the file level; that is, passwords would not be recorded for individually addressable bitstreams. For certain types of inhibitor keys, more granularity may be required. If the inhibitor key information is identical to key information in digital signatures, use those semantic units.
146
146
  # # @return [RDF::Vocabulary::Term]
147
147
  # attr_reader :Inhibitors
148
148
  #
149
- # # Definition: a set of content that is considered a single intellectual unit for purposes of management and description: for example, a particular book, map, photograph, or database. An Intellectual Entity can include other Intellectual Entities; for example, a Web site can include a Web page; a Web page can include an image. An Intellectual Entity may have one or more digital representations.
150
- # #
151
149
  # # Intellectual entities are described via Descriptive metadata models. These are very domain-specific and are out of scope for PREMIS. Examples: Dublin Core, Mets, MARC
150
+ # #
151
+ # # Definition: a set of content that is considered a single intellectual unit for purposes of management and description: for example, a particular book, map, photograph, or database. An Intellectual Entity can include other Intellectual Entities; for example, a Web site can include a Web page; a Web page can include an image. An Intellectual Entity may have one or more digital representations.
152
152
  # # @return [RDF::Vocabulary::Term]
153
153
  # attr_reader :IntellectualEntity
154
154
  #
155
- # # Usage Note: When rights basis is a license, licenseInformation should be provided.
156
- # #
157
155
  # # Definition: Information about a license or other agreement granting permissions related to an object.
156
+ # #
157
+ # # Usage Note: When rights basis is a license, licenseInformation should be provided.
158
158
  # # @return [RDF::Vocabulary::Term]
159
159
  # attr_reader :LicenseInformation
160
160
  #
161
161
  # # Entity types: Representation: A digital object instantiating or embodying an Intellectual Entity. A representation is the set of stored digital files and structural metadata needed to provide a complete and reasonable rendition of the Intellectual Entity. File: A named and ordered sequence of bytes that is known to an operating system. Bitstream: Contiguous or non-contiguous data within a file that has meaningful properties for preservation purposes.
162
162
  # #
163
- # # Entity properties: Can be associated with one or more rights statements. Can participate in one or more events. Links between entities may be recorded from either direction and need not be bi-directional.
164
- # #
165
163
  # # The object class aggregates information about a digital object held by a preservation repository and describes those characteristics relevant to preservation management. The only mandatory property is objectIdentifier. The object class has three subclasses: Representation, File, and Bitstream.
164
+ # #
165
+ # # Entity properties: Can be associated with one or more rights statements. Can participate in one or more events. Links between entities may be recorded from either direction and need not be bi-directional.
166
166
  # # @return [RDF::Vocabulary::Term]
167
167
  # attr_reader :Object
168
168
  #
169
169
  # # Definition: Technical properties of a file or bitstream that are applicable to all or most formats.
170
170
  # #
171
- # # Usage Notes: The semantic units included in objectCharacteristics should be treated as a set of information that pertains to a single object at a single compositionLevel. Object characteristics may be repeated when an object was created by applying two or more encodings, such as compression and encryption. In this case each repetition of objectCharacteristics would have an incrementally higher compositionLevel. When encryption is applied, the objectCharacteristics block must include an inhibitors semantic unit. A bitstream embedded within a file may have different object characteristics than the file. Where these characteristics are relevant for preservation, they should be recorded. When a single file is equivalent to a representation, objectCharacteristics may be applied and thus associated with the representation. In these cases, the relationship between the file comprising the representation and other associated files may be expressed using relationshipSubType.
172
- # #
173
171
  # # Rationale: There are some important technical properties that apply to objects of any format. Detailed definition of format-specific properties is outside the scope of this Data Dictionary, although such properties may be included within objectCharacteristicsExtension.
172
+ # #
173
+ # # Usage Notes: The semantic units included in objectCharacteristics should be treated as a set of information that pertains to a single object at a single compositionLevel. Object characteristics may be repeated when an object was created by applying two or more encodings, such as compression and encryption. In this case each repetition of objectCharacteristics would have an incrementally higher compositionLevel. When encryption is applied, the objectCharacteristics block must include an inhibitors semantic unit. A bitstream embedded within a file may have different object characteristics than the file. Where these characteristics are relevant for preservation, they should be recorded. When a single file is equivalent to a representation, objectCharacteristics may be applied and thus associated with the representation. In these cases, the relationship between the file comprising the representation and other associated files may be expressed using relationshipSubType.
174
174
  # # @return [RDF::Vocabulary::Term]
175
175
  # attr_reader :ObjectCharacteristics
176
176
  #
@@ -180,17 +180,17 @@ module RDF::Vocab
180
180
  #
181
181
  # # Creation / Maintenance Notes: The preservation level may be assigned by the repository or requested by the depositor and submitted as metadata. The repository may also choose to record additional metadata indicating the context for the assignment of the preservation level.
182
182
  # #
183
+ # # Rationale: Some preservation repositories will offer multiple preservation options depending on factors such as the value or uniqueness of the material, the “preservability” of the format, the amount the customer is willing to pay, etc. The context surrounding the choice of a particular preservation option for an object may also require further explanation.
184
+ # #
183
185
  # # Usage Notes: If the repository offers only a single preservation level, this value does not need to be explicitly recorded within the repository. Application of a particular set of preservationLevel semantic units may only cover a single representation of an object: representations in other technical forms or serving other functions may have a different preservationLevel applied. The container may be repeated if a preservation level value needs to be recorded in additional contexts (see preservationLevelRole).
184
186
  # #
185
187
  # # Definition: Information indicating the decision or policy on the set of preservation functions to be applied to an object and the context in which the decision or policy was made.
186
- # #
187
- # # Rationale: Some preservation repositories will offer multiple preservation options depending on factors such as the value or uniqueness of the material, the “preservability” of the format, the amount the customer is willing to pay, etc. The context surrounding the choice of a particular preservation option for an object may also require further explanation.
188
188
  # # @return [RDF::Vocabulary::Term]
189
189
  # attr_reader :PreservationLevel
190
190
  #
191
- # # Definition: The identifier and sequential context of the related resource
192
- # #
193
191
  # # Usage Notes: The related object may or may not be held within the preservation repository. Recommended practice is that objects reside within the repository unless there is a good reason to reference an object outside. Internal and external references should be clear.
192
+ # #
193
+ # # Definition: The identifier and sequential context of the related resource
194
194
  # # @return [RDF::Vocabulary::Term]
195
195
  # attr_reader :RelatedObjectIdentification
196
196
  #
@@ -206,29 +206,29 @@ module RDF::Vocab
206
206
  # # @return [RDF::Vocabulary::Term]
207
207
  # attr_reader :RightsGranted
208
208
  #
209
- # # Definition: Documentation of the repository's right to perform one or more acts.
209
+ # # Extensions: In OWL one can define its own subclasses to the the RightsStatement class to denote OtherRightsInformation of the PREMIS data dictionary.
210
210
  # #
211
211
  # # Usage Notes: This semantic unit is optional because in some cases rights may be unknown. Institutions are encouraged to record rights information when possible. Either rightsStatement or rightsExtension must be present if the Rights entity is included. The rightsStatement should be repeated when the act(s) described has more than one basis, or when different acts have different bases.
212
212
  # #
213
- # # Extensions: In OWL one can define its own subclasses to the the RightsStatement class to denote OtherRightsInformation of the PREMIS data dictionary.
213
+ # # Definition: Documentation of the repository's right to perform one or more acts.
214
214
  # # @return [RDF::Vocabulary::Term]
215
215
  # attr_reader :RightsStatement
216
216
  #
217
- # # Definition: Information needed to use a digital signature to authenticate the signer of an object and/or the information contained in the object.
218
- # #
219
217
  # # Usage Notes: Several of the semantic components of signatureInformation are taken from the W3C’s XML-Signature Syntax and Processing; see www.w3.org/TR/2002/REC-xmldsig-core-20020212/ for more information on the structure and application of these semantic units.
220
218
  # #
219
+ # # Definition: Information needed to use a digital signature to authenticate the signer of an object and/or the information contained in the object.
220
+ # #
221
221
  # # Rationale: A repository may have a policy of generating digital signatures for files on ingest, or may have a need to store and later validate incoming digital signatures.
222
222
  # # @return [RDF::Vocabulary::Term]
223
223
  # attr_reader :Signature
224
224
  #
225
225
  # # Creation / Maintenance Notes: Significant properties may pertain to all objects of a certain class; for example, the repository can decide that for all PDF files, only the content need be preserved. In other cases, for example, for media art, the significant properties may be unique to each individual object. Where values are unique, they must be supplied by the submitter or provided by the curatorial staff of the repository.
226
226
  # #
227
- # # Usage Notes: All of this semantic unit’s subunits are optional. At least one of the significantPropertiesValue and significantPropertiesExtension subunits must be present if this container is included or both may be used. Significant properties may be objective technical characteristics subjectively considered important, or subjectively determined characteristics. For example, a PDF may contain links that are not considered important and JavaScript that is considered important. Or future migrations of a TIFF image may require optimization for line clarity or for color; the option chosen would depend upon a curatorial judgment of the significant properties of the image. Listing significant properties implies that the repository plans to preserve these properties across time and requires them to acceptably survive preservation action; for example, to be maintained during emulation or after format migration. It also implies that the repository would note when preservation action results in modification of significant properties. In practice, significant properties might be used as measures of preservation success, as part of quality checking the results of a preservation action or evaluating the efficacy of a preservation method. For example, if the listed significant properties are not maintained after application of a particular preservation method, it may indicate a failure of the process or that the method is not well suited to the type of material. More experience with digital preservation is needed to determine the best ways of representing significant properties in general, and of representing modification of significant properties. The semantic units included in the significantProperties container aim to provide a flexible structure for describing significant properties, allowing general types of aspects, facets or attributes of an object to be declared and to be paired with specific significant details about the object pertaining to that aspect, facet or attribute. For example, some repositories may define significant properties for objects related to facets of content, appearance, structure, behavior, and context. Examples of facet:detail pairs in this case could include: significantPropertiesType = “content” significantPropertiesValue = “all textual content and images” significantPropertiesType = “behavior” significantPropertiesValue = “editable” Other repositories may choose to describe significant properties at a more granular attribute level; for example: significantPropertiesType = “page count” significantPropertiesValue = “7” significantPropertiesType = “page width” significantPropertiesValue = “210 mm” Each facet:detail pair should be contained in a separate, repeated significantProperties container. Further work on determining and describing significant properties may yield more detailed schemes to facilitate general description. Representing modification of significant properties as a result of preservation action also requires further work. One possible way involves the use of Object and Event information: Object A has significant properties volume and timing, which are recorded as significantProperties of A. In migrated version B, the timing is modified, which is noted in the eventOutcome of the migration event. Only volume is listed as a significant property of B.
227
+ # # Definition: Characteristics of a particular object subjectively determined to be important to maintain through preservation actions.
228
228
  # #
229
229
  # # Rationale: Objects that have the same technical properties may still differ as to the properties that should be preserved for future presentation or use.
230
230
  # #
231
- # # Definition: Characteristics of a particular object subjectively determined to be important to maintain through preservation actions.
231
+ # # Usage Notes: All of this semantic unit’s subunits are optional. At least one of the significantPropertiesValue and significantPropertiesExtension subunits must be present if this container is included or both may be used. Significant properties may be objective technical characteristics subjectively considered important, or subjectively determined characteristics. For example, a PDF may contain links that are not considered important and JavaScript that is considered important. Or future migrations of a TIFF image may require optimization for line clarity or for color; the option chosen would depend upon a curatorial judgment of the significant properties of the image. Listing significant properties implies that the repository plans to preserve these properties across time and requires them to acceptably survive preservation action; for example, to be maintained during emulation or after format migration. It also implies that the repository would note when preservation action results in modification of significant properties. In practice, significant properties might be used as measures of preservation success, as part of quality checking the results of a preservation action or evaluating the efficacy of a preservation method. For example, if the listed significant properties are not maintained after application of a particular preservation method, it may indicate a failure of the process or that the method is not well suited to the type of material. More experience with digital preservation is needed to determine the best ways of representing significant properties in general, and of representing modification of significant properties. The semantic units included in the significantProperties container aim to provide a flexible structure for describing significant properties, allowing general types of aspects, facets or attributes of an object to be declared and to be paired with specific significant details about the object pertaining to that aspect, facet or attribute. For example, some repositories may define significant properties for objects related to facets of content, appearance, structure, behavior, and context. Examples of facet:detail pairs in this case could include: significantPropertiesType = “content” significantPropertiesValue = “all textual content and images” significantPropertiesType = “behavior” significantPropertiesValue = “editable” Other repositories may choose to describe significant properties at a more granular attribute level; for example: significantPropertiesType = “page count” significantPropertiesValue = “7” significantPropertiesType = “page width” significantPropertiesValue = “210 mm” Each facet:detail pair should be contained in a separate, repeated significantProperties container. Further work on determining and describing significant properties may yield more detailed schemes to facilitate general description. Representing modification of significant properties as a result of preservation action also requires further work. One possible way involves the use of Object and Event information: Object A has significant properties volume and timing, which are recorded as significantProperties of A. In migrated version B, the timing is modified, which is noted in the eventOutcome of the migration event. Only volume is listed as a significant property of B.
232
232
  # # @return [RDF::Vocabulary::Term]
233
233
  # attr_reader :SignificantProperties
234
234
  #
@@ -238,9 +238,9 @@ module RDF::Vocab
238
238
  # # @return [RDF::Vocabulary::Term]
239
239
  # attr_reader :Software
240
240
  #
241
- # # Usage Notes: When rights basis is a statute, statuteInformation should be provided.
242
- # #
243
241
  # # Definition: Information about the statute allowing use of the object.
242
+ # #
243
+ # # Usage Notes: When rights basis is a statute, statuteInformation should be provided.
244
244
  # # @return [RDF::Vocabulary::Term]
245
245
  # attr_reader :StatuteInformation
246
246
  #
@@ -264,10 +264,10 @@ module RDF::Vocab
264
264
  # # @return [RDF::Vocabulary::Term]
265
265
  # attr_reader :TermOfRestriction
266
266
  #
267
- # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
268
- # #
269
267
  # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/actionsGranted
270
268
  # #
269
+ # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
270
+ # #
271
271
  # # Definition: The action the preservation repository is allowed to take.
272
272
  # # @return [RDF::Vocabulary::Term]
273
273
  # attr_reader :hasAct
@@ -278,13 +278,13 @@ module RDF::Vocab
278
278
  # # @return [RDF::Vocabulary::Term]
279
279
  # attr_reader :hasAgent
280
280
  #
281
- # # Rationale: This semantic unit provides a more reader-friendly version of the agent identified by the agentIdentifier.
282
- # #
283
- # # Examples: Erik Owens, Pc
284
- # #
285
281
  # # Definition: A text string which could be used in addition to agentIdentifier to identify an agent.
286
282
  # #
283
+ # # Rationale: This semantic unit provides a more reader-friendly version of the agent identified by the agentIdentifier.
284
+ # #
287
285
  # # Usage Note: The value is not necessarily unique.
286
+ # #
287
+ # # Examples: Erik Owens, Pc
288
288
  # # @return [RDF::Vocabulary::Term]
289
289
  # attr_reader :hasAgentName
290
290
  #
@@ -294,25 +294,25 @@ module RDF::Vocab
294
294
  # # @return [RDF::Vocabulary::Term]
295
295
  # attr_reader :hasAgentNote
296
296
  #
297
+ # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
298
+ # #
297
299
  # # Definition: A high-level characterization of the type of agent.
298
300
  # #
299
301
  # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/agentType
300
- # #
301
- # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
302
302
  # # @return [RDF::Vocabulary::Term]
303
303
  # attr_reader :hasAgentType
304
304
  #
305
305
  # # @return [RDF::Vocabulary::Term]
306
306
  # attr_reader :hasApplicableDates
307
307
  #
308
- # # Usage Notes: A file or bitstream can be subject to multiple encodings that must be decoded in reverse order (highest to lowest). For example, file A may be compressed to create file B, which is encrypted to create file C. To recreate a copy of the base file A, one would have to unencrypt file C to create file B and then uncompress file B to create file A. A compositionLevel of zero indicates that the object is a base object and not subject to further decoding, while a level of 1 or higher indicates that one or more decodings must be applied. Numbering goes lowest to highest (first encoded = 0). 0 is base object; 1-n are subsequent encodings. Use 0 as the default if there is only one compositionLevel. When multiple file objects are bundled together as filestreams within a package file object (e.g., a ZIP file), the individual filestream objects are not composition levels of the package file object. They should be considered separate objects, each with their own composition levels. For example, two encrypted files zipped together and stored in an archive as one file object would be described as three separate objects, each with its own associated metadata. The storage location of the two inner objects would point to the ZIP file, but the ZIP file itself would have only a single composition level (of zero) whose format would be “zip.”
309
- # #
310
- # # Examples: 0, 1, 2
311
- # #
312
308
  # # Creation / Maintenance Notes: Composition level will generally be supplied by the repository, which should attempt to supply this value automatically. If the object was created by the repository, the creating routine knows the composition level and can supply this metadata. If the object is being ingested by the repository, repository programs will have to attempt to identify the composition level from the object itself or from externally supplied metadata.
313
309
  # #
314
310
  # # Definition: An indication of whether the object is subject to one or more processes of decoding or unbundling.
315
311
  # #
312
+ # # Usage Notes: A file or bitstream can be subject to multiple encodings that must be decoded in reverse order (highest to lowest). For example, file A may be compressed to create file B, which is encrypted to create file C. To recreate a copy of the base file A, one would have to unencrypt file C to create file B and then uncompress file B to create file A. A compositionLevel of zero indicates that the object is a base object and not subject to further decoding, while a level of 1 or higher indicates that one or more decodings must be applied. Numbering goes lowest to highest (first encoded = 0). 0 is base object; 1-n are subsequent encodings. Use 0 as the default if there is only one compositionLevel. When multiple file objects are bundled together as filestreams within a package file object (e.g., a ZIP file), the individual filestream objects are not composition levels of the package file object. They should be considered separate objects, each with their own composition levels. For example, two encrypted files zipped together and stored in an archive as one file object would be described as three separate objects, each with its own associated metadata. The storage location of the two inner objects would point to the ZIP file, but the ZIP file itself would have only a single composition level (of zero) whose format would be “zip.”
313
+ # #
314
+ # # Examples: 0, 1, 2
315
+ # #
316
316
  # # Rationale: A file or bitstream can be encoded with compression, encryption, etc., or bundled with other files or bitstreams into larger packages. Knowing the order in which these actions are taken is important if the original object or objects must be recovered.
317
317
  # #
318
318
  # # Data Constraints: Non-negative integers.
@@ -322,47 +322,47 @@ module RDF::Vocab
322
322
  # # @return [RDF::Vocabulary::Term]
323
323
  # attr_reader :hasContentLocation
324
324
  #
325
- # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/contentLocationType
325
+ # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
326
326
  # #
327
- # # Definition: The means of referencing the location of the content.
327
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/contentLocationType
328
328
  # #
329
329
  # # Rationale: To understand the meaning of the value it is necessary to know what location scheme is used.
330
330
  # #
331
- # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
331
+ # # Definition: The means of referencing the location of the content.
332
332
  # # @return [RDF::Vocabulary::Term]
333
333
  # attr_reader :hasContentLocationType
334
334
  #
335
335
  # # Definition: The reference to the location of the content used by the storage system.
336
336
  # #
337
- # # Usage Notes: This could be a fully qualified path and filename, or the information used by a resolution system (e.g., a handle) or the native information used by a storage management system. For a bitstream or filestream, this would probably be the reference point and offset of the starting position of the bitstream. It is up to the repository to determine the level of granularity that should be recorded.
338
- # #
339
337
  # # Examples: http://wwasearch.loc.gov/107th/200212107035/http://house.gov/langevin/ (file), c:\apache2\htdocs\index.html (file), 64 [offset from start of file c:\apache2\htdocs\image\logo.gif] (bitstream)
338
+ # #
339
+ # # Usage Notes: This could be a fully qualified path and filename, or the information used by a resolution system (e.g., a handle) or the native information used by a storage management system. For a bitstream or filestream, this would probably be the reference point and offset of the starting position of the bitstream. It is up to the repository to determine the level of granularity that should be recorded.
340
340
  # # @return [RDF::Vocabulary::Term]
341
341
  # attr_reader :hasContentLocationValue
342
342
  #
343
- # # Data Constraint: Values should be taken from ISO 3166.
343
+ # # Definition: The country whose copyright laws apply.
344
344
  # #
345
345
  # # Rationale: Copyright law can vary from country to country.
346
346
  # #
347
347
  # # Examples: us, de, be
348
348
  # #
349
- # # Definition: The country whose copyright laws apply.
349
+ # # Data Constraint: Values should be taken from ISO 3166.
350
350
  # # @return [RDF::Vocabulary::Term]
351
351
  # attr_reader :hasCopyrightJurisdiction
352
352
  #
353
- # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/copyrightStatus
354
- # #
355
353
  # # Definition: A coded designation for the copyright status of the object at the time the rights statement is recorded.
356
354
  # #
357
355
  # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
356
+ # #
357
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/copyrightStatus
358
358
  # # @return [RDF::Vocabulary::Term]
359
359
  # attr_reader :hasCopyrightStatus
360
360
  #
361
- # # Example: 2001-10-26T19:32:52+00:00
361
+ # # Definition: The date that the copyright status recorded in copyrightStatus was determined.
362
362
  # #
363
363
  # # Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime
364
364
  # #
365
- # # Definition: The date that the copyright status recorded in copyrightStatus was determined.
365
+ # # Example: 2001-10-26T19:32:52+00:00
366
366
  # # @return [RDF::Vocabulary::Term]
367
367
  # attr_reader :hasCopyrightStatusDeterminationDate
368
368
  #
@@ -371,43 +371,43 @@ module RDF::Vocab
371
371
  #
372
372
  # # Example: MSWord
373
373
  # #
374
- # # Usage Notes: The creatingApplication is the application that created the object in its current format, not the application that created the copy written to storage. For example, if a document is created by Microsoft Word and subsequently copied to archive storage by a repository’s Ingest program, the creatingApplication is Word, not the Ingest program.
375
- # #
376
374
  # # Definition: A designation for the name of the software program that created the object.
375
+ # #
376
+ # # Usage Notes: The creatingApplication is the application that created the object in its current format, not the application that created the copy written to storage. For example, if a document is created by Microsoft Word and subsequently copied to archive storage by a repository’s Ingest program, the creatingApplication is Word, not the Ingest program.
377
377
  # # @return [RDF::Vocabulary::Term]
378
378
  # attr_reader :hasCreatingApplicationName
379
379
  #
380
- # # Example: 2000
381
- # #
382
380
  # # Definition: The version of the software program that created the object.
381
+ # #
382
+ # # Example: 2000
383
383
  # # @return [RDF::Vocabulary::Term]
384
384
  # attr_reader :hasCreatingApplicationVersion
385
385
  #
386
- # # Example: 2001-10-26T19:32:52+00:00
387
- # #
388
- # # Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime
389
- # #
390
386
  # # Definition: The actual or approximate date and time the object was created.
391
387
  # #
392
388
  # # Usage Notes: Use the most precise date available. This is the date the object was created by the creating application, not the date any copy was made externally or by the repository. For example, if a file is created by Microsoft Word in 2001 and two copies are made in 2003, the dateCreatedByApplication of all three files is 2001. The date a file is written to storage can be recorded as an Event. If the object itself contains internal creation and modification dates, the modification date should be used as dateCreatedByApplication. If the application is a Web harvester capturing an object at a point of time, use for date captured.
389
+ # #
390
+ # # Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime
391
+ # #
392
+ # # Example: 2001-10-26T19:32:52+00:00
393
393
  # # @return [RDF::Vocabulary::Term]
394
394
  # attr_reader :hasDateCreatedByApplication
395
395
  #
396
396
  # # @return [RDF::Vocabulary::Term]
397
397
  # attr_reader :hasDependency
398
398
  #
399
+ # # Rationale: It may not be self-evident from the dependencyIdentifier what the name of the object actually is.
400
+ # #
399
401
  # # Example: Additional Element Set for Language Corpora
400
402
  # #
401
403
  # # Definition: A designation for a component or associated file needed by the representation or file.
402
- # #
403
- # # Rationale: It may not be self-evident from the dependencyIdentifier what the name of the object actually is.
404
404
  # # @return [RDF::Vocabulary::Term]
405
405
  # attr_reader :hasDependencyName
406
406
  #
407
- # # Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime
408
- # #
409
407
  # # Definition: The ending date of the permission granted.
410
408
  # #
409
+ # # Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime
410
+ # #
411
411
  # # Usage Notes: Use “0000-00-00T00:00:00+00:00” for an open ended term of grant. Omit endDate if the ending date is unknown or the permission statement applies to many objects with different end dates.
412
412
  # # @return [RDF::Vocabulary::Term]
413
413
  # attr_reader :hasEndDate
@@ -415,69 +415,69 @@ module RDF::Vocab
415
415
  # # @return [RDF::Vocabulary::Term]
416
416
  # attr_reader :hasEnvironment
417
417
  #
418
- # # Rationale: If multiple environments are described, this element can help to distinguish among them.
419
- # #
420
- # # Definition: An assessment of the extent to which the described environment supports its purpose.
421
- # #
422
418
  # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
423
419
  # #
420
+ # # Rationale: If multiple environments are described, this element can help to distinguish among them.
421
+ # #
424
422
  # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/environmentCharacteristic
423
+ # #
424
+ # # Definition: An assessment of the extent to which the described environment supports its purpose.
425
425
  # # @return [RDF::Vocabulary::Term]
426
426
  # attr_reader :hasEnvironmentCharacteristic
427
427
  #
428
- # # Usage Notes: This note could be used to record the context of the environment information. For example, if a file can be rendered through a PC client application or through a browser with a plug-in, this note could be used to identify which situation applies. The note should not be used for a textual description of environment information recorded more rigorously elsewhere.
429
- # #
430
- # # Rationale: There may be a need to give a textual description of the environment for additional explanation.
428
+ # # Definition: Additional information about the environment.
431
429
  # #
432
430
  # # Example: This environment assumes that the PDF will be stored locally and used with a standalone PDF reader.
433
431
  # #
434
- # # Definition: Additional information about the environment.
432
+ # # Rationale: There may be a need to give a textual description of the environment for additional explanation.
433
+ # #
434
+ # # Usage Notes: This note could be used to record the context of the environment information. For example, if a file can be rendered through a PC client application or through a browser with a plug-in, this note could be used to identify which situation applies. The note should not be used for a textual description of environment information recorded more rigorously elsewhere.
435
435
  # # @return [RDF::Vocabulary::Term]
436
436
  # attr_reader :hasEnvironmentNote
437
437
  #
438
438
  # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
439
439
  # #
440
- # # Rationale: Different environments can support different uses of objects. For example, the environment needed to edit and modify a file can be quite different than the environment needed to render it.
440
+ # # Definition: The use(s) supported by the specified environment.
441
441
  # #
442
442
  # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/environmentPurpose
443
443
  # #
444
- # # Definition: The use(s) supported by the specified environment.
444
+ # # Rationale: Different environments can support different uses of objects. For example, the environment needed to edit and modify a file can be quite different than the environment needed to render it.
445
445
  # # @return [RDF::Vocabulary::Term]
446
446
  # attr_reader :hasEnvironmentPurpose
447
447
  #
448
- # # Usage Notes: Use to link to events that are not associated with relationships between objects, such as format validation, virus checking, etc.
449
- # #
450
448
  # # Definition: The event associated with the object or an agent.
449
+ # #
450
+ # # Usage Notes: Use to link to events that are not associated with relationships between objects, such as format validation, virus checking, etc.
451
451
  # # @return [RDF::Vocabulary::Term]
452
452
  # attr_reader :hasEvent
453
453
  #
454
- # # Usage Notes: Recommended practice is to record the most specific time possible and to designate the time zone.
454
+ # # Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime
455
455
  # #
456
456
  # # Example: 2001-10-26T19:32:52+00:00
457
457
  # #
458
- # # Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime
459
- # #
460
458
  # # Definition: The single date and time, or date and time range, at or during which the event occurred.
459
+ # #
460
+ # # Usage Notes: Recommended practice is to record the most specific time possible and to designate the time zone.
461
461
  # # @return [RDF::Vocabulary::Term]
462
462
  # attr_reader :hasEventDateTime
463
463
  #
464
+ # # Definition: Additional information about the event.
465
+ # #
464
466
  # # Examples: Object permanently withdrawn by request of Caroline Hunt, Program=“MIGJP2JP2K”; version=“2.2”
465
467
  # #
466
468
  # # Usage Notes: eventDetail is not intended to be processed by machine. It may record any information about an event and/or point to information stored elsewhere.
467
- # #
468
- # # Definition: Additional information about the event.
469
469
  # # @return [RDF::Vocabulary::Term]
470
470
  # attr_reader :hasEventDetail
471
471
  #
472
- # # Data Constraint: Value should be taken from a controlled vocabulary.
472
+ # # Rationale: A coded way of representing the outcome of an event may be useful for machine processing and reporting. If, for example, a fixity check fails, the event record provides both an actionable and a permanent record.
473
+ # #
474
+ # # Definition: A categorization of the overall result of the event in terms of success, partial success, or failure.
473
475
  # #
474
476
  # # Examples: 00 [a code meaning “action successfully completed”], CV-01 [a code meaning “checksum validated”]
475
477
  # #
476
- # # Definition: A categorization of the overall result of the event in terms of success, partial success, or failure.
478
+ # # Data Constraint: Value should be taken from a controlled vocabulary.
477
479
  # #
478
480
  # # Usage Notes: Recommended practice is to use a controlled vocabulary that a system can act upon automatically. More detail about the outcome may be recorded in eventOutcomeDetail. Recommended practice is to define events with sufficient granularity that each event has a single outcome.
479
- # #
480
- # # Rationale: A coded way of representing the outcome of an event may be useful for machine processing and reporting. If, for example, a fixity check fails, the event record provides both an actionable and a permanent record.
481
481
  # # @return [RDF::Vocabulary::Term]
482
482
  # attr_reader :hasEventOutcome
483
483
  #
@@ -486,9 +486,9 @@ module RDF::Vocab
486
486
  #
487
487
  # # Definition: A detailed description of the result or product of the event in textual form.
488
488
  # #
489
- # # Rationale: Additional information in textual form may be needed about the outcome of the event.
490
- # #
491
489
  # # Examples: LZW compressed file, Non-standard tags found in header
490
+ # #
491
+ # # Rationale: Additional information in textual form may be needed about the outcome of the event.
492
492
  # # @return [RDF::Vocabulary::Term]
493
493
  # attr_reader :hasEventOutcomeDetailNote
494
494
  #
@@ -501,21 +501,21 @@ module RDF::Vocab
501
501
  # # @return [RDF::Vocabulary::Term]
502
502
  # attr_reader :hasEventRelatedAgent
503
503
  #
504
- # # Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.
505
- # #
506
504
  # # Definition: Information about an object associated with an event.
507
505
  # #
508
506
  # # Rationale: Digital provenance often requires that relationships between objects and events are documented.
507
+ # #
508
+ # # Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.
509
509
  # # @return [RDF::Vocabulary::Term]
510
510
  # attr_reader :hasEventRelatedObject
511
511
  #
512
512
  # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
513
513
  # #
514
- # # Definition: A categorization of the nature of the event.
514
+ # # Rationale: Categorizing events will aid the preservation repository in machine processing of event information, particularly in reporting.
515
515
  # #
516
516
  # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/eventType
517
517
  # #
518
- # # Rationale: Categorizing events will aid the preservation repository in machine processing of event information, particularly in reporting.
518
+ # # Definition: A categorization of the nature of the event.
519
519
  # # @return [RDF::Vocabulary::Term]
520
520
  # attr_reader :hasEventType
521
521
  #
@@ -528,10 +528,10 @@ module RDF::Vocab
528
528
  # # @return [RDF::Vocabulary::Term]
529
529
  # attr_reader :hasFormatDesignation
530
530
  #
531
- # # Data Constraint: Value should be taken from a controlled vocabulary.
532
- # #
533
531
  # # Examples: Text/sgml, image/tiff/geotiff, Adobe PDF, DES, PGP, base64, unknown, LaTex
534
532
  # #
533
+ # # Data Constraint: Value should be taken from a controlled vocabulary.
534
+ # #
535
535
  # # Definition: A designation of the format of the file or bitstream.
536
536
  # #
537
537
  # # Usage Notes: For unidentified formats, formatName may be recorded as “unknown”.
@@ -565,22 +565,22 @@ module RDF::Vocab
565
565
  # # @return [RDF::Vocabulary::Term]
566
566
  # attr_reader :hasFormatRegistryName
567
567
  #
568
- # # Rationale: The same format may be defined in different registries for different purposes. For example, one registry may give detailed format specifications while another has profile information. If multiple registries are recorded, this semantic unit can be used to distinguish among them.
568
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/formatRegistryRole
569
569
  # #
570
570
  # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
571
571
  # #
572
- # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/formatRegistryRole
573
- # #
574
572
  # # Definition: The purpose or expected use of the registry.
573
+ # #
574
+ # # Rationale: The same format may be defined in different registries for different purposes. For example, one registry may give detailed format specifications while another has profile information. If multiple registries are recorded, this semantic unit can be used to distinguish among them.
575
575
  # # @return [RDF::Vocabulary::Term]
576
576
  # attr_reader :hasFormatRegistryRole
577
577
  #
578
- # # Definition: The version of the format named in formatName.
579
- # #
580
578
  # # Usage Notes: If the format is versioned, formatVersion should be recorded. It can be either a numeric or chronological designation.
581
579
  # #
582
580
  # # Rationale: Many authority lists of format names are not granular enough to indicate version, for example, MIME Media types.
583
581
  # #
582
+ # # Definition: The version of the format named in formatName.
583
+ # #
584
584
  # # Examples: 6.0, 2003
585
585
  # # @return [RDF::Vocabulary::Term]
586
586
  # attr_reader :hasFormatVersion
@@ -590,38 +590,38 @@ module RDF::Vocab
590
590
  #
591
591
  # # Examples: Intel Pentium III, 1 GB DRAM, Windows XPcompatible joystick
592
592
  # #
593
- # # Definition: Manufacturer, model, and version (if applicable) of the hardware.
594
- # #
595
593
  # # Usage Notes: Include manufacturer when this helps to identify or disambiguate the product. Include version for firmware or other components where that information is pertinent.
594
+ # #
595
+ # # Definition: Manufacturer, model, and version (if applicable) of the hardware.
596
596
  # # @return [RDF::Vocabulary::Term]
597
597
  # attr_reader :hasHardwareName
598
598
  #
599
- # # Examples: 32MB minimum, Required RAM for Apache is unknown
600
- # #
601
599
  # # Definition: Additional requirements or instructions related to the hardware referenced in hwName.
602
600
  # #
603
601
  # # Rationale: For hardware, the amount of computing resource needed (such as memory, storage, processor speed, etc.) may need to be documented. In addition, more detailed instructions may be needed to install and/or operate the hardware.
604
602
  # #
605
603
  # # Usage Notes: This could be an identifier or URI used to point to hardware documentation.
604
+ # #
605
+ # # Examples: 32MB minimum, Required RAM for Apache is unknown
606
606
  # # @return [RDF::Vocabulary::Term]
607
607
  # attr_reader :hasHardwareOtherInformation
608
608
  #
609
609
  # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
610
610
  # #
611
- # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/hardwareType
612
- # #
613
611
  # # Definition: Class or category of the hardware.
612
+ # #
613
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/hardwareType
614
614
  # # @return [RDF::Vocabulary::Term]
615
615
  # attr_reader :hasHardwareType
616
616
  #
617
617
  # # @return [RDF::Vocabulary::Term]
618
618
  # attr_reader :hasIdentifier
619
619
  #
620
- # # Usage Notes: The type of the identifier may be implicit within the repository as long it can be explicitly communicated when the item is disseminated outside of it.
620
+ # # Rationale: Identifier values cannot be assumed to be unique across domains. The combination of identifierType and identifierValue should ensure uniqueness.
621
621
  # #
622
622
  # # Data Constraint: Value should be taken from controlled vocabulary.
623
623
  # #
624
- # # Rationale: Identifier values cannot be assumed to be unique across domains. The combination of identifierType and identifierValue should ensure uniqueness.
624
+ # # Usage Notes: The type of the identifier may be implicit within the repository as long it can be explicitly communicated when the item is disseminated outside of it.
625
625
  # #
626
626
  # # Definition: A designation of the domain within which the identifier is unique.
627
627
  # #
@@ -635,27 +635,27 @@ module RDF::Vocab
635
635
  # # @return [RDF::Vocabulary::Term]
636
636
  # attr_reader :hasIdentifierValue
637
637
  #
638
+ # # Example: [DES decryption key]
639
+ # #
638
640
  # # Definition: The decryption key or password.
639
641
  # #
640
642
  # # Usage Notes: The key should be provided if known. However, it is not advisable to actually store the inhibitorKey in plain text in an unsecure database.
641
- # #
642
- # # Example: [DES decryption key]
643
643
  # # @return [RDF::Vocabulary::Term]
644
644
  # attr_reader :hasInhibitorKey
645
645
  #
646
646
  # # Definition: The content or function protected by the inhibitor.
647
647
  # #
648
- # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
649
- # #
650
648
  # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/inhibitorTarget
649
+ # #
650
+ # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
651
651
  # # @return [RDF::Vocabulary::Term]
652
652
  # attr_reader :hasInhibitorTarget
653
653
  #
654
- # # Definition: The inhibitor method employed.
655
- # #
656
654
  # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
657
655
  # #
658
656
  # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/inhibitorType
657
+ # #
658
+ # # Definition: The inhibitor method employed.
659
659
  # # @return [RDF::Vocabulary::Term]
660
660
  # attr_reader :hasInhibitorType
661
661
  #
@@ -677,39 +677,39 @@ module RDF::Vocab
677
677
  # # @return [RDF::Vocabulary::Term]
678
678
  # attr_reader :hasLicenseTerms
679
679
  #
680
- # # Rationale: This must be stored so that it can be compared in future fixity checks.
680
+ # # Example: 7c9b35da4f2ebd436f1cf88e5a39b3a257edf4a22be3c955ac49da2e2107b67a1924419563
681
681
  # #
682
682
  # # Definition: The output of the message digest algorithm.
683
683
  # #
684
- # # Example: 7c9b35da4f2ebd436f1cf88e5a39b3a257edf4a22be3c955ac49da2e2107b67a1924419563
684
+ # # Rationale: This must be stored so that it can be compared in future fixity checks.
685
685
  # # @return [RDF::Vocabulary::Term]
686
686
  # attr_reader :hasMessageDigest
687
687
  #
688
- # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions
689
- # #
690
688
  # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
691
689
  # #
690
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions
691
+ # #
692
692
  # # Definition: The specific algorithm used to construct the message digest for the digital object.
693
693
  # # @return [RDF::Vocabulary::Term]
694
694
  # attr_reader :hasMessageDigestAlgorithm
695
695
  #
696
+ # # Usage Notes: The originator of the message digest could be represented by a string representing the agent (e.g., “NRS” referring to the archive itself) or a pointer to an agent description (e.g., “A0000987” taken here to be an agentIdentifierValue).
697
+ # #
696
698
  # # Definition: The agent that created the original message digest that is compared in a fixity check.
697
699
  # #
698
- # # Examples: DRS, A0000978
700
+ # # Creation / Maintenance Notes: If the calculation of the initial message digest is treated by the repository as an Event, this information could be obtained from an Event record.
699
701
  # #
700
- # # Usage Notes: The originator of the message digest could be represented by a string representing the agent (e.g., “NRS” referring to the archive itself) or a pointer to an agent description (e.g., “A0000987” taken here to be an agentIdentifierValue).
702
+ # # Examples: DRS, A0000978
701
703
  # #
702
704
  # # Rationale: A preservation repository may ingest files that have had message digests calculated by the submitter; checking these ensures that the file as received is the same as the file as sent. The repository may also ingest files that do not have message digests, and so must calculate the initial value upon ingest. It can be useful to know who calculated the initial value of the message digest.
703
- # #
704
- # # Creation / Maintenance Notes: If the calculation of the initial message digest is treated by the repository as an Event, this information could be obtained from an Event record.
705
705
  # # @return [RDF::Vocabulary::Term]
706
706
  # attr_reader :hasMessageDigestOriginator
707
707
  #
708
- # # Rationale: Digital provenance often requires that relationships between objects and events are documented. / Rights statements must be associated with the objects to which they pertain, either by linking from the rights statement to the object(s) or by linking from the object(s) to the rights statement. This provides the mechanism for the link from the rights statement to an object. For denoting the role of the object, when related to an event,one can extend this ontology be defining your own subproperties, such as those given by http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole.
708
+ # # Definition: Information about an object associated with an event or rightsstatement.
709
709
  # #
710
710
  # # Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.
711
711
  # #
712
- # # Definition: Information about an object associated with an event or rightsstatement.
712
+ # # Rationale: Digital provenance often requires that relationships between objects and events are documented. / Rights statements must be associated with the objects to which they pertain, either by linking from the rights statement to the object(s) or by linking from the object(s) to the rights statement. This provides the mechanism for the link from the rights statement to an object. For denoting the role of the object, when related to an event,one can extend this ontology be defining your own subproperties, such as those given by http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole.
713
713
  # # @return [RDF::Vocabulary::Term]
714
714
  # attr_reader :hasObject
715
715
  #
@@ -718,12 +718,12 @@ module RDF::Vocab
718
718
  #
719
719
  # # Creation / Maintenance Notes: This value would always be supplied to the repository by the submitter or harvesting application. How much of the file path to preserve would be up to the repository.
720
720
  # #
721
- # # Usage Notes: This is the name of the object as designated in the Submission Information Package (SIP). The object may have other names in different contexts. When two repositories are exchanging content, it would be important for the receiving repository to know and record the name of the representation at the originating repository. In the case of representations, this may be a directory name.
722
- # #
723
721
  # # Definition: The name of the object as submitted to or harvested by the repository, before any renaming by the repository.
724
722
  # #
725
723
  # # Example: N419.pdf
726
724
  # #
725
+ # # Usage Notes: This is the name of the object as designated in the Submission Information Package (SIP). The object may have other names in different contexts. When two repositories are exchanging content, it would be important for the receiving repository to know and record the name of the representation at the originating repository. In the case of representations, this may be a directory name.
726
+ # #
727
727
  # # Rationale: The name used within the preservation repository may not be known outside of the repository. A depositor might need to request a file by its original name. Also, the repository may need to reconstruct internal links for dissemination.
728
728
  # # @return [RDF::Vocabulary::Term]
729
729
  # attr_reader :hasOriginalName
@@ -731,47 +731,47 @@ module RDF::Vocab
731
731
  # # @return [RDF::Vocabulary::Term]
732
732
  # attr_reader :hasPreservationLevel
733
733
  #
734
- # # Definition: The date, or date and time, when a particular preservationLevelValue was assigned to the object.
735
- # #
736
734
  # # Examples: 2001-10-26T19:32:52+00:00
737
735
  # #
736
+ # # Rationale: The preservationLevel applicable to an object is expected to be reviewed and changed over time, in response to changes in repository preservation requirements, policies, or capabilities relevant to the object. The date that the current preservationLevelValue was assigned aids review of decisions.
737
+ # #
738
738
  # # Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime
739
739
  # #
740
- # # Rationale: The preservationLevel applicable to an object is expected to be reviewed and changed over time, in response to changes in repository preservation requirements, policies, or capabilities relevant to the object. The date that the current preservationLevelValue was assigned aids review of decisions.
740
+ # # Definition: The date, or date and time, when a particular preservationLevelValue was assigned to the object.
741
741
  # # @return [RDF::Vocabulary::Term]
742
742
  # attr_reader :hasPreservationLevelDateAssigned
743
743
  #
744
- # # Definition: The reason a particular preservationLevelValue was applied to the object.
745
- # #
746
744
  # # Examples: user pays, legislation, defective file, bit-level preservation only available for this format
747
745
  # #
748
746
  # # Usage Notes: This optional semantic unit records the reason for applying the preservationLevelValue. This information can be particularly important when the assigned preservationLevelValue differs from usual repository policy. For example, a repository may normally assign a preservationLevelValue of “full preservation” for JPEG2000 files, but detects that a particular file is defective. This may mean that the repository’s preservation strategy for JPEG2000 may not be effective for this particular file, so the repository may assign a preservationLevelValue of “bit-level preservation” to this file, recording “defective file” as the rationale. Similarly, legislative requirements or contractual agreements may require a higher level of preservation to be assigned to a particular object than would be assigned to that class of object according to usual policy. In this case, the rationale for the assignment may be recorded as “legislation” or “user pays”, for example. preservationLevelRationale may be repeated if more than one reason needs to be recorded.
749
747
  # #
748
+ # # Definition: The reason a particular preservationLevelValue was applied to the object.
749
+ # #
750
750
  # # Rationale: Application of a particular preservationLevelValue may require justification, especially if it differs from that usually applied according to repository policy.
751
751
  # # @return [RDF::Vocabulary::Term]
752
752
  # attr_reader :hasPreservationLevelRationale
753
753
  #
754
- # # Definition: A value indicating the context in which a set of preservation options is applicable.
755
- # #
756
- # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/preservationLevelRole
757
- # #
758
754
  # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
759
755
  # #
760
756
  # # Rationale: Repositories may assign preservationLevelValues in different contexts which must be differentiated, and may need to record more than one context.
757
+ # #
758
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/preservationLevelRole
759
+ # #
760
+ # # Definition: A value indicating the context in which a set of preservation options is applicable.
761
761
  # # @return [RDF::Vocabulary::Term]
762
762
  # attr_reader :hasPreservationLevelRole
763
763
  #
764
- # # Data Constraint: Value should be taken from a controlled vocabulary.
765
- # #
766
- # # Examples: bit-level, full, fully supported with future migrations (File), 0
767
- # #
768
764
  # # Usage Notes: Only one preservationLevelValue may be recorded per preservationLevel container. If a further preservationLevelValue applies to the object in a different context, a separate preservationLevel container should be repeated.
769
765
  # #
770
- # # Definition: A value indicating the set of preservation functions expected to be applied to the object.
766
+ # # Creation / Maintenance Notes: The preservation level may be assigned by the repository or requested by the depositor and submitted as metadata.
767
+ # #
768
+ # # Data Constraint: Value should be taken from a controlled vocabulary.
771
769
  # #
772
770
  # # Rationale: Some preservation repositories will offer multiple preservation options depending on factors such as the value or uniqueness of the material, the “preservability” of the format, the amount the customer is willing to pay, etc.
773
771
  # #
774
- # # Creation / Maintenance Notes: The preservation level may be assigned by the repository or requested by the depositor and submitted as metadata.
772
+ # # Examples: bit-level, full, fully supported with future migrations (File), 0
773
+ # #
774
+ # # Definition: A value indicating the set of preservation functions expected to be applied to the object.
775
775
  # # @return [RDF::Vocabulary::Term]
776
776
  # attr_reader :hasPreservationLevelValue
777
777
  #
@@ -789,37 +789,37 @@ module RDF::Vocab
789
789
  # # @return [RDF::Vocabulary::Term]
790
790
  # attr_reader :hasRelatedStatuteInformation
791
791
  #
792
- # # The LOC will provide a SKOS vocabulary, where the concepts can also be used as object properties at http://id.loc.gov/. These relationships will capture the relationship type and subtype. One can define its own relationships, but for interoperability reasons, these should be linked to or made a subproperty of the properties of the LOC vocabulary.
792
+ # # Definition: This property links one object to one or more other objects.
793
793
  # #
794
794
  # # Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.
795
795
  # #
796
- # # Definition: This property links one object to one or more other objects.
796
+ # # The LOC will provide a SKOS vocabulary, where the concepts can also be used as object properties at http://id.loc.gov/. These relationships will capture the relationship type and subtype. One can define its own relationships, but for interoperability reasons, these should be linked to or made a subproperty of the properties of the LOC vocabulary.
797
797
  # # @return [RDF::Vocabulary::Term]
798
798
  # attr_reader :hasRelationship
799
799
  #
800
- # # Examples: No more than three, Allowed only after one year of archival retention has elapsed, Rightsholder must be notified after completion of act
801
- # #
802
800
  # # Definition: A condition or limitation on the act.
801
+ # #
802
+ # # Examples: No more than three, Allowed only after one year of archival retention has elapsed, Rightsholder must be notified after completion of act
803
803
  # # @return [RDF::Vocabulary::Term]
804
804
  # attr_reader :hasRestriction
805
805
  #
806
806
  # # @return [RDF::Vocabulary::Term]
807
807
  # attr_reader :hasRightsDocumentation
808
808
  #
809
- # # Definition: This property denotes the role of the related documentation. The value must be taken from a skos vocabulary. A value indicating the purpose or expected use of the documentation being identified.
810
- # #
811
809
  # # Rationale: This information distinguishes the purpose of the supporting documentation especially when there are multiple documentation identifiers.
810
+ # #
811
+ # # Definition: This property denotes the role of the related documentation. The value must be taken from a skos vocabulary. A value indicating the purpose or expected use of the documentation being identified.
812
812
  # # @return [RDF::Vocabulary::Term]
813
813
  # attr_reader :hasRightsDocumentationRole
814
814
  #
815
815
  # # @return [RDF::Vocabulary::Term]
816
816
  # attr_reader :hasRightsGranted
817
817
  #
818
+ # # Definition: Additional information about the rights granted.
819
+ # #
818
820
  # # Rationale: A textual description of the rights granted may be needed for additional explanation.
819
821
  # #
820
822
  # # Usage Notes: This semantic unit may include a statement about risk assessment, for example, when a repository is not certain about what permissions have been granted.
821
- # #
822
- # # Definition: Additional information about the rights granted.
823
823
  # # @return [RDF::Vocabulary::Term]
824
824
  # attr_reader :hasRightsGrantedNote
825
825
  #
@@ -829,9 +829,9 @@ module RDF::Vocab
829
829
  # # @return [RDF::Vocabulary::Term]
830
830
  # attr_reader :hasRightsRelatedAgent
831
831
  #
832
- # # Definition: A rights statement associated with the object.
833
- # #
834
832
  # # Rationale: A repository may choose to link from a rights statement to an object or from an object to a rights statement or both.
833
+ # #
834
+ # # Definition: A rights statement associated with the object.
835
835
  # # @return [RDF::Vocabulary::Term]
836
836
  # attr_reader :hasRightsStatement
837
837
  #
@@ -844,13 +844,13 @@ module RDF::Vocab
844
844
  # # @return [RDF::Vocabulary::Term]
845
845
  # attr_reader :hasSignature
846
846
  #
847
- # # Rationale: These values cannot be interpreted correctly if the encoding is unknown.
848
- # #
849
847
  # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
850
848
  # #
851
- # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/signatureEncoding
852
- # #
853
849
  # # Definition: The encoding used for the values of signatureValue, keyInformation.
850
+ # #
851
+ # # Rationale: These values cannot be interpreted correctly if the encoding is unknown.
852
+ # #
853
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/signatureEncoding
854
854
  # # @return [RDF::Vocabulary::Term]
855
855
  # attr_reader :hasSignatureEncoding
856
856
  #
@@ -872,9 +872,9 @@ module RDF::Vocab
872
872
  #
873
873
  # # Usage Notes: This may include the canonicalization method used before calculating the message digest, if the object was normalized before signing. This value could also be a pointer to archive documentation.
874
874
  # #
875
- # # Rationale: The repository should not assume that the procedure for validating any particular signature will be known many years in the future without documentation.
876
- # #
877
875
  # # Definition: The operations to be performed in order to validate the digital signature.
876
+ # #
877
+ # # Rationale: The repository should not assume that the procedure for validating any particular signature will be known many years in the future without documentation.
878
878
  # # @return [RDF::Vocabulary::Term]
879
879
  # attr_reader :hasSignatureValidationRules
880
880
  #
@@ -895,23 +895,23 @@ module RDF::Vocab
895
895
  # # @return [RDF::Vocabulary::Term]
896
896
  # attr_reader :hasSignificantProperties
897
897
  #
898
- # # Examples: content, structure, behavior, page count, page width, typeface, hyperlinks (representation), image count (representation), color space [for an embedded image] (bitstream)
899
- # #
900
- # # Rationale: Repositories may choose to describe significant properties based on a particular aspect or attribute of an object.
901
- # #
902
898
  # # Usage Notes: This semantic unit is optional and may be used as part of a facet:detail pair with significantPropertiesValue.
903
899
  # #
904
900
  # # Definition: The aspect, facet, or attribute of an object about which significant properties are being described.
901
+ # #
902
+ # # Rationale: Repositories may choose to describe significant properties based on a particular aspect or attribute of an object.
903
+ # #
904
+ # # Examples: content, structure, behavior, page count, page width, typeface, hyperlinks (representation), image count (representation), color space [for an embedded image] (bitstream)
905
905
  # # @return [RDF::Vocabulary::Term]
906
906
  # attr_reader :hasSignificantPropertiesType
907
907
  #
908
908
  # # Definition: Description of the characteristics of a particular object subjectively determined to be important to maintain through preservation actions.
909
909
  # #
910
- # # Usage Notes: If facet:detail pairs are used, the content of significantPropertiesValue should describe the significant properties of object relevant to the aspect, facet, or attribute declared in the significantPropertiesType with which it is paired. If facet:detail pairs are not used, significantPropertiesValue may be used to freely describe any characteristic of an object. significantPropertiesValue is not repeatable. Multiple significant properties should be described in separate, repeated significantProperties container units.
910
+ # # Examples: [For a Web page containing animation that is not considered essential] Content only, [For detail associated with a significantPropertiesType of "behavior"] Hyperlinks traversable, [For a Word document with embedded links that are not considered essential] Content only, [For detail associated with significantPropertiesType of "behavior"] Editable, [For detail associated with a significantPropertiesType of "page width"] 210 mm, [For a PDF with an embedded graph, where the lines' color determines the lines' meaning] Color, [For detail associated with a significantPropertiesType of "appearance"] Color
911
911
  # #
912
912
  # # Rationale: Repositories may choose to describe significant properties based on a particular aspect or attribute of an object.
913
913
  # #
914
- # # Examples: [For a Web page containing animation that is not considered essential] Content only, [For detail associated with a significantPropertiesType of "behavior"] Hyperlinks traversable, [For a Word document with embedded links that are not considered essential] Content only, [For detail associated with significantPropertiesType of "behavior"] Editable, [For detail associated with a significantPropertiesType of "page width"] 210 mm, [For a PDF with an embedded graph, where the lines' color determines the lines' meaning] Color, [For detail associated with a significantPropertiesType of "appearance"] Color
914
+ # # Usage Notes: If facet:detail pairs are used, the content of significantPropertiesValue should describe the significant properties of object relevant to the aspect, facet, or attribute declared in the significantPropertiesType with which it is paired. If facet:detail pairs are not used, significantPropertiesValue may be used to freely describe any characteristic of an object. significantPropertiesValue is not repeatable. Multiple significant properties should be described in separate, repeated significantProperties container units.
915
915
  # # @return [RDF::Vocabulary::Term]
916
916
  # attr_reader :hasSignificantPropertiesValue
917
917
  #
@@ -919,56 +919,56 @@ module RDF::Vocab
919
919
  # #
920
920
  # # Creation / Maintenance Notes: Automatically obtained by the repository.
921
921
  # #
922
- # # Usage Notes: Defining this semantic unit as size in bytes makes it unnecessary to record a unit of measurement. However, for the purpose of data exchange the unit of measurement should be stated or understood by both partners.
923
- # #
924
922
  # # Example: 2038937
925
923
  # #
926
924
  # # Rationale: Size is useful for ensuring the correct number of bytes from storage have been retrieved and that an application has enough room to move or process files. It might also be used when billing for storage.
925
+ # #
926
+ # # Usage Notes: Defining this semantic unit as size in bytes makes it unnecessary to record a unit of measurement. However, for the purpose of data exchange the unit of measurement should be stated or understood by both partners.
927
927
  # # @return [RDF::Vocabulary::Term]
928
928
  # attr_reader :hasSize
929
929
  #
930
930
  # # @return [RDF::Vocabulary::Term]
931
931
  # attr_reader :hasSoftware
932
932
  #
933
- # # Definition: The name and, if applicable, version of any software component needed by the software referenced in swName in the context of using this object.
934
- # #
935
933
  # # Example: GNU gcc >=2.7.2
936
934
  # #
935
+ # # Definition: The name and, if applicable, version of any software component needed by the software referenced in swName in the context of using this object.
936
+ # #
937
937
  # # Usage Notes: The value should be constructed in a way that is consistent with the construction of swName and swVersion. This semantic unit identifies the software that is needed by what is recorded in swName, for example, a Perl script that depends on a Perl module. In this case the Perl script is listed in swName, with the module in swDependency within a software container.
938
938
  # # @return [RDF::Vocabulary::Term]
939
939
  # attr_reader :hasSoftwareDependency
940
940
  #
941
- # # Usage Notes: Include manufacturer when this helps to identify or disambiguate the product, for example, use “Adobe Photoshop” rather than “Photoshop.”
942
- # #
943
941
  # # Examples: Adobe Photoshop, Adobe Acrobat Reader
944
942
  # #
943
+ # # Usage Notes: Include manufacturer when this helps to identify or disambiguate the product, for example, use “Adobe Photoshop” rather than “Photoshop.”
944
+ # #
945
945
  # # Definition: Manufacturer and title of the software application.
946
946
  # # @return [RDF::Vocabulary::Term]
947
947
  # attr_reader :hasSoftwareName
948
948
  #
949
- # # Definition: Additional requirements or instructions related to the software referenced in swName.
950
- # #
951
949
  # # Usage Notes: This could be a reliable persistent identifier or URI pointing to software documentation within or outside the repository.
952
950
  # #
953
951
  # # Example: Install Acroread (Adobe Acrobat) first; copy nppdf.so (the plug-in) to your Mozilla plug-ins directory, and make sure a copy of (or symlink to) Acroread is in your PATH.
952
+ # #
953
+ # # Definition: Additional requirements or instructions related to the software referenced in swName.
954
954
  # # @return [RDF::Vocabulary::Term]
955
955
  # attr_reader :hasSoftwareOtherInformation
956
956
  #
957
- # # Definition: Class or category of software.
958
- # #
959
957
  # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
960
958
  # #
959
+ # # Rationale: Several different layers of software can be required to support an object.
960
+ # #
961
961
  # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/softwareType
962
962
  # #
963
- # # Rationale: Several different layers of software can be required to support an object.
963
+ # # Definition: Class or category of software.
964
964
  # # @return [RDF::Vocabulary::Term]
965
965
  # attr_reader :hasSoftwareType
966
966
  #
967
967
  # # Definition: The version or versions of the software referenced in swName.
968
968
  # #
969
- # # Examples: >=2.2.0, 6.0, 2003
970
- # #
971
969
  # # Usage Notes: If there is no formal version, the date of issuance can be used.
970
+ # #
971
+ # # Examples: >=2.2.0, 6.0, 2003
972
972
  # # @return [RDF::Vocabulary::Term]
973
973
  # attr_reader :hasSoftwareVersion
974
974
  #
@@ -978,31 +978,31 @@ module RDF::Vocab
978
978
  # # @return [RDF::Vocabulary::Term]
979
979
  # attr_reader :hasStartDate
980
980
  #
981
- # # Usage Notes: Use standard citation form when applicable.
982
- # #
983
981
  # # Definition: An identifying designation for the statute.
984
982
  # #
983
+ # # Usage Notes: Use standard citation form when applicable.
984
+ # #
985
985
  # # Examples: Legal Deposit (Jersey) Law 200, National Library of New Zealand (Te Puna Mātauranga o Aotearoa) Act 2003 no 19 part 4 s 34
986
986
  # # @return [RDF::Vocabulary::Term]
987
987
  # attr_reader :hasStatuteCitation
988
988
  #
989
- # # Example: 2001-10-26T19:32:52+00:00
990
- # #
991
989
  # # Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime
992
990
  # #
993
- # # Rationale: The permission in question may be the subject of some interpretation. These assessments are made within a specific context and at a specific time. At another time the context, and therefore the assessment, could change. For this reason it can be important to record the date of the decision.
994
- # #
995
991
  # # Definition: The date that the determination was made that the statute authorized the permission(s) noted.
992
+ # #
993
+ # # Example: 2001-10-26T19:32:52+00:00
994
+ # #
995
+ # # Rationale: The permission in question may be the subject of some interpretation. These assessments are made within a specific context and at a specific time. At another time the context, and therefore the assessment, could change. For this reason it can be important to record the date of the decision.
996
996
  # # @return [RDF::Vocabulary::Term]
997
997
  # attr_reader :hasStatuteInformationDeterminationDate
998
998
  #
999
999
  # # Data Constraint: Values should be taken from a controlled vocabulary.
1000
1000
  # #
1001
+ # # Rationale: The connection between the object and the rights granted is based on jurisdiction.
1002
+ # #
1001
1003
  # # Definition: The country or other political body enacting the statute.
1002
1004
  # #
1003
1005
  # # Examples: us, de, be
1004
- # #
1005
- # # Rationale: The connection between the object and the rights granted is based on jurisdiction.
1006
1006
  # # @return [RDF::Vocabulary::Term]
1007
1007
  # attr_reader :hasStatuteJurisdiction
1008
1008
  #
@@ -1011,11 +1011,11 @@ module RDF::Vocab
1011
1011
  #
1012
1012
  # # Definition: The physical medium on which the object is stored (e.g., magnetic tape, hard disk, CD-ROM, DVD).
1013
1013
  # #
1014
- # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
1015
- # #
1016
1014
  # # Rationale: The repository needs to know the medium on which an object is stored in order to know how and when to do media refreshment and media migration.
1017
1015
  # #
1018
1016
  # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/storageMedium
1017
+ # #
1018
+ # # Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.
1019
1019
  # # @return [RDF::Vocabulary::Term]
1020
1020
  # attr_reader :hasStorageMedium
1021
1021
  #