rdf-vocab 0.7.0 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +24 -200
- data/README.md +88 -33
- data/lib/{rdf-vocab → rdf}/vocab/acl.rb +19 -13
- data/lib/{rdf-vocab → rdf}/vocab/bibframe.rb +513 -510
- data/lib/rdf/vocab/cnt.rb +112 -0
- data/lib/{rdf-vocab → rdf}/vocab/crm.rb +799 -799
- data/lib/{rdf-vocab → rdf}/vocab/datacite.rb +53 -53
- data/lib/{rdf-vocab → rdf}/vocab/dwc.rb +459 -459
- data/lib/{rdf-vocab → rdf}/vocab/edm.rb +41 -41
- data/lib/rdf/vocab/extensions.rb +29 -0
- data/lib/{rdf-vocab → rdf}/vocab/fcrepo4.rb +38 -38
- data/lib/{rdf-vocab → rdf}/vocab/iana.rb +89 -166
- data/lib/{rdf-vocab → rdf}/vocab/identifiers.rb +58 -38
- data/lib/rdf/vocab/ldp.rb +218 -0
- data/lib/{rdf-vocab → rdf}/vocab/mads.rb +147 -147
- data/lib/{rdf-vocab → rdf}/vocab/marc_relators.rb +273 -269
- data/lib/{rdf-vocab → rdf}/vocab/mods.rb +178 -178
- data/lib/{rdf-vocab → rdf}/vocab/oa.rb +102 -102
- data/lib/{rdf-vocab → rdf}/vocab/ore.rb +32 -32
- data/lib/{rdf-vocab/vocab/premis/v1.rb → rdf/vocab/premis.rb} +147 -147
- data/lib/{rdf-vocab → rdf}/vocab/premis_event_type.rb +0 -0
- data/lib/rdf/vocab/version.rb +18 -0
- data/lib/rdf/vocab.rb +153 -0
- data/spec/spec_helper.rb +3 -84
- data/spec/vocab_spec.rb +64 -0
- metadata +109 -58
- data/.gitignore +0 -17
- data/.rspec +0 -2
- data/.travis.yml +0 -6
- data/CONTRIBUTING.md +0 -116
- data/CONTRIBUTORS.md +0 -6
- data/Gemfile +0 -4
- data/Rakefile +0 -8
- data/lib/rdf-vocab/config/vocab.yml +0 -109
- data/lib/rdf-vocab/tasks/vocab.rake +0 -44
- data/lib/rdf-vocab/version.rb +0 -5
- data/lib/rdf-vocab/vocab/fcrepo3.rb +0 -326
- data/lib/rdf-vocab/vocab/ldp.rb +0 -140
- data/lib/rdf-vocab/vocab/prov.rb +0 -1549
- data/lib/rdf-vocab.rb +0 -34
- data/rdf-vocab.gemspec +0 -26
- data/sources/dwcterms.rdf +0 -2679
- data/sources/iana-relation.rdf +0 -475
- data/sources/iana-relation.xsl +0 -65
- data/spec/fixtures/dcterms.rdf +0 -1077
- data/spec/unit/rdf_vocab_spec.rb +0 -27
@@ -1,8 +1,8 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# This file generated automatically using vocab-fetch from http://www.loc.gov/premis/rdf/v1.rdf
|
3
3
|
require 'rdf'
|
4
|
-
module RDF::Vocab
|
5
|
-
class
|
4
|
+
module RDF::Vocab
|
5
|
+
class PREMIS < RDF::StrictVocabulary("http://www.loc.gov/premis/rdf/v1#")
|
6
6
|
|
7
7
|
# Class definitions
|
8
8
|
term :Agent,
|
@@ -10,7 +10,7 @@ module RDF::Vocab::PREMIS
|
|
10
10
|
Agent entities.).freeze,
|
11
11
|
label: "Agent".freeze,
|
12
12
|
"skos:editorialNote" => %(Entity properties: May hold or grant one or more rights. May carry out, authorize, or compel one or more events. May create or act upon one or more objects through an event or with respect to a rights statement.).freeze,
|
13
|
-
subClassOf: ["
|
13
|
+
subClassOf: ["premis:PremisEntity".freeze, "dc:Agent".freeze, "foaf:Agent".freeze],
|
14
14
|
type: "owl:Class".freeze,
|
15
15
|
"vs:term_status" => %(stable).freeze
|
16
16
|
term :ApplicableDates,
|
@@ -23,7 +23,7 @@ Agent entities.).freeze,
|
|
23
23
|
label: "Bitstream".freeze,
|
24
24
|
"rdfs:seeAlso" => %(Object class definition).freeze,
|
25
25
|
"skos:definition" => %(Definition: Contiguous or non-contiguous data within a file that has meaningful properties for preservation purposes.).freeze,
|
26
|
-
subClassOf: "
|
26
|
+
subClassOf: "premis:Object".freeze,
|
27
27
|
type: "owl:Class".freeze,
|
28
28
|
"vs:term_status" => %(stable).freeze
|
29
29
|
term :ContentLocation,
|
@@ -37,7 +37,7 @@ Agent entities.).freeze,
|
|
37
37
|
label: "CopyrightInformation".freeze,
|
38
38
|
"skos:definition" => %(Definition: Information about the copyright status of the object\(s\).).freeze,
|
39
39
|
"skos:scopeNote" => %(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.).freeze,
|
40
|
-
subClassOf: "
|
40
|
+
subClassOf: "premis:RightsStatement".freeze,
|
41
41
|
type: "owl:Class".freeze,
|
42
42
|
"vs:term_status" => %(stable).freeze
|
43
43
|
term :CreatingApplication,
|
@@ -70,7 +70,7 @@ an Event entity.
|
|
70
70
|
Mandatory semantic units are: eventIdentifier, eventType, and eventDateTime.).freeze,
|
71
71
|
label: "Event".freeze,
|
72
72
|
"skos:editorialNote" => %(Entity properties: Must be related to one or more objects. Can be related to one or more agents. Links between entities may be recorded from either direction and need not be bi-directional.).freeze,
|
73
|
-
subClassOf: "
|
73
|
+
subClassOf: "premis:PremisEntity".freeze,
|
74
74
|
type: "owl:Class".freeze,
|
75
75
|
"vs:term_status" => %(stable).freeze
|
76
76
|
term :EventOutcomeDetail,
|
@@ -90,7 +90,7 @@ Mandatory semantic units are: eventIdentifier, eventType, and eventDateTime.).fr
|
|
90
90
|
label: "File".freeze,
|
91
91
|
"rdfs:seeAlso" => %(Object class definition).freeze,
|
92
92
|
"skos:definition" => %(Definition: A named and ordered sequence of bytes that is known to an operating system.).freeze,
|
93
|
-
subClassOf: "
|
93
|
+
subClassOf: "premis:Object".freeze,
|
94
94
|
type: "owl:Class".freeze,
|
95
95
|
"vs:term_status" => %(stable).freeze
|
96
96
|
term :Fixity,
|
@@ -144,14 +144,14 @@ Mandatory semantic units are: eventIdentifier, eventType, and eventDateTime.).fr
|
|
144
144
|
comment: %(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).freeze,
|
145
145
|
label: "IntellectualEntity".freeze,
|
146
146
|
"skos:definition" => %(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.).freeze,
|
147
|
-
subClassOf: "
|
147
|
+
subClassOf: "premis:PremisEntity".freeze,
|
148
148
|
type: "owl:Class".freeze,
|
149
149
|
"vs:term_status" => %(stable).freeze
|
150
150
|
term :LicenseInformation,
|
151
151
|
label: "LicenseInformation".freeze,
|
152
152
|
"skos:definition" => %(Definition: Information about a license or other agreement granting permissions related to an object.).freeze,
|
153
153
|
"skos:scopeNote" => %(Usage Note: When rights basis is a license, licenseInformation should be provided.).freeze,
|
154
|
-
subClassOf: "
|
154
|
+
subClassOf: "premis:RightsStatement".freeze,
|
155
155
|
type: "owl:Class".freeze,
|
156
156
|
"vs:term_status" => %(stable).freeze
|
157
157
|
term :Object,
|
@@ -159,7 +159,7 @@ Mandatory semantic units are: eventIdentifier, eventType, and eventDateTime.).fr
|
|
159
159
|
The object class has three subclasses: Representation, File, and Bitstream.).freeze,
|
160
160
|
label: "Object".freeze,
|
161
161
|
"skos:editorialNote" => [%(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.).freeze, %(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.).freeze],
|
162
|
-
subClassOf: "
|
162
|
+
subClassOf: "premis:PremisEntity".freeze,
|
163
163
|
type: "owl:Class".freeze,
|
164
164
|
"vs:term_status" => %(stable).freeze
|
165
165
|
term :ObjectCharacteristics,
|
@@ -194,7 +194,7 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
194
194
|
label: "Representation".freeze,
|
195
195
|
"rdfs:seeAlso" => %(Object class definition).freeze,
|
196
196
|
"skos:definition" => %(Definition: 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.).freeze,
|
197
|
-
subClassOf: "
|
197
|
+
subClassOf: "premis:Object".freeze,
|
198
198
|
type: "owl:Class".freeze,
|
199
199
|
"vs:term_status" => %(stable).freeze
|
200
200
|
term :RightsDocumentation,
|
@@ -212,7 +212,7 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
212
212
|
label: "RightsStatement".freeze,
|
213
213
|
"skos:definition" => %(Definition: Documentation of the repository's right to perform one or more acts.).freeze,
|
214
214
|
"skos:scopeNote" => %(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.).freeze,
|
215
|
-
subClassOf: ["
|
215
|
+
subClassOf: ["premis:PremisEntity".freeze, "dc:RightsStatement".freeze],
|
216
216
|
type: "owl:Class".freeze,
|
217
217
|
"vs:term_status" => %(stable).freeze
|
218
218
|
term :Signature,
|
@@ -240,7 +240,7 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
240
240
|
label: "StatuteInformation".freeze,
|
241
241
|
"skos:definition" => %(Definition: Information about the statute allowing use of the object.).freeze,
|
242
242
|
"skos:scopeNote" => %(Usage Notes: When rights basis is a statute, statuteInformation should be provided.).freeze,
|
243
|
-
subClassOf: "
|
243
|
+
subClassOf: "premis:RightsStatement".freeze,
|
244
244
|
type: "owl:Class".freeze,
|
245
245
|
"vs:term_status" => %(stable).freeze
|
246
246
|
term :Storage,
|
@@ -254,28 +254,28 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
254
254
|
label: "TermOfGrant".freeze,
|
255
255
|
"skos:definition" => %(Definition: The time period for the permissions granted.).freeze,
|
256
256
|
"skos:editorialNote" => %(Rationale: The permission to preserve may be time bounded.).freeze,
|
257
|
-
subClassOf: "
|
257
|
+
subClassOf: "premis:ApplicableDates".freeze,
|
258
258
|
type: "owl:Class".freeze,
|
259
259
|
"vs:term_status" => %(stable).freeze
|
260
260
|
term :TermOfRestriction,
|
261
261
|
label: "TermOfRestriction".freeze,
|
262
262
|
"skos:definition" => %(Definition: The time period for the restriction granted.).freeze,
|
263
263
|
"skos:editorialNote" => %(Rationale: The current definition of termOfGrant is "time period for the permissions granted." This allows for expressing information about the rights granted, but some repositories may need to express timebounded restrictions like embargoes. If this is applicable startDate for the beginning of the embargo and endDate for the end of the embargo should be recorded.).freeze,
|
264
|
-
subClassOf: "
|
264
|
+
subClassOf: "premis:ApplicableDates".freeze,
|
265
265
|
type: "owl:Class".freeze,
|
266
266
|
"vs:term_status" => %(stable).freeze
|
267
267
|
|
268
268
|
# Property definitions
|
269
269
|
property :hasAct,
|
270
270
|
comment: [%(Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/actionsGranted ).freeze, %(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.).freeze],
|
271
|
-
domain: "
|
271
|
+
domain: "premis:RightsGranted".freeze,
|
272
272
|
label: "hasAct".freeze,
|
273
273
|
"skos:definition" => %(Definition: The action the preservation repository is allowed to take.).freeze,
|
274
274
|
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
|
275
275
|
"vs:term_status" => %(stable).freeze
|
276
276
|
property :hasAgent,
|
277
277
|
label: "hasAgent".freeze,
|
278
|
-
range: "
|
278
|
+
range: "premis:Agent".freeze,
|
279
279
|
"rdfs:seeAlso" => %(Agent class definition).freeze,
|
280
280
|
"skos:definition" => %(Definition: link to the associated Agent.).freeze,
|
281
281
|
"skos:editorialNote" => %(Rationale: Digital provenance requires often that relationships between agents and events are documented. The role of the associated agent may need to be documented. For this, a SKOS vocabulary can be used. The LOC will publish a vocabulary at http://id.loc.gov/, denoting the agent's role. These vocabulary will publish the concepts also as subproperties to the linkingAgent property, for denoting the role of the agent in the event or rightsstatement.).freeze,
|
@@ -283,7 +283,7 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
283
283
|
"vs:term_status" => %(testing).freeze
|
284
284
|
property :hasAgentName,
|
285
285
|
comment: %(Examples: Erik Owens, Pc).freeze,
|
286
|
-
domain: "
|
286
|
+
domain: "premis:Agent".freeze,
|
287
287
|
label: "hasAgentName".freeze,
|
288
288
|
range: "xsd:string".freeze,
|
289
289
|
"skos:definition" => %(Definition: A text string which could be used in addition to agentIdentifier to identify an agent.).freeze,
|
@@ -292,7 +292,7 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
292
292
|
type: "owl:DatatypeProperty".freeze,
|
293
293
|
"vs:term_status" => %(stable).freeze
|
294
294
|
property :hasAgentNote,
|
295
|
-
domain: "
|
295
|
+
domain: "premis:Agent".freeze,
|
296
296
|
label: "hasAgentNote".freeze,
|
297
297
|
range: "xsd:string".freeze,
|
298
298
|
"skos:definition" => %(Definition: Additional information about the agent.).freeze,
|
@@ -301,21 +301,21 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
301
301
|
"vs:term_status" => %(stable).freeze
|
302
302
|
property :hasAgentType,
|
303
303
|
comment: [%(Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/agentType ).freeze, %(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.).freeze],
|
304
|
-
domain: "
|
304
|
+
domain: "premis:Agent".freeze,
|
305
305
|
label: "hasAgentType".freeze,
|
306
306
|
"skos:definition" => %(Definition: A high-level characterization of the type of agent.).freeze,
|
307
307
|
type: ["owl:ObjectProperty".freeze, "owl:FunctionalProperty".freeze],
|
308
308
|
"vs:term_status" => %(stable).freeze
|
309
309
|
property :hasApplicableDates,
|
310
|
-
domain: "
|
310
|
+
domain: "premis:RightsStatement".freeze,
|
311
311
|
label: "hasApplicableDates".freeze,
|
312
|
-
range: "
|
312
|
+
range: "premis:ApplicableDates".freeze,
|
313
313
|
"rdfs:seeAlso" => %(ApplicableDates class definition).freeze,
|
314
314
|
type: "owl:ObjectProperty".freeze,
|
315
315
|
"vs:term_status" => %(stable).freeze
|
316
316
|
property :hasCompositionLevel,
|
317
317
|
comment: [%(Examples: 0, 1, 2).freeze, %(Data Constraints: Non-negative integers.).freeze],
|
318
|
-
domain: "
|
318
|
+
domain: "premis:ObjectCharacteristics".freeze,
|
319
319
|
label: "hasCompositionLevel".freeze,
|
320
320
|
range: "xsd:int".freeze,
|
321
321
|
"skos:definition" => %(Definition: An indication of whether the object is subject to one or more processes of decoding or unbundling.).freeze,
|
@@ -325,15 +325,15 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
325
325
|
type: ["owl:FunctionalProperty".freeze, "owl:DatatypeProperty".freeze],
|
326
326
|
"vs:term_status" => %(stable).freeze
|
327
327
|
property :hasContentLocation,
|
328
|
-
domain: "
|
328
|
+
domain: "premis:Storage".freeze,
|
329
329
|
label: "hasContentLocation".freeze,
|
330
|
-
range: "
|
330
|
+
range: "premis:ContentLocation".freeze,
|
331
331
|
"rdfs:seeAlso" => %(Storage class definition and ContentLocation class definition).freeze,
|
332
332
|
type: ["owl:FunctionalProperty".freeze, "owl:InverseFunctionalProperty".freeze, "owl:ObjectProperty".freeze],
|
333
333
|
"vs:term_status" => %(stable).freeze
|
334
334
|
property :hasContentLocationType,
|
335
335
|
comment: [%(Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/contentLocationType).freeze, %(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.).freeze],
|
336
|
-
domain: "
|
336
|
+
domain: "premis:ContentLocation".freeze,
|
337
337
|
label: "hasContentLocationType".freeze,
|
338
338
|
"skos:definition" => %(Definition: The means of referencing the location of the content.).freeze,
|
339
339
|
"skos:editorialNote" => %(Rationale: To understand the meaning of the value it is necessary to know what location scheme is used.).freeze,
|
@@ -341,7 +341,7 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
341
341
|
"vs:term_status" => %(stable).freeze
|
342
342
|
property :hasContentLocationValue,
|
343
343
|
comment: %(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\)).freeze,
|
344
|
-
domain: "
|
344
|
+
domain: "premis:ContentLocation".freeze,
|
345
345
|
label: "hasContentLocationValue".freeze,
|
346
346
|
range: "xsd:string".freeze,
|
347
347
|
"skos:definition" => %(Definition: The reference to the location of the content used by the storage system.).freeze,
|
@@ -350,7 +350,7 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
350
350
|
"vs:term_status" => %(stable).freeze
|
351
351
|
property :hasCopyrightJurisdiction,
|
352
352
|
comment: [%(Data Constraint: Values should be taken from ISO 3166.).freeze, %(Examples: us, de, be).freeze],
|
353
|
-
domain: "
|
353
|
+
domain: "premis:CopyrightInformation".freeze,
|
354
354
|
label: "hasCopyrightJurisdiction".freeze,
|
355
355
|
range: "xsd:string".freeze,
|
356
356
|
"skos:definition" => %(Definition: The country whose copyright laws apply.).freeze,
|
@@ -359,29 +359,29 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
359
359
|
"vs:term_status" => %(stable).freeze
|
360
360
|
property :hasCopyrightStatus,
|
361
361
|
comment: [%(Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/copyrightStatus).freeze, %(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.).freeze],
|
362
|
-
domain: "
|
362
|
+
domain: "premis:CopyrightInformation".freeze,
|
363
363
|
label: "hasCopyrightStatus".freeze,
|
364
364
|
"skos:definition" => %(Definition: A coded designation for the copyright status of the object at the time the rights statement is recorded.).freeze,
|
365
365
|
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
|
366
366
|
"vs:term_status" => %(stable).freeze
|
367
367
|
property :hasCopyrightStatusDeterminationDate,
|
368
368
|
comment: [%(Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime).freeze, %(Example: 2001-10-26T19:32:52+00:00).freeze],
|
369
|
-
domain: "
|
369
|
+
domain: "premis:CopyrightInformation".freeze,
|
370
370
|
label: "hasCopyrightStatusDeterminationDate".freeze,
|
371
371
|
range: "xsd:dateTime".freeze,
|
372
372
|
"skos:definition" => %(Definition: The date that the copyright status recorded in copyrightStatus was determined.).freeze,
|
373
373
|
type: ["owl:FunctionalProperty".freeze, "owl:DatatypeProperty".freeze],
|
374
374
|
"vs:term_status" => %(stable).freeze
|
375
375
|
property :hasCreatingApplication,
|
376
|
-
domain: "
|
376
|
+
domain: "premis:ObjectCharacteristics".freeze,
|
377
377
|
label: "hasCreatingApplication".freeze,
|
378
|
-
range: "
|
378
|
+
range: "premis:CreatingApplication".freeze,
|
379
379
|
"rdfs:seeAlso" => %(ObjectCharacteristics class definition and CreatingApplication class definition).freeze,
|
380
380
|
type: "owl:ObjectProperty".freeze,
|
381
381
|
"vs:term_status" => %(stable).freeze
|
382
382
|
property :hasCreatingApplicationName,
|
383
383
|
comment: %(Example: MSWord).freeze,
|
384
|
-
domain: "
|
384
|
+
domain: "premis:CreatingApplication".freeze,
|
385
385
|
label: "hasCreatingApplicationName".freeze,
|
386
386
|
range: "xsd:string".freeze,
|
387
387
|
"skos:definition" => %(Definition: A designation for the name of the software program that created the object.).freeze,
|
@@ -390,7 +390,7 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
390
390
|
"vs:term_status" => %(stable).freeze
|
391
391
|
property :hasCreatingApplicationVersion,
|
392
392
|
comment: %(Example: 2000).freeze,
|
393
|
-
domain: "
|
393
|
+
domain: "premis:CreatingApplication".freeze,
|
394
394
|
label: "hasCreatingApplicationVersion".freeze,
|
395
395
|
range: "xsd:string".freeze,
|
396
396
|
"skos:definition" => %(Definition: The version of the software program that created the object.).freeze,
|
@@ -398,7 +398,7 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
398
398
|
"vs:term_status" => %(stable).freeze
|
399
399
|
property :hasDateCreatedByApplication,
|
400
400
|
comment: [%(Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime).freeze, %(Example: 2001-10-26T19:32:52+00:00).freeze],
|
401
|
-
domain: "
|
401
|
+
domain: "premis:CreatingApplication".freeze,
|
402
402
|
label: "hasDateCreatedByApplication".freeze,
|
403
403
|
range: "xsd:dateTime".freeze,
|
404
404
|
"skos:definition" => %(Definition: The actual or approximate date and time the object was created.).freeze,
|
@@ -406,15 +406,15 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
406
406
|
type: ["owl:FunctionalProperty".freeze, "owl:DatatypeProperty".freeze],
|
407
407
|
"vs:term_status" => %(stable).freeze
|
408
408
|
property :hasDependency,
|
409
|
-
domain: "
|
409
|
+
domain: "premis:Environment".freeze,
|
410
410
|
label: "hasDependency".freeze,
|
411
|
-
range: "
|
411
|
+
range: "premis:Dependency".freeze,
|
412
412
|
"rdfs:seeAlso" => %(Environment class definition and Dependency class definition).freeze,
|
413
413
|
type: "owl:ObjectProperty".freeze,
|
414
414
|
"vs:term_status" => %(stable).freeze
|
415
415
|
property :hasDependencyName,
|
416
416
|
comment: %(Example: Additional Element Set for Language Corpora).freeze,
|
417
|
-
domain: "
|
417
|
+
domain: "premis:Dependency".freeze,
|
418
418
|
label: "hasDependencyName".freeze,
|
419
419
|
range: "xsd:string".freeze,
|
420
420
|
"skos:definition" => %(Definition: A designation for a component or associated file needed by the representation or file.).freeze,
|
@@ -423,7 +423,7 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
423
423
|
"vs:term_status" => %(stable).freeze
|
424
424
|
property :hasEndDate,
|
425
425
|
comment: %(Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime).freeze,
|
426
|
-
domain: "
|
426
|
+
domain: "premis:ApplicableDates".freeze,
|
427
427
|
label: "hasEndDate".freeze,
|
428
428
|
range: "xsd:dateTime".freeze,
|
429
429
|
"skos:definition" => %(Definition: The ending date of the permission granted.).freeze,
|
@@ -431,15 +431,15 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
431
431
|
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
|
432
432
|
"vs:term_status" => %(stable).freeze
|
433
433
|
property :hasEnvironment,
|
434
|
-
domain: "
|
434
|
+
domain: "premis:Object".freeze,
|
435
435
|
label: "hasEnvironment".freeze,
|
436
|
-
range: "
|
436
|
+
range: "premis:Environment".freeze,
|
437
437
|
"rdfs:seeAlso" => %(Object class definition and Environment class definition).freeze,
|
438
438
|
type: "owl:ObjectProperty".freeze,
|
439
439
|
"vs:term_status" => %(stable).freeze
|
440
440
|
property :hasEnvironmentCharacteristic,
|
441
441
|
comment: [%(Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/environmentCharacteristic).freeze, %(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.).freeze],
|
442
|
-
domain: "
|
442
|
+
domain: "premis:Environment".freeze,
|
443
443
|
label: "hasEnvironmentCharacteristic".freeze,
|
444
444
|
"skos:definition" => %(Definition: An assessment of the extent to which the described environment supports its purpose.).freeze,
|
445
445
|
"skos:editorialNote" => %(Rationale: If multiple environments are described, this element can help to distinguish among them.).freeze,
|
@@ -448,7 +448,7 @@ The object class has three subclasses: Representation, File, and Bitstream.).fre
|
|
448
448
|
property :hasEnvironmentNote,
|
449
449
|
comment: %(Example: This environment assumes that the PDF will be stored locally
|
450
450
|
and used with a standalone PDF reader.).freeze,
|
451
|
-
domain: "
|
451
|
+
domain: "premis:Environment".freeze,
|
452
452
|
label: "hasEnvironmentNote".freeze,
|
453
453
|
range: "xsd:string".freeze,
|
454
454
|
"skos:definition" => %(Definition: Additional information about the environment.).freeze,
|
@@ -458,7 +458,7 @@ and used with a standalone PDF reader.).freeze,
|
|
458
458
|
"vs:term_status" => %(stable).freeze
|
459
459
|
property :hasEnvironmentPurpose,
|
460
460
|
comment: [%(Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/environmentPurpose).freeze, %(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.).freeze],
|
461
|
-
domain: "
|
461
|
+
domain: "premis:Environment".freeze,
|
462
462
|
label: "hasEnvironmentPurpose".freeze,
|
463
463
|
"skos:definition" => %(Definition: The use\(s\) supported by the specified environment.).freeze,
|
464
464
|
"skos:editorialNote" => %(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.).freeze,
|
@@ -466,7 +466,7 @@ and used with a standalone PDF reader.).freeze,
|
|
466
466
|
"vs:term_status" => %(stable).freeze
|
467
467
|
property :hasEvent,
|
468
468
|
label: "hasEvent".freeze,
|
469
|
-
range: "
|
469
|
+
range: "premis:Event".freeze,
|
470
470
|
"rdfs:seeAlso" => %(Object class definition, the Agent class Definition and Event class definition).freeze,
|
471
471
|
"skos:definition" => %(Definition: The event associated with the object or an agent.).freeze,
|
472
472
|
"skos:scopeNote" => %(Usage Notes: Use to link to events that are not associated with relationships between objects, such as format validation, virus checking, etc.).freeze,
|
@@ -474,7 +474,7 @@ and used with a standalone PDF reader.).freeze,
|
|
474
474
|
"vs:term_status" => %(stable).freeze
|
475
475
|
property :hasEventDateTime,
|
476
476
|
comment: [%(Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime).freeze, %(Example: 2001-10-26T19:32:52+00:00).freeze],
|
477
|
-
domain: "
|
477
|
+
domain: "premis:Event".freeze,
|
478
478
|
label: "hasEventDateTime".freeze,
|
479
479
|
range: "xsd:dateTime".freeze,
|
480
480
|
"skos:definition" => %(Definition: The single date and time, or date and time range, at or during which the event occurred.).freeze,
|
@@ -484,7 +484,7 @@ and used with a standalone PDF reader.).freeze,
|
|
484
484
|
property :hasEventDetail,
|
485
485
|
comment: %(Examples: Object permanently withdrawn by request of Caroline Hunt,
|
486
486
|
Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
487
|
-
domain: "
|
487
|
+
domain: "premis:Event".freeze,
|
488
488
|
label: "hasEventDetail".freeze,
|
489
489
|
range: "xsd:string".freeze,
|
490
490
|
"skos:definition" => %(Definition: Additional information about the event.).freeze,
|
@@ -493,7 +493,7 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
493
493
|
"vs:term_status" => %(stable).freeze
|
494
494
|
property :hasEventOutcome,
|
495
495
|
comment: [%(Data Constraint: Value should be taken from a controlled vocabulary.).freeze, %(Examples: 00 [a code meaning “action successfully completed”], CV-01 [a code meaning “checksum validated”]).freeze],
|
496
|
-
domain: "
|
496
|
+
domain: "premis:EventOutcomeInformation".freeze,
|
497
497
|
label: "hasEventOutcome".freeze,
|
498
498
|
range: "xsd:string".freeze,
|
499
499
|
"skos:definition" => %(Definition: A categorization of the overall result of the event in terms of success, partial success, or failure.).freeze,
|
@@ -502,15 +502,15 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
502
502
|
type: ["owl:FunctionalProperty".freeze, "owl:DatatypeProperty".freeze],
|
503
503
|
"vs:term_status" => %(stable).freeze
|
504
504
|
property :hasEventOutcomeDetail,
|
505
|
-
domain: "
|
505
|
+
domain: "premis:EventOutcomeInformation".freeze,
|
506
506
|
label: "hasEventOutcomeDetail".freeze,
|
507
|
-
range: "
|
507
|
+
range: "premis:EventOutcomeDetail".freeze,
|
508
508
|
"rdfs:seeAlso" => %(EventOutcomeInformation class definition and EventOutcomeDetail class definition).freeze,
|
509
509
|
type: "owl:ObjectProperty".freeze,
|
510
510
|
"vs:term_status" => %(stable).freeze
|
511
511
|
property :hasEventOutcomeDetailNote,
|
512
512
|
comment: %(Examples: LZW compressed file, Non-standard tags found in header).freeze,
|
513
|
-
domain: "
|
513
|
+
domain: "premis:EventOutcomeDetail".freeze,
|
514
514
|
label: "hasEventOutcomeDetailNote".freeze,
|
515
515
|
range: "xsd:string".freeze,
|
516
516
|
"skos:definition" => %(Definition: A detailed description of the result or product of the event in textual form.).freeze,
|
@@ -518,63 +518,63 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
518
518
|
type: ["owl:FunctionalProperty".freeze, "owl:DatatypeProperty".freeze],
|
519
519
|
"vs:term_status" => %(stable).freeze
|
520
520
|
property :hasEventOutcomeInformation,
|
521
|
-
domain: "
|
521
|
+
domain: "premis:Event".freeze,
|
522
522
|
label: "hasEventOutcomeInformation".freeze,
|
523
|
-
range: "
|
523
|
+
range: "premis:EventOutcomeInformation".freeze,
|
524
524
|
"rdfs:seeAlso" => %(Event class definition and EventOutcomeInformation class definition).freeze,
|
525
525
|
type: "owl:ObjectProperty".freeze,
|
526
526
|
"vs:term_status" => %(stable).freeze
|
527
527
|
property :hasEventRelatedAgent,
|
528
528
|
comment: [%(This propety links a Event instance to an Agent instance. Via this property a distinction can be made in the linkingAgent properties based on the domain.).freeze, %(Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.).freeze],
|
529
|
-
domain: "
|
529
|
+
domain: "premis:Event".freeze,
|
530
530
|
label: "hasEventRelatedAgent".freeze,
|
531
|
-
range: "
|
531
|
+
range: "premis:Agent".freeze,
|
532
532
|
"rdfs:seeAlso" => %(http://id.loc.gov/vocabulary/preservation/eventRelatedAgentRole).freeze,
|
533
|
-
subPropertyOf: "
|
533
|
+
subPropertyOf: "premis:hasAgent".freeze,
|
534
534
|
type: "owl:ObjectProperty".freeze,
|
535
535
|
"vs:term_status" => %(unstable).freeze
|
536
536
|
property :hasEventRelatedObject,
|
537
537
|
comment: %(Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.).freeze,
|
538
|
-
domain: "
|
538
|
+
domain: "premis:Event".freeze,
|
539
539
|
label: "hasEventRelatedObject".freeze,
|
540
|
-
range: "
|
540
|
+
range: "premis:Object".freeze,
|
541
541
|
"rdfs:seeAlso" => [%(Event class definition and Object class definition).freeze, %(http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole).freeze],
|
542
542
|
"skos:definition" => %(Definition: Information about an object associated with an event.).freeze,
|
543
543
|
"skos:editorialNote" => %(Rationale: Digital provenance often requires that relationships between objects and events are documented.).freeze,
|
544
|
-
subPropertyOf: "
|
544
|
+
subPropertyOf: "premis:hasObject".freeze,
|
545
545
|
type: "owl:ObjectProperty".freeze,
|
546
546
|
"vs:term_status" => %(stable).freeze
|
547
547
|
property :hasEventType,
|
548
548
|
comment: [%(Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/eventType).freeze, %(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.).freeze],
|
549
|
-
domain: "
|
549
|
+
domain: "premis:Event".freeze,
|
550
550
|
label: "hasEventType".freeze,
|
551
551
|
"skos:definition" => %(Definition: A categorization of the nature of the event.).freeze,
|
552
552
|
"skos:editorialNote" => %(Rationale: Categorizing events will aid the preservation repository in machine processing of event information, particularly in reporting.).freeze,
|
553
553
|
type: ["owl:ObjectProperty".freeze, "owl:FunctionalProperty".freeze],
|
554
554
|
"vs:term_status" => %(testing).freeze
|
555
555
|
property :hasFixity,
|
556
|
-
domain: "
|
556
|
+
domain: "premis:ObjectCharacteristics".freeze,
|
557
557
|
label: "hasFixity".freeze,
|
558
|
-
range: "
|
558
|
+
range: "premis:Fixity".freeze,
|
559
559
|
"rdfs:seeAlso" => %(ObjectCharacteristics class definition and Fixity class definition).freeze,
|
560
560
|
type: ["owl:InverseFunctionalProperty".freeze, "owl:ObjectProperty".freeze],
|
561
561
|
"vs:term_status" => %(stable).freeze
|
562
562
|
property :hasFormat,
|
563
|
-
domain: "
|
563
|
+
domain: "premis:ObjectCharacteristics".freeze,
|
564
564
|
label: "hasFormat".freeze,
|
565
565
|
"rdfs:seeAlso" => %(ObjectCharacteristics class definition and Format class definition. Next to the premis:Format class this property can also link to a pronom:file-format or udfr:AbstractFormat .).freeze,
|
566
566
|
type: "owl:ObjectProperty".freeze,
|
567
567
|
"vs:term_status" => %(stable).freeze
|
568
568
|
property :hasFormatDesignation,
|
569
|
-
domain: "
|
569
|
+
domain: "premis:Format".freeze,
|
570
570
|
label: "hasFormatDesignation".freeze,
|
571
|
-
range: "
|
571
|
+
range: "premis:FormatDesignation".freeze,
|
572
572
|
"rdfs:seeAlso" => %(Format class definition and FormatDesignation class definition).freeze,
|
573
573
|
type: ["owl:ObjectProperty".freeze, "owl:FunctionalProperty".freeze],
|
574
574
|
"vs:term_status" => %(stable).freeze
|
575
575
|
property :hasFormatName,
|
576
576
|
comment: [%(Data Constraint: Value should be taken from a controlled vocabulary.).freeze, %(Examples: Text/sgml, image/tiff/geotiff, Adobe PDF, DES, PGP, base64, unknown, LaTex).freeze],
|
577
|
-
domain: "
|
577
|
+
domain: "premis:FormatDesignation".freeze,
|
578
578
|
label: "hasFormatName".freeze,
|
579
579
|
range: "xsd:string".freeze,
|
580
580
|
"skos:definition" => %(Definition: A designation of the format of the file or bitstream.).freeze,
|
@@ -583,7 +583,7 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
583
583
|
"vs:term_status" => %(stable).freeze
|
584
584
|
property :hasFormatNote,
|
585
585
|
comment: %(Examples: tentative identification, disjunction, multiple format identifications found).freeze,
|
586
|
-
domain: "
|
586
|
+
domain: "premis:Format".freeze,
|
587
587
|
label: "hasFormatNote".freeze,
|
588
588
|
range: "xsd:string".freeze,
|
589
589
|
"skos:definition" => %(Definition: Additional information about format.).freeze,
|
@@ -592,22 +592,22 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
592
592
|
type: "owl:DatatypeProperty".freeze,
|
593
593
|
"vs:term_status" => %(stable).freeze
|
594
594
|
property :hasFormatRegistry,
|
595
|
-
domain: "
|
595
|
+
domain: "premis:Format".freeze,
|
596
596
|
label: "hasFormatRegistry".freeze,
|
597
|
-
range: "
|
597
|
+
range: "premis:FormatRegistry".freeze,
|
598
598
|
"rdfs:seeAlso" => %(Format class definition and FormatRegistry class definition).freeze,
|
599
599
|
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
|
600
600
|
"vs:term_status" => %(stable).freeze
|
601
601
|
property :hasFormatRegistryKey,
|
602
602
|
comment: %(Examples: info:gdfr/fred/f/tiff, TIFF/6.0).freeze,
|
603
|
-
domain: "
|
603
|
+
domain: "premis:FormatRegistry".freeze,
|
604
604
|
label: "hasFormatRegistryKey".freeze,
|
605
605
|
"skos:definition" => %(Definition: The unique key used to reference an entry for this format in a format registry.).freeze,
|
606
606
|
type: ["owl:FunctionalProperty".freeze, "owl:DatatypeProperty".freeze],
|
607
607
|
"vs:term_status" => %(stable).freeze
|
608
608
|
property :hasFormatRegistryName,
|
609
609
|
comment: %(Examples: PRONOM, www.nationalarchives.gov.uk/pronom, Representation Information Registry Repository, FRED: A format registry demonstration, release 0.07).freeze,
|
610
|
-
domain: "
|
610
|
+
domain: "premis:FormatRegistry".freeze,
|
611
611
|
label: "hasFormatRegistryName".freeze,
|
612
612
|
range: "xsd:string".freeze,
|
613
613
|
"skos:definition" => %(Definition: A designation identifying the referenced format registry.).freeze,
|
@@ -616,7 +616,7 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
616
616
|
"vs:term_status" => %(stable).freeze
|
617
617
|
property :hasFormatRegistryRole,
|
618
618
|
comment: [%(Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/formatRegistryRole).freeze, %(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.).freeze],
|
619
|
-
domain: "
|
619
|
+
domain: "premis:FormatRegistry".freeze,
|
620
620
|
label: "hasFormatRegistryRole".freeze,
|
621
621
|
"skos:definition" => %(Definition: The purpose or expected use of the registry.).freeze,
|
622
622
|
"skos:editorialNote" => %(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.).freeze,
|
@@ -624,7 +624,7 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
624
624
|
"vs:term_status" => %(stable).freeze
|
625
625
|
property :hasFormatVersion,
|
626
626
|
comment: %(Examples: 6.0, 2003).freeze,
|
627
|
-
domain: "
|
627
|
+
domain: "premis:FormatDesignation".freeze,
|
628
628
|
label: "hasFormatVersion".freeze,
|
629
629
|
range: "xsd:string".freeze,
|
630
630
|
"skos:definition" => %(Definition: The version of the format named in formatName.).freeze,
|
@@ -633,15 +633,15 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
633
633
|
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
|
634
634
|
"vs:term_status" => %(stable).freeze
|
635
635
|
property :hasHardware,
|
636
|
-
domain: "
|
636
|
+
domain: "premis:Environment".freeze,
|
637
637
|
label: "hasHardware".freeze,
|
638
|
-
range: "
|
638
|
+
range: "premis:Hardware".freeze,
|
639
639
|
"rdfs:seeAlso" => %(Environment class definition and Hardware class definition).freeze,
|
640
640
|
type: "owl:ObjectProperty".freeze,
|
641
641
|
"vs:term_status" => %(stable).freeze
|
642
642
|
property :hasHardwareName,
|
643
643
|
comment: %(Examples: Intel Pentium III, 1 GB DRAM, Windows XPcompatible joystick).freeze,
|
644
|
-
domain: "
|
644
|
+
domain: "premis:Hardware".freeze,
|
645
645
|
label: "hasHardwareName".freeze,
|
646
646
|
range: "xsd:string".freeze,
|
647
647
|
"skos:definition" => %(Definition: Manufacturer, model, and version \(if applicable\) of the hardware.).freeze,
|
@@ -650,7 +650,7 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
650
650
|
"vs:term_status" => %(stable).freeze
|
651
651
|
property :hasHardwareOtherInformation,
|
652
652
|
comment: %(Examples: 32MB minimum, Required RAM for Apache is unknown).freeze,
|
653
|
-
domain: "
|
653
|
+
domain: "premis:Hardware".freeze,
|
654
654
|
label: "hasHardwareOtherInformation".freeze,
|
655
655
|
range: "xsd:string".freeze,
|
656
656
|
"skos:definition" => %(Definition: Additional requirements or instructions related to the hardware referenced in hwName.).freeze,
|
@@ -660,7 +660,7 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
660
660
|
"vs:term_status" => %(stable).freeze
|
661
661
|
property :hasHardwareType,
|
662
662
|
comment: [%(Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/hardwareType).freeze, %(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.).freeze],
|
663
|
-
domain: "
|
663
|
+
domain: "premis:Hardware".freeze,
|
664
664
|
label: "hasHardwareType".freeze,
|
665
665
|
"skos:definition" => %(Definition: Class or category of the hardware.).freeze,
|
666
666
|
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
|
@@ -672,7 +672,7 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
672
672
|
"vs:term_status" => %(stable).freeze
|
673
673
|
property :hasIdentifierType,
|
674
674
|
comment: [%(Examples: DLC, DRS, hdl:4263537).freeze, %(Data Constraint: Value should be taken from controlled vocabulary.).freeze],
|
675
|
-
domain: "
|
675
|
+
domain: "premis:Identifier".freeze,
|
676
676
|
label: "hasIdentifierType".freeze,
|
677
677
|
range: "xsd:string".freeze,
|
678
678
|
"skos:definition" => %(Definition: A designation of the domain within which the identifier is unique.).freeze,
|
@@ -682,14 +682,14 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
682
682
|
"vs:term_status" => %(stable).freeze
|
683
683
|
property :hasIdentifierValue,
|
684
684
|
comment: [%(Defnition: The value of the Identifier.).freeze, %(Examples: 0000000312 \(Representation\), IU2440 \(File\), WAC1943.56 \(File\), http://nrs.harvard.edu/urn-3:FHCL.Loeb:sal \(File\), IU2440-1 \(Bitstream\)).freeze],
|
685
|
-
domain: "
|
685
|
+
domain: "premis:Identifier".freeze,
|
686
686
|
label: "hasIdentifierValue".freeze,
|
687
687
|
range: "xsd:string".freeze,
|
688
688
|
type: ["owl:FunctionalProperty".freeze, "owl:DatatypeProperty".freeze],
|
689
689
|
"vs:term_status" => %(stable).freeze
|
690
690
|
property :hasInhibitorKey,
|
691
691
|
comment: %(Example: [DES decryption key]).freeze,
|
692
|
-
domain: "
|
692
|
+
domain: "premis:Inhibitors".freeze,
|
693
693
|
label: "hasInhibitorKey".freeze,
|
694
694
|
range: "xsd:string".freeze,
|
695
695
|
"skos:definition" => %(Definition: The decryption key or password.).freeze,
|
@@ -698,41 +698,41 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
698
698
|
"vs:term_status" => %(stable).freeze
|
699
699
|
property :hasInhibitorTarget,
|
700
700
|
comment: [%(Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/inhibitorTarget).freeze, %(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.).freeze],
|
701
|
-
domain: "
|
701
|
+
domain: "premis:Inhibitors".freeze,
|
702
702
|
label: "hasInhibitorTarget".freeze,
|
703
703
|
"skos:definition" => %(Definition: The content or function protected by the inhibitor.).freeze,
|
704
704
|
type: "owl:ObjectProperty".freeze,
|
705
705
|
"vs:term_status" => %(stable).freeze
|
706
706
|
property :hasInhibitorType,
|
707
707
|
comment: [%(Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/inhibitorType).freeze, %(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.).freeze],
|
708
|
-
domain: "
|
708
|
+
domain: "premis:Inhibitors".freeze,
|
709
709
|
label: "hasInhibitorType".freeze,
|
710
710
|
"skos:definition" => %(Definition: The inhibitor method employed.).freeze,
|
711
711
|
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
|
712
712
|
"vs:term_status" => %(stable).freeze
|
713
713
|
property :hasInhibitors,
|
714
|
-
domain: "
|
714
|
+
domain: "premis:ObjectCharacteristics".freeze,
|
715
715
|
label: "hasInhibitors".freeze,
|
716
|
-
range: "
|
716
|
+
range: "premis:Inhibitors".freeze,
|
717
717
|
"rdfs:seeAlso" => %(ObjectCharacteristics class definition and Inhibitors class definition).freeze,
|
718
718
|
type: "owl:ObjectProperty".freeze,
|
719
719
|
"vs:term_status" => %(stable).freeze
|
720
720
|
property :hasIntellectualEntity,
|
721
|
-
domain: "
|
721
|
+
domain: "premis:Object".freeze,
|
722
722
|
label: "hasIntellectualEntity".freeze,
|
723
|
-
range: "
|
723
|
+
range: "premis:IntellectualEntity".freeze,
|
724
724
|
"skos:definition" => %(Definition: An intellectual entity associated with the object.).freeze,
|
725
725
|
"skos:scopeNote" => %(Usage Notes: Use to link to an intellectual entity that is related to the object. This may be a link to descriptive metadata that describes the intellectual entity or some other surrogate for it that can be referenced. This link will likely be to an identifier of an object that is at a higher conceptual level than the object for which the metadata is provided, for example, to a collection or parent object.).freeze,
|
726
726
|
type: "owl:ObjectProperty".freeze,
|
727
727
|
"vs:term_status" => %(stable).freeze
|
728
728
|
property :hasKeyInformation,
|
729
|
-
domain: "
|
729
|
+
domain: "premis:Signature".freeze,
|
730
730
|
label: "hasKeyInformation".freeze,
|
731
731
|
"rdfs:seeAlso" => %(Signature class definition and KeyInformation class definition).freeze,
|
732
732
|
type: ["owl:ObjectProperty".freeze, "owl:FunctionalProperty".freeze],
|
733
733
|
"vs:term_status" => %(unstable).freeze
|
734
734
|
property :hasLicenseTerms,
|
735
|
-
domain: "
|
735
|
+
domain: "premis:LicenseInformation".freeze,
|
736
736
|
label: "hasLicenseTerms".freeze,
|
737
737
|
range: "xsd:string".freeze,
|
738
738
|
"skos:definition" => %(Definition: Text describing the license or agreement by which permission was granted.).freeze,
|
@@ -741,7 +741,7 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
741
741
|
"vs:term_status" => %(stable).freeze
|
742
742
|
property :hasMessageDigest,
|
743
743
|
comment: %(Example: 7c9b35da4f2ebd436f1cf88e5a39b3a257edf4a22be3c955ac49da2e2107b67a1924419563).freeze,
|
744
|
-
domain: "
|
744
|
+
domain: "premis:Fixity".freeze,
|
745
745
|
label: "hasMessageDigest".freeze,
|
746
746
|
range: "xsd:string".freeze,
|
747
747
|
"skos:definition" => %(Definition: The output of the message digest algorithm.).freeze,
|
@@ -750,14 +750,14 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
750
750
|
"vs:term_status" => %(stable).freeze
|
751
751
|
property :hasMessageDigestAlgorithm,
|
752
752
|
comment: [%(Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions).freeze, %(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.).freeze],
|
753
|
-
domain: "
|
753
|
+
domain: "premis:Fixity".freeze,
|
754
754
|
label: "hasMessageDigestAlgorithm".freeze,
|
755
755
|
"skos:definition" => %(Definition: The specific algorithm used to construct the message digest for the digital object.).freeze,
|
756
756
|
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
|
757
757
|
"vs:term_status" => %(stable).freeze
|
758
758
|
property :hasMessageDigestOriginator,
|
759
759
|
comment: %(Examples: DRS, A0000978).freeze,
|
760
|
-
domain: "
|
760
|
+
domain: "premis:Fixity".freeze,
|
761
761
|
label: "hasMessageDigestOriginator".freeze,
|
762
762
|
range: "xsd:string".freeze,
|
763
763
|
"skos:definition" => %(Definition: The agent that created the original message digest that is compared in a fixity check.).freeze,
|
@@ -769,7 +769,7 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
769
769
|
property :hasObject,
|
770
770
|
comment: %(Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.).freeze,
|
771
771
|
label: "hasObject".freeze,
|
772
|
-
range: "
|
772
|
+
range: "premis:Object".freeze,
|
773
773
|
"rdfs:seeAlso" => [%(Event and RightsStatement class definition and Object class definition).freeze, %(http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole).freeze],
|
774
774
|
"skos:definition" => %(Definition: Information about an object associated with an event or rightsstatement.).freeze,
|
775
775
|
"skos:editorialNote" => %(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.).freeze,
|
@@ -777,7 +777,7 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
777
777
|
"vs:term_status" => %(stable).freeze
|
778
778
|
property :hasObjectCharacteristics,
|
779
779
|
label: "hasObjectCharacteristics".freeze,
|
780
|
-
range: "
|
780
|
+
range: "premis:ObjectCharacteristics".freeze,
|
781
781
|
"rdfs:seeAlso" => %(Object class definition and ObjectCharacteristics class definition).freeze,
|
782
782
|
type: ["owl:InverseFunctionalProperty".freeze, "owl:ObjectProperty".freeze],
|
783
783
|
"vs:term_status" => %(stable).freeze
|
@@ -793,13 +793,13 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
793
793
|
"vs:term_status" => %(stable).freeze
|
794
794
|
property :hasPreservationLevel,
|
795
795
|
label: "hasPreservationLevel".freeze,
|
796
|
-
range: "
|
796
|
+
range: "premis:PreservationLevel".freeze,
|
797
797
|
"rdfs:seeAlso" => %(Object class definition and PreservationLevel class definition).freeze,
|
798
798
|
type: "owl:ObjectProperty".freeze,
|
799
799
|
"vs:term_status" => %(stable).freeze
|
800
800
|
property :hasPreservationLevelDateAssigned,
|
801
801
|
comment: [%(Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime).freeze, %(Examples: 2001-10-26T19:32:52+00:00).freeze],
|
802
|
-
domain: "
|
802
|
+
domain: "premis:PreservationLevel".freeze,
|
803
803
|
label: "hasPreservationLevelDateAssigned".freeze,
|
804
804
|
range: "xsd:dateTime".freeze,
|
805
805
|
"skos:definition" => %(Definition: The date, or date and time, when a particular preservationLevelValue was assigned to the object.).freeze,
|
@@ -808,7 +808,7 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
808
808
|
"vs:term_status" => %(stable).freeze
|
809
809
|
property :hasPreservationLevelRationale,
|
810
810
|
comment: %(Examples: user pays, legislation, defective file, bit-level preservation only available for this format).freeze,
|
811
|
-
domain: "
|
811
|
+
domain: "premis:PreservationLevel".freeze,
|
812
812
|
label: "hasPreservationLevelRationale".freeze,
|
813
813
|
range: "xsd:string".freeze,
|
814
814
|
"skos:definition" => %(Definition: The reason a particular preservationLevelValue was applied to the object.).freeze,
|
@@ -818,7 +818,7 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
818
818
|
"vs:term_status" => %(stable).freeze
|
819
819
|
property :hasPreservationLevelRole,
|
820
820
|
comment: [%(Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/preservationLevelRole).freeze, %(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.).freeze],
|
821
|
-
domain: "
|
821
|
+
domain: "premis:PreservationLevel".freeze,
|
822
822
|
label: "hasPreservationLevelRole".freeze,
|
823
823
|
"skos:definition" => %(Definition: A value indicating the context in which a set of preservation options is applicable.).freeze,
|
824
824
|
"skos:editorialNote" => %(Rationale: Repositories may assign preservationLevelValues in different contexts which must be differentiated, and may need to record more than one context.).freeze,
|
@@ -826,7 +826,7 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
826
826
|
"vs:term_status" => %(stable).freeze
|
827
827
|
property :hasPreservationLevelValue,
|
828
828
|
comment: [%(Examples: bit-level, full, fully supported with future migrations \(File\), 0).freeze, %(Data Constraint: Value should be taken from a controlled vocabulary.).freeze],
|
829
|
-
domain: "
|
829
|
+
domain: "premis:PreservationLevel".freeze,
|
830
830
|
label: "hasPreservationLevelValue".freeze,
|
831
831
|
range: "xsd:string".freeze,
|
832
832
|
"skos:definition" => %(Definition: A value indicating the set of preservation functions expected to be applied to the object.).freeze,
|
@@ -836,14 +836,14 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
836
836
|
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
|
837
837
|
"vs:term_status" => %(stable).freeze
|
838
838
|
property :hasRelatedObject,
|
839
|
-
domain: "
|
839
|
+
domain: "premis:RelatedObjectIdentification".freeze,
|
840
840
|
label: "hasRelatedObject".freeze,
|
841
|
-
range: "
|
841
|
+
range: "premis:Object".freeze,
|
842
842
|
"skos:definition" => %(Definition: This property related to all object belonging to a RelatedObjectIdentification to describe the related objects as an aggregation.).freeze,
|
843
843
|
type: "owl:ObjectProperty".freeze,
|
844
844
|
"vs:term_status" => %(stable).freeze
|
845
845
|
property :hasRelatedObjectSequence,
|
846
|
-
domain: "
|
846
|
+
domain: "premis:RelatedObjectIdentification".freeze,
|
847
847
|
label: "hasRelatedObjectSequence".freeze,
|
848
848
|
range: "xsd:string".freeze,
|
849
849
|
"skos:definition" => %(Definition: The order of the related object relative to other objects with the same type of relationship.).freeze,
|
@@ -851,15 +851,15 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
851
851
|
type: "owl:DatatypeProperty".freeze,
|
852
852
|
"vs:term_status" => %(stable).freeze
|
853
853
|
property :hasRelatedStatuteInformation,
|
854
|
-
domain: "
|
854
|
+
domain: "premis:StatuteInformation".freeze,
|
855
855
|
label: "hasRelatedStatuteInformation".freeze,
|
856
|
-
range: "
|
856
|
+
range: "premis:StatuteInformation".freeze,
|
857
857
|
"skos:definition" => %(Definition: This property is used to relate certain StatuteInformation instances. The rationale for this is that in the PREMIS data dictionary, a RightsStatement instance can consist of several StatuteInformation instances. In the PREMIS OWL ontology, the StatuteInformation class is subclassed to RightsStatement. The restore the relation between the grouped StatuteInformation instances of a RightsStatement of the PREMIS data dictionary, this property is used is PREMIS OWL.).freeze,
|
858
858
|
type: "owl:ObjectProperty".freeze,
|
859
859
|
"vs:term_status" => %(stable).freeze
|
860
860
|
property :hasRelationship,
|
861
861
|
comment: [%(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.).freeze, %(Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.).freeze],
|
862
|
-
domain: "
|
862
|
+
domain: "premis:Object".freeze,
|
863
863
|
label: "hasRelationship".freeze,
|
864
864
|
"rdfs:seeAlso" => [%(http://id.loc.gov/vocabulary/preservation/relationshipType).freeze, %(http://id.loc.gov/vocabulary/preservation/relationshipSubType).freeze],
|
865
865
|
"skos:definition" => %(Definition: This property links one object to one or more other objects.).freeze,
|
@@ -867,21 +867,21 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
867
867
|
"vs:term_status" => %(testing).freeze
|
868
868
|
property :hasRestriction,
|
869
869
|
comment: %(Examples: No more than three, Allowed only after one year of archival retention has elapsed, Rightsholder must be notified after completion of act).freeze,
|
870
|
-
domain: "
|
870
|
+
domain: "premis:RightsGranted".freeze,
|
871
871
|
label: "hasRestriction".freeze,
|
872
872
|
range: "xsd:string".freeze,
|
873
873
|
"skos:definition" => %(Definition: A condition or limitation on the act.).freeze,
|
874
874
|
type: "owl:DatatypeProperty".freeze,
|
875
875
|
"vs:term_status" => %(stable).freeze
|
876
876
|
property :hasRightsDocumentation,
|
877
|
-
domain: "
|
877
|
+
domain: "premis:RightsStatement".freeze,
|
878
878
|
label: "hasRightsDocumentation".freeze,
|
879
|
-
range: "
|
879
|
+
range: "premis:RightsDocumentation".freeze,
|
880
880
|
"rdfs:seeAlso" => %(RiightsDocumentation class definition).freeze,
|
881
881
|
type: "owl:ObjectProperty".freeze,
|
882
882
|
"vs:term_status" => %(stable).freeze
|
883
883
|
property :hasRightsDocumentationRole,
|
884
|
-
domain: "
|
884
|
+
domain: "premis:RightsDocumentation".freeze,
|
885
885
|
label: "hasRightsDocumentationRole".freeze,
|
886
886
|
range: "skos:Concept".freeze,
|
887
887
|
"skos:definition" => %(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.).freeze,
|
@@ -889,14 +889,14 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
889
889
|
type: "owl:ObjectProperty".freeze,
|
890
890
|
"vs:term_status" => %(stable).freeze
|
891
891
|
property :hasRightsGranted,
|
892
|
-
domain: "
|
892
|
+
domain: "premis:RightsStatement".freeze,
|
893
893
|
label: "hasRightsGranted".freeze,
|
894
|
-
range: "
|
894
|
+
range: "premis:RightsGranted".freeze,
|
895
895
|
"rdfs:seeAlso" => %(RightsStatement class definition and RightsGranted class definition).freeze,
|
896
896
|
type: "owl:ObjectProperty".freeze,
|
897
897
|
"vs:term_status" => %(stable).freeze
|
898
898
|
property :hasRightsGrantedNote,
|
899
|
-
domain: "
|
899
|
+
domain: "premis:RightsGranted".freeze,
|
900
900
|
label: "hasRightsGrantedNote".freeze,
|
901
901
|
range: "xsd:string".freeze,
|
902
902
|
"skos:definition" => %(Definition: Additional information about the rights granted.).freeze,
|
@@ -906,16 +906,16 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
906
906
|
"vs:term_status" => %(stable).freeze
|
907
907
|
property :hasRightsRelatedAgent,
|
908
908
|
comment: [%(Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.).freeze, %(This propety links a RightsStatement instance to an Agent instance. Via this property a distinction can be made in the linkingAgent properties based on the domain.).freeze],
|
909
|
-
domain: "
|
909
|
+
domain: "premis:RightsStatement".freeze,
|
910
910
|
label: "hasRightsRelatedAgent".freeze,
|
911
|
-
range: "
|
911
|
+
range: "premis:Agent".freeze,
|
912
912
|
"rdfs:seeAlso" => %(http://id.loc.gov/vocabulary/preservation/rightsRelatedAgentRole).freeze,
|
913
|
-
subPropertyOf: "
|
913
|
+
subPropertyOf: "premis:hasAgent".freeze,
|
914
914
|
type: "owl:ObjectProperty".freeze,
|
915
915
|
"vs:term_status" => %(unstable).freeze
|
916
916
|
property :hasRightsStatement,
|
917
917
|
label: "hasRightsStatement".freeze,
|
918
|
-
range: "
|
918
|
+
range: "premis:RightsStatement".freeze,
|
919
919
|
"rdfs:seeAlso" => %(RightsStatement class definition).freeze,
|
920
920
|
"skos:definition" => %(Definition: A rights statement associated with the object.).freeze,
|
921
921
|
"skos:editorialNote" => %(Rationale: A repository may choose to link from a rights statement to an object or from an object to a rights statement or both.).freeze,
|
@@ -924,7 +924,7 @@ Program=“MIGJP2JP2K”; version=“2.2”).freeze,
|
|
924
924
|
property :hasRightsStatementNote,
|
925
925
|
comment: %(Examples: Copyright expiration expected in 2010 unless renewed.
|
926
926
|
License is embedded in XMP block in file header.).freeze,
|
927
|
-
domain: "
|
927
|
+
domain: "premis:RightsStatement".freeze,
|
928
928
|
label: "hasRightsStatementNote".freeze,
|
929
929
|
range: "xsd:string".freeze,
|
930
930
|
"skos:definition" => %(Definition: Additional information about the RightsStatement of an object.).freeze,
|
@@ -932,13 +932,13 @@ License is embedded in XMP block in file header.).freeze,
|
|
932
932
|
"vs:term_status" => %(stable).freeze
|
933
933
|
property :hasSignature,
|
934
934
|
label: "hasSignature".freeze,
|
935
|
-
range: "
|
935
|
+
range: "premis:Signature".freeze,
|
936
936
|
"rdfs:seeAlso" => %(Signature class definition).freeze,
|
937
937
|
type: "owl:ObjectProperty".freeze,
|
938
938
|
"vs:term_status" => %(stable).freeze
|
939
939
|
property :hasSignatureEncoding,
|
940
940
|
comment: [%(Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/signatureEncoding).freeze, %(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.).freeze],
|
941
|
-
domain: "
|
941
|
+
domain: "premis:Signature".freeze,
|
942
942
|
label: "hasSignatureEncoding".freeze,
|
943
943
|
"skos:definition" => %(Definition: The encoding used for the values of signatureValue, keyInformation.).freeze,
|
944
944
|
"skos:editorialNote" => %(Rationale: These values cannot be interpreted correctly if the encoding is unknown.).freeze,
|
@@ -946,7 +946,7 @@ License is embedded in XMP block in file header.).freeze,
|
|
946
946
|
"vs:term_status" => %(stable).freeze
|
947
947
|
property :hasSignatureMethod,
|
948
948
|
comment: [%(Data Constraint: Values are taken from a SKOS vocabulary).freeze, %(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.).freeze],
|
949
|
-
domain: "
|
949
|
+
domain: "premis:Signature".freeze,
|
950
950
|
label: "hasSignatureMethod".freeze,
|
951
951
|
range: "skos:Concept".freeze,
|
952
952
|
"skos:definition" => %(Definition: A designation for the encryption and hash algorithms used for signature generation.).freeze,
|
@@ -954,7 +954,7 @@ License is embedded in XMP block in file header.).freeze,
|
|
954
954
|
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
|
955
955
|
"vs:term_status" => %(stable).freeze
|
956
956
|
property :hasSignatureProperties,
|
957
|
-
domain: "
|
957
|
+
domain: "premis:Signature".freeze,
|
958
958
|
label: "hasSignatureProperties".freeze,
|
959
959
|
range: "xsd:string".freeze,
|
960
960
|
"skos:definition" => %(Definition: Additional information about the generation of the signature.).freeze,
|
@@ -962,7 +962,7 @@ License is embedded in XMP block in file header.).freeze,
|
|
962
962
|
type: "owl:DatatypeProperty".freeze,
|
963
963
|
"vs:term_status" => %(stable).freeze
|
964
964
|
property :hasSignatureValidationRules,
|
965
|
-
domain: "
|
965
|
+
domain: "premis:Signature".freeze,
|
966
966
|
label: "hasSignatureValidationRules".freeze,
|
967
967
|
range: "xsd:string".freeze,
|
968
968
|
"skos:definition" => %(Definition: The operations to be performed in order to validate the digital signature.).freeze,
|
@@ -972,31 +972,31 @@ License is embedded in XMP block in file header.).freeze,
|
|
972
972
|
"vs:term_status" => %(stable).freeze
|
973
973
|
property :hasSignatureValue,
|
974
974
|
comment: %(Example: juS5RhJ884qoFR8flVXd/rbrSDVGn40CapgB7qeQiT+rr0NekEQ6BHhUA8dT3+BCTBUQI0dBjlml9lwzENXvS83zRECjzXbMRTUtVZiPZG2pqKPnL2YU3A9645UCjTXU+jgFumv7k78hieAGDzNci+PQ9KRmm//icT7JaYztgt4=).freeze,
|
975
|
-
domain: "
|
975
|
+
domain: "premis:Signature".freeze,
|
976
976
|
label: "hasSignatureValue".freeze,
|
977
977
|
range: "xsd:string".freeze,
|
978
978
|
"skos:definition" => %(Definition: The digital signature; a value generated from the application of a private key to a message digest.).freeze,
|
979
979
|
type: ["owl:FunctionalProperty".freeze, "owl:DatatypeProperty".freeze],
|
980
980
|
"vs:term_status" => %(stable).freeze
|
981
981
|
property :hasSigner,
|
982
|
-
domain: "
|
982
|
+
domain: "premis:Signature".freeze,
|
983
983
|
label: "hasSigner".freeze,
|
984
|
-
range: ["
|
984
|
+
range: ["premis:Agent".freeze, "xsd:string".freeze],
|
985
985
|
"skos:definition" => %(Definition: The individual, institution, or authority responsible for generating the signature.).freeze,
|
986
986
|
"skos:editorialNote" => %(Rationale: The signer might also be carried in the keyInformation, but it can be accessed more conveniently if recorded here.).freeze,
|
987
987
|
"skos:scopeNote" => %(Usage Notes: If the signer is an Agent known to the repository, this property can directly link to this agent. The consequence is punning: a datatype property and object property with the same name, i.e., :signer).freeze,
|
988
988
|
type: "owl:AnnotationProperty".freeze,
|
989
989
|
"vs:term_status" => %(stable).freeze
|
990
990
|
property :hasSignificantProperties,
|
991
|
-
domain: "
|
991
|
+
domain: "premis:Object".freeze,
|
992
992
|
label: "hasSignificantProperties".freeze,
|
993
|
-
range: "
|
993
|
+
range: "premis:SignificantProperties".freeze,
|
994
994
|
"rdfs:seeAlso" => %(Object class definition and SignificantProperties class definition).freeze,
|
995
995
|
type: "owl:ObjectProperty".freeze,
|
996
996
|
"vs:term_status" => %(stable).freeze
|
997
997
|
property :hasSignificantPropertiesType,
|
998
998
|
comment: %(Examples: content, structure, behavior, page count, page width, typeface, hyperlinks \(representation\), image count \(representation\), color space [for an embedded image] \(bitstream\)).freeze,
|
999
|
-
domain: "
|
999
|
+
domain: "premis:SignificantProperties".freeze,
|
1000
1000
|
label: "hasSignificantPropertiesType".freeze,
|
1001
1001
|
range: "xsd:string".freeze,
|
1002
1002
|
"skos:definition" => %(Definition: The aspect, facet, or attribute of an object about which significant properties are being described.).freeze,
|
@@ -1006,7 +1006,7 @@ License is embedded in XMP block in file header.).freeze,
|
|
1006
1006
|
"vs:term_status" => %(stable).freeze
|
1007
1007
|
property :hasSignificantPropertiesValue,
|
1008
1008
|
comment: %(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).freeze,
|
1009
|
-
domain: "
|
1009
|
+
domain: "premis:SignificantProperties".freeze,
|
1010
1010
|
label: "hasSignificantPropertiesValue".freeze,
|
1011
1011
|
range: "xsd:string".freeze,
|
1012
1012
|
"skos:definition" => %(Definition: Description of the characteristics of a particular object subjectively determined to be important to maintain through preservation actions.).freeze,
|
@@ -1016,7 +1016,7 @@ License is embedded in XMP block in file header.).freeze,
|
|
1016
1016
|
"vs:term_status" => %(stable).freeze
|
1017
1017
|
property :hasSize,
|
1018
1018
|
comment: %(Example: 2038937).freeze,
|
1019
|
-
domain: "
|
1019
|
+
domain: "premis:ObjectCharacteristics".freeze,
|
1020
1020
|
label: "hasSize".freeze,
|
1021
1021
|
range: "xsd:long".freeze,
|
1022
1022
|
"skos:definition" => %(Definition: The size in bytes of the file or bitstream stored in the repository.).freeze,
|
@@ -1026,15 +1026,15 @@ License is embedded in XMP block in file header.).freeze,
|
|
1026
1026
|
type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
|
1027
1027
|
"vs:term_status" => %(stable).freeze
|
1028
1028
|
property :hasSoftware,
|
1029
|
-
domain: "
|
1029
|
+
domain: "premis:Environment".freeze,
|
1030
1030
|
label: "hasSoftware".freeze,
|
1031
|
-
range: "
|
1031
|
+
range: "premis:Software".freeze,
|
1032
1032
|
"rdfs:seeAlso" => %(Environment class definition and Software class definition).freeze,
|
1033
1033
|
type: "owl:ObjectProperty".freeze,
|
1034
1034
|
"vs:term_status" => %(stable).freeze
|
1035
1035
|
property :hasSoftwareDependency,
|
1036
1036
|
comment: %(Example: GNU gcc >=2.7.2).freeze,
|
1037
|
-
domain: "
|
1037
|
+
domain: "premis:Software".freeze,
|
1038
1038
|
label: "hasSoftwareDependency".freeze,
|
1039
1039
|
range: "xsd:string".freeze,
|
1040
1040
|
"skos:definition" => %(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.).freeze,
|
@@ -1043,7 +1043,7 @@ License is embedded in XMP block in file header.).freeze,
|
|
1043
1043
|
"vs:term_status" => %(stable).freeze
|
1044
1044
|
property :hasSoftwareName,
|
1045
1045
|
comment: %(Examples: Adobe Photoshop, Adobe Acrobat Reader).freeze,
|
1046
|
-
domain: "
|
1046
|
+
domain: "premis:Software".freeze,
|
1047
1047
|
label: "hasSoftwareName".freeze,
|
1048
1048
|
range: "xsd:string".freeze,
|
1049
1049
|
"skos:definition" => %(Definition: Manufacturer and title of the software application.).freeze,
|
@@ -1052,7 +1052,7 @@ License is embedded in XMP block in file header.).freeze,
|
|
1052
1052
|
"vs:term_status" => %(stable).freeze
|
1053
1053
|
property :hasSoftwareOtherInformation,
|
1054
1054
|
comment: %(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.).freeze,
|
1055
|
-
domain: "
|
1055
|
+
domain: "premis:Software".freeze,
|
1056
1056
|
label: "hasSoftwareOtherInformation".freeze,
|
1057
1057
|
range: "xsd:string".freeze,
|
1058
1058
|
"skos:definition" => %(Definition: Additional requirements or instructions related to the software referenced in swName.).freeze,
|
@@ -1061,7 +1061,7 @@ License is embedded in XMP block in file header.).freeze,
|
|
1061
1061
|
"vs:term_status" => %(stable).freeze
|
1062
1062
|
property :hasSoftwareType,
|
1063
1063
|
comment: [%(Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/softwareType).freeze, %(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.).freeze],
|
1064
|
-
domain: "
|
1064
|
+
domain: "premis:Software".freeze,
|
1065
1065
|
label: "hasSoftwareType".freeze,
|
1066
1066
|
"skos:definition" => %(Definition: Class or category of software.).freeze,
|
1067
1067
|
"skos:editorialNote" => %(Rationale: Several different layers of software can be required to support an object.).freeze,
|
@@ -1069,7 +1069,7 @@ License is embedded in XMP block in file header.).freeze,
|
|
1069
1069
|
"vs:term_status" => %(stable).freeze
|
1070
1070
|
property :hasSoftwareVersion,
|
1071
1071
|
comment: %(Examples: >=2.2.0, 6.0, 2003).freeze,
|
1072
|
-
domain: "
|
1072
|
+
domain: "premis:Software".freeze,
|
1073
1073
|
label: "hasSoftwareVersion".freeze,
|
1074
1074
|
range: "xsd:string".freeze,
|
1075
1075
|
"skos:definition" => %(Definition: The version or versions of the software referenced in swName.).freeze,
|
@@ -1078,7 +1078,7 @@ License is embedded in XMP block in file header.).freeze,
|
|
1078
1078
|
"vs:term_status" => %(stable).freeze
|
1079
1079
|
property :hasStartDate,
|
1080
1080
|
comment: %(Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime).freeze,
|
1081
|
-
domain: "
|
1081
|
+
domain: "premis:ApplicableDates".freeze,
|
1082
1082
|
label: "hasStartDate".freeze,
|
1083
1083
|
range: "xsd:dateTime".freeze,
|
1084
1084
|
"skos:definition" => %(Definition: The beginning date of the permission granted.).freeze,
|
@@ -1086,7 +1086,7 @@ License is embedded in XMP block in file header.).freeze,
|
|
1086
1086
|
"vs:term_status" => %(stable).freeze
|
1087
1087
|
property :hasStatuteCitation,
|
1088
1088
|
comment: %(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).freeze,
|
1089
|
-
domain: "
|
1089
|
+
domain: "premis:StatuteInformation".freeze,
|
1090
1090
|
label: "hasStatuteCitation".freeze,
|
1091
1091
|
range: "xsd:string".freeze,
|
1092
1092
|
"skos:definition" => %(Definition: An identifying designation for the statute.).freeze,
|
@@ -1095,7 +1095,7 @@ License is embedded in XMP block in file header.).freeze,
|
|
1095
1095
|
"vs:term_status" => %(stable).freeze
|
1096
1096
|
property :hasStatuteInformationDeterminationDate,
|
1097
1097
|
comment: [%(Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime).freeze, %(Example: 2001-10-26T19:32:52+00:00).freeze],
|
1098
|
-
domain: "
|
1098
|
+
domain: "premis:StatuteInformation".freeze,
|
1099
1099
|
label: "hasStatuteInformationDeterminationDate".freeze,
|
1100
1100
|
range: "xsd:dateTime".freeze,
|
1101
1101
|
"skos:definition" => %(Definition: The date that the determination was made that the statute authorized the permission\(s\) noted.).freeze,
|
@@ -1104,7 +1104,7 @@ License is embedded in XMP block in file header.).freeze,
|
|
1104
1104
|
"vs:term_status" => %(stable).freeze
|
1105
1105
|
property :hasStatuteJurisdiction,
|
1106
1106
|
comment: [%(Data Constraint: Values should be taken from a controlled vocabulary.).freeze, %(Examples: us, de, be).freeze],
|
1107
|
-
domain: "
|
1107
|
+
domain: "premis:StatuteInformation".freeze,
|
1108
1108
|
label: "hasStatuteJurisdiction".freeze,
|
1109
1109
|
range: "xsd:string".freeze,
|
1110
1110
|
"skos:definition" => %(Definition: The country or other political body enacting the statute.).freeze,
|
@@ -1113,29 +1113,29 @@ License is embedded in XMP block in file header.).freeze,
|
|
1113
1113
|
"vs:term_status" => %(stable).freeze
|
1114
1114
|
property :hasStorage,
|
1115
1115
|
label: "hasStorage".freeze,
|
1116
|
-
range: "
|
1116
|
+
range: "premis:Storage".freeze,
|
1117
1117
|
"rdfs:seeAlso" => %(Object class definition and Storage class definition).freeze,
|
1118
1118
|
type: "owl:ObjectProperty".freeze,
|
1119
1119
|
"vs:term_status" => %(stable).freeze
|
1120
1120
|
property :hasStorageMedium,
|
1121
1121
|
comment: [%(Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/storageMedium).freeze, %(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.).freeze],
|
1122
|
-
domain: "
|
1122
|
+
domain: "premis:Storage".freeze,
|
1123
1123
|
label: "hasStorageMedium".freeze,
|
1124
1124
|
"skos:definition" => %(Definition: The physical medium on which the object is stored \(e.g., magnetic tape, hard disk, CD-ROM, DVD\).).freeze,
|
1125
1125
|
"skos:editorialNote" => %(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.).freeze,
|
1126
1126
|
type: ["owl:ObjectProperty".freeze, "owl:FunctionalProperty".freeze],
|
1127
1127
|
"vs:term_status" => %(stable).freeze
|
1128
1128
|
property :hasTermOfGrant,
|
1129
|
-
domain: "
|
1129
|
+
domain: "premis:RightsGranted".freeze,
|
1130
1130
|
label: "hasTermOfGrant".freeze,
|
1131
|
-
range: "
|
1131
|
+
range: "premis:TermOfGrant".freeze,
|
1132
1132
|
"rdfs:seeAlso" => %(RightsGranted class definition and TermOfGrant class definition).freeze,
|
1133
1133
|
type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
|
1134
1134
|
"vs:term_status" => %(stable).freeze
|
1135
1135
|
property :hasTermOfRestriction,
|
1136
|
-
domain: "
|
1136
|
+
domain: "premis:RightsGranted".freeze,
|
1137
1137
|
label: "hasTermOfRestriction".freeze,
|
1138
|
-
range: "
|
1138
|
+
range: "premis:TermOfRestriction".freeze,
|
1139
1139
|
"rdfs:seeAlso" => %(RightsGranted and TermOfRestriction class definitions).freeze,
|
1140
1140
|
type: "owl:ObjectProperty".freeze,
|
1141
1141
|
"vs:term_status" => %(stable).freeze
|