rdf-vocab 3.1.2 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +69 -45
  4. data/VERSION +1 -1
  5. data/lib/rdf/vocab.rb +60 -40
  6. data/lib/rdf/vocab/acl.rb +104 -61
  7. data/lib/rdf/vocab/as.rb +556 -91
  8. data/lib/rdf/vocab/bf2.rb +1791 -475
  9. data/lib/rdf/vocab/bibframe.rb +1 -2
  10. data/lib/rdf/vocab/bibo.rb +616 -124
  11. data/lib/rdf/vocab/cc.rb +125 -48
  12. data/lib/rdf/vocab/cert.rb +68 -1
  13. data/lib/rdf/vocab/cnt.rb +79 -1
  14. data/lib/rdf/vocab/crm.rb +1543 -776
  15. data/lib/rdf/vocab/datacite.rb +1 -1
  16. data/lib/rdf/vocab/dbo.rb +10463 -1
  17. data/lib/rdf/vocab/dc.rb +485 -99
  18. data/lib/rdf/vocab/dc11.rb +93 -31
  19. data/lib/rdf/vocab/dcat.rb +236 -88
  20. data/lib/rdf/vocab/dcmitype.rb +63 -13
  21. data/lib/rdf/vocab/disco.rb +286 -59
  22. data/lib/rdf/vocab/doap.rb +175 -1
  23. data/lib/rdf/vocab/dwc.rb +941 -189
  24. data/lib/rdf/vocab/earl.rb +324 -0
  25. data/lib/rdf/vocab/ebucore.rb +7255 -2184
  26. data/lib/rdf/vocab/edm.rb +202 -76
  27. data/lib/rdf/vocab/exif.rb +650 -1
  28. data/lib/rdf/vocab/extensions.rb +257 -203
  29. data/lib/rdf/vocab/fcrepo4.rb +398 -22
  30. data/lib/rdf/vocab/foaf.rb +380 -76
  31. data/lib/rdf/vocab/geo.rb +47 -110
  32. data/lib/rdf/vocab/geojson.rb +82 -17
  33. data/lib/rdf/vocab/geonames.rb +1508 -1351
  34. data/lib/rdf/vocab/gr.rb +861 -565
  35. data/lib/rdf/vocab/gs1.rb +1597 -1
  36. data/lib/rdf/vocab/ht.rb +204 -41
  37. data/lib/rdf/vocab/hydra.rb +335 -60
  38. data/lib/rdf/vocab/iana.rb +301 -114
  39. data/lib/rdf/vocab/ical.rb +534 -121
  40. data/lib/rdf/vocab/identifiers.rb +459 -499
  41. data/lib/rdf/vocab/iiif.rb +161 -26
  42. data/lib/rdf/vocab/jsonld.rb +179 -53
  43. data/lib/rdf/vocab/ldp.rb +130 -1
  44. data/lib/rdf/vocab/lrmi.rb +85 -17
  45. data/lib/rdf/vocab/ma.rb +460 -80
  46. data/lib/rdf/vocab/mads.rb +610 -22
  47. data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +813 -4
  48. data/lib/rdf/vocab/mo.rb +1115 -540
  49. data/lib/rdf/vocab/mods.rb +635 -124
  50. data/lib/rdf/vocab/nfo.rb +1 -1
  51. data/lib/rdf/vocab/oa.rb +343 -73
  52. data/lib/rdf/vocab/og.rb +100 -1
  53. data/lib/rdf/vocab/ogc.rb +42 -9
  54. data/lib/rdf/vocab/ore.rb +69 -14
  55. data/lib/rdf/vocab/org.rb +235 -47
  56. data/lib/rdf/vocab/pcdm.rb +58 -34
  57. data/lib/rdf/vocab/pplan.rb +21 -136
  58. data/lib/rdf/vocab/premis.rb +1171 -779
  59. data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +156 -2
  60. data/lib/rdf/vocab/prov.rb +700 -107
  61. data/lib/rdf/vocab/ptr.rb +172 -37
  62. data/lib/rdf/vocab/rightsstatements.rb +17 -13
  63. data/lib/rdf/vocab/rsa.rb +30 -1
  64. data/lib/rdf/vocab/rss.rb +52 -11
  65. data/lib/rdf/vocab/schema.rb +14970 -3993
  66. data/lib/rdf/vocab/schemas.rb +27066 -0
  67. data/lib/rdf/vocab/sd.rb +372 -0
  68. data/lib/rdf/vocab/sh.rb +919 -184
  69. data/lib/rdf/vocab/sioc.rb +498 -98
  70. data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +46 -9
  71. data/lib/rdf/vocab/sioctypes.rb +434 -0
  72. data/lib/rdf/vocab/skos.rb +160 -44
  73. data/lib/rdf/vocab/skosxl.rb +40 -11
  74. data/lib/rdf/vocab/v.rb +323 -37
  75. data/lib/rdf/vocab/vcard.rb +625 -119
  76. data/lib/rdf/vocab/vmd.rb +323 -37
  77. data/lib/rdf/vocab/void.rb +147 -27
  78. data/lib/rdf/vocab/vs.rb +23 -5
  79. data/lib/rdf/vocab/wdrs.rb +112 -23
  80. data/lib/rdf/vocab/wot.rb +96 -19
  81. data/lib/rdf/vocab/xhtml.rb +2 -1
  82. data/lib/rdf/vocab/xhv.rb +422 -201
  83. data/lib/rdf/vocab/xkos.rb +156 -7
  84. data/spec/extensions_spec.rb +68 -0
  85. data/spec/vocab_spec.rb +10 -0
  86. metadata +20 -11
  87. data/lib/rdf/vocab/sioct.rb +0 -277
@@ -5,13 +5,59 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://pcdm.org/models#>
8
+ # #
9
+ # # Portland Common Data Model
10
+ # #
11
+ # # Ontology for the Portland Common Data Model, intended to underlie a wide array of repository and DAMS applications.
12
+ # # @version 2016/04/18
13
+ # # @see https://github.com/duraspace/pcdm/wiki
8
14
  # class PCDM < RDF::StrictVocabulary
15
+ # # An AlternateOrder is an alternate ordering of its parent's members. It should only order the parent's members, and otherwise has all of the features of ordering (some members may be omitted from the order, members may appear more than once in the order, etc.).
16
+ # # @return [RDF::Vocabulary::Term]
17
+ # attr_reader :AlternateOrder
18
+ #
19
+ # # A Collection is a group of resources. Collections have descriptive metadata, access metadata, and may links to works and/or collections. By default, member works and collections are an unordered set, but can be ordered using the ORE Proxy class.
20
+ # # @return [RDF::Vocabulary::Term]
21
+ # attr_reader :Collection
22
+ #
23
+ # # A File is a sequence of binary data and is described by some accompanying metadata. The metadata typically includes at least basic technical metadata (size, content type, modification date, etc.), but can also include properties related to preservation, digitization process, provenance, etc. Files MUST be contained by exactly one Object.
24
+ # # @return [RDF::Vocabulary::Term]
25
+ # attr_reader :File
26
+ #
27
+ # # An Object is an intellectual entity, sometimes called a "work", "digital object", etc. Objects have descriptive metadata, access metadata, may contain files and other Objects as member "components". Each level of a work is therefore represented by an Object instance, and is capable of standing on its own, being linked to from Collections and other Objects. Member Objects can be ordered using the ORE Proxy class.
28
+ # # @return [RDF::Vocabulary::Term]
29
+ # attr_reader :Object
30
+ #
31
+ # # Links from a File to its containing Object.
32
+ # # @return [RDF::Vocabulary::Term]
33
+ # attr_reader :fileOf
34
+ #
35
+ # # Links to a File contained by this Object.
36
+ # # @return [RDF::Vocabulary::Term]
37
+ # attr_reader :hasFile
38
+ #
39
+ # # Links to a subsidiary Object or Collection. Typically used to link to component parts, such as a book linking to a page. Note on transitivity: hasMember is not defined as transitive, but applications may treat it as transitive as local needs dictate.
40
+ # # @return [RDF::Vocabulary::Term]
41
+ # attr_reader :hasMember
42
+ #
43
+ # # Links to a related Object that is not a component part, such as an object representing a donor agreement or policies that govern the resource.
44
+ # # @return [RDF::Vocabulary::Term]
45
+ # attr_reader :hasRelatedObject
46
+ #
47
+ # # Links from an Object or Collection to a containing Object or Collection.
48
+ # # @return [RDF::Vocabulary::Term]
49
+ # attr_reader :memberOf
50
+ #
51
+ # # Links from an Object to a Object or Collection that it is related to.
52
+ # # @return [RDF::Vocabulary::Term]
53
+ # attr_reader :relatedObjectOf
54
+ #
9
55
  # end
10
- class PCDM < RDF::StrictVocabulary("http://pcdm.org/models#")
56
+ PCDM = Class.new(RDF::StrictVocabulary("http://pcdm.org/models#")) do
11
57
 
12
58
  # Ontology definition
13
59
  ontology :"http://pcdm.org/models#",
14
- comment: %(Ontology for the Portland Common Data Model, intended to underlie a wide array of repository and DAMS applications.).freeze,
60
+ comment: "Ontology for the Portland Common Data Model, intended to underlie a wide array of repository and DAMS applications.".freeze,
15
61
  "dc:modified": "2016/04/18".freeze,
16
62
  "dc:publisher": "http://www.duraspace.org/".freeze,
17
63
  "dc:title": "Portland Common Data Model".freeze,
@@ -21,43 +67,24 @@ module RDF::Vocab
21
67
 
22
68
  # Class definitions
23
69
  term :AlternateOrder,
24
- comment: %(
25
- An AlternateOrder is an alternate ordering of its parent's members. It should only order the
26
- parent's members, and otherwise has all of the features of ordering \(some members may be
27
- omitted from the order, members may appear more than once in the order, etc.\).
28
- ).freeze,
70
+ comment: "\n An AlternateOrder is an alternate ordering of its parent's members. It should only order the\n parent's members, and otherwise has all of the features of ordering (some members may be\n omitted from the order, members may appear more than once in the order, etc.).\n ".freeze,
29
71
  isDefinedBy: "pcdm:".freeze,
30
72
  label: "Alternate Order".freeze,
31
73
  subClassOf: "pcdm:Object".freeze,
32
74
  type: "rdfs:Class".freeze
33
75
  term :Collection,
34
- comment: %(
35
- A Collection is a group of resources. Collections have descriptive metadata, access metadata,
36
- and may links to works and/or collections. By default, member works and collections are an
37
- unordered set, but can be ordered using the ORE Proxy class.
38
- ).freeze,
76
+ comment: "\n A Collection is a group of resources. Collections have descriptive metadata, access metadata,\n and may links to works and/or collections. By default, member works and collections are an\n unordered set, but can be ordered using the ORE Proxy class.\n ".freeze,
39
77
  isDefinedBy: "pcdm:".freeze,
40
78
  label: "Collection".freeze,
41
79
  subClassOf: "ore:Aggregation".freeze,
42
80
  type: "rdfs:Class".freeze
43
81
  term :File,
44
- comment: %(
45
- A File is a sequence of binary data and is described by some accompanying metadata.
46
- The metadata typically includes at least basic technical metadata \(size, content type,
47
- modification date, etc.\), but can also include properties related to preservation,
48
- digitization process, provenance, etc. Files MUST be contained by exactly one Object.
49
- ).freeze,
82
+ comment: "\n A File is a sequence of binary data and is described by some accompanying metadata.\n The metadata typically includes at least basic technical metadata (size, content type,\n modification date, etc.), but can also include properties related to preservation,\n digitization process, provenance, etc. Files MUST be contained by exactly one Object.\n ".freeze,
50
83
  isDefinedBy: "pcdm:".freeze,
51
84
  label: "File".freeze,
52
85
  type: "rdfs:Class".freeze
53
86
  term :Object,
54
- comment: %(
55
- An Object is an intellectual entity, sometimes called a "work", "digital object", etc.
56
- Objects have descriptive metadata, access metadata, may contain files and other Objects as
57
- member "components". Each level of a work is therefore represented by an Object instance,
58
- and is capable of standing on its own, being linked to from Collections and other Objects.
59
- Member Objects can be ordered using the ORE Proxy class.
60
- ).freeze,
87
+ comment: "\n An Object is an intellectual entity, sometimes called a \"work\", \"digital object\", etc.\n Objects have descriptive metadata, access metadata, may contain files and other Objects as\n member \"components\". Each level of a work is therefore represented by an Object instance,\n and is capable of standing on its own, being linked to from Collections and other Objects.\n Member Objects can be ordered using the ORE Proxy class.\n ".freeze,
61
88
  isDefinedBy: "pcdm:".freeze,
62
89
  label: "Object".freeze,
63
90
  subClassOf: "ore:Aggregation".freeze,
@@ -65,7 +92,7 @@ module RDF::Vocab
65
92
 
66
93
  # Property definitions
67
94
  property :fileOf,
68
- comment: %(Links from a File to its containing Object.).freeze,
95
+ comment: "Links from a File to its containing Object.".freeze,
69
96
  domain: "pcdm:File".freeze,
70
97
  inverseOf: "pcdm:hasFile".freeze,
71
98
  isDefinedBy: "pcdm:".freeze,
@@ -74,7 +101,7 @@ module RDF::Vocab
74
101
  subPropertyOf: "ore:isAggregatedBy".freeze,
75
102
  type: "rdf:Property".freeze
76
103
  property :hasFile,
77
- comment: %(Links to a File contained by this Object.).freeze,
104
+ comment: "Links to a File contained by this Object.".freeze,
78
105
  domain: "pcdm:Object".freeze,
79
106
  isDefinedBy: "pcdm:".freeze,
80
107
  label: "has file".freeze,
@@ -82,10 +109,7 @@ module RDF::Vocab
82
109
  subPropertyOf: "ore:aggregates".freeze,
83
110
  type: "rdf:Property".freeze
84
111
  property :hasMember,
85
- comment: %(Links to a subsidiary Object or Collection. Typically used to link
86
- to component parts, such as a book linking to a page. Note on transitivity: hasMember is
87
- not defined as transitive, but applications may treat it as transitive as local needs
88
- dictate.).freeze,
112
+ comment: "Links to a subsidiary Object or Collection. Typically used to link\n to component parts, such as a book linking to a page. Note on transitivity: hasMember is\n not defined as transitive, but applications may treat it as transitive as local needs\n dictate.".freeze,
89
113
  domain: "ore:Aggregation".freeze,
90
114
  isDefinedBy: "pcdm:".freeze,
91
115
  label: "has member".freeze,
@@ -93,7 +117,7 @@ module RDF::Vocab
93
117
  subPropertyOf: "ore:aggregates".freeze,
94
118
  type: "rdf:Property".freeze
95
119
  property :hasRelatedObject,
96
- comment: %(Links to a related Object that is not a component part, such as an object representing a donor agreement or policies that govern the resource.).freeze,
120
+ comment: "Links to a related Object that is not a component part, such as an object representing a donor agreement or policies that govern the resource.".freeze,
97
121
  domain: "ore:Aggregation".freeze,
98
122
  isDefinedBy: "pcdm:".freeze,
99
123
  label: "has related object".freeze,
@@ -101,7 +125,7 @@ module RDF::Vocab
101
125
  subPropertyOf: "ore:aggregates".freeze,
102
126
  type: "rdf:Property".freeze
103
127
  property :memberOf,
104
- comment: %(Links from an Object or Collection to a containing Object or Collection.).freeze,
128
+ comment: "Links from an Object or Collection to a containing Object or Collection.".freeze,
105
129
  domain: "ore:Aggregation".freeze,
106
130
  inverseOf: "pcdm:hasMember".freeze,
107
131
  isDefinedBy: "pcdm:".freeze,
@@ -110,7 +134,7 @@ module RDF::Vocab
110
134
  subPropertyOf: "ore:isAggregatedBy".freeze,
111
135
  type: "rdf:Property".freeze
112
136
  property :relatedObjectOf,
113
- comment: %(Links from an Object to a Object or Collection that it is related to.).freeze,
137
+ comment: "Links from an Object to a Object or Collection that it is related to.".freeze,
114
138
  domain: "pcdm:Object".freeze,
115
139
  inverseOf: "pcdm:hasRelatedObject".freeze,
116
140
  isDefinedBy: "pcdm:".freeze,
@@ -5,146 +5,31 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://purl.org/net/p-plan#>
8
+ # #
9
+ # # The P-Plan Ontology
10
+ # #
11
+ # # The P-PLAN Ontology
8
12
  # class PPLAN < RDF::StrictVocabulary
9
13
  # end
10
- class PPLAN < RDF::StrictVocabulary("http://purl.org/net/p-plan#")
14
+ PPLAN = Class.new(RDF::StrictVocabulary("http://purl.org/net/p-plan#")) do
11
15
 
12
16
  # Ontology definition
13
17
  ontology :"http://purl.org/net/p-plan#",
14
- comment: %(PROV extension for linking Plans and parts of plans to their respective executions. Created by Daniel Garijo and Yolanda Gil).freeze,
15
- "dc:created": "2012-11-10".freeze,
16
- "dc:creator": ["http://delicias.dia.fi.upm.es/members/DGarijo#me".freeze, "http://www.isi.edu/~gil/".freeze],
17
- "dc:description": "PROV extension for linking Plans and parts of plans to their respective executions.".freeze,
18
- "dc:license": "http://creativecommons.org/licenses/by-nc-sa/2.0/".freeze,
19
- "dc:modified": "2014-03-12".freeze,
20
- "dc:title": "The P-Plan ontology".freeze,
21
- "http://purl.org/vocab/vann/preferredNamespacePrefix": "p-plan".freeze,
22
- "http://purl.org/vocab/vann/preferredNamespaceUri": "http://purl.org/net/p-plan#".freeze,
23
- "owl:versionInfo": "1.3".freeze,
24
- type: ["owl:NamedIndividual".freeze, "owl:Ontology".freeze, "owl:Thing".freeze]
25
-
26
- # Class definitions
27
- term :Activity,
28
- comment: %(A p-plan:Activity represents the execution process planned in a p-plan:Step).freeze,
29
- isDefinedBy: "pplan:".freeze,
30
- label: "Activity".freeze,
31
- subClassOf: "prov:Activity".freeze,
32
- type: "owl:Class".freeze
33
- term :Bundle,
34
- isDefinedBy: "pplan:".freeze,
35
- label: "Bundle".freeze,
36
- "prov:definition": "A p-plan:Bundle is a specific type of prov:Bundle that contains the provenance assertions of the execution of a p-plan:Plan".freeze,
37
- subClassOf: ["pplan:Entity".freeze, "prov:Bundle".freeze],
38
- type: "owl:Class".freeze
39
- term :Entity,
40
- isDefinedBy: "pplan:".freeze,
41
- label: "Entity".freeze,
42
- "prov:definition": "A p-plan:Entity represents the input of the execution of a p-plan:Activity. It corresponds to a p-plan:Variable.".freeze,
43
- subClassOf: "prov:Entity".freeze,
44
- type: "owl:Class".freeze
45
- term :MultiStep,
46
- isDefinedBy: "pplan:".freeze,
47
- label: "MultiStep".freeze,
48
- "prov:definition": "A multi step is the representation of a plan that appears as a step of another plan.".freeze,
49
- subClassOf: ["pplan:Plan".freeze, "pplan:Step".freeze],
50
- type: "owl:Class".freeze
51
- term :Plan,
52
- isDefinedBy: "pplan:".freeze,
53
- label: "Plan".freeze,
54
- "prov:definition": "A p-plan:Plan is a specific type of prov:Plan. It is composed of smaller steps that use and produce Variables.".freeze,
55
- subClassOf: ["pplan:Entity".freeze, "prov:Plan".freeze],
56
- type: "owl:Class".freeze
57
- term :Step,
58
- isDefinedBy: "pplan:".freeze,
59
- label: "Step".freeze,
60
- "prov:definition": "A p-plan:Step represents the planned execution activity".freeze,
61
- type: "owl:Class".freeze
62
- term :Variable,
63
- isDefinedBy: "pplan:".freeze,
64
- label: "Variable".freeze,
65
- "prov:definition": "A p-plan:Variable represents a description of the input of the planned Activity (p-plan:Step)".freeze,
66
- type: "owl:Class".freeze
67
-
68
- # Property definitions
69
- property :correspondsToStep,
70
- domain: "pplan:Activity".freeze,
71
- isDefinedBy: "pplan:".freeze,
72
- label: "correspondsToStep".freeze,
73
- "prov:definition": "p-plan:correspondsToStep links a p-plan:Activity to its planned p-plan:Step".freeze,
74
- range: "pplan:Step".freeze,
75
- type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
76
- property :correspondsToVariable,
77
- domain: "pplan:Entity".freeze,
78
- isDefinedBy: "pplan:".freeze,
79
- label: "correspondsToVariable".freeze,
80
- "prov:definition": "p-plan:correspondsToVariable binds a p-plan:Entity (used by a p-plan:Activity in the execution of a plan) to the p-plan:Variable it represented it in the p-plan:Plan.".freeze,
81
- range: "pplan:Variable".freeze,
82
- type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
83
- property :hasInputVar,
84
- domain: "pplan:Step".freeze,
85
- isDefinedBy: "pplan:".freeze,
86
- label: "hasInputVar".freeze,
87
- "prov:definition": "p-plan:hasInputVar binds a p-plan:Step to the p-plan:Variable that takes as input for the planned execution".freeze,
88
- range: "pplan:Variable".freeze,
89
- type: "owl:ObjectProperty".freeze
90
- property :hasOutputVar,
91
- domain: "pplan:Step".freeze,
92
- inverseOf: "pplan:isOutputVarOf".freeze,
93
- isDefinedBy: "pplan:".freeze,
94
- label: "hasOutputVar".freeze,
95
- "prov:definition": "p-plan:hasOutputVar binds a p-plan:Step to the p-plan:Variable that will be produced as output in the planned execution".freeze,
96
- range: "pplan:Variable".freeze,
97
- type: "owl:ObjectProperty".freeze
98
- property :isDecomposedAsPlan,
99
- domain: "pplan:MultiStep".freeze,
100
- isDefinedBy: "pplan:".freeze,
101
- label: "isDecomposedAsPlan".freeze,
102
- "prov:definition": "The p-plan:isDecomposedAsPlan relationship binds a p-plan:MultiStep to the p-plan:Plan holding the definition of that step. That is, p-plan:isDecomposedAsPlan links the MultiStep to the Plan sptecification where it is decomposed.".freeze,
103
- range: "pplan:Plan".freeze,
104
- type: "owl:ObjectProperty".freeze
105
- property :isInputVarOf,
106
- domain: "pplan:Variable".freeze,
107
- inverseOf: "pplan:hasInputVar".freeze,
108
- isDefinedBy: "pplan:".freeze,
109
- label: "isInputVarOf".freeze,
110
- "prov:definition": "p-plan:isInputVarOf links an input variable of a step to the step.".freeze,
111
- range: "pplan:Step".freeze,
112
- type: "owl:ObjectProperty".freeze
113
- property :isOutputVarOf,
114
- domain: "pplan:Variable".freeze,
115
- isDefinedBy: "pplan:".freeze,
116
- label: "isOutputVarOf".freeze,
117
- "prov:definition": "p-plan:isOutputVarOf is intended to link an output variable of a step to the step.".freeze,
118
- range: "pplan:Step".freeze,
119
- type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze]
120
- property :isPrecededBy,
121
- comment: %(Property that asserts which Step preceeds the current one. ).freeze,
122
- domain: "pplan:Step".freeze,
123
- isDefinedBy: "pplan:".freeze,
124
- label: "isPrecededBy".freeze,
125
- range: "pplan:Step".freeze,
126
- type: ["owl:ObjectProperty".freeze, "owl:TransitiveProperty".freeze]
127
- property :isStepOfPlan,
128
- domain: "pplan:Step".freeze,
129
- isDefinedBy: "pplan:".freeze,
130
- label: "isStepOfPlan".freeze,
131
- "prov:definition": "p-plan:isStepOfPlan links a p-plan:Step to the p-plan:Plan which it corresponds to.".freeze,
132
- range: "pplan:Plan".freeze,
133
- type: "owl:ObjectProperty".freeze
134
- property :isSubPlanOfPlan,
135
- domain: "pplan:Plan".freeze,
136
- isDefinedBy: "pplan:".freeze,
137
- label: "isSubPlanOfPlan".freeze,
138
- "prov:definition": "A p-plan:Plan may be a subplan of another bigger p-plan:Plan. p-plan:isSubPlanOfPlan is used to state the link among the two different plans. Note that if p1 is a p-plan:subPlan of p2, p1will not necessarily be a step of p2. A multistep will represent p1 in p2, and link to p1 with the p-plan.hasStepDecomposition relationship.".freeze,
139
- range: "pplan:Plan".freeze,
140
- subPropertyOf: "owl:topObjectProperty".freeze,
141
- type: "owl:ObjectProperty".freeze
142
- property :isVariableOfPlan,
143
- domain: "pplan:Variable".freeze,
144
- isDefinedBy: "pplan:".freeze,
145
- label: "isVariableofPlan".freeze,
146
- "prov:definition": "p-plan:IsVariableOfPlan binds a p-plan:Variable to the p-plan:Plan it corresponds to.".freeze,
147
- range: "pplan:Plan".freeze,
148
- type: "owl:ObjectProperty".freeze
18
+ "dc:created": "17 September 2013".freeze,
19
+ "dc:creator": ["http://delicias.dia.fi.upm.es/members/DGarijo/#me".freeze, "http://delicias.dia.fi.upm.es/members/DGarijo/#me".freeze, "http://www.isi.edu/~gil/".freeze],
20
+ "dc:isVersionOf": "http://purl.org/net/p-plan".freeze,
21
+ "dc:modified": "Release 12 March 2014".freeze,
22
+ "dc:rights": "https://creativecommons.org/licenses/by/4.0/".freeze,
23
+ "dc:title": ["The P-PLAN Ontology".freeze, "The P-Plan Ontology".freeze],
24
+ "prov:wasAttributedTo": ["http://delicias.dia.fi.upm.es/members/DGarijo/#me".freeze, "http://delicias.dia.fi.upm.es/members/DGarijo/#me".freeze, "http://www.isi.edu/~gil/".freeze],
25
+ "schema:author": ["http://delicias.dia.fi.upm.es/members/DGarijo/#me".freeze, "http://www.isi.edu/~gil/".freeze],
26
+ "schema:creator": "http://delicias.dia.fi.upm.es/members/DGarijo/#me".freeze,
27
+ "schema:dateCreated": "17 September 2013".freeze,
28
+ "schema:dateModified": "Release 12 March 2014".freeze,
29
+ "schema:mentions": ["http://www.w3.org/TR/prov-o/".freeze, "pplan:PROV-DM".freeze, "pplan:PROV-O".freeze],
30
+ "schema:name": ["The P-PLAN Ontology".freeze, "The P-Plan Ontology".freeze],
31
+ "schema:version": "1.3".freeze,
32
+ type: ["foaf:Document".freeze, "owl:Ontology".freeze, "schema:TechArticle".freeze, "schema:WebPage".freeze],
33
+ "xhv:license": "https://creativecommons.org/licenses/by/4.0/".freeze
149
34
  end
150
35
  end
@@ -5,40 +5,1048 @@ require 'rdf'
5
5
  module RDF::Vocab
6
6
  # @!parse
7
7
  # # Vocabulary for <http://www.loc.gov/premis/rdf/v1#>
8
+ # #
9
+ # # Preservation Metadata: Implementation Strategies (PREMIS) Ontology
10
+ # #
11
+ # # This ontology identifies the classes and properties used to describe preservation metadata in RDF. It aligns with PREMIS Data Dictionary version 2.2.
12
+ # # @version 1.0.0
13
+ # # @see http://multimedialab.elis.ugent.be/users/samcoppe/ontologies/Premis/index.html for the OWL Documentation of the ontology.
8
14
  # class PREMIS < RDF::StrictVocabulary
15
+ # # 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.
16
+ # #
17
+ # # The Agent entity aggregates information about attributes or characteristics of agents (persons, organizations, or software) associated with rights management and preservation events in the life of a data object. Agent information serves to identify an agent unambiguously from all other Agent entities.
18
+ # # @return [RDF::Vocabulary::Term]
19
+ # attr_reader :Agent
20
+ #
21
+ # # Definition: The date range during which the particular rights statement applies or is applied to the content.
22
+ # #
23
+ # # Rationale Specific dates may apply to the particular rights statement.
24
+ # # @return [RDF::Vocabulary::Term]
25
+ # attr_reader :ApplicableDates
26
+ #
27
+ # # Definition: Contiguous or non-contiguous data within a file that has meaningful properties for preservation purposes.
28
+ # # @return [RDF::Vocabulary::Term]
29
+ # attr_reader :Bitstream
30
+ #
31
+ # # 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
+ # #
33
+ # # 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
+ # # @return [RDF::Vocabulary::Term]
37
+ # attr_reader :ContentLocation
38
+ #
39
+ # # Definition: Information about the copyright status of the object(s).
40
+ # #
41
+ # # 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.
42
+ # # @return [RDF::Vocabulary::Term]
43
+ # attr_reader :CopyrightInformation
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
+ # # Definition: Information about the application that created the object.
48
+ # #
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.
50
+ # #
51
+ # # 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.
52
+ # # @return [RDF::Vocabulary::Term]
53
+ # attr_reader :CreatingApplication
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
+ # # 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
+ # #
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
+ # # @return [RDF::Vocabulary::Term]
61
+ # attr_reader :Dependency
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.
64
+ # #
65
+ # # Definition: Hardware/software combinations supporting use of the object.
66
+ # #
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
+ # #
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.
70
+ # # @return [RDF::Vocabulary::Term]
71
+ # attr_reader :Environment
72
+ #
73
+ # # The Event entity aggregates information about an action that involves one or more Object entities. Metadata about an Event would normally be recorded and stored separately from the digital object. Whether or not a preservation repository records an Event depends upon the importance of the event. Actions that modify objects should always be recorded. Other actions such as copying an object for backup purposes may be recorded in system logs or an audit trail but not necessarily in an Event entity. Mandatory semantic units are: eventIdentifier, eventType, and eventDateTime.
74
+ # #
75
+ # # 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.
76
+ # # @return [RDF::Vocabulary::Term]
77
+ # attr_reader :Event
78
+ #
79
+ # # Rationale: An event outcome may be sufficiently complex that a coded description is not adequate to document it.
80
+ # #
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
+ # #
83
+ # # Definition: A detailed description of the result or product of the event.
84
+ # # @return [RDF::Vocabulary::Term]
85
+ # attr_reader :EventOutcomeDetail
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
+ # # Definition: Information about the outcome of an event.
90
+ # # @return [RDF::Vocabulary::Term]
91
+ # attr_reader :EventOutcomeInformation
92
+ #
93
+ # # Definition: A named and ordered sequence of bytes that is known to an operating system.
94
+ # # @return [RDF::Vocabulary::Term]
95
+ # attr_reader :File
96
+ #
97
+ # # Creation / Maintenance Notes: Automatically calculated and recorded by repository.
98
+ # #
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
+ # #
101
+ # # Definition: Information used to verify whether an object has been altered in an undocumented or unauthorized way.
102
+ # # @return [RDF::Vocabulary::Term]
103
+ # attr_reader :Fixity
104
+ #
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
+ # #
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.
108
+ # #
109
+ # # Definition: Identification of the format of a file or bitstream where format is the organization of digital information according to preset specifications.
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.
112
+ # # @return [RDF::Vocabulary::Term]
113
+ # attr_reader :Format
114
+ #
115
+ # # Definition: An identification of the format of the object.
116
+ # #
117
+ # # 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.
118
+ # # @return [RDF::Vocabulary::Term]
119
+ # attr_reader :FormatDesignation
120
+ #
121
+ # # Rationale: If central format registries are available to the preservation repository, they may provide an excellent way of referencing detailed format information.
122
+ # #
123
+ # # Definition: Identifies and/or gives further information about the format by reference to an entry in a format registry.
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.
126
+ # # @return [RDF::Vocabulary::Term]
127
+ # attr_reader :FormatRegistry
128
+ #
129
+ # # Definition: Hardware components needed by the software referenced in swName or the human user of the referenced software.
130
+ # #
131
+ # # Creation / Maintenance Notes: Hardware environment information can be very difficult to provide. Many different hardware environments may apply; there are a huge number of combinations of maker and type of CPU, memory, video drivers, and so on. Although at least one hardware environment should be recorded, it is not necessary to record them all and each repository will have to make its own decisions about which hardware environments to record. Because of the difficulty recording this information comprehensively, it would be optimal if central registries of environment information existed. In many cases the environment of a file object is directly associated with the format, making registry lookup by format feasible. In the absence of a global mechanism, repositories may be forced to develop their own local “registries” relating format to hwEnvironment.
132
+ # # @return [RDF::Vocabulary::Term]
133
+ # attr_reader :Hardware
134
+ #
135
+ # # This class is used in PREMIS OWL to describe identifiers if the identifiers are not http URIs.
136
+ # # @return [RDF::Vocabulary::Term]
137
+ # attr_reader :Identifier
138
+ #
139
+ # # Creation / Maintenance Notes: Inhibitors are more likely to be present on an object ingested by the repository than applied by the repository itself. It is often not possible to tell that a file has been encrypted by parsing it; the file may appear to be ASCII text. Therefore, information about inhibitors should be supplied as metadata with submitted objects when possible.
140
+ # #
141
+ # # Definition: Features of the object intended to inhibit access, use, or migration.
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
+ # # 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.
146
+ # # @return [RDF::Vocabulary::Term]
147
+ # attr_reader :Inhibitors
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
+ # # 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
152
+ # # @return [RDF::Vocabulary::Term]
153
+ # attr_reader :IntellectualEntity
154
+ #
155
+ # # Usage Note: When rights basis is a license, licenseInformation should be provided.
156
+ # #
157
+ # # Definition: Information about a license or other agreement granting permissions related to an object.
158
+ # # @return [RDF::Vocabulary::Term]
159
+ # attr_reader :LicenseInformation
160
+ #
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
+ # #
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
+ # # 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.
166
+ # # @return [RDF::Vocabulary::Term]
167
+ # attr_reader :Object
168
+ #
169
+ # # Definition: Technical properties of a file or bitstream that are applicable to all or most formats.
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
+ # # 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.
174
+ # # @return [RDF::Vocabulary::Term]
175
+ # attr_reader :ObjectCharacteristics
176
+ #
177
+ # # Definition: Basicly, the preservation information in PREMIS OWL consists of five entities related to each other. The entities are: Agent, Event, IntellectualEntity, Object, and RightsStatement.
178
+ # # @return [RDF::Vocabulary::Term]
179
+ # attr_reader :PremisEntity
180
+ #
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
+ # #
183
+ # # 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
+ # #
185
+ # # 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
+ # # @return [RDF::Vocabulary::Term]
189
+ # attr_reader :PreservationLevel
190
+ #
191
+ # # Definition: The identifier and sequential context of the related resource
192
+ # #
193
+ # # 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.
194
+ # # @return [RDF::Vocabulary::Term]
195
+ # attr_reader :RelatedObjectIdentification
196
+ #
197
+ # # 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.
198
+ # # @return [RDF::Vocabulary::Term]
199
+ # attr_reader :Representation
200
+ #
201
+ # # Definition: A designation used to uniquely identify documentation supporting the specified rights within the repository system.
202
+ # # @return [RDF::Vocabulary::Term]
203
+ # attr_reader :RightsDocumentation
204
+ #
205
+ # # Definition: The action(s) that the granting agency has allowed the repository.
206
+ # # @return [RDF::Vocabulary::Term]
207
+ # attr_reader :RightsGranted
208
+ #
209
+ # # Definition: Documentation of the repository's right to perform one or more acts.
210
+ # #
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
+ # #
213
+ # # Extensions: In OWL one can define its own subclasses to the the RightsStatement class to denote OtherRightsInformation of the PREMIS data dictionary.
214
+ # # @return [RDF::Vocabulary::Term]
215
+ # attr_reader :RightsStatement
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
+ # # 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
+ # #
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
+ # # @return [RDF::Vocabulary::Term]
223
+ # attr_reader :Signature
224
+ #
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
+ # #
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.
228
+ # #
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
+ # #
231
+ # # Definition: Characteristics of a particular object subjectively determined to be important to maintain through preservation actions.
232
+ # # @return [RDF::Vocabulary::Term]
233
+ # attr_reader :SignificantProperties
234
+ #
235
+ # # Definition: Software required to render or use the object.
236
+ # #
237
+ # # Creation / Maintenance Notes: If recording this explicitly, many different software environments may apply; for example, a particular object such as a PDF file may be viewable by several versions of several applications running under several operating systems and operating system versions. Although at least one software environment should be recorded, it is not necessary to record them all and each repository will have to make its own decisions about which software environments to record. Also, what appears to the user as a single rendering program can have many dependencies, including system utilities, runtime libraries, and so on, which each might have their own dependencies in turn. As with environment, metadata may be more efficiently managed in conjunction with a format registry either internal or external to a repository. In the absence of a global mechanism, repositories may be forced to develop their own local “registries” relating format to software environment.
238
+ # # @return [RDF::Vocabulary::Term]
239
+ # attr_reader :Software
240
+ #
241
+ # # Usage Notes: When rights basis is a statute, statuteInformation should be provided.
242
+ # #
243
+ # # Definition: Information about the statute allowing use of the object.
244
+ # # @return [RDF::Vocabulary::Term]
245
+ # attr_reader :StatuteInformation
246
+ #
247
+ # # Usage Notes: Normally there would be a single storage location and medium for an object, because an object in another location would be considered a different object. The storage composite should be repeated if there are two or more copies that are identical bit-wise and managed as a unit except for the medium on which they are stored. They must have a single objectIdentifier and be managed as a single object by the repository. Although this semantic unit is mandatory, both of its subunits are optional. At least one subunit (i.e. either contentLocation or storageMedium) must be present or both may be used.
248
+ # #
249
+ # # Rationale: It is necessary for a repository to associate the contentLocation with the storageMedium.
250
+ # #
251
+ # # Definition: Information about how and where a file is stored in the storage system.
252
+ # # @return [RDF::Vocabulary::Term]
253
+ # attr_reader :Storage
254
+ #
255
+ # # Rationale: The permission to preserve may be time bounded.
256
+ # #
257
+ # # Definition: The time period for the permissions granted.
258
+ # # @return [RDF::Vocabulary::Term]
259
+ # attr_reader :TermOfGrant
260
+ #
261
+ # # Definition: The time period for the restriction granted.
262
+ # #
263
+ # # 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.
264
+ # # @return [RDF::Vocabulary::Term]
265
+ # attr_reader :TermOfRestriction
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
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/actionsGranted
270
+ # #
271
+ # # Definition: The action the preservation repository is allowed to take.
272
+ # # @return [RDF::Vocabulary::Term]
273
+ # attr_reader :hasAct
274
+ #
275
+ # # Definition: link to the associated Agent.
276
+ # #
277
+ # # 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.
278
+ # # @return [RDF::Vocabulary::Term]
279
+ # attr_reader :hasAgent
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
+ # # Definition: A text string which could be used in addition to agentIdentifier to identify an agent.
286
+ # #
287
+ # # Usage Note: The value is not necessarily unique.
288
+ # # @return [RDF::Vocabulary::Term]
289
+ # attr_reader :hasAgentName
290
+ #
291
+ # # Rationale: Additional information may be needed to describe or disambiguate the agent.
292
+ # #
293
+ # # Definition: Additional information about the agent.
294
+ # # @return [RDF::Vocabulary::Term]
295
+ # attr_reader :hasAgentNote
296
+ #
297
+ # # Definition: A high-level characterization of the type of agent.
298
+ # #
299
+ # # 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
+ # # @return [RDF::Vocabulary::Term]
303
+ # attr_reader :hasAgentType
304
+ #
305
+ # # @return [RDF::Vocabulary::Term]
306
+ # attr_reader :hasApplicableDates
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
+ # # 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
+ # #
314
+ # # Definition: An indication of whether the object is subject to one or more processes of decoding or unbundling.
315
+ # #
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
+ # #
318
+ # # Data Constraints: Non-negative integers.
319
+ # # @return [RDF::Vocabulary::Term]
320
+ # attr_reader :hasCompositionLevel
321
+ #
322
+ # # @return [RDF::Vocabulary::Term]
323
+ # attr_reader :hasContentLocation
324
+ #
325
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/contentLocationType
326
+ # #
327
+ # # Definition: The means of referencing the location of the content.
328
+ # #
329
+ # # Rationale: To understand the meaning of the value it is necessary to know what location scheme is used.
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.
332
+ # # @return [RDF::Vocabulary::Term]
333
+ # attr_reader :hasContentLocationType
334
+ #
335
+ # # Definition: The reference to the location of the content used by the storage system.
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
+ # # 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)
340
+ # # @return [RDF::Vocabulary::Term]
341
+ # attr_reader :hasContentLocationValue
342
+ #
343
+ # # Data Constraint: Values should be taken from ISO 3166.
344
+ # #
345
+ # # Rationale: Copyright law can vary from country to country.
346
+ # #
347
+ # # Examples: us, de, be
348
+ # #
349
+ # # Definition: The country whose copyright laws apply.
350
+ # # @return [RDF::Vocabulary::Term]
351
+ # attr_reader :hasCopyrightJurisdiction
352
+ #
353
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/copyrightStatus
354
+ # #
355
+ # # Definition: A coded designation for the copyright status of the object at the time the rights statement is recorded.
356
+ # #
357
+ # # 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.
358
+ # # @return [RDF::Vocabulary::Term]
359
+ # attr_reader :hasCopyrightStatus
360
+ #
361
+ # # Example: 2001-10-26T19:32:52+00:00
362
+ # #
363
+ # # Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime
364
+ # #
365
+ # # Definition: The date that the copyright status recorded in copyrightStatus was determined.
366
+ # # @return [RDF::Vocabulary::Term]
367
+ # attr_reader :hasCopyrightStatusDeterminationDate
368
+ #
369
+ # # @return [RDF::Vocabulary::Term]
370
+ # attr_reader :hasCreatingApplication
371
+ #
372
+ # # Example: MSWord
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
+ # # Definition: A designation for the name of the software program that created the object.
377
+ # # @return [RDF::Vocabulary::Term]
378
+ # attr_reader :hasCreatingApplicationName
379
+ #
380
+ # # Example: 2000
381
+ # #
382
+ # # Definition: The version of the software program that created the object.
383
+ # # @return [RDF::Vocabulary::Term]
384
+ # attr_reader :hasCreatingApplicationVersion
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
+ # # Definition: The actual or approximate date and time the object was created.
391
+ # #
392
+ # # 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.
393
+ # # @return [RDF::Vocabulary::Term]
394
+ # attr_reader :hasDateCreatedByApplication
395
+ #
396
+ # # @return [RDF::Vocabulary::Term]
397
+ # attr_reader :hasDependency
398
+ #
399
+ # # Example: Additional Element Set for Language Corpora
400
+ # #
401
+ # # 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
+ # # @return [RDF::Vocabulary::Term]
405
+ # attr_reader :hasDependencyName
406
+ #
407
+ # # Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime
408
+ # #
409
+ # # Definition: The ending date of the permission granted.
410
+ # #
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
+ # # @return [RDF::Vocabulary::Term]
413
+ # attr_reader :hasEndDate
414
+ #
415
+ # # @return [RDF::Vocabulary::Term]
416
+ # attr_reader :hasEnvironment
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
+ # # 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
+ # #
424
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/environmentCharacteristic
425
+ # # @return [RDF::Vocabulary::Term]
426
+ # attr_reader :hasEnvironmentCharacteristic
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.
431
+ # #
432
+ # # Example: This environment assumes that the PDF will be stored locally and used with a standalone PDF reader.
433
+ # #
434
+ # # Definition: Additional information about the environment.
435
+ # # @return [RDF::Vocabulary::Term]
436
+ # attr_reader :hasEnvironmentNote
437
+ #
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
+ # #
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.
441
+ # #
442
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/environmentPurpose
443
+ # #
444
+ # # Definition: The use(s) supported by the specified environment.
445
+ # # @return [RDF::Vocabulary::Term]
446
+ # attr_reader :hasEnvironmentPurpose
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
+ # # Definition: The event associated with the object or an agent.
451
+ # # @return [RDF::Vocabulary::Term]
452
+ # attr_reader :hasEvent
453
+ #
454
+ # # Usage Notes: Recommended practice is to record the most specific time possible and to designate the time zone.
455
+ # #
456
+ # # Example: 2001-10-26T19:32:52+00:00
457
+ # #
458
+ # # Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime
459
+ # #
460
+ # # Definition: The single date and time, or date and time range, at or during which the event occurred.
461
+ # # @return [RDF::Vocabulary::Term]
462
+ # attr_reader :hasEventDateTime
463
+ #
464
+ # # Examples: Object permanently withdrawn by request of Caroline Hunt, Program=“MIGJP2JP2K”; version=“2.2”
465
+ # #
466
+ # # 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
+ # # @return [RDF::Vocabulary::Term]
470
+ # attr_reader :hasEventDetail
471
+ #
472
+ # # Data Constraint: Value should be taken from a controlled vocabulary.
473
+ # #
474
+ # # Examples: 00 [a code meaning “action successfully completed”], CV-01 [a code meaning “checksum validated”]
475
+ # #
476
+ # # Definition: A categorization of the overall result of the event in terms of success, partial success, or failure.
477
+ # #
478
+ # # 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
+ # # @return [RDF::Vocabulary::Term]
482
+ # attr_reader :hasEventOutcome
483
+ #
484
+ # # @return [RDF::Vocabulary::Term]
485
+ # attr_reader :hasEventOutcomeDetail
486
+ #
487
+ # # Definition: A detailed description of the result or product of the event in textual form.
488
+ # #
489
+ # # Rationale: Additional information in textual form may be needed about the outcome of the event.
490
+ # #
491
+ # # Examples: LZW compressed file, Non-standard tags found in header
492
+ # # @return [RDF::Vocabulary::Term]
493
+ # attr_reader :hasEventOutcomeDetailNote
494
+ #
495
+ # # @return [RDF::Vocabulary::Term]
496
+ # attr_reader :hasEventOutcomeInformation
497
+ #
498
+ # # Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.
499
+ # #
500
+ # # 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.
501
+ # # @return [RDF::Vocabulary::Term]
502
+ # attr_reader :hasEventRelatedAgent
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
+ # # Definition: Information about an object associated with an event.
507
+ # #
508
+ # # Rationale: Digital provenance often requires that relationships between objects and events are documented.
509
+ # # @return [RDF::Vocabulary::Term]
510
+ # attr_reader :hasEventRelatedObject
511
+ #
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
+ # #
514
+ # # Definition: A categorization of the nature of the event.
515
+ # #
516
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/eventType
517
+ # #
518
+ # # Rationale: Categorizing events will aid the preservation repository in machine processing of event information, particularly in reporting.
519
+ # # @return [RDF::Vocabulary::Term]
520
+ # attr_reader :hasEventType
521
+ #
522
+ # # @return [RDF::Vocabulary::Term]
523
+ # attr_reader :hasFixity
524
+ #
525
+ # # @return [RDF::Vocabulary::Term]
526
+ # attr_reader :hasFormat
527
+ #
528
+ # # @return [RDF::Vocabulary::Term]
529
+ # attr_reader :hasFormatDesignation
530
+ #
531
+ # # Data Constraint: Value should be taken from a controlled vocabulary.
532
+ # #
533
+ # # Examples: Text/sgml, image/tiff/geotiff, Adobe PDF, DES, PGP, base64, unknown, LaTex
534
+ # #
535
+ # # Definition: A designation of the format of the file or bitstream.
536
+ # #
537
+ # # Usage Notes: For unidentified formats, formatName may be recorded as “unknown”.
538
+ # # @return [RDF::Vocabulary::Term]
539
+ # attr_reader :hasFormatName
540
+ #
541
+ # # Definition: Additional information about format.
542
+ # #
543
+ # # Examples: tentative identification, disjunction, multiple format identifications found
544
+ # #
545
+ # # Usage Notes: The formatNote may contain free text, a reference pointer, or a value from a controlled list.
546
+ # #
547
+ # # Rationale: Qualifying information may be needed to supplement format designation and registry information or record a status for identification.
548
+ # # @return [RDF::Vocabulary::Term]
549
+ # attr_reader :hasFormatNote
550
+ #
551
+ # # @return [RDF::Vocabulary::Term]
552
+ # attr_reader :hasFormatRegistry
553
+ #
554
+ # # Definition: The unique key used to reference an entry for this format in a format registry.
555
+ # #
556
+ # # Examples: info:gdfr/fred/f/tiff, TIFF/6.0
557
+ # # @return [RDF::Vocabulary::Term]
558
+ # attr_reader :hasFormatRegistryKey
559
+ #
560
+ # # Definition: A designation identifying the referenced format registry.
561
+ # #
562
+ # # Usage Notes: This can be a formal name, internally used name, or URI.
563
+ # #
564
+ # # Examples: PRONOM, www.nationalarchives.gov.uk/pronom, Representation Information Registry Repository, FRED: A format registry demonstration, release 0.07
565
+ # # @return [RDF::Vocabulary::Term]
566
+ # attr_reader :hasFormatRegistryName
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.
569
+ # #
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
+ # #
572
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/formatRegistryRole
573
+ # #
574
+ # # Definition: The purpose or expected use of the registry.
575
+ # # @return [RDF::Vocabulary::Term]
576
+ # attr_reader :hasFormatRegistryRole
577
+ #
578
+ # # Definition: The version of the format named in formatName.
579
+ # #
580
+ # # Usage Notes: If the format is versioned, formatVersion should be recorded. It can be either a numeric or chronological designation.
581
+ # #
582
+ # # Rationale: Many authority lists of format names are not granular enough to indicate version, for example, MIME Media types.
583
+ # #
584
+ # # Examples: 6.0, 2003
585
+ # # @return [RDF::Vocabulary::Term]
586
+ # attr_reader :hasFormatVersion
587
+ #
588
+ # # @return [RDF::Vocabulary::Term]
589
+ # attr_reader :hasHardware
590
+ #
591
+ # # Examples: Intel Pentium III, 1 GB DRAM, Windows XPcompatible joystick
592
+ # #
593
+ # # Definition: Manufacturer, model, and version (if applicable) of the hardware.
594
+ # #
595
+ # # 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.
596
+ # # @return [RDF::Vocabulary::Term]
597
+ # attr_reader :hasHardwareName
598
+ #
599
+ # # Examples: 32MB minimum, Required RAM for Apache is unknown
600
+ # #
601
+ # # Definition: Additional requirements or instructions related to the hardware referenced in hwName.
602
+ # #
603
+ # # 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
+ # #
605
+ # # Usage Notes: This could be an identifier or URI used to point to hardware documentation.
606
+ # # @return [RDF::Vocabulary::Term]
607
+ # attr_reader :hasHardwareOtherInformation
608
+ #
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
+ # #
611
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/hardwareType
612
+ # #
613
+ # # Definition: Class or category of the hardware.
614
+ # # @return [RDF::Vocabulary::Term]
615
+ # attr_reader :hasHardwareType
616
+ #
617
+ # # @return [RDF::Vocabulary::Term]
618
+ # attr_reader :hasIdentifier
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.
621
+ # #
622
+ # # Data Constraint: Value should be taken from controlled vocabulary.
623
+ # #
624
+ # # Rationale: Identifier values cannot be assumed to be unique across domains. The combination of identifierType and identifierValue should ensure uniqueness.
625
+ # #
626
+ # # Definition: A designation of the domain within which the identifier is unique.
627
+ # #
628
+ # # Examples: DLC, DRS, hdl:4263537
629
+ # # @return [RDF::Vocabulary::Term]
630
+ # attr_reader :hasIdentifierType
631
+ #
632
+ # # Examples: 0000000312 (Representation), IU2440 (File), WAC1943.56 (File), http://nrs.harvard.edu/urn-3:FHCL.Loeb:sal (File), IU2440-1 (Bitstream)
633
+ # #
634
+ # # Defnition: The value of the Identifier.
635
+ # # @return [RDF::Vocabulary::Term]
636
+ # attr_reader :hasIdentifierValue
637
+ #
638
+ # # Definition: The decryption key or password.
639
+ # #
640
+ # # 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
+ # # @return [RDF::Vocabulary::Term]
644
+ # attr_reader :hasInhibitorKey
645
+ #
646
+ # # Definition: The content or function protected by the inhibitor.
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
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/inhibitorTarget
651
+ # # @return [RDF::Vocabulary::Term]
652
+ # attr_reader :hasInhibitorTarget
653
+ #
654
+ # # Definition: The inhibitor method employed.
655
+ # #
656
+ # # 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
+ # #
658
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/inhibitorType
659
+ # # @return [RDF::Vocabulary::Term]
660
+ # attr_reader :hasInhibitorType
661
+ #
662
+ # # @return [RDF::Vocabulary::Term]
663
+ # attr_reader :hasInhibitors
664
+ #
665
+ # # Definition: An intellectual entity associated with the object.
666
+ # #
667
+ # # 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.
668
+ # # @return [RDF::Vocabulary::Term]
669
+ # attr_reader :hasIntellectualEntity
670
+ #
671
+ # # @return [RDF::Vocabulary::Term]
672
+ # attr_reader :hasKeyInformation
673
+ #
674
+ # # Usage Notes: This could contain the actual text of the license or agreement or a paraphrase or summary.
675
+ # #
676
+ # # Definition: Text describing the license or agreement by which permission was granted.
677
+ # # @return [RDF::Vocabulary::Term]
678
+ # attr_reader :hasLicenseTerms
679
+ #
680
+ # # Rationale: This must be stored so that it can be compared in future fixity checks.
681
+ # #
682
+ # # Definition: The output of the message digest algorithm.
683
+ # #
684
+ # # Example: 7c9b35da4f2ebd436f1cf88e5a39b3a257edf4a22be3c955ac49da2e2107b67a1924419563
685
+ # # @return [RDF::Vocabulary::Term]
686
+ # attr_reader :hasMessageDigest
687
+ #
688
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions
689
+ # #
690
+ # # 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
+ # #
692
+ # # Definition: The specific algorithm used to construct the message digest for the digital object.
693
+ # # @return [RDF::Vocabulary::Term]
694
+ # attr_reader :hasMessageDigestAlgorithm
695
+ #
696
+ # # Definition: The agent that created the original message digest that is compared in a fixity check.
697
+ # #
698
+ # # Examples: DRS, A0000978
699
+ # #
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).
701
+ # #
702
+ # # 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
+ # # @return [RDF::Vocabulary::Term]
706
+ # attr_reader :hasMessageDigestOriginator
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.
709
+ # #
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
+ # #
712
+ # # Definition: Information about an object associated with an event or rightsstatement.
713
+ # # @return [RDF::Vocabulary::Term]
714
+ # attr_reader :hasObject
715
+ #
716
+ # # @return [RDF::Vocabulary::Term]
717
+ # attr_reader :hasObjectCharacteristics
718
+ #
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
+ # #
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
+ # # Definition: The name of the object as submitted to or harvested by the repository, before any renaming by the repository.
724
+ # #
725
+ # # Example: N419.pdf
726
+ # #
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
+ # # @return [RDF::Vocabulary::Term]
729
+ # attr_reader :hasOriginalName
730
+ #
731
+ # # @return [RDF::Vocabulary::Term]
732
+ # attr_reader :hasPreservationLevel
733
+ #
734
+ # # Definition: The date, or date and time, when a particular preservationLevelValue was assigned to the object.
735
+ # #
736
+ # # Examples: 2001-10-26T19:32:52+00:00
737
+ # #
738
+ # # Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime
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.
741
+ # # @return [RDF::Vocabulary::Term]
742
+ # attr_reader :hasPreservationLevelDateAssigned
743
+ #
744
+ # # Definition: The reason a particular preservationLevelValue was applied to the object.
745
+ # #
746
+ # # Examples: user pays, legislation, defective file, bit-level preservation only available for this format
747
+ # #
748
+ # # 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
+ # #
750
+ # # Rationale: Application of a particular preservationLevelValue may require justification, especially if it differs from that usually applied according to repository policy.
751
+ # # @return [RDF::Vocabulary::Term]
752
+ # attr_reader :hasPreservationLevelRationale
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
+ # # 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
+ # #
760
+ # # Rationale: Repositories may assign preservationLevelValues in different contexts which must be differentiated, and may need to record more than one context.
761
+ # # @return [RDF::Vocabulary::Term]
762
+ # attr_reader :hasPreservationLevelRole
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
+ # # 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
+ # #
770
+ # # Definition: A value indicating the set of preservation functions expected to be applied to the object.
771
+ # #
772
+ # # 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
+ # #
774
+ # # Creation / Maintenance Notes: The preservation level may be assigned by the repository or requested by the depositor and submitted as metadata.
775
+ # # @return [RDF::Vocabulary::Term]
776
+ # attr_reader :hasPreservationLevelValue
777
+ #
778
+ # # Definition: This property related to all object belonging to a RelatedObjectIdentification to describe the related objects as an aggregation.
779
+ # # @return [RDF::Vocabulary::Term]
780
+ # attr_reader :hasRelatedObject
781
+ #
782
+ # # Rationale: This semantic unit is particularly useful for structural relationships. In order to reconstruct a representation, it may be necessary to know the order of components with sibling or part-whole relationships. For example, to render a page-image book, it is necessary to know the order of files representing pages.
783
+ # #
784
+ # # Definition: The order of the related object relative to other objects with the same type of relationship.
785
+ # # @return [RDF::Vocabulary::Term]
786
+ # attr_reader :hasRelatedObjectSequence
787
+ #
788
+ # # 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.
789
+ # # @return [RDF::Vocabulary::Term]
790
+ # attr_reader :hasRelatedStatuteInformation
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.
793
+ # #
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
+ # #
796
+ # # Definition: This property links one object to one or more other objects.
797
+ # # @return [RDF::Vocabulary::Term]
798
+ # attr_reader :hasRelationship
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
+ # # Definition: A condition or limitation on the act.
803
+ # # @return [RDF::Vocabulary::Term]
804
+ # attr_reader :hasRestriction
805
+ #
806
+ # # @return [RDF::Vocabulary::Term]
807
+ # attr_reader :hasRightsDocumentation
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
+ # # Rationale: This information distinguishes the purpose of the supporting documentation especially when there are multiple documentation identifiers.
812
+ # # @return [RDF::Vocabulary::Term]
813
+ # attr_reader :hasRightsDocumentationRole
814
+ #
815
+ # # @return [RDF::Vocabulary::Term]
816
+ # attr_reader :hasRightsGranted
817
+ #
818
+ # # Rationale: A textual description of the rights granted may be needed for additional explanation.
819
+ # #
820
+ # # 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
+ # # @return [RDF::Vocabulary::Term]
824
+ # attr_reader :hasRightsGrantedNote
825
+ #
826
+ # # Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.
827
+ # #
828
+ # # 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.
829
+ # # @return [RDF::Vocabulary::Term]
830
+ # attr_reader :hasRightsRelatedAgent
831
+ #
832
+ # # Definition: A rights statement associated with the object.
833
+ # #
834
+ # # Rationale: A repository may choose to link from a rights statement to an object or from an object to a rights statement or both.
835
+ # # @return [RDF::Vocabulary::Term]
836
+ # attr_reader :hasRightsStatement
837
+ #
838
+ # # Definition: Additional information about the RightsStatement of an object.
839
+ # #
840
+ # # Examples: Copyright expiration expected in 2010 unless renewed. License is embedded in XMP block in file header.
841
+ # # @return [RDF::Vocabulary::Term]
842
+ # attr_reader :hasRightsStatementNote
843
+ #
844
+ # # @return [RDF::Vocabulary::Term]
845
+ # attr_reader :hasSignature
846
+ #
847
+ # # Rationale: These values cannot be interpreted correctly if the encoding is unknown.
848
+ # #
849
+ # # 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
+ # #
851
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/signatureEncoding
852
+ # #
853
+ # # Definition: The encoding used for the values of signatureValue, keyInformation.
854
+ # # @return [RDF::Vocabulary::Term]
855
+ # attr_reader :hasSignatureEncoding
856
+ #
857
+ # # 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.
858
+ # #
859
+ # # Data Constraint: Values are taken from a SKOS vocabulary
860
+ # #
861
+ # # Definition: A designation for the encryption and hash algorithms used for signature generation.
862
+ # #
863
+ # # Rationale: The same algorithms must be used for signature validation.
864
+ # # @return [RDF::Vocabulary::Term]
865
+ # attr_reader :hasSignatureMethod
866
+ #
867
+ # # Definition: Additional information about the generation of the signature.
868
+ # #
869
+ # # Usage Notes: This may include the date/time of signature generation, the serial number of the cryptographic hardware used, or other information related to the generation of the signature. Repositories will likely want to define a suitably granular structure to signatureProperties.
870
+ # # @return [RDF::Vocabulary::Term]
871
+ # attr_reader :hasSignatureProperties
872
+ #
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
+ # #
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
+ # # Definition: The operations to be performed in order to validate the digital signature.
878
+ # # @return [RDF::Vocabulary::Term]
879
+ # attr_reader :hasSignatureValidationRules
880
+ #
881
+ # # Example: juS5RhJ884qoFR8flVXd/rbrSDVGn40CapgB7qeQiT+rr0NekEQ6BHhUA8dT3+BCTBUQI0dBjlml9lwzENXvS83zRECjzXbMRTUtVZiPZG2pqKPnL2YU3A9645UCjTXU+jgFumv7k78hieAGDzNci+PQ9KRmm//icT7JaYztgt4=
882
+ # #
883
+ # # Definition: The digital signature; a value generated from the application of a private key to a message digest.
884
+ # # @return [RDF::Vocabulary::Term]
885
+ # attr_reader :hasSignatureValue
886
+ #
887
+ # # 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
888
+ # #
889
+ # # Definition: The individual, institution, or authority responsible for generating the signature.
890
+ # #
891
+ # # Rationale: The signer might also be carried in the keyInformation, but it can be accessed more conveniently if recorded here.
892
+ # # @return [RDF::Vocabulary::Term]
893
+ # attr_reader :hasSigner
894
+ #
895
+ # # @return [RDF::Vocabulary::Term]
896
+ # attr_reader :hasSignificantProperties
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
+ # # Usage Notes: This semantic unit is optional and may be used as part of a facet:detail pair with significantPropertiesValue.
903
+ # #
904
+ # # Definition: The aspect, facet, or attribute of an object about which significant properties are being described.
905
+ # # @return [RDF::Vocabulary::Term]
906
+ # attr_reader :hasSignificantPropertiesType
907
+ #
908
+ # # Definition: Description of the characteristics of a particular object subjectively determined to be important to maintain through preservation actions.
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.
911
+ # #
912
+ # # Rationale: Repositories may choose to describe significant properties based on a particular aspect or attribute of an object.
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
915
+ # # @return [RDF::Vocabulary::Term]
916
+ # attr_reader :hasSignificantPropertiesValue
917
+ #
918
+ # # Definition: The size in bytes of the file or bitstream stored in the repository.
919
+ # #
920
+ # # Creation / Maintenance Notes: Automatically obtained by the repository.
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
+ # # Example: 2038937
925
+ # #
926
+ # # 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.
927
+ # # @return [RDF::Vocabulary::Term]
928
+ # attr_reader :hasSize
929
+ #
930
+ # # @return [RDF::Vocabulary::Term]
931
+ # attr_reader :hasSoftware
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
+ # # Example: GNU gcc >=2.7.2
936
+ # #
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
+ # # @return [RDF::Vocabulary::Term]
939
+ # attr_reader :hasSoftwareDependency
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
+ # # Examples: Adobe Photoshop, Adobe Acrobat Reader
944
+ # #
945
+ # # Definition: Manufacturer and title of the software application.
946
+ # # @return [RDF::Vocabulary::Term]
947
+ # attr_reader :hasSoftwareName
948
+ #
949
+ # # Definition: Additional requirements or instructions related to the software referenced in swName.
950
+ # #
951
+ # # Usage Notes: This could be a reliable persistent identifier or URI pointing to software documentation within or outside the repository.
952
+ # #
953
+ # # 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.
954
+ # # @return [RDF::Vocabulary::Term]
955
+ # attr_reader :hasSoftwareOtherInformation
956
+ #
957
+ # # Definition: Class or category of software.
958
+ # #
959
+ # # 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
+ # #
961
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/softwareType
962
+ # #
963
+ # # Rationale: Several different layers of software can be required to support an object.
964
+ # # @return [RDF::Vocabulary::Term]
965
+ # attr_reader :hasSoftwareType
966
+ #
967
+ # # Definition: The version or versions of the software referenced in swName.
968
+ # #
969
+ # # Examples: >=2.2.0, 6.0, 2003
970
+ # #
971
+ # # Usage Notes: If there is no formal version, the date of issuance can be used.
972
+ # # @return [RDF::Vocabulary::Term]
973
+ # attr_reader :hasSoftwareVersion
974
+ #
975
+ # # Definition: The beginning date of the permission granted.
976
+ # #
977
+ # # Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime
978
+ # # @return [RDF::Vocabulary::Term]
979
+ # attr_reader :hasStartDate
980
+ #
981
+ # # Usage Notes: Use standard citation form when applicable.
982
+ # #
983
+ # # Definition: An identifying designation for the statute.
984
+ # #
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
+ # # @return [RDF::Vocabulary::Term]
987
+ # attr_reader :hasStatuteCitation
988
+ #
989
+ # # Example: 2001-10-26T19:32:52+00:00
990
+ # #
991
+ # # Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime
992
+ # #
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
+ # # Definition: The date that the determination was made that the statute authorized the permission(s) noted.
996
+ # # @return [RDF::Vocabulary::Term]
997
+ # attr_reader :hasStatuteInformationDeterminationDate
998
+ #
999
+ # # Data Constraint: Values should be taken from a controlled vocabulary.
1000
+ # #
1001
+ # # Definition: The country or other political body enacting the statute.
1002
+ # #
1003
+ # # Examples: us, de, be
1004
+ # #
1005
+ # # Rationale: The connection between the object and the rights granted is based on jurisdiction.
1006
+ # # @return [RDF::Vocabulary::Term]
1007
+ # attr_reader :hasStatuteJurisdiction
1008
+ #
1009
+ # # @return [RDF::Vocabulary::Term]
1010
+ # attr_reader :hasStorage
1011
+ #
1012
+ # # Definition: The physical medium on which the object is stored (e.g., magnetic tape, hard disk, CD-ROM, DVD).
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
+ # # 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
+ # #
1018
+ # # Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/storageMedium
1019
+ # # @return [RDF::Vocabulary::Term]
1020
+ # attr_reader :hasStorageMedium
1021
+ #
1022
+ # # @return [RDF::Vocabulary::Term]
1023
+ # attr_reader :hasTermOfGrant
1024
+ #
1025
+ # # @return [RDF::Vocabulary::Term]
1026
+ # attr_reader :hasTermOfRestriction
1027
+ #
9
1028
  # end
10
- class PREMIS < RDF::StrictVocabulary("http://www.loc.gov/premis/rdf/v1#")
1029
+ PREMIS = Class.new(RDF::StrictVocabulary("http://www.loc.gov/premis/rdf/v1#")) do
11
1030
 
12
1031
  # Ontology definition
13
1032
  ontology :"http://www.loc.gov/premis/rdf/v1#",
14
- comment: %(This ontology identifies the classes and
15
- properties used to describe preservation metadata in RDF.).freeze,
1033
+ comment: "\n This ontology identifies the classes and properties used to describe preservation metadata in RDF.\n It aligns with PREMIS Data Dictionary version 2.2.".freeze,
16
1034
  "dc:modified": "2012-09-14T00:00:00Z".freeze,
17
1035
  isDefinedBy: "http://www.loc.gov/standards/premis/v2/premis-2-2.pdf".freeze,
18
- label: "Preservation Metadata: Implementation\n Strategies (PREMIS) Ontology".freeze,
1036
+ label: "Preservation Metadata: Implementation Strategies (PREMIS) Ontology".freeze,
19
1037
  "owl:imports": ["http://id.loc.gov/vocabulary/preservation/actionsGranted".freeze, "http://id.loc.gov/vocabulary/preservation/agentType".freeze, "http://id.loc.gov/vocabulary/preservation/contentLocationType".freeze, "http://id.loc.gov/vocabulary/preservation/copyrightStatus".freeze, "http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions".freeze, "http://id.loc.gov/vocabulary/preservation/environmentCharacteristic".freeze, "http://id.loc.gov/vocabulary/preservation/environmentPurpose".freeze, "http://id.loc.gov/vocabulary/preservation/eventRelatedAgentRole".freeze, "http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole".freeze, "http://id.loc.gov/vocabulary/preservation/eventType".freeze, "http://id.loc.gov/vocabulary/preservation/formatRegistryRole".freeze, "http://id.loc.gov/vocabulary/preservation/hardwareType".freeze, "http://id.loc.gov/vocabulary/preservation/inhibitorTarget".freeze, "http://id.loc.gov/vocabulary/preservation/inhibitorType".freeze, "http://id.loc.gov/vocabulary/preservation/objectCategory".freeze, "http://id.loc.gov/vocabulary/preservation/preservationLevelRole".freeze, "http://id.loc.gov/vocabulary/preservation/relationshipSubType".freeze, "http://id.loc.gov/vocabulary/preservation/relationshipType".freeze, "http://id.loc.gov/vocabulary/preservation/rightsBasis".freeze, "http://id.loc.gov/vocabulary/preservation/rightsRelatedAgentRole".freeze, "http://id.loc.gov/vocabulary/preservation/signatureEncoding".freeze, "http://id.loc.gov/vocabulary/preservation/signatureMethod".freeze, "http://id.loc.gov/vocabulary/preservation/softwareType".freeze, "http://id.loc.gov/vocabulary/preservation/storageMedium".freeze],
20
- "owl:versionInfo": "version\n 2.2.1".freeze,
21
- "rdfs:seeAlso": "http://multimedialab.elis.ugent.be/users/samcoppe/ontologies/Premis/index.html for the OWL\n Documentation of the ontology.".freeze,
1038
+ "owl:versionInfo": "1.0.0".freeze,
1039
+ "rdfs:seeAlso": "http://multimedialab.elis.ugent.be/users/samcoppe/ontologies/Premis/index.html for the OWL Documentation of the ontology.".freeze,
22
1040
  type: "owl:Ontology".freeze
23
1041
 
24
1042
  # Class definitions
25
1043
  term :Agent,
26
- comment: %(The Agent entity aggregates information
27
- about attributes or characteristics of agents \(persons, organizations, or software\) associated
28
- with rights management and preservation events in the life of a data object. Agent information
29
- serves to identify an agent unambiguously from all other Agent entities.).freeze,
30
- editorialNote: %(Entity properties: May hold or grant one or
31
- more rights. May carry out, authorize, or compel one or more events. May create or act upon
32
- one or more objects through an event or with respect to a rights
33
- statement.).freeze,
1044
+ comment: ["Entity properties:\nMay hold or grant one or more rights.\nMay carry out, authorize, or compel one or more events.\nMay create or act upon one or more objects through an event or with respect to a rights statement.".freeze, "The Agent entity aggregates information about attributes or characteristics of agents (persons, organizations, or software) associated with rights management and preservation events in the life of a data object. Agent information serves to identify an agent unambiguously from all other\nAgent entities.".freeze],
34
1045
  subClassOf: ["dc:Agent".freeze, "foaf:Agent".freeze, "premis:PremisEntity".freeze],
35
1046
  type: "owl:Class".freeze,
36
1047
  "vs:term_status": "stable".freeze
37
1048
  term :ApplicableDates,
38
- definition: %(Definition: The date range during which the
39
- particular rights statement applies or is applied to the content.).freeze,
40
- editorialNote: %(Rationale Specific dates
41
- may apply to the particular rights statement.).freeze,
1049
+ comment: ["Definition: The date range during which the particular rights statement applies or is\napplied to the content.".freeze, "Rationale Specific dates may apply to the particular rights statement.".freeze],
42
1050
  subClassOf: [term(
43
1051
  maxCardinality: "1".freeze,
44
1052
  onProperty: "premis:hasEndDate".freeze,
@@ -51,8 +1059,7 @@ module RDF::Vocab
51
1059
  type: "owl:Class".freeze,
52
1060
  "vs:term_status": "stable".freeze
53
1061
  term :Bitstream,
54
- definition: %(Definition: Contiguous or non-contiguous
55
- data within a file that has meaningful properties for preservation purposes.).freeze,
1062
+ comment: "Definition: Contiguous or non-contiguous data within a file that has meaningful properties for preservation purposes.".freeze,
56
1063
  "rdfs:seeAlso": "Object class definition".freeze,
57
1064
  subClassOf: ["premis:Object".freeze, term(
58
1065
  minCardinality: "1".freeze,
@@ -62,10 +1069,7 @@ module RDF::Vocab
62
1069
  type: "owl:Class".freeze,
63
1070
  "vs:term_status": "stable".freeze
64
1071
  term :ContentLocation,
65
- definition: %(Definition: Information needed to retrieve a
66
- file from the storage system, or to access a bitstream within a file.).freeze,
67
- "skos:historyNote": "Creation / Maintenance Notes: A preservation\n repository should never refer to content that it does not control. Therefore, the PREMIS\n working group assumed that the repository will always assign the contentLocation, probably by\n program.".freeze,
68
- "skos:scopeNote": "Usage Notes: If the preservation repository\n uses the objectIdentifier as a handle for retrieving data, contentLocation is implicit and\n does not need to be recorded.".freeze,
1072
+ comment: ["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.".freeze, "Definition: Information needed to retrieve a file from the storage system, or to access a bitstream within a file.".freeze, "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.".freeze],
69
1073
  subClassOf: term(
70
1074
  intersectionOf: list(term(
71
1075
  cardinality: "1".freeze,
@@ -81,9 +1085,7 @@ module RDF::Vocab
81
1085
  type: "owl:Class".freeze,
82
1086
  "vs:term_status": "stable".freeze
83
1087
  term :CopyrightInformation,
84
- definition: %(Definition: Information about the copyright
85
- status of the object\(s\).).freeze,
86
- "skos:scopeNote": "Usage Notes: When rights basis is a\n copyright, copyrightInformation should be provided. Repositories may need to extend this with\n more detailed information. See the California Digital Library's copyrightMD schema\n (www.cdlib.org/inside/projects/rights/schema/) for an example of a more detailed\n scheme.".freeze,
1088
+ comment: ["Definition: Information about the copyright status of the object(s).".freeze, "Usage Notes: When rights basis is a copyright, copyrightInformation should be provided.\nRepositories 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],
87
1089
  subClassOf: ["premis:RightsStatement".freeze, term(
88
1090
  intersectionOf: list(term(
89
1091
  cardinality: "1".freeze,
@@ -99,17 +1101,7 @@ module RDF::Vocab
99
1101
  type: "owl:Class".freeze,
100
1102
  "vs:term_status": "stable".freeze
101
1103
  term :CreatingApplication,
102
- definition: %(Definition: Information about the
103
- application that created the object.).freeze,
104
- editorialNote: %(Rationale: Information about the creating
105
- application, including the version of the application and the date the file was created, can
106
- be useful for problem solving purposes. For example, it is not uncommon for certain versions
107
- of software to be known for causing conversion errors or introducing artifacts. It is also
108
- useful to determine which rendering software is available for the digital object. For example,
109
- if you know that the Distiller program created the PDF file, you know it will be renderable
110
- with \(among other programs\) Adobe Reader.).freeze,
111
- "skos:historyNote": "Creation / Maintenance Notes: If the object\n was created by the repository, assignment of creating application information should be\n straightforward. If the object was created outside the repository, it is possible this\n information could be supplied by the depositor. It might also be extracted from the file\n itself; the name of the creating application is often embedded within the\n file.".freeze,
112
- "skos:scopeNote": "Usage Notes: This semantic unit applies to\n both objects created external to the repository and subsequently ingested, and to objects\n created by the repository, for example, through migration events. The creatingApplication\n container is repeatable if more than one application processed the object in turn. For\n example, a file could be created by Microsoft Word and later turned into a PDF using Adobe\n Acrobat. Details of both the Word and Acrobat applications may be recorded. However, if both\n files are stored in the repository, each file should be completely described as an Object\n entity and linked by using relationship information with a relationshipType “derivation.” It\n may also be repeated to record the creating application before the object was ingested as well\n as the creating application used as part of the ingest process. For example, an HTML file was\n created pre-ingest using Dreamweaver, and the Web crawler Heritrix then captured a snapshot of\n the files as part of the ingest. The amount of information needed for creatingApplication\n given here is minimal. For more granularity, extensibility is provided. Rather than having\n each repository record this locally, it would be preferable to have a registry of this\n information similar to format or environment registries.".freeze,
1104
+ comment: ["Creation / Maintenance Notes: If the object was created by the repository, assignment of creating application information should be straightforward.\nIf 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.".freeze, "Definition: Information about the application that created the object.".freeze, "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.".freeze, "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.\nThe 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.”\nIt 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.\nThe amount of information needed for creatingApplication given here is minimal. For more granularity, extensibility is provided.\nRather than having each repository record this locally, it would be preferable to have a registry of this information similar to format or environment registries.".freeze],
113
1105
  subClassOf: term(
114
1106
  type: "owl:Class".freeze,
115
1107
  unionOf: list(term(
@@ -129,11 +1121,7 @@ module RDF::Vocab
129
1121
  type: "owl:Class".freeze,
130
1122
  "vs:term_status": "stable".freeze
131
1123
  term :Dependency,
132
- definition: %(Definition: Information about a non-software
133
- component or associated file needed in order to use or render the representation or file, for
134
- example, a schema, a DTD, or an entity file declaration.).freeze,
135
- "skos:historyNote": "Creation / Maintenance Notes: Recommended\n practice is for a repository to archive objects on which other objects depend. These may be\n sent by the submitter of the primary object, or they may in some cases be automatically\n obtained by the repository. For example, a markup file will often contain links to other\n objects it requires such as DTDs or XML Schema. If it does, these objects can often be\n identified by the link and downloaded by the repository.".freeze,
136
- "skos:scopeNote": "Usage Notes: This semantic unit is for\n additional objects that are necessary to render a file or representation, not for required\n software or hardware. It may also be used for a non-executable component of the object, such\n as a font or style sheet. For things that the software requires, see swDependency. This\n semantic unit does not include objects required by structural relationships, such as child\n content objects (e.g., figures that are part of an article), which are recorded under\n relationship with a relationshipType of “structural”. It is up to the repository to determine\n what constitutes a dependency in the context of the designated community. The objects noted\n may be internal or external to the preservation repository.".freeze,
1124
+ comment: ["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.".freeze, "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.".freeze, "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.\nThis 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”.\nIt is up to the repository to determine what constitutes a dependency in the context of the designated community.\nThe objects noted may be internal or external to the preservation repository.".freeze],
137
1125
  subClassOf: term(
138
1126
  type: "owl:Class".freeze,
139
1127
  unionOf: list(term(
@@ -149,13 +1137,7 @@ module RDF::Vocab
149
1137
  type: "owl:Class".freeze,
150
1138
  "vs:term_status": "stable".freeze
151
1139
  term :Environment,
152
- definition: %(Definition: Hardware/software combinations
153
- supporting use of the object.).freeze,
154
- editorialNote: %(Rationale: Environment is the means by which
155
- the user renders and interacts with content. Separation of digital content from its
156
- environmental context can result in the content becoming unusable.).freeze,
157
- "skos:historyNote": "Creation / Maintenance Notes: This\n information may be omitted when the repository is doing only bit-level preservation on the\n object. Rather than having each repository record this locally, it would be preferable to have\n a registry of environment information similar to proposed registries of format information.\n Repositories may choose to design mechanisms for inheritance, so that if the environment\n required for each file within a representation is identical to the environment recorded for\n the representation as a whole, it is not necessary to store this information in each\n file.".freeze,
158
- "skos:scopeNote": "Usage Notes: All of this semantic units’\n subunits are optional. At least one subunit (i.e. environmentNote, dependency, software,\n hardware, and/or environmentExtension) must be present if this container is\n included.".freeze,
1140
+ comment: ["Creation / Maintenance Notes: This information may be omitted when the repository is doing only bit-level preservation on the object.\nRather 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.\nRepositories 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.".freeze, "Definition: Hardware/software combinations supporting use of the object.".freeze, "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.".freeze, "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.".freeze],
159
1141
  subClassOf: term(
160
1142
  maxCardinality: "1".freeze,
161
1143
  onProperty: "premis:hasEnvironmentCharacteristic".freeze,
@@ -164,17 +1146,7 @@ module RDF::Vocab
164
1146
  type: "owl:Class".freeze,
165
1147
  "vs:term_status": "stable".freeze
166
1148
  term :Event,
167
- comment: %(The Event entity aggregates information
168
- about an action that involves one or more Object entities. Metadata about an Event would
169
- normally be recorded and stored separately from the digital object. Whether or not a
170
- preservation repository records an Event depends upon the importance of the event. Actions
171
- that modify objects should always be recorded. Other actions such as copying an object for
172
- backup purposes may be recorded in system logs or an audit trail but not necessarily in an
173
- Event entity. Mandatory semantic units are: eventIdentifier, eventType, and
174
- eventDateTime.).freeze,
175
- editorialNote: %(Entity properties: Must be related to one or
176
- more objects. Can be related to one or more agents. Links between entities may be recorded
177
- from either direction and need not be bi-directional.).freeze,
1149
+ comment: ["Entity properties:\nMust be related to one or more objects.\nCan be related to one or more agents.\nLinks between entities may be recorded from either direction and need not be bi-directional.".freeze, "The Event entity aggregates information about an action that involves one or more Object entities. Metadata about an Event would normally be recorded and stored separately from the digital object.\nWhether or not a preservation repository records an Event depends upon the importance of the event. Actions that modify objects should always be recorded. Other actions such as copying an object for backup purposes may be recorded in system logs or an audit trail but not necessarily in\nan Event entity.\nMandatory semantic units are: eventIdentifier, eventType, and eventDateTime.".freeze],
178
1150
  subClassOf: ["premis:PremisEntity".freeze, term(
179
1151
  intersectionOf: list(term(
180
1152
  cardinality: "1".freeze,
@@ -194,12 +1166,7 @@ module RDF::Vocab
194
1166
  type: "owl:Class".freeze,
195
1167
  "vs:term_status": "stable".freeze
196
1168
  term :EventOutcomeDetail,
197
- definition: %(Definition: A detailed description of the
198
- result or product of the event.).freeze,
199
- editorialNote: %(Rationale: An event outcome may be
200
- sufficiently complex that a coded description is not adequate to document
201
- it.).freeze,
202
- "skos:scopeNote": "Usage Notes: This may be used to record all\n error and warning messages issued by a program involved in the event or to record a pointer to\n an error log. If the event was a validity check (e.g., profile conformance) any anomalies or\n quirks discovered would be recorded here. All subunits of this semantic unit are optional. At\n least one subunit (i.e. eventOutcomeDetailNote and/or eventOutcomeDetailExtension) must be\n present if this container is included.".freeze,
1169
+ comment: ["Definition: A detailed description of the result or product of the event.".freeze, "Rationale: An event outcome may be sufficiently complex that a coded description is not adequate to document it.".freeze, "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.\nIf the event was a validity check (e.g., profile conformance) any anomalies or quirks discovered would be recorded here.\nAll 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.".freeze],
203
1170
  subClassOf: term(
204
1171
  maxCardinality: "1".freeze,
205
1172
  onProperty: "premis:hasEventOutcomeDetailNote".freeze,
@@ -208,9 +1175,7 @@ module RDF::Vocab
208
1175
  type: "owl:Class".freeze,
209
1176
  "vs:term_status": "stable".freeze
210
1177
  term :EventOutcomeInformation,
211
- definition: %(Definition: Information about the outcome of
212
- an event.).freeze,
213
- "skos:scopeNote": "Usage Notes: A repository may wish to\n supplement a coded eventOutcome value with additional information in eventOutcomeDetail. Since\n events may have more than one outcome, the container is repeatable. All subunits of this\n semantic unit are optional. At least one subunit (i.e. eventOutcome or eventOutcomeDetail)\n must be present if this container is included.".freeze,
1178
+ comment: ["Definition: Information about the outcome of an event.".freeze, "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.\nAll subunits of this semantic unit are optional. At least one subunit (i.e. eventOutcome or eventOutcomeDetail) must be present if this container is included.".freeze],
214
1179
  subClassOf: term(
215
1180
  maxCardinality: "1".freeze,
216
1181
  onProperty: "premis:hasEventOutcome".freeze,
@@ -219,8 +1184,7 @@ module RDF::Vocab
219
1184
  type: "owl:Class".freeze,
220
1185
  "vs:term_status": "stable".freeze
221
1186
  term :File,
222
- definition: %(Definition: A named and ordered sequence of
223
- bytes that is known to an operating system.).freeze,
1187
+ comment: "Definition: A named and ordered sequence of bytes that is known to an operating system.".freeze,
224
1188
  "rdfs:seeAlso": "Object class definition".freeze,
225
1189
  subClassOf: ["premis:Object".freeze, term(
226
1190
  minCardinality: "1".freeze,
@@ -230,10 +1194,7 @@ module RDF::Vocab
230
1194
  type: "owl:Class".freeze,
231
1195
  "vs:term_status": "stable".freeze
232
1196
  term :Fixity,
233
- definition: %(Definition: Information used to verify
234
- whether an object has been altered in an undocumented or unauthorized way.).freeze,
235
- "skos:historyNote": "Creation / Maintenance Notes: Automatically\n calculated and recorded by repository.".freeze,
236
- "skos:scopeNote": "Usage Notes: To perform a fixity check, a\n message digest calculated at some earlier time is compared with a message digest calculated at\n a later time. If the digests are the same, the object was not altered in the interim.\n Recommended practice is to use two or more message digests calculated by different algorithms.\n (Note that the terms “message digest” and “checksum” are commonly used interchangeably.\n However, the term “checksum” is more correctly used for the product of a cyclical redundancy\n check (CRC), whereas the term “message digest” refers to the result of a cryptographic hash\n function, which is what is referred to here.) The act of performing a fixity check and the\n date it occurred would be recorded as an Event. The result of the check would be recorded as\n the eventOutcome. Therefore, only the messageDigestAlgorithm and messageDigest need to be\n recorded as objectCharacteristics for future comparison. Representation level: It could be\n argued that if a representation consists of a single file or if all the files comprised by a\n representation are combined (e.g., zipped) into a single file, then a fixity check could be\n performed on the representation. However, in both cases the fixity check is actually being\n performed on a file, which in this case happens to be coincidental with a representation.\n Bitstream level: Message digests can be computed for bitstreams although they are not as\n common as with files. For example, the JPX format, which is a JPEG2000 format, supports the\n inclusion of MD5 or SHA-1 message digests in internal metadata that was calculated on any\n range of bytes of the file.".freeze,
1197
+ comment: ["Creation / Maintenance Notes: Automatically calculated and recorded by repository.".freeze, "Definition: Information used to verify whether an object has been altered in an undocumented or unauthorized way.".freeze, "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.)\nThe 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.\nRepresentation 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.\nBitstream 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.".freeze],
237
1198
  subClassOf: term(
238
1199
  intersectionOf: list(term(
239
1200
  cardinality: "1".freeze,
@@ -249,16 +1210,7 @@ module RDF::Vocab
249
1210
  type: "owl:Class".freeze,
250
1211
  "vs:term_status": "stable".freeze
251
1212
  term :Format,
252
- definition: %(Definition: Identification of the format of
253
- a file or bitstream where format is the organization of digital information according to
254
- preset specifications.).freeze,
255
- editorialNote: %(Rationale: Many preservation activities
256
- depend on detailed knowledge about the format of the digital object. An accurate
257
- identification of format is essential. The identification provided, whether by name or pointer
258
- into a format registry, should be sufficient to associate the object with more detailed format
259
- information.).freeze,
260
- "skos:historyNote": "Creation / Maintenance Notes: The format of\n a file or bitstream should be ascertained by the repository on ingest. Even if this\n information is provided by the submitter, directly in metadata or indirectly via the file name\n extension, recommended practice is to independently identify the format by parsing the file\n when possible. If the format cannot be identified at the time of ingest, it is valid to record\n that it is unknown, but the repository should subsequently make an effort to identify the\n format, even if manual intervention is required.".freeze,
261
- "skos:scopeNote": "Usage Notes: A bitstream embedded within a\n file may have different characteristics than the larger file. For example, a bitstream in\n LaTex format could be embedded within an SGML file, or multiple images using different\n colorspaces could be embedded within a TIFF file. format must be recorded for every object.\n When the bitstream format can be recognized by the repository and the repository might want to\n treat the bitstream differently from the embedding file for preservation purposes, format can\n be recorded for embedded bitstreams. Although this semantic unit is mandatory, both of its\n subunits are optional. At least one subunit (i.e. either formatDesignation or formatRegistry)\n must be present if this container is included or both may be used. If the subunit\n (formatDesignation or formatRegistry) needs to be repeated, the entire format container is\n repeated. This allows for association of format designation with a particular set of format\n registry information. For example, if the precise format cannot be determined and two format\n designations are recorded, each is given within a separate format container. The format\n container may also be repeated for multiple format registry entries.".freeze,
1213
+ comment: ["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.".freeze, "Definition: Identification of the format of a file or bitstream where format is the organization of digital information according to preset specifications.".freeze, "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.".freeze, "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.\nAlthough 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.".freeze],
262
1214
  subClassOf: term(
263
1215
  type: "owl:Class".freeze,
264
1216
  unionOf: list(term(
@@ -274,9 +1226,7 @@ module RDF::Vocab
274
1226
  type: "owl:Class".freeze,
275
1227
  "vs:term_status": "stable".freeze
276
1228
  term :FormatDesignation,
277
- definition: %(Definition: An identification of the format
278
- of the object.).freeze,
279
- "skos:scopeNote": "Usage Notes: Either formatDesignation or at\n least one instance of formatRegistry is required. Both may be included. The most specific\n format (or format profile) should be recorded. A repository (or formats registry) may wish to\n use multipart format names (e.g., “TIFF_GeoTIFF” or “WAVE_MPEG_BWF”) to achieve this\n specificity.".freeze,
1229
+ comment: ["Definition: An identification of the format of the object.".freeze, "Usage Notes: Either formatDesignation or at least one instance of formatRegistry is required. Both may be included.\nThe 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.".freeze],
280
1230
  subClassOf: term(
281
1231
  cardinality: "1".freeze,
282
1232
  onProperty: "premis:hasFormatName".freeze,
@@ -285,12 +1235,7 @@ module RDF::Vocab
285
1235
  type: "owl:Class".freeze,
286
1236
  "vs:term_status": "stable".freeze
287
1237
  term :FormatRegistry,
288
- definition: %(Definition: Identifies and/or gives further
289
- information about the format by reference to an entry in a format registry.).freeze,
290
- editorialNote: %(Rationale: If central format registries are
291
- available to the preservation repository, they may provide an excellent way of referencing
292
- detailed format information.).freeze,
293
- "skos:scopeNote": "Usage Notes: Either formatDesignation or at\n least one instance of formatRegistry is required. If more than one formatRegistry needs to be\n recorded the format container should be repeated to include each additional set of\n formatRegistry information. The PREMIS working group assumed that a number of format\n registries will be developed and maintained to support digital preservation efforts. The\n proposal for a Global Digital Format Registry (GDFR)\n (http://hul.harvard.edu/gdfr/documents.html#data), for example, would create a\n network-accessible registry designed to store detailed specifications on formats and\n profiles.".freeze,
1238
+ comment: ["Definition: Identifies and/or gives further information about the format by reference to an entry in a format registry.".freeze, "Rationale: If central format registries are available to the preservation repository, they may provide an excellent way of referencing detailed format information.".freeze, "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.\nThe 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.".freeze],
294
1239
  subClassOf: [term(
295
1240
  cardinality: "1".freeze,
296
1241
  onProperty: "premis:hasFormatRegistryKey".freeze,
@@ -303,10 +1248,7 @@ module RDF::Vocab
303
1248
  type: "owl:Class".freeze,
304
1249
  "vs:term_status": "stable".freeze
305
1250
  term :Hardware,
306
- definition: %(Definition: Hardware components needed by
307
- the software referenced in swName or the human user of the referenced
308
- software.).freeze,
309
- "skos:historyNote": "Creation / Maintenance Notes: Hardware\n environment information can be very difficult to provide. Many different hardware environments\n may apply; there are a huge number of combinations of maker and type of CPU, memory, video\n drivers, and so on. Although at least one hardware environment should be recorded, it is not\n necessary to record them all and each repository will have to make its own decisions about\n which hardware environments to record. Because of the difficulty recording this information\n comprehensively, it would be optimal if central registries of environment information existed.\n In many cases the environment of a file object is directly associated with the format, making\n registry lookup by format feasible. In the absence of a global mechanism, repositories may be\n forced to develop their own local “registries” relating format to\n hwEnvironment.".freeze,
1251
+ comment: ["Creation / Maintenance Notes: Hardware environment information can be very difficult to provide. Many different hardware environments may apply; there are a huge number of combinations of maker and type of CPU, memory, video drivers, and so on. Although at least one hardware environment should be recorded, it is not necessary to record them all and each repository will have to make its own decisions about which hardware environments to record.\nBecause of the difficulty recording this information comprehensively, it would be optimal if central registries of environment information existed. In many cases the environment of a file object is directly associated with the format, making registry lookup by format feasible. In the absence of a global mechanism, repositories may be forced to develop their own local “registries” relating format to hwEnvironment.".freeze, "Definition: Hardware components needed by the software referenced in swName or the human user of the referenced software.".freeze],
310
1252
  subClassOf: term(
311
1253
  intersectionOf: list(term(
312
1254
  cardinality: "1".freeze,
@@ -322,8 +1264,7 @@ module RDF::Vocab
322
1264
  type: "owl:Class".freeze,
323
1265
  "vs:term_status": "stable".freeze
324
1266
  term :Identifier,
325
- comment: %(This class is used in PREMIS OWL to
326
- describe identifiers if the identifiers are not http URIs.).freeze,
1267
+ comment: "This class is used in PREMIS OWL to describe identifiers if the identifiers are not http URIs.".freeze,
327
1268
  subClassOf: [term(
328
1269
  cardinality: "1".freeze,
329
1270
  onProperty: "premis:hasIdentifierType".freeze,
@@ -336,13 +1277,7 @@ module RDF::Vocab
336
1277
  type: "owl:Class".freeze,
337
1278
  "vs:term_status": "stable".freeze
338
1279
  term :Inhibitors,
339
- definition: %(Definition: Features of the object intended
340
- to inhibit access, use, or migration.).freeze,
341
- editorialNote: %(Rationale: Format information may indicate
342
- whether a file is encrypted, but the nature of the encryption also must be recorded, as well
343
- as the access key.).freeze,
344
- "skos:historyNote": "Creation / Maintenance Notes: Inhibitors are\n more likely to be present on an object ingested by the repository than applied by the\n repository itself. It is often not possible to tell that a file has been encrypted by parsing\n it; the file may appear to be ASCII text. Therefore, information about inhibitors should be\n supplied as metadata with submitted objects when possible.".freeze,
345
- "skos:scopeNote": "Usage Notes: Some file formats allow\n encryption for embedded bitstreams. Some file formats such as PDF use passwords to control\n access to content or specific functions. Although this is actually implemented at the\n bitstream level, for preservation purposes it is effectively managed at the file level; that\n is, passwords would not be recorded for individually addressable bitstreams. For certain types\n of inhibitor keys, more granularity may be required. If the inhibitor key information is\n identical to key information in digital signatures, use those semantic units.".freeze,
1280
+ comment: ["Creation / Maintenance Notes: Inhibitors are more likely to be present on an object ingested by the repository than applied by the repository itself. It is often not possible to tell that a file has been encrypted by parsing it; the file may appear to be ASCII text. Therefore, information about inhibitors should be supplied as metadata with submitted objects when possible.".freeze, "Definition: Features of the object intended to inhibit access, use, or migration.".freeze, "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.".freeze, "Usage Notes: Some file formats allow encryption for embedded bitstreams.\nSome 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.\nFor 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.".freeze],
346
1281
  subClassOf: term(
347
1282
  cardinality: "1".freeze,
348
1283
  onProperty: "premis:hasInhibitorType".freeze,
@@ -351,22 +1286,12 @@ module RDF::Vocab
351
1286
  type: "owl:Class".freeze,
352
1287
  "vs:term_status": "stable".freeze
353
1288
  term :IntellectualEntity,
354
- comment: %(Intellectual entities are described via
355
- Descriptive metadata models. These are very domain-specific and are out of scope for PREMIS.
356
- Examples: Dublin Core, Mets, MARC).freeze,
357
- definition: %(Definition: a set of content that is
358
- considered a single intellectual unit for purposes of management and description: for example,
359
- a particular book, map, photograph, or database. An Intellectual Entity can include other
360
- Intellectual Entities; for example, a Web site can include a Web page; a Web page can include
361
- an image. An Intellectual Entity may have one or more digital
362
- representations.).freeze,
1289
+ comment: ["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, "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],
363
1290
  subClassOf: "premis:PremisEntity".freeze,
364
1291
  type: "owl:Class".freeze,
365
1292
  "vs:term_status": "stable".freeze
366
1293
  term :LicenseInformation,
367
- definition: %(Definition: Information about a license or
368
- other agreement granting permissions related to an object.).freeze,
369
- "skos:scopeNote": "Usage Note: When rights basis is a license,\n licenseInformation should be provided.".freeze,
1294
+ comment: ["Definition: Information about a license or other agreement granting permissions related to an object.".freeze, "Usage Note: When rights basis is a license, licenseInformation should be provided.".freeze],
370
1295
  subClassOf: ["premis:RightsStatement".freeze, term(
371
1296
  maxCardinality: "1".freeze,
372
1297
  onProperty: "premis:hasLicenseTerms".freeze,
@@ -375,29 +1300,12 @@ module RDF::Vocab
375
1300
  type: "owl:Class".freeze,
376
1301
  "vs:term_status": "stable".freeze
377
1302
  term :Object,
378
- comment: %(The object class aggregates information
379
- about a digital object held by a preservation repository and describes those characteristics
380
- relevant to preservation management. The only mandatory property is objectIdentifier. The
381
- object class has three subclasses: Representation, File, and Bitstream.).freeze,
382
- editorialNote: [%(Entity properties: Can be associated with
383
- one or more rights statements. Can participate in one or more events. Links between entities
384
- may be recorded from either direction and need not be bi-directional.).freeze, %(Entity types: Representation: A digital
385
- object instantiating or embodying an Intellectual Entity. A representation is the set of
386
- stored digital files and structural metadata needed to provide a complete and reasonable
387
- rendition of the Intellectual Entity. File: A named and ordered sequence of bytes that is
388
- known to an operating system. Bitstream: Contiguous or non-contiguous data within a file that
389
- has meaningful properties for preservation purposes.).freeze],
1303
+ comment: ["Entity properties:\nCan be associated with one or more rights statements.\nCan participate in one or more events.\nLinks between entities may be recorded from either direction and need not be bi-directional.".freeze, "Entity types: \nRepresentation: 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.\nFile: A named and ordered sequence of bytes that is known to an operating system.\nBitstream: Contiguous or non-contiguous data within a file that has meaningful properties for preservation purposes.".freeze, "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.\nThe object class has three subclasses: Representation, File, and Bitstream.".freeze],
390
1304
  subClassOf: "premis:PremisEntity".freeze,
391
1305
  type: "owl:Class".freeze,
392
1306
  "vs:term_status": "stable".freeze
393
1307
  term :ObjectCharacteristics,
394
- definition: %(Definition: Technical properties of a file
395
- or bitstream that are applicable to all or most formats.).freeze,
396
- editorialNote: %(Rationale: There are some important
397
- technical properties that apply to objects of any format. Detailed definition of
398
- format-specific properties is outside the scope of this Data Dictionary, although such
399
- properties may be included within objectCharacteristicsExtension.).freeze,
400
- "skos:scopeNote": "Usage Notes: The semantic units included in\n objectCharacteristics should be treated as a set of information that pertains to a single\n object at a single compositionLevel. Object characteristics may be repeated when an object was\n created by applying two or more encodings, such as compression and encryption. In this case\n each repetition of objectCharacteristics would have an incrementally higher compositionLevel.\n When encryption is applied, the objectCharacteristics block must include an inhibitors\n semantic unit. A bitstream embedded within a file may have different object characteristics\n than the file. Where these characteristics are relevant for preservation, they should be\n recorded. When a single file is equivalent to a representation, objectCharacteristics may be\n applied and thus associated with the representation. In these cases, the relationship between\n the file comprising the representation and other associated files may be expressed using\n relationshipSubType.".freeze,
1308
+ comment: ["Definition: Technical properties of a file or bitstream that are applicable to all or most formats.".freeze, "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.".freeze, "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.\nWhen encryption is applied, the objectCharacteristics block must include an inhibitors semantic unit.\nA bitstream embedded within a file may have different object characteristics than the file. Where these characteristics are relevant for preservation, they should be recorded.\nWhen 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.".freeze],
401
1309
  subClassOf: [term(
402
1310
  cardinality: "1".freeze,
403
1311
  onProperty: "premis:hasCompositionLevel".freeze,
@@ -410,24 +1318,13 @@ module RDF::Vocab
410
1318
  type: "owl:Class".freeze,
411
1319
  "vs:term_status": "stable".freeze
412
1320
  term :PremisEntity,
413
- definition: %(Definition: Basicly, the preservation
414
- information in PREMIS OWL consists of five entities related to each other. The entities are:
415
- Agent, Event, IntellectualEntity, Object, and RightsStatement.).freeze,
416
- "owl:versionInfo": "PREMIS 2.2 Owl\n v2".freeze,
1321
+ comment: "Definition: Basicly, the preservation information in PREMIS OWL consists of five entities related to each other. The entities are: Agent, Event, IntellectualEntity, Object, and RightsStatement.".freeze,
1322
+ "owl:versionInfo": "PREMIS 2.2 Owl v2".freeze,
417
1323
  subClassOf: "owl:Thing".freeze,
418
1324
  type: "owl:Class".freeze,
419
1325
  "vs:term_status": "stable".freeze
420
1326
  term :PreservationLevel,
421
- definition: %(Definition: Information indicating the
422
- decision or policy on the set of preservation functions to be applied to an object and the
423
- context in which the decision or policy was made.).freeze,
424
- editorialNote: %(Rationale: Some preservation repositories
425
- will offer multiple preservation options depending on factors such as the value or uniqueness
426
- of the material, the “preservability” of the format, the amount the customer is willing to
427
- pay, etc. The context surrounding the choice of a particular preservation option for an object
428
- may also require further explanation.).freeze,
429
- "skos:historyNote": "Creation / Maintenance Notes: The\n preservation level may be assigned by the repository or requested by the depositor and\n submitted as metadata. The repository may also choose to record additional metadata indicating\n the context for the assignment of the preservation level.".freeze,
430
- "skos:scopeNote": "Usage Notes: If the repository offers only a\n single preservation level, this value does not need to be explicitly recorded within the\n repository. Application of a particular set of preservationLevel semantic units may only cover\n a single representation of an object: representations in other technical forms or serving\n other functions may have a different preservationLevel applied. The container may be repeated\n if a preservation level value needs to be recorded in additional contexts (see\n preservationLevelRole).".freeze,
1327
+ comment: ["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.".freeze, "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.".freeze, "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.".freeze, "Usage Notes: If the repository offers only a single preservation level, this value does not need to be explicitly recorded within the repository.\nApplication 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.\nThe container may be repeated if a preservation level value needs to be recorded in additional contexts (see preservationLevelRole).".freeze],
431
1328
  subClassOf: [term(
432
1329
  cardinality: "1".freeze,
433
1330
  onProperty: "premis:hasPreservationLevelValue".freeze,
@@ -440,9 +1337,7 @@ module RDF::Vocab
440
1337
  type: "owl:Class".freeze,
441
1338
  "vs:term_status": "stable".freeze
442
1339
  term :RelatedObjectIdentification,
443
- definition: %(Definition: The identifier and sequential
444
- context of the related resource).freeze,
445
- "skos:scopeNote": "Usage Notes: The related object may or may\n not be held within the preservation repository. Recommended practice is that objects reside\n within the repository unless there is a good reason to reference an object outside. Internal\n and external references should be clear.".freeze,
1340
+ comment: [" Definition: The identifier and sequential context of the related resource".freeze, "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.".freeze],
446
1341
  subClassOf: term(
447
1342
  intersectionOf: list(term(
448
1343
  cardinality: "1".freeze,
@@ -458,18 +1353,13 @@ module RDF::Vocab
458
1353
  type: "owl:Class".freeze,
459
1354
  "vs:term_status": "stable".freeze
460
1355
  term :Representation,
461
- definition: %(Definition: A digital object instantiating
462
- or embodying an Intellectual Entity. A representation is the set of stored digital files and
463
- structural metadata needed to provide a complete and reasonable rendition of the Intellectual
464
- Entity.).freeze,
1356
+ comment: "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,
465
1357
  "rdfs:seeAlso": "Object class definition".freeze,
466
1358
  subClassOf: "premis:Object".freeze,
467
1359
  type: "owl:Class".freeze,
468
1360
  "vs:term_status": "stable".freeze
469
1361
  term :RightsDocumentation,
470
- definition: %(Definition: A designation used to uniquely
471
- identify documentation supporting the specified rights within the repository
472
- system.).freeze,
1362
+ comment: "Definition: A designation used to uniquely identify documentation supporting the\nspecified rights within the repository system.".freeze,
473
1363
  subClassOf: term(
474
1364
  maxCardinality: "1".freeze,
475
1365
  onProperty: "premis:hasRightsDocumentationRole".freeze,
@@ -478,8 +1368,7 @@ module RDF::Vocab
478
1368
  type: "owl:Class".freeze,
479
1369
  "vs:term_status": "stable".freeze
480
1370
  term :RightsGranted,
481
- definition: %(Definition: The action\(s\) that the granting
482
- agency has allowed the repository.).freeze,
1371
+ comment: "Definition: The action(s) that the granting agency has allowed the repository.".freeze,
483
1372
  subClassOf: [term(
484
1373
  intersectionOf: list(term(
485
1374
  cardinality: "1".freeze,
@@ -499,12 +1388,7 @@ module RDF::Vocab
499
1388
  type: "owl:Class".freeze,
500
1389
  "vs:term_status": "stable".freeze
501
1390
  term :RightsStatement,
502
- comment: %(Extensions: In OWL one can define its own
503
- subclasses to the the RightsStatement class to denote OtherRightsInformation of the PREMIS
504
- data dictionary.).freeze,
505
- definition: %(Definition: Documentation of the
506
- repository's right to perform one or more acts.).freeze,
507
- "skos:scopeNote": "Usage Notes: This semantic unit is optional\n because in some cases rights may be unknown. Institutions are encouraged to record rights\n information when possible. Either rightsStatement or rightsExtension must be present if the\n Rights entity is included. The rightsStatement should be repeated when the act(s) described\n has more than one basis, or when different acts have different bases.".freeze,
1391
+ comment: ["Definition: Documentation of the repository's right to perform one or more acts.".freeze, "Extensions: In OWL one can define its own subclasses to the the RightsStatement class to denote OtherRightsInformation of the PREMIS data dictionary.".freeze, "Usage Notes: This semantic unit is optional because in some cases rights may be unknown. Institutions are encouraged to record rights information when possible.\nEither rightsStatement or rightsExtension must be present if the Rights entity is included.\nThe rightsStatement should be repeated when the act(s) described has more than one basis, or when different acts have different bases.".freeze],
508
1392
  subClassOf: ["dc:RightsStatement".freeze, "premis:PremisEntity".freeze, term(
509
1393
  maxCardinality: "1".freeze,
510
1394
  onProperty: "premis:hasApplicableDates".freeze,
@@ -517,13 +1401,7 @@ module RDF::Vocab
517
1401
  type: "owl:Class".freeze,
518
1402
  "vs:term_status": "stable".freeze
519
1403
  term :Signature,
520
- definition: %(Definition: Information needed to use a
521
- digital signature to authenticate the signer of an object and/or the information contained in
522
- the object.).freeze,
523
- editorialNote: %(Rationale: A repository may have a policy of
524
- generating digital signatures for files on ingest, or may have a need to store and later
525
- validate incoming digital signatures.).freeze,
526
- "skos:scopeNote": "Usage Notes: Several of the semantic\n components of signatureInformation are taken from the W3C’s XML-Signature Syntax and\n Processing; see www.w3.org/TR/2002/REC-xmldsig-core-20020212/ for more information on the\n structure and application of these semantic units.".freeze,
1404
+ comment: ["Definition: Information needed to use a digital signature to authenticate the signer of an object and/or the information contained in the object.".freeze, "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.".freeze, "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.".freeze],
527
1405
  subClassOf: term(
528
1406
  intersectionOf: list(term(
529
1407
  cardinality: "1".freeze,
@@ -547,20 +1425,11 @@ module RDF::Vocab
547
1425
  type: "owl:Class".freeze,
548
1426
  "vs:term_status": "stable".freeze
549
1427
  term :SignificantProperties,
550
- definition: %(Definition: Characteristics of a particular
551
- object subjectively determined to be important to maintain through preservation
552
- actions.).freeze,
553
- editorialNote: %(Rationale: Objects that have the same
554
- technical properties may still differ as to the properties that should be preserved for future
555
- presentation or use.).freeze,
556
- "skos:historyNote": "Creation / Maintenance Notes: Significant\n properties may pertain to all objects of a certain class; for example, the repository can\n decide that for all PDF files, only the content need be preserved. In other cases, for\n example, for media art, the significant properties may be unique to each individual object.\n Where values are unique, they must be supplied by the submitter or provided by the curatorial\n staff of the repository.".freeze,
557
- "skos:scopeNote": "Usage Notes: All of this semantic unit’s\n subunits are optional. At least one of the significantPropertiesValue and\n significantPropertiesExtension subunits must be present if this container is included or both\n may be used. Significant properties may be objective technical characteristics subjectively\n considered important, or subjectively determined characteristics. For example, a PDF may\n contain links that are not considered important and JavaScript that is considered important.\n Or future migrations of a TIFF image may require optimization for line clarity or for color;\n the option chosen would depend upon a curatorial judgment of the significant properties of the\n image. Listing significant properties implies that the repository plans to preserve these\n properties across time and requires them to acceptably survive preservation action; for\n example, to be maintained during emulation or after format migration. It also implies that the\n repository would note when preservation action results in modification of significant\n properties. In practice, significant properties might be used as measures of preservation\n success, as part of quality checking the results of a preservation action or evaluating the\n efficacy of a preservation method. For example, if the listed significant properties are not\n maintained after application of a particular preservation method, it may indicate a failure of\n the process or that the method is not well suited to the type of material. More experience\n with digital preservation is needed to determine the best ways of representing significant\n properties in general, and of representing modification of significant properties. The\n semantic units included in the significantProperties container aim to provide a flexible\n structure for describing significant properties, allowing general types of aspects, facets or\n attributes of an object to be declared and to be paired with specific significant details\n about the object pertaining to that aspect, facet or attribute. For example, some repositories\n may define significant properties for objects related to facets of content, appearance,\n structure, behavior, and context. Examples of facet:detail pairs in this case could include:\n significantPropertiesType = “content” significantPropertiesValue = “all textual content and\n images” significantPropertiesType = “behavior” significantPropertiesValue = “editable” Other\n repositories may choose to describe significant properties at a more granular attribute level;\n for example: significantPropertiesType = “page count” significantPropertiesValue = “7”\n significantPropertiesType = “page width” significantPropertiesValue = “210 mm” Each\n facet:detail pair should be contained in a separate, repeated significantProperties container.\n Further work on determining and describing significant properties may yield more detailed\n schemes to facilitate general description. Representing modification of significant properties\n as a result of preservation action also requires further work. One possible way involves the\n use of Object and Event information: Object A has significant properties volume and timing,\n which are recorded as significantProperties of A. In migrated version B, the timing is\n modified, which is noted in the eventOutcome of the migration event. Only volume is listed as\n a significant property of B.".freeze,
1428
+ comment: ["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.".freeze, "Definition: Characteristics of a particular object subjectively determined to be important to maintain through preservation actions.".freeze, "Rationale: Objects that have the same technical properties may still differ as to the properties that should be preserved for future presentation or use.".freeze, "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.\nSignificant 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.\nListing 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.\nIn 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.\nMore experience with digital preservation is needed to determine the best ways of representing significant properties in general, and of representing modification of significant properties.\nThe 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.\nFor 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:\nsignificantPropertiesType = “content”\nsignificantPropertiesValue = “all textual content and images”\nsignificantPropertiesType = “behavior”\nsignificantPropertiesValue = “editable”\nOther repositories may choose to describe significant properties at a more granular attribute level; for example:\nsignificantPropertiesType = “page count”\nsignificantPropertiesValue = “7”\nsignificantPropertiesType = “page width”\nsignificantPropertiesValue = “210 mm”\nEach facet:detail pair should be contained in a separate, repeated significantProperties container.\nFurther work on determining and describing significant properties may yield more detailed schemes to facilitate general description.\nRepresenting 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.".freeze],
558
1429
  type: "owl:Class".freeze,
559
1430
  "vs:term_status": "stable".freeze
560
1431
  term :Software,
561
- definition: %(Definition: Software required to render or
562
- use the object.).freeze,
563
- "skos:historyNote": "Creation / Maintenance Notes: If recording\n this explicitly, many different software environments may apply; for example, a particular\n object such as a PDF file may be viewable by several versions of several applications running\n under several operating systems and operating system versions. Although at least one software\n environment should be recorded, it is not necessary to record them all and each repository\n will have to make its own decisions about which software environments to record. Also, what\n appears to the user as a single rendering program can have many dependencies, including system\n utilities, runtime libraries, and so on, which each might have their own dependencies in turn.\n As with environment, metadata may be more efficiently managed in conjunction with a format\n registry either internal or external to a repository. In the absence of a global mechanism,\n repositories may be forced to develop their own local “registries” relating format to software\n environment.".freeze,
1432
+ comment: ["Creation / Maintenance Notes: If recording this explicitly, many different software environments may apply; for example, a particular object such as a PDF file may be viewable by several versions of several applications running under several operating systems and operating system versions. Although at least one software environment should be recorded, it is not necessary to record them all and each repository will have to make its own decisions about which software environments to record.\nAlso, what appears to the user as a single rendering program can have many dependencies, including system utilities, runtime libraries, and so on, which each might have their own dependencies in turn.\nAs with environment, metadata may be more efficiently managed in conjunction with a format registry either internal or external to a repository. In the absence of a global mechanism, repositories may be forced to develop their own local “registries” relating format to software environment.".freeze, "Definition: Software required to render or use the object.".freeze],
564
1433
  subClassOf: term(
565
1434
  intersectionOf: list(term(
566
1435
  cardinality: "1".freeze,
@@ -576,9 +1445,7 @@ module RDF::Vocab
576
1445
  type: "owl:Class".freeze,
577
1446
  "vs:term_status": "stable".freeze
578
1447
  term :StatuteInformation,
579
- definition: %(Definition: Information about the statute
580
- allowing use of the object.).freeze,
581
- "skos:scopeNote": "Usage Notes: When rights basis is a statute,\n statuteInformation should be provided.".freeze,
1448
+ comment: ["Definition: Information about the statute allowing use of the object.".freeze, "Usage Notes: When rights basis is a statute, statuteInformation should be provided.".freeze],
582
1449
  subClassOf: ["premis:RightsStatement".freeze, term(
583
1450
  intersectionOf: list(term(
584
1451
  cardinality: "1".freeze,
@@ -594,11 +1461,7 @@ module RDF::Vocab
594
1461
  type: "owl:Class".freeze,
595
1462
  "vs:term_status": "stable".freeze
596
1463
  term :Storage,
597
- definition: %(Definition: Information about how and where
598
- a file is stored in the storage system.).freeze,
599
- editorialNote: %(Rationale: It is necessary for a repository
600
- to associate the contentLocation with the storageMedium.).freeze,
601
- "skos:scopeNote": "Usage Notes: Normally there would be a\n single storage location and medium for an object, because an object in another location would\n be considered a different object. The storage composite should be repeated if there are two or\n more copies that are identical bit-wise and managed as a unit except for the medium on which\n they are stored. They must have a single objectIdentifier and be managed as a single object by\n the repository. Although this semantic unit is mandatory, both of its subunits are optional.\n At least one subunit (i.e. either contentLocation or storageMedium) must be present or both\n may be used.".freeze,
1464
+ comment: ["Definition: Information about how and where a file is stored in the storage system.".freeze, "Rationale: It is necessary for a repository to associate the contentLocation with the storageMedium.".freeze, "Usage Notes: Normally there would be a single storage location and medium for an object, because an object in another location would be considered a different object. The storage composite should be repeated if there are two or more copies that are identical bit-wise and managed as a unit except for the medium on which they are stored. They must have a single objectIdentifier and be managed as a single object by the repository.\nAlthough this semantic unit is mandatory, both of its subunits are optional. At least one subunit (i.e. either contentLocation or storageMedium) must be present or both may be used.".freeze],
602
1465
  subClassOf: term(
603
1466
  type: "owl:Class".freeze,
604
1467
  unionOf: list(term(
@@ -614,10 +1477,7 @@ module RDF::Vocab
614
1477
  type: "owl:Class".freeze,
615
1478
  "vs:term_status": "stable".freeze
616
1479
  term :TermOfGrant,
617
- definition: %(Definition: The time period for the
618
- permissions granted.).freeze,
619
- editorialNote: %(Rationale: The permission to preserve may be
620
- time bounded.).freeze,
1480
+ comment: ["Definition: The time period for the permissions granted.".freeze, "Rationale: The permission to preserve may be time bounded.".freeze],
621
1481
  subClassOf: ["premis:ApplicableDates".freeze, term(
622
1482
  cardinality: "1".freeze,
623
1483
  onProperty: "premis:hasStartDate".freeze,
@@ -626,13 +1486,7 @@ module RDF::Vocab
626
1486
  type: "owl:Class".freeze,
627
1487
  "vs:term_status": "stable".freeze
628
1488
  term :TermOfRestriction,
629
- definition: %(Definition: The time period for the
630
- restriction granted.).freeze,
631
- editorialNote: %(Rationale: The current definition of
632
- termOfGrant is "time period for the permissions granted." This allows for expressing
633
- information about the rights granted, but some repositories may need to express timebounded
634
- restrictions like embargoes. If this is applicable startDate for the beginning of the embargo
635
- and endDate for the end of the embargo should be recorded.).freeze,
1489
+ comment: ["Definition: The time period for the restriction granted.".freeze, "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],
636
1490
  subClassOf: ["premis:ApplicableDates".freeze, term(
637
1491
  cardinality: "1".freeze,
638
1492
  onProperty: "premis:hasStartDate".freeze,
@@ -643,12 +1497,7 @@ module RDF::Vocab
643
1497
 
644
1498
  # Property definitions
645
1499
  property :hasAct,
646
- comment: [%(Data Constraint: Values are taken from the
647
- SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/actionsGranted ).freeze, %(Extensions: One can use its own SKOS
648
- vocabulary to use for this property. The precondition to do this, is to link your SKOS
649
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
650
- definition: %(Definition: The action the preservation
651
- repository is allowed to take.).freeze,
1500
+ comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/actionsGranted ".freeze, "Definition: The action the preservation repository is allowed to take.".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],
652
1501
  domain: "premis:RightsGranted".freeze,
653
1502
  range: term(
654
1503
  onProperty: "skos:inScheme".freeze,
@@ -658,50 +1507,29 @@ module RDF::Vocab
658
1507
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
659
1508
  "vs:term_status": "stable".freeze
660
1509
  property :hasAgent,
661
- definition: %(Definition: link to the associated
662
- Agent.).freeze,
1510
+ comment: ["Definition: link to the associated Agent.".freeze, "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],
663
1511
  domain: term(
664
1512
  type: "owl:Class".freeze,
665
1513
  unionOf: list("premis:Event".freeze, "premis:RightsStatement".freeze)
666
1514
  ),
667
- editorialNote: %(Rationale: Digital provenance requires often
668
- that relationships between agents and events are documented. The role of the associated agent
669
- may need to be documented. For this, a SKOS vocabulary can be used. The LOC will publish a
670
- vocabulary at http://id.loc.gov/, denoting the agent's role. These vocabulary will publish the
671
- concepts also as subproperties to the linkingAgent property, for denoting the role of the
672
- agent in the event or rightsstatement.).freeze,
673
1515
  range: "premis:Agent".freeze,
674
1516
  "rdfs:seeAlso": "Agent class definition".freeze,
675
1517
  type: "owl:ObjectProperty".freeze,
676
1518
  "vs:term_status": "testing".freeze
677
1519
  property :hasAgentName,
678
- comment: %(Examples: Erik Owens, Pc).freeze,
679
- definition: %(Definition: A text string which could be
680
- used in addition to agentIdentifier to identify an agent.).freeze,
1520
+ comment: ["Definition: A text string which could be used in addition to agentIdentifier to identify an agent.".freeze, "Examples: Erik Owens, Pc".freeze, "Rationale: This semantic unit provides a more reader-friendly version of the agent identified by the agentIdentifier.".freeze, "Usage Note: The value is not necessarily unique.".freeze],
681
1521
  domain: "premis:Agent".freeze,
682
- editorialNote: %(Rationale: This semantic unit provides a
683
- more reader-friendly version of the agent identified by the
684
- agentIdentifier.).freeze,
685
1522
  range: "xsd:string".freeze,
686
- "skos:scopeNote": "Usage Note: The value is not necessarily\n unique.".freeze,
687
1523
  type: "owl:DatatypeProperty".freeze,
688
1524
  "vs:term_status": "stable".freeze
689
1525
  property :hasAgentNote,
690
- definition: %(Definition: Additional information about the
691
- agent.).freeze,
1526
+ comment: ["Definition: Additional information about the agent.\n".freeze, "Rationale: Additional information may be needed to describe or disambiguate\nthe agent.".freeze],
692
1527
  domain: "premis:Agent".freeze,
693
- editorialNote: %(Rationale: Additional information may be
694
- needed to describe or disambiguate the agent.).freeze,
695
1528
  range: "xsd:string".freeze,
696
1529
  type: "owl:DatatypeProperty".freeze,
697
1530
  "vs:term_status": "stable".freeze
698
1531
  property :hasAgentType,
699
- comment: [%(Data Constraint: Values are taken from the
700
- SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/agentType ).freeze, %(Extensions: One can use its own SKOS
701
- vocabulary to use for this property. The precondition to do this, is to link your SKOS
702
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
703
- definition: %(Definition: A high-level characterization of
704
- the type of agent.).freeze,
1532
+ comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/agentType ".freeze, "Definition: A high-level characterization of the type of agent.".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],
705
1533
  domain: "premis:Agent".freeze,
706
1534
  range: term(
707
1535
  onProperty: "skos:inScheme".freeze,
@@ -713,40 +1541,24 @@ module RDF::Vocab
713
1541
  property :hasApplicableDates,
714
1542
  domain: "premis:RightsStatement".freeze,
715
1543
  range: "premis:ApplicableDates".freeze,
716
- "rdfs:seeAlso": "ApplicableDates class\n definition".freeze,
1544
+ "rdfs:seeAlso": "ApplicableDates class definition".freeze,
717
1545
  type: "owl:ObjectProperty".freeze,
718
1546
  "vs:term_status": "stable".freeze
719
1547
  property :hasCompositionLevel,
720
- comment: [%(Data Constraints: Non-negative
721
- integers.).freeze, %(Examples: 0, 1, 2).freeze],
722
- definition: %(Definition: An indication of whether the
723
- object is subject to one or more processes of decoding or unbundling.).freeze,
1548
+ comment: ["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.".freeze, "Data Constraints: Non-negative integers.".freeze, "Definition: An indication of whether the object is subject to one or more processes of decoding or unbundling.".freeze, "Examples: 0, 1, 2".freeze, "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.".freeze, "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.\nNumbering goes lowest to highest (first encoded = 0). 0 is base object; 1-n are subsequent encodings.\nUse 0 as the default if there is only one compositionLevel.\nWhen 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.”".freeze],
724
1549
  domain: "premis:ObjectCharacteristics".freeze,
725
- editorialNote: %(Rationale: A file or bitstream can be
726
- encoded with compression, encryption, etc., or bundled with other files or bitstreams into
727
- larger packages. Knowing the order in which these actions are taken is important if the
728
- original object or objects must be recovered.).freeze,
729
1550
  range: "xsd:int".freeze,
730
- "skos:historyNote": "Creation / Maintenance Notes: Composition\n level will generally be supplied by the repository, which should attempt to supply this value\n automatically. If the object was created by the repository, the creating routine knows the\n composition level and can supply this metadata. If the object is being ingested by the\n repository, repository programs will have to attempt to identify the composition level from\n the object itself or from externally supplied metadata.".freeze,
731
- "skos:scopeNote": "Usage Notes: A file or bitstream can be\n subject to multiple encodings that must be decoded in reverse order (highest to lowest). For\n example, file A may be compressed to create file B, which is encrypted to create file C. To\n recreate a copy of the base file A, one would have to unencrypt file C to create file B and\n then uncompress file B to create file A. A compositionLevel of zero indicates that the object\n is a base object and not subject to further decoding, while a level of 1 or higher indicates\n that one or more decodings must be applied. Numbering goes lowest to highest (first encoded =\n 0). 0 is base object; 1-n are subsequent encodings. Use 0 as the default if there is only one\n compositionLevel. When multiple file objects are bundled together as filestreams within a\n package file object (e.g., a ZIP file), the individual filestream objects are not composition\n levels of the package file object. They should be considered separate objects, each with their\n own composition levels. For example, two encrypted files zipped together and stored in an\n archive as one file object would be described as three separate objects, each with its own\n associated metadata. The storage location of the two inner objects would point to the ZIP\n file, but the ZIP file itself would have only a single composition level (of zero) whose\n format would be “zip.”".freeze,
732
1551
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
733
1552
  "vs:term_status": "stable".freeze
734
1553
  property :hasContentLocation,
735
1554
  domain: "premis:Storage".freeze,
736
1555
  range: "premis:ContentLocation".freeze,
737
- "rdfs:seeAlso": "Storage class definition and\n ContentLocation class definition".freeze,
1556
+ "rdfs:seeAlso": "Storage class definition and ContentLocation class definition".freeze,
738
1557
  type: ["owl:FunctionalProperty".freeze, "owl:InverseFunctionalProperty".freeze, "owl:ObjectProperty".freeze],
739
1558
  "vs:term_status": "stable".freeze
740
1559
  property :hasContentLocationType,
741
- comment: [%(Data Constraint: Values are taken from the
742
- SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/contentLocationType).freeze, %(Extensions: One can use its own SKOS
743
- vocabulary to use for this property. The precondition to do this, is to link your SKOS
744
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
745
- definition: %(Definition: The means of referencing the
746
- location of the content.).freeze,
1560
+ comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/contentLocationType".freeze, "Definition: The means of referencing the location of the content.".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, "Rationale: To understand the meaning of the value it is necessary to know what location scheme is used.".freeze],
747
1561
  domain: "premis:ContentLocation".freeze,
748
- editorialNote: %(Rationale: To understand the meaning of the
749
- value it is necessary to know what location scheme is used.).freeze,
750
1562
  range: term(
751
1563
  onProperty: "skos:inScheme".freeze,
752
1564
  "owl:hasValue": "http://id.loc.gov/vocabulary/preservation/contentLocationType".freeze,
@@ -755,35 +1567,19 @@ module RDF::Vocab
755
1567
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
756
1568
  "vs:term_status": "stable".freeze
757
1569
  property :hasContentLocationValue,
758
- comment: %(Examples:
759
- http://wwasearch.loc.gov/107th/200212107035/http://house.gov/langevin/ \(file\),
760
- c:\apache2\htdocs\index.html \(file\), 64 [offset from start of file
761
- c:\apache2\htdocs\image\logo.gif] \(bitstream\)).freeze,
762
- definition: %(Definition: The reference to the location of
763
- the content used by the storage system.).freeze,
1570
+ comment: ["Definition: The reference to the location of the content used by the storage system.".freeze, "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, "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.".freeze],
764
1571
  domain: "premis:ContentLocation".freeze,
765
1572
  range: "xsd:string".freeze,
766
- "skos:scopeNote": "Usage Notes: This could be a fully qualified\n path and filename, or the information used by a resolution system (e.g., a handle) or the\n native information used by a storage management system. For a bitstream or filestream, this\n would probably be the reference point and offset of the starting position of the bitstream. It\n is up to the repository to determine the level of granularity that should be\n recorded.".freeze,
767
1573
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
768
1574
  "vs:term_status": "stable".freeze
769
1575
  property :hasCopyrightJurisdiction,
770
- comment: [%(Data Constraint: Values should be taken
771
- from ISO 3166.).freeze, %(Examples: us, de, be).freeze],
772
- definition: %(Definition: The country whose copyright laws
773
- apply.).freeze,
1576
+ comment: ["Data Constraint: Values should be taken from ISO 3166.".freeze, "Definition: The country whose copyright laws apply.".freeze, "Examples: us, de, be".freeze, "Rationale: Copyright law can vary from country to country.".freeze],
774
1577
  domain: "premis:CopyrightInformation".freeze,
775
- editorialNote: %(Rationale: Copyright law can vary from
776
- country to country.).freeze,
777
1578
  range: "xsd:string".freeze,
778
1579
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
779
1580
  "vs:term_status": "stable".freeze
780
1581
  property :hasCopyrightStatus,
781
- comment: [%(Data Constraint: Values are taken from the
782
- SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/copyrightStatus).freeze, %(Extensions: One can use its own SKOS
783
- vocabulary to use for this property. The precondition to do this, is to link your SKOS
784
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
785
- definition: %(Definition: A coded designation for the
786
- copyright status of the object at the time the rights statement is recorded.).freeze,
1582
+ comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/copyrightStatus".freeze, "Definition: A coded designation for the copyright status of the object at the time the rights statement is recorded.".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],
787
1583
  domain: "premis:CopyrightInformation".freeze,
788
1584
  range: term(
789
1585
  onProperty: "skos:inScheme".freeze,
@@ -793,11 +1589,7 @@ module RDF::Vocab
793
1589
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
794
1590
  "vs:term_status": "stable".freeze
795
1591
  property :hasCopyrightStatusDeterminationDate,
796
- comment: [%(Data Constraint: To aid machine processing,
797
- value should use a structured form: xsd:dateTime).freeze, %(Example:
798
- 2001-10-26T19:32:52+00:00).freeze],
799
- definition: %(Definition: The date that the copyright
800
- status recorded in copyrightStatus was determined.).freeze,
1592
+ comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime".freeze, "Definition: The date that the copyright status recorded in copyrightStatus was determined.".freeze, "Example: 2001-10-26T19:32:52+00:00".freeze],
801
1593
  domain: "premis:CopyrightInformation".freeze,
802
1594
  range: "xsd:dateTime".freeze,
803
1595
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
@@ -805,81 +1597,54 @@ module RDF::Vocab
805
1597
  property :hasCreatingApplication,
806
1598
  domain: "premis:ObjectCharacteristics".freeze,
807
1599
  range: "premis:CreatingApplication".freeze,
808
- "rdfs:seeAlso": "ObjectCharacteristics class definition and\n CreatingApplication class definition".freeze,
1600
+ "rdfs:seeAlso": "ObjectCharacteristics class definition and CreatingApplication class definition".freeze,
809
1601
  type: "owl:ObjectProperty".freeze,
810
1602
  "vs:term_status": "stable".freeze
811
1603
  property :hasCreatingApplicationName,
812
- comment: %(Example: MSWord).freeze,
813
- definition: %(Definition: A designation for the name of
814
- the software program that created the object.).freeze,
1604
+ comment: ["Definition: A designation for the name of the software program that created the object.".freeze, "Example: MSWord".freeze, "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.".freeze],
815
1605
  domain: "premis:CreatingApplication".freeze,
816
1606
  range: "xsd:string".freeze,
817
- "skos:scopeNote": "Usage Notes: The creatingApplication is the\n application that created the object in its current format, not the application that created\n the copy written to storage. For example, if a document is created by Microsoft Word and\n subsequently copied to archive storage by a repository’s Ingest program, the\n creatingApplication is Word, not the Ingest program.".freeze,
818
1607
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
819
1608
  "vs:term_status": "stable".freeze
820
1609
  property :hasCreatingApplicationVersion,
821
- comment: %(Example: 2000).freeze,
822
- definition: %(Definition: The version of the software
823
- program that created the object.).freeze,
1610
+ comment: ["Definition: The version of the software program that created the object.".freeze, "Example: 2000".freeze],
824
1611
  domain: "premis:CreatingApplication".freeze,
825
1612
  range: "xsd:string".freeze,
826
1613
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
827
1614
  "vs:term_status": "stable".freeze
828
1615
  property :hasDateCreatedByApplication,
829
- comment: [%(Data Constraint: To aid machine processing,
830
- value should use a structured form: xsd:dateTime).freeze, %(Example:
831
- 2001-10-26T19:32:52+00:00).freeze],
832
- definition: %(Definition: The actual or approximate date
833
- and time the object was created.).freeze,
1616
+ comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime".freeze, "Definition: The actual or approximate date and time the object was created.".freeze, "Example: 2001-10-26T19:32:52+00:00".freeze, "Usage Notes: Use the most precise date available.\nThis 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.\nIf the object itself contains internal creation and modification dates, the modification date should be used as dateCreatedByApplication.\nIf the application is a Web harvester capturing an object at a point of time, use for date captured.".freeze],
834
1617
  domain: "premis:CreatingApplication".freeze,
835
1618
  range: "xsd:dateTime".freeze,
836
- "skos:scopeNote": "Usage Notes: Use the most precise date\n available. This is the date the object was created by the creating application, not the date\n any copy was made externally or by the repository. For example, if a file is created by\n Microsoft Word in 2001 and two copies are made in 2003, the dateCreatedByApplication of all\n three files is 2001. The date a file is written to storage can be recorded as an Event. If the\n object itself contains internal creation and modification dates, the modification date should\n be used as dateCreatedByApplication. If the application is a Web harvester capturing an object\n at a point of time, use for date captured.".freeze,
837
1619
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
838
1620
  "vs:term_status": "stable".freeze
839
1621
  property :hasDependency,
840
1622
  domain: "premis:Environment".freeze,
841
1623
  range: "premis:Dependency".freeze,
842
- "rdfs:seeAlso": "Environment class definition and Dependency\n class definition".freeze,
1624
+ "rdfs:seeAlso": "Environment class definition and Dependency class definition".freeze,
843
1625
  type: "owl:ObjectProperty".freeze,
844
1626
  "vs:term_status": "stable".freeze
845
1627
  property :hasDependencyName,
846
- comment: %(Example: Additional Element Set for
847
- Language Corpora).freeze,
848
- definition: %(Definition: A designation for a component or
849
- associated file needed by the representation or file.).freeze,
1628
+ comment: ["Definition: A designation for a component or associated file needed by the representation or file.".freeze, "Example: Additional Element Set for Language Corpora".freeze, "Rationale: It may not be self-evident from the dependencyIdentifier what the name of the object actually is.".freeze],
850
1629
  domain: "premis:Dependency".freeze,
851
- editorialNote: %(Rationale: It may not be self-evident from
852
- the dependencyIdentifier what the name of the object actually is.).freeze,
853
1630
  range: "xsd:string".freeze,
854
1631
  type: "owl:DatatypeProperty".freeze,
855
1632
  "vs:term_status": "stable".freeze
856
1633
  property :hasEndDate,
857
- comment: %(Data Constraint: To aid machine processing,
858
- value should use a structured form: xsd:dateTime).freeze,
859
- definition: %(Definition: The ending date of the
860
- permission granted.).freeze,
1634
+ comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime".freeze, "Definition: The ending date of the permission granted.".freeze, "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.".freeze],
861
1635
  domain: "premis:ApplicableDates".freeze,
862
1636
  range: "xsd:dateTime".freeze,
863
- "skos:scopeNote": "Usage Notes: Use “0000-00-00T00:00:00+00:00”\n for an open ended term of grant. Omit endDate if the ending date is unknown or the permission\n statement applies to many objects with different end dates.".freeze,
864
1637
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
865
1638
  "vs:term_status": "stable".freeze
866
1639
  property :hasEnvironment,
867
1640
  domain: "premis:Object".freeze,
868
1641
  range: "premis:Environment".freeze,
869
- "rdfs:seeAlso": "Object class definition and Environment\n class definition".freeze,
1642
+ "rdfs:seeAlso": "Object class definition and Environment class definition".freeze,
870
1643
  type: "owl:ObjectProperty".freeze,
871
1644
  "vs:term_status": "stable".freeze
872
1645
  property :hasEnvironmentCharacteristic,
873
- comment: [%(Data Constraint: Values are taken from the
874
- SKOS vocabulary:
875
- http://id.loc.gov/vocabulary/preservation/environmentCharacteristic).freeze, %(Extensions: One can use its own SKOS
876
- vocabulary to use for this property. The precondition to do this, is to link your SKOS
877
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
878
- definition: %(Definition: An assessment of the extent to
879
- which the described environment supports its purpose.).freeze,
1646
+ comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/environmentCharacteristic".freeze, "Definition: An assessment of the extent to which the described environment supports its purpose.".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, "Rationale: If multiple environments are described, this element can help to distinguish among them.".freeze],
880
1647
  domain: "premis:Environment".freeze,
881
- editorialNote: %(Rationale: If multiple environments are
882
- described, this element can help to distinguish among them.).freeze,
883
1648
  range: term(
884
1649
  onProperty: "skos:inScheme".freeze,
885
1650
  "owl:hasValue": "http://id.loc.gov/vocabulary/preservation/environmentCharacteristic".freeze,
@@ -888,28 +1653,14 @@ module RDF::Vocab
888
1653
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
889
1654
  "vs:term_status": "stable".freeze
890
1655
  property :hasEnvironmentNote,
891
- comment: %(Example: This environment assumes that the
892
- PDF will be stored locally and used with a standalone PDF reader.).freeze,
893
- definition: %(Definition: Additional information about the
894
- environment.).freeze,
1656
+ comment: ["Definition: Additional information about the environment.".freeze, "Example: This environment assumes that the PDF will be stored locally\nand used with a standalone PDF reader.".freeze, "Rationale: There may be a need to give a textual description of the environment for additional explanation.".freeze, "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.\nThe note should not be used for a textual description of environment information recorded more rigorously elsewhere.".freeze],
895
1657
  domain: "premis:Environment".freeze,
896
- editorialNote: %(Rationale: There may be a need to give a
897
- textual description of the environment for additional explanation.).freeze,
898
1658
  range: "xsd:string".freeze,
899
- "skos:scopeNote": "Usage Notes: This note could be used to\n record the context of the environment information. For example, if a file can be rendered\n through a PC client application or through a browser with a plug-in, this note could be used\n to identify which situation applies. The note should not be used for a textual description of\n environment information recorded more rigorously elsewhere.".freeze,
900
1659
  type: "owl:DatatypeProperty".freeze,
901
1660
  "vs:term_status": "stable".freeze
902
1661
  property :hasEnvironmentPurpose,
903
- comment: [%(Data Constraint: Values are taken from the
904
- SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/environmentPurpose).freeze, %(Extensions: One can use its own SKOS
905
- vocabulary to use for this property. The precondition to do this, is to link your SKOS
906
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
907
- definition: %(Definition: The use\(s\) supported by the
908
- specified environment.).freeze,
1662
+ comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/environmentPurpose".freeze, "Definition: The use(s) supported by the specified environment.".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, "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],
909
1663
  domain: "premis:Environment".freeze,
910
- editorialNote: %(Rationale: Different environments can
911
- support different uses of objects. For example, the environment needed to edit and modify a
912
- file can be quite different than the environment needed to render it.).freeze,
913
1664
  range: term(
914
1665
  onProperty: "skos:inScheme".freeze,
915
1666
  "owl:hasValue": "http://id.loc.gov/vocabulary/preservation/environmentPurpose".freeze,
@@ -918,82 +1669,53 @@ module RDF::Vocab
918
1669
  type: "owl:ObjectProperty".freeze,
919
1670
  "vs:term_status": "stable".freeze
920
1671
  property :hasEvent,
921
- definition: %(Definition: The event associated with the
922
- object or an agent.).freeze,
1672
+ comment: ["Definition: The event associated with the object or an agent.".freeze, "Usage Notes: Use to link to events that are not associated with relationships between objects, such as format validation, virus checking, etc.".freeze],
923
1673
  domain: term(
924
1674
  type: "owl:Class".freeze,
925
1675
  unionOf: list("premis:Agent".freeze, "premis:Object".freeze)
926
1676
  ),
927
1677
  range: "premis:Event".freeze,
928
- "rdfs:seeAlso": "Object class definition, the Agent class\n Definition and Event class definition".freeze,
929
- "skos:scopeNote": "Usage Notes: Use to link to events that are\n not associated with relationships between objects, such as format validation, virus checking,\n etc.".freeze,
1678
+ "rdfs:seeAlso": "Object class definition, the Agent class Definition and Event class definition".freeze,
930
1679
  type: "owl:ObjectProperty".freeze,
931
1680
  "vs:term_status": "stable".freeze
932
1681
  property :hasEventDateTime,
933
- comment: [%(Data Constraint: To aid machine processing,
934
- value should use a structured form: xsd:dateTime).freeze, %(Example:
935
- 2001-10-26T19:32:52+00:00).freeze],
936
- definition: %(Definition: The single date and time, or
937
- date and time range, at or during which the event occurred.).freeze,
1682
+ comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime".freeze, "Definition: The single date and time, or date and time range, at or during which the event occurred.".freeze, "Example: 2001-10-26T19:32:52+00:00".freeze, "Usage Notes: Recommended practice is to record the most specific time possible and to designate the time zone.".freeze],
938
1683
  domain: "premis:Event".freeze,
939
1684
  range: "xsd:dateTime".freeze,
940
- "skos:scopeNote": "Usage Notes: Recommended practice is to\n record the most specific time possible and to designate the time zone.".freeze,
941
1685
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
942
1686
  "vs:term_status": "stable".freeze
943
1687
  property :hasEventDetail,
944
- comment: %(Examples: Object permanently withdrawn by
945
- request of Caroline Hunt, Program=“MIGJP2JP2K”; version=“2.2”).freeze,
946
- definition: %(Definition: Additional information about the
947
- event.).freeze,
1688
+ comment: ["Definition: Additional information about the event.".freeze, "Examples: Object permanently withdrawn by request of Caroline Hunt, \nProgram=“MIGJP2JP2K”; version=“2.2”".freeze, "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.".freeze],
948
1689
  domain: "premis:Event".freeze,
949
1690
  range: "xsd:string".freeze,
950
- "skos:scopeNote": "Usage Notes: eventDetail is not intended to\n be processed by machine. It may record any information about an event and/or point to\n information stored elsewhere.".freeze,
951
1691
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
952
1692
  "vs:term_status": "stable".freeze
953
1693
  property :hasEventOutcome,
954
- comment: [%(Data Constraint: Value should be taken from
955
- a controlled vocabulary.).freeze, %(Examples: 00 [a code meaning “action
956
- successfully completed”], CV-01 [a code meaning “checksum validated”]).freeze],
957
- definition: %(Definition: A categorization of the overall
958
- result of the event in terms of success, partial success, or failure.).freeze,
1694
+ comment: ["Data Constraint: Value should be taken from a controlled vocabulary.".freeze, "Definition: A categorization of the overall result of the event in terms of success, partial success, or failure.".freeze, "Examples: 00 [a code meaning “action successfully completed”], CV-01 [a code meaning “checksum validated”]".freeze, "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.".freeze, "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.\nRecommended practice is to define events with sufficient granularity that each event has a single outcome.".freeze],
959
1695
  domain: "premis:EventOutcomeInformation".freeze,
960
- editorialNote: %(Rationale: A coded way of representing the
961
- outcome of an event may be useful for machine processing and reporting. If, for example, a
962
- fixity check fails, the event record provides both an actionable and a permanent
963
- record.).freeze,
964
1696
  range: "xsd:string".freeze,
965
- "skos:scopeNote": "Usage Notes: Recommended practice is to use\n a controlled vocabulary that a system can act upon automatically. More detail about the\n outcome may be recorded in eventOutcomeDetail. Recommended practice is to define events with\n sufficient granularity that each event has a single outcome.".freeze,
966
1697
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
967
1698
  "vs:term_status": "stable".freeze
968
1699
  property :hasEventOutcomeDetail,
969
1700
  domain: "premis:EventOutcomeInformation".freeze,
970
1701
  range: "premis:EventOutcomeDetail".freeze,
971
- "rdfs:seeAlso": "EventOutcomeInformation class definition\n and EventOutcomeDetail class definition".freeze,
1702
+ "rdfs:seeAlso": "EventOutcomeInformation class definition and EventOutcomeDetail class definition".freeze,
972
1703
  type: "owl:ObjectProperty".freeze,
973
1704
  "vs:term_status": "stable".freeze
974
1705
  property :hasEventOutcomeDetailNote,
975
- comment: %(Examples: LZW compressed file, Non-standard
976
- tags found in header).freeze,
977
- definition: %(Definition: A detailed description of the
978
- result or product of the event in textual form.).freeze,
1706
+ comment: ["Definition: A detailed description of the result or product of the event in textual form.".freeze, "Examples: LZW compressed file, Non-standard tags found in header".freeze, "Rationale: Additional information in textual form may be needed about the outcome of the event.".freeze],
979
1707
  domain: "premis:EventOutcomeDetail".freeze,
980
- editorialNote: %(Rationale: Additional information in textual
981
- form may be needed about the outcome of the event.).freeze,
982
1708
  range: "xsd:string".freeze,
983
1709
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
984
1710
  "vs:term_status": "stable".freeze
985
1711
  property :hasEventOutcomeInformation,
986
1712
  domain: "premis:Event".freeze,
987
1713
  range: "premis:EventOutcomeInformation".freeze,
988
- "rdfs:seeAlso": "Event class definition and\n EventOutcomeInformation class definition".freeze,
1714
+ "rdfs:seeAlso": "Event class definition and EventOutcomeInformation class definition".freeze,
989
1715
  type: "owl:ObjectProperty".freeze,
990
1716
  "vs:term_status": "stable".freeze
991
1717
  property :hasEventRelatedAgent,
992
- comment: [%(Extensions: One can extend this
993
- property to use more fine grained properties by defining the fine grained properties as
994
- subproperties of this property.).freeze, %(This propety links a Event
995
- instance to an Agent instance. Via this property a distinction can be made in the linkingAgent
996
- properties based on the domain.).freeze],
1718
+ 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 Event instance to an Agent instance. Via this property a distinction can be made in the linkingAgent properties based on the domain.".freeze],
997
1719
  domain: "premis:Event".freeze,
998
1720
  range: "premis:Agent".freeze,
999
1721
  "rdfs:seeAlso": "http://id.loc.gov/vocabulary/preservation/eventRelatedAgentRole".freeze,
@@ -1001,30 +1723,16 @@ module RDF::Vocab
1001
1723
  type: "owl:ObjectProperty".freeze,
1002
1724
  "vs:term_status": "unstable".freeze
1003
1725
  property :hasEventRelatedObject,
1004
- comment: %(Extensions: One can extend this
1005
- property to use more fine grained properties by defining the fine grained properties as
1006
- subproperties of this property.).freeze,
1007
- definition: %(Definition: Information about an object
1008
- associated with an event.).freeze,
1726
+ comment: ["Definition: Information about an object associated with an event.".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, "Rationale: Digital provenance often requires that relationships between objects and events are documented.".freeze],
1009
1727
  domain: "premis:Event".freeze,
1010
- editorialNote: %(Rationale: Digital provenance often requires
1011
- that relationships between objects and events are documented.).freeze,
1012
1728
  range: "premis:Object".freeze,
1013
- "rdfs:seeAlso": ["Event class definition and Object class\n definition".freeze, "http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole".freeze],
1729
+ "rdfs:seeAlso": ["Event class definition and Object class definition".freeze, "http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole".freeze],
1014
1730
  subPropertyOf: "premis:hasObject".freeze,
1015
1731
  type: "owl:ObjectProperty".freeze,
1016
1732
  "vs:term_status": "stable".freeze
1017
1733
  property :hasEventType,
1018
- comment: [%(Data Constraint: Values are taken from the
1019
- SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/eventType).freeze, %(Extensions: One can use its own SKOS
1020
- vocabulary to use for this property. The precondition to do this, is to link your SKOS
1021
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
1022
- definition: %(Definition: A categorization of the nature
1023
- of the event.).freeze,
1734
+ comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/eventType".freeze, "Definition: A categorization of the nature of the event.".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, "Rationale: Categorizing events will aid the preservation repository in machine processing of event information, particularly in reporting.".freeze],
1024
1735
  domain: "premis:Event".freeze,
1025
- editorialNote: %(Rationale: Categorizing events will aid the
1026
- preservation repository in machine processing of event information, particularly in
1027
- reporting.).freeze,
1028
1736
  range: term(
1029
1737
  onProperty: "skos:inScheme".freeze,
1030
1738
  "owl:hasValue": "http://id.loc.gov/vocabulary/preservation/eventType".freeze,
@@ -1035,7 +1743,7 @@ module RDF::Vocab
1035
1743
  property :hasFixity,
1036
1744
  domain: "premis:ObjectCharacteristics".freeze,
1037
1745
  range: "premis:Fixity".freeze,
1038
- "rdfs:seeAlso": "ObjectCharacteristics class definition and\n Fixity class definition".freeze,
1746
+ "rdfs:seeAlso": "ObjectCharacteristics class definition and Fixity class definition".freeze,
1039
1747
  type: ["owl:InverseFunctionalProperty".freeze, "owl:ObjectProperty".freeze],
1040
1748
  "vs:term_status": "stable".freeze
1041
1749
  property :hasFormat,
@@ -1044,76 +1752,47 @@ module RDF::Vocab
1044
1752
  type: "owl:Class".freeze,
1045
1753
  unionOf: list("premis:Format".freeze, "http://reference.data.gov.uk/technical-registry/file-format".freeze, "http://www.udfr.org/onto#AbstractFormat".freeze)
1046
1754
  ),
1047
- "rdfs:seeAlso": "ObjectCharacteristics class definition and\n Format class definition. Next to the premis:Format class this property can also link to a\n pronom:file-format or udfr:AbstractFormat .".freeze,
1755
+ "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,
1048
1756
  type: "owl:ObjectProperty".freeze,
1049
1757
  "vs:term_status": "stable".freeze
1050
1758
  property :hasFormatDesignation,
1051
1759
  domain: "premis:Format".freeze,
1052
1760
  range: "premis:FormatDesignation".freeze,
1053
- "rdfs:seeAlso": "Format class definition and\n FormatDesignation class definition".freeze,
1761
+ "rdfs:seeAlso": "Format class definition and FormatDesignation class definition".freeze,
1054
1762
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
1055
1763
  "vs:term_status": "stable".freeze
1056
1764
  property :hasFormatName,
1057
- comment: [%(Data Constraint: Value should be taken from
1058
- a controlled vocabulary.).freeze, %(Examples: Text/sgml, image/tiff/geotiff,
1059
- Adobe PDF, DES, PGP, base64, unknown, LaTex).freeze],
1060
- definition: %(Definition: A designation of the format of
1061
- the file or bitstream.).freeze,
1765
+ comment: ["Data Constraint: Value should be taken from a controlled vocabulary.".freeze, "Definition: A designation of the format of the file or bitstream.".freeze, "Examples: Text/sgml, image/tiff/geotiff, Adobe PDF, DES, PGP, base64, unknown, LaTex".freeze, "Usage Notes: For unidentified formats, formatName may be recorded as “unknown”.".freeze],
1062
1766
  domain: "premis:FormatDesignation".freeze,
1063
1767
  range: "xsd:string".freeze,
1064
- "skos:scopeNote": "Usage Notes: For unidentified formats,\n formatName may be recorded as “unknown”.".freeze,
1065
1768
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1066
1769
  "vs:term_status": "stable".freeze
1067
1770
  property :hasFormatNote,
1068
- comment: %(Examples: tentative identification,
1069
- disjunction, multiple format identifications found).freeze,
1070
- definition: %(Definition: Additional information about
1071
- format.).freeze,
1771
+ comment: ["Definition: Additional information about format.".freeze, "Examples: tentative identification, disjunction, multiple format identifications found".freeze, "Rationale: Qualifying information may be needed to supplement format designation and registry information or record a status for identification.".freeze, "Usage Notes: The formatNote may contain free text, a reference pointer, or a value from a controlled list.".freeze],
1072
1772
  domain: "premis:Format".freeze,
1073
- editorialNote: %(Rationale: Qualifying information may be
1074
- needed to supplement format designation and registry information or record a status for
1075
- identification.).freeze,
1076
1773
  range: "xsd:string".freeze,
1077
- "skos:scopeNote": "Usage Notes: The formatNote may contain free\n text, a reference pointer, or a value from a controlled list.".freeze,
1078
1774
  type: "owl:DatatypeProperty".freeze,
1079
1775
  "vs:term_status": "stable".freeze
1080
1776
  property :hasFormatRegistry,
1081
1777
  domain: "premis:Format".freeze,
1082
1778
  range: "premis:FormatRegistry".freeze,
1083
- "rdfs:seeAlso": "Format class definition and FormatRegistry\n class definition".freeze,
1779
+ "rdfs:seeAlso": "Format class definition and FormatRegistry class definition".freeze,
1084
1780
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
1085
1781
  "vs:term_status": "stable".freeze
1086
1782
  property :hasFormatRegistryKey,
1087
- comment: %(Examples: info:gdfr/fred/f/tiff,
1088
- TIFF/6.0).freeze,
1089
- definition: %(Definition: The unique key used to reference
1090
- an entry for this format in a format registry.).freeze,
1783
+ comment: ["Definition: The unique key used to reference an entry for this format in a format registry.".freeze, "Examples: info:gdfr/fred/f/tiff, TIFF/6.0".freeze],
1091
1784
  domain: "premis:FormatRegistry".freeze,
1092
1785
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1093
1786
  "vs:term_status": "stable".freeze
1094
1787
  property :hasFormatRegistryName,
1095
- comment: %(Examples: PRONOM,
1096
- www.nationalarchives.gov.uk/pronom, Representation Information Registry Repository, FRED: A
1097
- format registry demonstration, release 0.07).freeze,
1098
- definition: %(Definition: A designation identifying the
1099
- referenced format registry.).freeze,
1788
+ comment: ["Definition: A designation identifying the referenced format registry.".freeze, "Examples: PRONOM, www.nationalarchives.gov.uk/pronom, Representation Information Registry Repository, FRED: A format registry demonstration, release 0.07".freeze, "Usage Notes: This can be a formal name, internally used name, or URI.".freeze],
1100
1789
  domain: "premis:FormatRegistry".freeze,
1101
1790
  range: "xsd:string".freeze,
1102
- "skos:scopeNote": "Usage Notes: This can be a formal name,\n internally used name, or URI.".freeze,
1103
1791
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1104
1792
  "vs:term_status": "stable".freeze
1105
1793
  property :hasFormatRegistryRole,
1106
- comment: [%(Data Constraint: Values are taken from the
1107
- SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/formatRegistryRole).freeze, %(Extensions: One can use its own SKOS
1108
- vocabulary to use for this property. The precondition to do this, is to link your SKOS
1109
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
1110
- definition: %(Definition: The purpose or expected use of
1111
- the registry.).freeze,
1794
+ comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/formatRegistryRole".freeze, "Definition: The purpose or expected use of the registry.".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, "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],
1112
1795
  domain: "premis:FormatRegistry".freeze,
1113
- editorialNote: %(Rationale: The same format may be defined in
1114
- different registries for different purposes. For example, one registry may give detailed
1115
- format specifications while another has profile information. If multiple registries are
1116
- recorded, this semantic unit can be used to distinguish among them.).freeze,
1117
1796
  range: term(
1118
1797
  onProperty: "skos:inScheme".freeze,
1119
1798
  "owl:hasValue": "http://id.loc.gov/vocabulary/preservation/formatRegistryRole".freeze,
@@ -1122,54 +1801,31 @@ module RDF::Vocab
1122
1801
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
1123
1802
  "vs:term_status": "stable".freeze
1124
1803
  property :hasFormatVersion,
1125
- comment: %(Examples: 6.0, 2003).freeze,
1126
- definition: %(Definition: The version of the format named
1127
- in formatName.).freeze,
1804
+ comment: ["Definition: The version of the format named in formatName.".freeze, "Examples: 6.0, 2003".freeze, "Rationale: Many authority lists of format names are not granular enough to indicate version, for example, MIME Media types.".freeze, "Usage Notes: If the format is versioned, formatVersion should be recorded. It can be either a numeric or chronological designation.".freeze],
1128
1805
  domain: "premis:FormatDesignation".freeze,
1129
- editorialNote: %(Rationale: Many authority lists of format
1130
- names are not granular enough to indicate version, for example, MIME Media
1131
- types.).freeze,
1132
1806
  range: "xsd:string".freeze,
1133
- "skos:scopeNote": "Usage Notes: If the format is versioned,\n formatVersion should be recorded. It can be either a numeric or chronological\n designation.".freeze,
1134
1807
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1135
1808
  "vs:term_status": "stable".freeze
1136
1809
  property :hasHardware,
1137
1810
  domain: "premis:Environment".freeze,
1138
1811
  range: "premis:Hardware".freeze,
1139
- "rdfs:seeAlso": "Environment class definition and Hardware\n class definition".freeze,
1812
+ "rdfs:seeAlso": "Environment class definition and Hardware class definition".freeze,
1140
1813
  type: "owl:ObjectProperty".freeze,
1141
1814
  "vs:term_status": "stable".freeze
1142
1815
  property :hasHardwareName,
1143
- comment: %(Examples: Intel Pentium III, 1 GB DRAM,
1144
- Windows XPcompatible joystick).freeze,
1145
- definition: %(Definition: Manufacturer, model, and version
1146
- \(if applicable\) of the hardware.).freeze,
1816
+ comment: ["Definition: Manufacturer, model, and version (if applicable) of the hardware.".freeze, "Examples: Intel Pentium III, 1 GB DRAM, Windows XPcompatible joystick".freeze, "Usage Notes: Include manufacturer when this helps to identify or disambiguate the product.\nInclude version for firmware or other components where that information is pertinent.".freeze],
1147
1817
  domain: "premis:Hardware".freeze,
1148
1818
  range: "xsd:string".freeze,
1149
- "skos:scopeNote": "Usage Notes: Include manufacturer when this\n helps to identify or disambiguate the product. Include version for firmware or other\n components where that information is pertinent.".freeze,
1150
1819
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1151
1820
  "vs:term_status": "stable".freeze
1152
1821
  property :hasHardwareOtherInformation,
1153
- comment: %(Examples: 32MB minimum, Required RAM for
1154
- Apache is unknown).freeze,
1155
- definition: %(Definition: Additional requirements or
1156
- instructions related to the hardware referenced in hwName.).freeze,
1822
+ comment: ["Definition: Additional requirements or instructions related to the hardware referenced in hwName.".freeze, "Examples: 32MB minimum, Required RAM for Apache is unknown".freeze, "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.".freeze, "Usage Notes: This could be an identifier or URI used to point to hardware documentation.".freeze],
1157
1823
  domain: "premis:Hardware".freeze,
1158
- editorialNote: %(Rationale: For hardware, the amount of
1159
- computing resource needed \(such as memory, storage, processor speed, etc.\) may need to be
1160
- documented. In addition, more detailed instructions may be needed to install and/or operate
1161
- the hardware.).freeze,
1162
1824
  range: "xsd:string".freeze,
1163
- "skos:scopeNote": "Usage Notes: This could be an identifier or\n URI used to point to hardware documentation.".freeze,
1164
1825
  type: "owl:DatatypeProperty".freeze,
1165
1826
  "vs:term_status": "stable".freeze
1166
1827
  property :hasHardwareType,
1167
- comment: [%(Data Constraint: Values are taken from the
1168
- SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/hardwareType).freeze, %(Extensions: One can use its own SKOS
1169
- vocabulary to use for this property. The precondition to do this, is to link your SKOS
1170
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
1171
- definition: %(Definition: Class or category of the
1172
- hardware.).freeze,
1828
+ comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/hardwareType".freeze, "Definition: Class or category of the hardware.".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],
1173
1829
  domain: "premis:Hardware".freeze,
1174
1830
  range: term(
1175
1831
  onProperty: "skos:inScheme".freeze,
@@ -1183,49 +1839,29 @@ module RDF::Vocab
1183
1839
  type: "owl:Class".freeze,
1184
1840
  unionOf: list("premis:Agent".freeze, "premis:Dependency".freeze, "premis:Event".freeze, "premis:LicenseInformation".freeze, "premis:Object".freeze, "premis:RightsDocumentation".freeze, "premis:RightsStatement".freeze)
1185
1841
  ),
1186
- "rdfs:seeAlso": "Identifier class\n definition".freeze,
1842
+ "rdfs:seeAlso": "Identifier class definition".freeze,
1187
1843
  type: ["owl:InverseFunctionalProperty".freeze, "owl:ObjectProperty".freeze],
1188
1844
  "vs:term_status": "stable".freeze
1189
1845
  property :hasIdentifierType,
1190
- comment: [%(Data Constraint: Value should be taken from
1191
- controlled vocabulary.).freeze, %(Examples: DLC, DRS,
1192
- hdl:4263537).freeze],
1193
- definition: %(Definition: A designation of the domain
1194
- within which the identifier is unique.).freeze,
1846
+ comment: ["Data Constraint: Value should be taken from controlled vocabulary.".freeze, "Definition: A designation of the domain within which the identifier is unique.".freeze, "Examples: DLC, DRS, hdl:4263537".freeze, "Rationale: Identifier values cannot be assumed to be unique across domains. The combination of identifierType and identifierValue should ensure uniqueness.".freeze, "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.".freeze],
1195
1847
  domain: "premis:Identifier".freeze,
1196
- editorialNote: %(Rationale: Identifier values cannot be
1197
- assumed to be unique across domains. The combination of identifierType and identifierValue
1198
- should ensure uniqueness.).freeze,
1199
1848
  range: "xsd:string".freeze,
1200
- "skos:scopeNote": "Usage Notes: The type of the identifier may\n be implicit within the repository as long it can be explicitly communicated when the item is\n disseminated outside of it.".freeze,
1201
1849
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1202
1850
  "vs:term_status": "stable".freeze
1203
1851
  property :hasIdentifierValue,
1204
- comment: [%(Defnition: The value of the
1205
- Identifier.).freeze, %(Examples: 0000000312 \(Representation\),
1206
- IU2440 \(File\), WAC1943.56 \(File\), http://nrs.harvard.edu/urn-3:FHCL.Loeb:sal \(File\), IU2440-1
1207
- \(Bitstream\)).freeze],
1852
+ 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],
1208
1853
  domain: "premis:Identifier".freeze,
1209
1854
  range: "xsd:string".freeze,
1210
1855
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1211
1856
  "vs:term_status": "stable".freeze
1212
1857
  property :hasInhibitorKey,
1213
- comment: %(Example: [DES decryption
1214
- key]).freeze,
1215
- definition: %(Definition: The decryption key or
1216
- password.).freeze,
1858
+ comment: ["Definition: The decryption key or password.".freeze, "Example: [DES decryption key]".freeze, "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.".freeze],
1217
1859
  domain: "premis:Inhibitors".freeze,
1218
1860
  range: "xsd:string".freeze,
1219
- "skos:scopeNote": "Usage Notes: The key should be provided if\n known. However, it is not advisable to actually store the inhibitorKey in plain text in an\n unsecure database.".freeze,
1220
1861
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1221
1862
  "vs:term_status": "stable".freeze
1222
1863
  property :hasInhibitorTarget,
1223
- comment: [%(Data Constraint: Values are taken from the
1224
- SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/inhibitorTarget).freeze, %(Extensions: One can use its own SKOS
1225
- vocabulary to use for this property. The precondition to do this, is to link your SKOS
1226
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
1227
- definition: %(Definition: The content or function
1228
- protected by the inhibitor.).freeze,
1864
+ comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/inhibitorTarget".freeze, "Definition: The content or function protected by the inhibitor.".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],
1229
1865
  domain: "premis:Inhibitors".freeze,
1230
1866
  range: term(
1231
1867
  onProperty: "skos:inScheme".freeze,
@@ -1235,12 +1871,7 @@ module RDF::Vocab
1235
1871
  type: "owl:ObjectProperty".freeze,
1236
1872
  "vs:term_status": "stable".freeze
1237
1873
  property :hasInhibitorType,
1238
- comment: [%(Data Constraint: Values are taken from the
1239
- SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/inhibitorType).freeze, %(Extensions: One can use its own SKOS
1240
- vocabulary to use for this property. The precondition to do this, is to link your SKOS
1241
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
1242
- definition: %(Definition: The inhibitor method
1243
- employed.).freeze,
1874
+ comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/inhibitorType".freeze, "Definition: The inhibitor method employed.".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],
1244
1875
  domain: "premis:Inhibitors".freeze,
1245
1876
  range: term(
1246
1877
  onProperty: "skos:inScheme".freeze,
@@ -1252,49 +1883,34 @@ module RDF::Vocab
1252
1883
  property :hasInhibitors,
1253
1884
  domain: "premis:ObjectCharacteristics".freeze,
1254
1885
  range: "premis:Inhibitors".freeze,
1255
- "rdfs:seeAlso": "ObjectCharacteristics class definition and\n Inhibitors class definition".freeze,
1886
+ "rdfs:seeAlso": "ObjectCharacteristics class definition and Inhibitors class definition".freeze,
1256
1887
  type: "owl:ObjectProperty".freeze,
1257
1888
  "vs:term_status": "stable".freeze
1258
1889
  property :hasIntellectualEntity,
1259
- definition: %(Definition: An intellectual entity
1260
- associated with the object.).freeze,
1890
+ comment: ["Definition: An intellectual entity associated with the object.".freeze, "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],
1261
1891
  domain: "premis:Object".freeze,
1262
1892
  range: "premis:IntellectualEntity".freeze,
1263
- "skos:scopeNote": "Usage Notes: Use to link to an intellectual\n entity that is related to the object. This may be a link to descriptive metadata that\n describes the intellectual entity or some other surrogate for it that can be referenced. This\n link will likely be to an identifier of an object that is at a higher conceptual level than\n the object for which the metadata is provided, for example, to a collection or parent\n object.".freeze,
1264
1893
  type: "owl:ObjectProperty".freeze,
1265
1894
  "vs:term_status": "stable".freeze
1266
1895
  property :hasKeyInformation,
1267
1896
  domain: "premis:Signature".freeze,
1268
- "rdfs:seeAlso": "Signature class definition and\n KeyInformation class definition".freeze,
1897
+ "rdfs:seeAlso": "Signature class definition and KeyInformation class definition".freeze,
1269
1898
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
1270
1899
  "vs:term_status": "unstable".freeze
1271
1900
  property :hasLicenseTerms,
1272
- definition: %(Definition: Text describing the license or
1273
- agreement by which permission was granted.).freeze,
1901
+ comment: ["Definition: Text describing the license or agreement by which permission was granted.".freeze, "Usage Notes: This could contain the actual text of the license or agreement or a paraphrase or summary.".freeze],
1274
1902
  domain: "premis:LicenseInformation".freeze,
1275
1903
  range: "xsd:string".freeze,
1276
- "skos:scopeNote": "Usage Notes: This could contain the actual\n text of the license or agreement or a paraphrase or summary.".freeze,
1277
1904
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1278
1905
  "vs:term_status": "stable".freeze
1279
1906
  property :hasMessageDigest,
1280
- comment: %(Example:
1281
- 7c9b35da4f2ebd436f1cf88e5a39b3a257edf4a22be3c955ac49da2e2107b67a1924419563).freeze,
1282
- definition: %(Definition: The output of the message digest
1283
- algorithm.).freeze,
1907
+ comment: ["Definition: The output of the message digest algorithm.".freeze, "Example: 7c9b35da4f2ebd436f1cf88e5a39b3a257edf4a22be3c955ac49da2e2107b67a1924419563".freeze, "Rationale: This must be stored so that it can be compared in future fixity checks.".freeze],
1284
1908
  domain: "premis:Fixity".freeze,
1285
- editorialNote: %(Rationale: This must be stored so that it
1286
- can be compared in future fixity checks.).freeze,
1287
1909
  range: "xsd:string".freeze,
1288
1910
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1289
1911
  "vs:term_status": "stable".freeze
1290
1912
  property :hasMessageDigestAlgorithm,
1291
- comment: [%(Data Constraint: Values are taken from the
1292
- SKOS vocabulary:
1293
- http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions).freeze, %(Extensions: One can use its own SKOS
1294
- vocabulary to use for this property. The precondition to do this, is to link your SKOS
1295
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
1296
- definition: %(Definition: The specific algorithm used to
1297
- construct the message digest for the digital object.).freeze,
1913
+ comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions".freeze, "Definition: The specific algorithm used to construct the message digest for the digital object.".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],
1298
1914
  domain: "premis:Fixity".freeze,
1299
1915
  range: term(
1300
1916
  onProperty: "skos:inScheme".freeze,
@@ -1304,41 +1920,19 @@ module RDF::Vocab
1304
1920
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
1305
1921
  "vs:term_status": "stable".freeze
1306
1922
  property :hasMessageDigestOriginator,
1307
- comment: %(Examples: DRS, A0000978).freeze,
1308
- definition: %(Definition: The agent that created the
1309
- original message digest that is compared in a fixity check.).freeze,
1923
+ comment: ["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.".freeze, "Definition: The agent that created the original message digest that is compared in a fixity check.".freeze, "Examples: DRS, A0000978".freeze, "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.".freeze, "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).".freeze],
1310
1924
  domain: "premis:Fixity".freeze,
1311
- editorialNote: %(Rationale: A preservation repository may
1312
- ingest files that have had message digests calculated by the submitter; checking these ensures
1313
- that the file as received is the same as the file as sent. The repository may also ingest
1314
- files that do not have message digests, and so must calculate the initial value upon ingest.
1315
- It can be useful to know who calculated the initial value of the message
1316
- digest.).freeze,
1317
1925
  range: "xsd:string".freeze,
1318
- "skos:historyNote": "Creation / Maintenance Notes: If the\n calculation of the initial message digest is treated by the repository as an Event, this\n information could be obtained from an Event record.".freeze,
1319
- "skos:scopeNote": "Usage Notes: The originator of the message\n digest could be represented by a string representing the agent (e.g., “NRS” referring to the\n archive itself) or a pointer to an agent description (e.g., “A0000987” taken here to be an\n agentIdentifierValue).".freeze,
1320
1926
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1321
1927
  "vs:term_status": "stable".freeze
1322
1928
  property :hasObject,
1323
- comment: %(Extensions: One can extend this
1324
- property to use more fine grained properties by defining the fine grained properties as
1325
- subproperties of this property.).freeze,
1326
- definition: %(Definition: Information about an object
1327
- associated with an event or rightsstatement.).freeze,
1929
+ comment: ["Definition: Information about an object associated with an event or rightsstatement.".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, "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],
1328
1930
  domain: term(
1329
1931
  type: "owl:Class".freeze,
1330
1932
  unionOf: list("premis:Event".freeze, "premis:RightsStatement".freeze)
1331
1933
  ),
1332
- editorialNote: %(Rationale: Digital provenance often requires
1333
- that relationships between objects and events are documented. / Rights statements must be
1334
- associated with the objects to which they pertain, either by linking from the rights statement
1335
- to the object\(s\) or by linking from the object\(s\) to the rights statement. This provides the
1336
- mechanism for the link from the rights statement to an object. For denoting the role of the
1337
- object, when related to an event,one can extend this ontology be defining your own
1338
- subproperties, such as those given by
1339
- http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole.).freeze,
1340
1934
  range: "premis:Object".freeze,
1341
- "rdfs:seeAlso": ["Event and RightsStatement class definition\n and Object class definition".freeze, "http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole".freeze],
1935
+ "rdfs:seeAlso": ["Event and RightsStatement class definition and Object class definition".freeze, "http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole".freeze],
1342
1936
  type: "owl:ObjectProperty".freeze,
1343
1937
  "vs:term_status": "stable".freeze
1344
1938
  property :hasObjectCharacteristics,
@@ -1347,25 +1941,16 @@ module RDF::Vocab
1347
1941
  unionOf: list("premis:Bitstream".freeze, "premis:File".freeze)
1348
1942
  ),
1349
1943
  range: "premis:ObjectCharacteristics".freeze,
1350
- "rdfs:seeAlso": "Object class definition and\n ObjectCharacteristics class definition".freeze,
1944
+ "rdfs:seeAlso": "Object class definition and ObjectCharacteristics class definition".freeze,
1351
1945
  type: ["owl:InverseFunctionalProperty".freeze, "owl:ObjectProperty".freeze],
1352
1946
  "vs:term_status": "stable".freeze
1353
1947
  property :hasOriginalName,
1354
- comment: %(Example: N419.pdf).freeze,
1355
- definition: %(Definition: The name of the object as
1356
- submitted to or harvested by the repository, before any renaming by the
1357
- repository.).freeze,
1948
+ comment: ["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.".freeze, "Definition: The name of the object as submitted to or harvested by the repository, before any renaming by the repository.".freeze, "Example: N419.pdf".freeze, "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.".freeze, "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.".freeze],
1358
1949
  domain: term(
1359
1950
  type: "owl:Class".freeze,
1360
1951
  unionOf: list("premis:File".freeze, "premis:Representation".freeze)
1361
1952
  ),
1362
- editorialNote: %(Rationale: The name used within the
1363
- preservation repository may not be known outside of the repository. A depositor might need to
1364
- request a file by its original name. Also, the repository may need to reconstruct internal
1365
- links for dissemination.).freeze,
1366
1953
  range: "xsd:string".freeze,
1367
- "skos:historyNote": "Creation / Maintenance Notes: This value\n would always be supplied to the repository by the submitter or harvesting application. How\n much of the file path to preserve would be up to the repository.".freeze,
1368
- "skos:scopeNote": "Usage Notes: This is the name of the object\n as designated in the Submission Information Package (SIP). The object may have other names in\n different contexts. When two repositories are exchanging content, it would be important for\n the receiving repository to know and record the name of the representation at the originating\n repository. In the case of representations, this may be a directory name.".freeze,
1369
1954
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1370
1955
  "vs:term_status": "stable".freeze
1371
1956
  property :hasPreservationLevel,
@@ -1374,49 +1959,24 @@ module RDF::Vocab
1374
1959
  unionOf: list("premis:File".freeze, "premis:Representation".freeze)
1375
1960
  ),
1376
1961
  range: "premis:PreservationLevel".freeze,
1377
- "rdfs:seeAlso": "Object class definition and\n PreservationLevel class definition".freeze,
1962
+ "rdfs:seeAlso": "Object class definition and PreservationLevel class definition".freeze,
1378
1963
  type: "owl:ObjectProperty".freeze,
1379
1964
  "vs:term_status": "stable".freeze
1380
1965
  property :hasPreservationLevelDateAssigned,
1381
- comment: [%(Data Constraint: To aid machine processing,
1382
- value should use a structured form: xsd:dateTime).freeze, %(Examples:
1383
- 2001-10-26T19:32:52+00:00).freeze],
1384
- definition: %(Definition: The date, or date and time, when
1385
- a particular preservationLevelValue was assigned to the object.).freeze,
1966
+ comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime".freeze, "Definition: The date, or date and time, when a particular preservationLevelValue was assigned to the object.".freeze, "Examples: 2001-10-26T19:32:52+00:00".freeze, "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.".freeze],
1386
1967
  domain: "premis:PreservationLevel".freeze,
1387
- editorialNote: %(Rationale: The preservationLevel applicable
1388
- to an object is expected to be reviewed and changed over time, in response to changes in
1389
- repository preservation requirements, policies, or capabilities relevant to the object. The
1390
- date that the current preservationLevelValue was assigned aids review of
1391
- decisions.).freeze,
1392
1968
  range: "xsd:dateTime".freeze,
1393
1969
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1394
1970
  "vs:term_status": "stable".freeze
1395
1971
  property :hasPreservationLevelRationale,
1396
- comment: %(Examples: user pays, legislation, defective
1397
- file, bit-level preservation only available for this format).freeze,
1398
- definition: %(Definition: The reason a particular
1399
- preservationLevelValue was applied to the object.).freeze,
1972
+ comment: ["Definition: The reason a particular preservationLevelValue was applied to \n the object.".freeze, "Examples: user pays, legislation, defective file, bit-level preservation only available for this format".freeze, "Rationale: Application of a particular preservationLevelValue may require justification, especially if it differs from that usually applied according to repository policy.".freeze, "Usage Notes: This optional semantic unit records the reason for applying the preservationLevelValue.\nThis information can be particularly important when the assigned preservationLevelValue differs from usual repository policy.\nFor 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.\nSimilarly, 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.\npreservationLevelRationale may be repeated if more than one reason needs to be recorded.".freeze],
1400
1973
  domain: "premis:PreservationLevel".freeze,
1401
- editorialNote: %(Rationale: Application of a particular
1402
- preservationLevelValue may require justification, especially if it differs from that usually
1403
- applied according to repository policy.).freeze,
1404
1974
  range: "xsd:string".freeze,
1405
- "skos:scopeNote": "Usage Notes: This optional semantic unit\n records the reason for applying the preservationLevelValue. This information can be\n particularly important when the assigned preservationLevelValue differs from usual repository\n policy. For example, a repository may normally assign a preservationLevelValue of “full\n preservation” for JPEG2000 files, but detects that a particular file is defective. This may\n mean that the repository’s preservation strategy for JPEG2000 may not be effective for this\n particular file, so the repository may assign a preservationLevelValue of “bit-level\n preservation” to this file, recording “defective file” as the rationale. Similarly,\n legislative requirements or contractual agreements may require a higher level of preservation\n to be assigned to a particular object than would be assigned to that class of object according\n to usual policy. In this case, the rationale for the assignment may be recorded as\n “legislation” or “user pays”, for example. preservationLevelRationale may be repeated if more\n than one reason needs to be recorded.".freeze,
1406
1975
  type: "owl:DatatypeProperty".freeze,
1407
1976
  "vs:term_status": "stable".freeze
1408
1977
  property :hasPreservationLevelRole,
1409
- comment: [%(Data Constraint: Values are taken from the
1410
- SKOS vocabulary:
1411
- http://id.loc.gov/vocabulary/preservation/preservationLevelRole).freeze, %(Extensions: One can use its own SKOS
1412
- vocabulary to use for this property. The precondition to do this, is to link your SKOS
1413
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
1414
- definition: %(Definition: A value indicating the context
1415
- in which a set of preservation options is applicable.).freeze,
1978
+ comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/preservationLevelRole".freeze, "Definition: A value indicating the context in which a set of preservation options is applicable.".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, "Rationale: Repositories may assign preservationLevelValues in different contexts which must be differentiated, and may need to record more than one context.".freeze],
1416
1979
  domain: "premis:PreservationLevel".freeze,
1417
- editorialNote: %(Rationale: Repositories may assign
1418
- preservationLevelValues in different contexts which must be differentiated, and may need to
1419
- record more than one context.).freeze,
1420
1980
  range: term(
1421
1981
  onProperty: "skos:inScheme".freeze,
1422
1982
  "owl:hasValue": "http://id.loc.gov/vocabulary/preservation/preservationLevelRole".freeze,
@@ -1425,62 +1985,31 @@ module RDF::Vocab
1425
1985
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
1426
1986
  "vs:term_status": "stable".freeze
1427
1987
  property :hasPreservationLevelValue,
1428
- comment: [%(Data Constraint: Value should be taken from
1429
- a controlled vocabulary.).freeze, %(Examples: bit-level, full, fully supported
1430
- with future migrations \(File\), 0).freeze],
1431
- definition: %(Definition: A value indicating the set of
1432
- preservation functions expected to be applied to the object.).freeze,
1988
+ comment: ["Creation / Maintenance Notes: The preservation level may be assigned by the repository or requested by the depositor and submitted as metadata.".freeze, "Data Constraint: Value should be taken from a controlled vocabulary.".freeze, "Definition: A value indicating the set of preservation functions expected to be applied to the object.".freeze, "Examples: bit-level, full, fully supported with future migrations (File), 0".freeze, "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.".freeze, "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.".freeze],
1433
1989
  domain: "premis:PreservationLevel".freeze,
1434
- editorialNote: %(Rationale: Some preservation repositories
1435
- will offer multiple preservation options depending on factors such as the value or uniqueness
1436
- of the material, the “preservability” of the format, the amount the customer is willing to
1437
- pay, etc.).freeze,
1438
1990
  range: "xsd:string".freeze,
1439
- "skos:historyNote": "Creation / Maintenance Notes: The\n preservation level may be assigned by the repository or requested by the depositor and\n submitted as metadata.".freeze,
1440
- "skos:scopeNote": "Usage Notes: Only one preservationLevelValue\n may be recorded per preservationLevel container. If a further preservationLevelValue applies\n to the object in a different context, a separate preservationLevel container should be\n repeated.".freeze,
1441
1991
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1442
1992
  "vs:term_status": "stable".freeze
1443
1993
  property :hasRelatedObject,
1444
- definition: %(Definition: This property related to all
1445
- object belonging to a RelatedObjectIdentification to describe the related objects as an
1446
- aggregation.).freeze,
1994
+ comment: "Definition: This property related to all object belonging to a RelatedObjectIdentification to describe the related objects as an aggregation.".freeze,
1447
1995
  domain: "premis:RelatedObjectIdentification".freeze,
1448
1996
  range: "premis:Object".freeze,
1449
1997
  type: "owl:ObjectProperty".freeze,
1450
1998
  "vs:term_status": "stable".freeze
1451
1999
  property :hasRelatedObjectSequence,
1452
- definition: %(Definition: The order of the related object
1453
- relative to other objects with the same type of relationship.).freeze,
2000
+ comment: ["Definition: The order of the related object relative to other objects with the same\ntype of relationship.".freeze, "Rationale: This semantic unit is particularly useful for structural relationships. In order to reconstruct a representation, it may be necessary to know the order of components with sibling or part-whole relationships. For example, to render a page-image book, it is necessary to know the order of files representing pages.".freeze],
1454
2001
  domain: "premis:RelatedObjectIdentification".freeze,
1455
- editorialNote: %(Rationale: This semantic unit is
1456
- particularly useful for structural relationships. In order to reconstruct a representation, it
1457
- may be necessary to know the order of components with sibling or part-whole relationships. For
1458
- example, to render a page-image book, it is necessary to know the order of files representing
1459
- pages.).freeze,
1460
2002
  range: "xsd:string".freeze,
1461
2003
  type: "owl:DatatypeProperty".freeze,
1462
2004
  "vs:term_status": "stable".freeze
1463
2005
  property :hasRelatedStatuteInformation,
1464
- definition: %(Definition: This property is used to relate
1465
- certain StatuteInformation instances. The rationale for this is that in the PREMIS data
1466
- dictionary, a RightsStatement instance can consist of several StatuteInformation instances. In
1467
- the PREMIS OWL ontology, the StatuteInformation class is subclassed to RightsStatement. The
1468
- restore the relation between the grouped StatuteInformation instances of a RightsStatement of
1469
- the PREMIS data dictionary, this property is used is PREMIS OWL.).freeze,
2006
+ comment: "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,
1470
2007
  domain: "premis:StatuteInformation".freeze,
1471
2008
  range: "premis:StatuteInformation".freeze,
1472
2009
  type: "owl:ObjectProperty".freeze,
1473
2010
  "vs:term_status": "stable".freeze
1474
2011
  property :hasRelationship,
1475
- comment: [%(Extensions: One can extend this
1476
- property to use more fine grained properties by defining the fine grained properties as
1477
- subproperties of this property.).freeze, %(The LOC will provide a SKOS
1478
- vocabulary, where the concepts can also be used as object properties at http://id.loc.gov/.
1479
- These relationships will capture the relationship type and subtype. One can define its own
1480
- relationships, but for interoperability reasons, these should be linked to or made a
1481
- subproperty of the properties of the LOC vocabulary.).freeze],
1482
- definition: %(Definition: This property
1483
- links one object to one or more other objects.).freeze,
2012
+ comment: ["Definition: This property links one object to one or more other objects.".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, "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],
1484
2013
  domain: "premis:Object".freeze,
1485
2014
  range: term(
1486
2015
  type: "owl:Class".freeze,
@@ -1490,11 +2019,7 @@ module RDF::Vocab
1490
2019
  type: "owl:ObjectProperty".freeze,
1491
2020
  "vs:term_status": "testing".freeze
1492
2021
  property :hasRestriction,
1493
- comment: %(Examples: No more than three, Allowed only
1494
- after one year of archival retention has elapsed, Rightsholder must be notified after
1495
- completion of act).freeze,
1496
- definition: %(Definition: A condition or limitation on the
1497
- act.).freeze,
2022
+ comment: ["Definition: A condition or limitation on the act.".freeze, "Examples: No more than three, Allowed only after one year of archival retention has elapsed, Rightsholder must be notified after completion of act".freeze],
1498
2023
  domain: "premis:RightsGranted".freeze,
1499
2024
  range: "xsd:string".freeze,
1500
2025
  type: "owl:DatatypeProperty".freeze,
@@ -1502,43 +2027,29 @@ module RDF::Vocab
1502
2027
  property :hasRightsDocumentation,
1503
2028
  domain: "premis:RightsStatement".freeze,
1504
2029
  range: "premis:RightsDocumentation".freeze,
1505
- "rdfs:seeAlso": "RiightsDocumentation class\n definition".freeze,
2030
+ "rdfs:seeAlso": "RiightsDocumentation class definition".freeze,
1506
2031
  type: "owl:ObjectProperty".freeze,
1507
2032
  "vs:term_status": "stable".freeze
1508
2033
  property :hasRightsDocumentationRole,
1509
- definition: %(Definition: This property denotes the role
1510
- of the related documentation. The value must be taken from a skos vocabulary. A value
1511
- indicating the purpose or expected use of the documentation being
1512
- identified.).freeze,
2034
+ comment: ["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, "Rationale: This information distinguishes the purpose of the supporting documentation especially when there are multiple documentation identifiers.".freeze],
1513
2035
  domain: "premis:RightsDocumentation".freeze,
1514
- editorialNote: %(Rationale: This
1515
- information distinguishes the purpose of the supporting documentation especially when there
1516
- are multiple documentation identifiers.).freeze,
1517
2036
  range: "skos:Concept".freeze,
1518
2037
  type: "owl:ObjectProperty".freeze,
1519
2038
  "vs:term_status": "stable".freeze
1520
2039
  property :hasRightsGranted,
1521
2040
  domain: "premis:RightsStatement".freeze,
1522
2041
  range: "premis:RightsGranted".freeze,
1523
- "rdfs:seeAlso": "RightsStatement class definition and\n RightsGranted class definition".freeze,
2042
+ "rdfs:seeAlso": "RightsStatement class definition and RightsGranted class definition".freeze,
1524
2043
  type: "owl:ObjectProperty".freeze,
1525
2044
  "vs:term_status": "stable".freeze
1526
2045
  property :hasRightsGrantedNote,
1527
- definition: %(Definition: Additional information about the
1528
- rights granted.).freeze,
2046
+ comment: ["Definition: Additional information about the rights granted.".freeze, "Rationale: A textual description of the rights granted may be needed for additional explanation.".freeze, "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.".freeze],
1529
2047
  domain: "premis:RightsGranted".freeze,
1530
- editorialNote: %(Rationale: A textual description of the
1531
- rights granted may be needed for additional explanation.).freeze,
1532
2048
  range: "xsd:string".freeze,
1533
- "skos:scopeNote": "Usage Notes: This semantic unit may include\n a statement about risk assessment, for example, when a repository is not certain about what\n permissions have been granted.".freeze,
1534
2049
  type: "owl:DatatypeProperty".freeze,
1535
2050
  "vs:term_status": "stable".freeze
1536
2051
  property :hasRightsRelatedAgent,
1537
- comment: [%(Extensions: One can extend this
1538
- property to use more fine grained properties by defining the fine grained properties as
1539
- subproperties of this property.).freeze, %(This propety links a
1540
- RightsStatement instance to an Agent instance. Via this property a distinction can be made in
1541
- the linkingAgent properties based on the domain.).freeze],
2052
+ 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],
1542
2053
  domain: "premis:RightsStatement".freeze,
1543
2054
  range: "premis:Agent".freeze,
1544
2055
  "rdfs:seeAlso": "http://id.loc.gov/vocabulary/preservation/rightsRelatedAgentRole".freeze,
@@ -1546,24 +2057,17 @@ module RDF::Vocab
1546
2057
  type: "owl:ObjectProperty".freeze,
1547
2058
  "vs:term_status": "unstable".freeze
1548
2059
  property :hasRightsStatement,
1549
- definition: %(Definition: A rights statement associated
1550
- with the object.).freeze,
2060
+ comment: ["Definition: A rights statement associated with the object.".freeze, "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],
1551
2061
  domain: term(
1552
2062
  type: "owl:Class".freeze,
1553
2063
  unionOf: list("premis:Agent".freeze, "premis:Object".freeze)
1554
2064
  ),
1555
- editorialNote: %(Rationale: A repository may choose to link
1556
- from a rights statement to an object or from an object to a rights statement or
1557
- both.).freeze,
1558
2065
  range: "premis:RightsStatement".freeze,
1559
- "rdfs:seeAlso": "RightsStatement class\n definition".freeze,
2066
+ "rdfs:seeAlso": "RightsStatement class definition".freeze,
1560
2067
  type: "owl:ObjectProperty".freeze,
1561
2068
  "vs:term_status": "stable".freeze
1562
2069
  property :hasRightsStatementNote,
1563
- comment: %(Examples: Copyright expiration expected in
1564
- 2010 unless renewed. License is embedded in XMP block in file header.).freeze,
1565
- definition: %(Definition: Additional information about the
1566
- RightsStatement of an object.).freeze,
2070
+ comment: ["Definition: Additional information about the RightsStatement of an object.".freeze, "Examples: Copyright expiration expected in 2010 unless renewed.\nLicense is embedded in XMP block in file header.".freeze],
1567
2071
  domain: "premis:RightsStatement".freeze,
1568
2072
  range: "xsd:string".freeze,
1569
2073
  type: "owl:DatatypeProperty".freeze,
@@ -1578,15 +2082,8 @@ module RDF::Vocab
1578
2082
  type: "owl:ObjectProperty".freeze,
1579
2083
  "vs:term_status": "stable".freeze
1580
2084
  property :hasSignatureEncoding,
1581
- comment: [%(Data Constraint: Values are taken from the
1582
- SKOS vocabulary: http://id.loc.gov/vocabulary/signatureEncoding).freeze, %(Extensions: One can use its own SKOS
1583
- vocabulary to use for this property. The precondition to do this, is to link your SKOS
1584
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
1585
- definition: %(Definition: The encoding used for the values
1586
- of signatureValue, keyInformation.).freeze,
2085
+ comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/signatureEncoding".freeze, "Definition: The encoding used for the values of signatureValue, keyInformation.".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, "Rationale: These values cannot be interpreted correctly if the encoding is unknown.".freeze],
1587
2086
  domain: "premis:Signature".freeze,
1588
- editorialNote: %(Rationale: These values cannot be
1589
- interpreted correctly if the encoding is unknown.).freeze,
1590
2087
  range: term(
1591
2088
  onProperty: "skos:inScheme".freeze,
1592
2089
  "owl:hasValue": "http://id.loc.gov/vocabulary/preservation/signatureEncoding".freeze,
@@ -1595,158 +2092,86 @@ module RDF::Vocab
1595
2092
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
1596
2093
  "vs:term_status": "stable".freeze
1597
2094
  property :hasSignatureMethod,
1598
- comment: [%(Data Constraint: Values are taken from a
1599
- SKOS vocabulary).freeze, %(Extensions: One can use its own
1600
- SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS
1601
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
1602
- definition: %(Definition: A designation for the encryption
1603
- and hash algorithms used for signature generation.).freeze,
2095
+ comment: ["Data Constraint: Values are taken from a SKOS vocabulary".freeze, "Definition: A designation for the encryption and hash algorithms used for signature generation.".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, "Rationale: The same algorithms must be used for signature validation.".freeze],
1604
2096
  domain: "premis:Signature".freeze,
1605
- editorialNote: %(Rationale: The same algorithms must be used
1606
- for signature validation.).freeze,
1607
2097
  range: "skos:Concept".freeze,
1608
2098
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
1609
2099
  "vs:term_status": "stable".freeze
1610
2100
  property :hasSignatureProperties,
1611
- definition: %(Definition: Additional information about the
1612
- generation of the signature.).freeze,
2101
+ comment: ["Definition: Additional information about the generation of the signature.".freeze, "Usage Notes: This may include the date/time of signature generation, the serial number of the cryptographic hardware used, or other information related to the generation of the signature. Repositories will likely want to define a suitably granular structure to signatureProperties.".freeze],
1613
2102
  domain: "premis:Signature".freeze,
1614
2103
  range: "xsd:string".freeze,
1615
- "skos:scopeNote": "Usage Notes: This may include the date/time\n of signature generation, the serial number of the cryptographic hardware used, or other\n information related to the generation of the signature. Repositories will likely want to\n define a suitably granular structure to signatureProperties.".freeze,
1616
2104
  type: "owl:DatatypeProperty".freeze,
1617
2105
  "vs:term_status": "stable".freeze
1618
2106
  property :hasSignatureValidationRules,
1619
- definition: %(Definition: The operations to be performed
1620
- in order to validate the digital signature.).freeze,
2107
+ comment: ["Definition: The operations to be performed in order to validate the digital signature.".freeze, "Rationale: The repository should not assume that the procedure for validating any particular signature will be known many years in the future without documentation.".freeze, "Usage Notes: This may include the canonicalization method used before calculating the message digest, if the object was normalized before signing.\nThis value could also be a pointer to archive documentation.".freeze],
1621
2108
  domain: "premis:Signature".freeze,
1622
- editorialNote: %(Rationale: The repository should not assume
1623
- that the procedure for validating any particular signature will be known many years in the
1624
- future without documentation.).freeze,
1625
2109
  range: "xsd:string".freeze,
1626
- "skos:scopeNote": "Usage Notes: This may include the\n canonicalization method used before calculating the message digest, if the object was\n normalized before signing. This value could also be a pointer to archive\n documentation.".freeze,
1627
2110
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1628
2111
  "vs:term_status": "stable".freeze
1629
2112
  property :hasSignatureValue,
1630
- comment: %(Example:
1631
- juS5RhJ884qoFR8flVXd/rbrSDVGn40CapgB7qeQiT+rr0NekEQ6BHhUA8dT3+BCTBUQI0dBjlml9lwzENXvS83zRECjzXbMRTUtVZiPZG2pqKPnL2YU3A9645UCjTXU+jgFumv7k78hieAGDzNci+PQ9KRmm//icT7JaYztgt4=).freeze,
1632
- definition: %(Definition: The digital signature; a value
1633
- generated from the application of a private key to a message digest.).freeze,
2113
+ comment: ["Definition: The digital signature; a value generated from the application of a private key to a message digest.".freeze, "Example: juS5RhJ884qoFR8flVXd/rbrSDVGn40CapgB7qeQiT+rr0NekEQ6BHhUA8dT3+BCTBUQI0dBjlml9lwzENXvS83zRECjzXbMRTUtVZiPZG2pqKPnL2YU3A9645UCjTXU+jgFumv7k78hieAGDzNci+PQ9KRmm//icT7JaYztgt4=".freeze],
1634
2114
  domain: "premis:Signature".freeze,
1635
2115
  range: "xsd:string".freeze,
1636
2116
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1637
2117
  "vs:term_status": "stable".freeze
1638
2118
  property :hasSigner,
1639
- definition: %(Definition: The individual, institution, or
1640
- authority responsible for generating the signature.).freeze,
2119
+ comment: ["Definition: The individual, institution, or authority responsible for generating the signature.".freeze, "Rationale: The signer might also be carried in the keyInformation, but it can be accessed more conveniently if recorded here.".freeze, "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],
1641
2120
  domain: "premis:Signature".freeze,
1642
- editorialNote: %(Rationale: The signer might also be carried
1643
- in the keyInformation, but it can be accessed more conveniently if recorded
1644
- here.).freeze,
1645
2121
  range: ["premis:Agent".freeze, "xsd:string".freeze],
1646
- "skos:scopeNote": "Usage Notes: If the signer is an Agent known\n to the repository, this property can directly link to this agent. The consequence is punning:\n a datatype property and object property with the same name, i.e., :signer".freeze,
1647
2122
  type: "owl:AnnotationProperty".freeze,
1648
2123
  "vs:term_status": "stable".freeze
1649
2124
  property :hasSignificantProperties,
1650
2125
  domain: "premis:Object".freeze,
1651
2126
  range: "premis:SignificantProperties".freeze,
1652
- "rdfs:seeAlso": "Object class definition and\n SignificantProperties class definition".freeze,
2127
+ "rdfs:seeAlso": "Object class definition and SignificantProperties class definition".freeze,
1653
2128
  type: "owl:ObjectProperty".freeze,
1654
2129
  "vs:term_status": "stable".freeze
1655
2130
  property :hasSignificantPropertiesType,
1656
- comment: %(Examples: content, structure, behavior,
1657
- page count, page width, typeface, hyperlinks \(representation\), image count \(representation\),
1658
- color space [for an embedded image] \(bitstream\)).freeze,
1659
- definition: %(Definition: The aspect, facet, or attribute
1660
- of an object about which significant properties are being described.).freeze,
2131
+ comment: ["Definition: The aspect, facet, or attribute of an object about which significant properties are being described.".freeze, "Examples: content, structure, behavior, page count, page width, typeface, hyperlinks (representation), image count (representation), color space [for an embedded image] (bitstream)".freeze, "Rationale: Repositories may choose to describe significant properties based on a particular aspect or attribute of an object.".freeze, "Usage Notes: This semantic unit is optional and may be used as part of a facet:detail pair with significantPropertiesValue.".freeze],
1661
2132
  domain: "premis:SignificantProperties".freeze,
1662
- editorialNote: %(Rationale: Repositories may choose to
1663
- describe significant properties based on a particular aspect or attribute of an
1664
- object.).freeze,
1665
2133
  range: "xsd:string".freeze,
1666
- "skos:scopeNote": "Usage Notes: This semantic unit is optional\n and may be used as part of a facet:detail pair with\n significantPropertiesValue.".freeze,
1667
2134
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1668
2135
  "vs:term_status": "stable".freeze
1669
2136
  property :hasSignificantPropertiesValue,
1670
- comment: %(Examples: [For a Web page containing
1671
- animation that is not considered essential] Content only, [For detail associated with a
1672
- significantPropertiesType of "behavior"] Hyperlinks traversable, [For a Word document with
1673
- embedded links that are not considered essential] Content only, [For detail associated with
1674
- significantPropertiesType of "behavior"] Editable, [For detail associated with a
1675
- significantPropertiesType of "page width"] 210 mm, [For a PDF with an embedded graph, where
1676
- the lines' color determines the lines' meaning] Color, [For detail associated with a
1677
- significantPropertiesType of "appearance"] Color).freeze,
1678
- definition: %(Definition: Description of the
1679
- characteristics of a particular object subjectively determined to be important to maintain
1680
- through preservation actions.).freeze,
2137
+ comment: ["Definition: Description of the characteristics of a particular object subjectively determined to be important to maintain through preservation actions.".freeze, "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, "Rationale: Repositories may choose to describe significant properties based on a particular aspect or attribute of an object.".freeze, "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.\nIf facet:detail pairs are not used, significantPropertiesValue may be used to freely describe any characteristic of an object.\nsignificantPropertiesValue is not repeatable. Multiple significant properties should be described in separate, repeated significantProperties container units.".freeze],
1681
2138
  domain: "premis:SignificantProperties".freeze,
1682
- editorialNote: %(Rationale: Repositories may choose to
1683
- describe significant properties based on a particular aspect or attribute of an
1684
- object.).freeze,
1685
2139
  range: "xsd:string".freeze,
1686
- "skos:scopeNote": "Usage Notes: If facet:detail pairs are used,\n the content of significantPropertiesValue should describe the significant properties of object\n relevant to the aspect, facet, or attribute declared in the significantPropertiesType with\n which it is paired. If facet:detail pairs are not used, significantPropertiesValue may be used\n to freely describe any characteristic of an object. significantPropertiesValue is not\n repeatable. Multiple significant properties should be described in separate, repeated\n significantProperties container units.".freeze,
1687
2140
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1688
2141
  "vs:term_status": "stable".freeze
1689
2142
  property :hasSize,
1690
- comment: %(Example: 2038937).freeze,
1691
- definition: %(Definition: The size in bytes of the file or
1692
- bitstream stored in the repository.).freeze,
2143
+ comment: ["Creation / Maintenance Notes: Automatically obtained by the repository.".freeze, "Definition: The size in bytes of the file or bitstream stored in the repository.".freeze, "Example: 2038937".freeze, "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.".freeze, "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.".freeze],
1693
2144
  domain: "premis:ObjectCharacteristics".freeze,
1694
- editorialNote: %(Rationale: Size is useful for ensuring the
1695
- correct number of bytes from storage have been retrieved and that an application has enough
1696
- room to move or process files. It might also be used when billing for
1697
- storage.).freeze,
1698
2145
  range: "xsd:long".freeze,
1699
- "skos:historyNote": "Creation / Maintenance Notes: Automatically\n obtained by the repository.".freeze,
1700
- "skos:scopeNote": "Usage Notes: Defining this semantic unit as\n size in bytes makes it unnecessary to record a unit of measurement. However, for the purpose\n of data exchange the unit of measurement should be stated or understood by both\n partners.".freeze,
1701
2146
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1702
2147
  "vs:term_status": "stable".freeze
1703
2148
  property :hasSoftware,
1704
2149
  domain: "premis:Environment".freeze,
1705
2150
  range: "premis:Software".freeze,
1706
- "rdfs:seeAlso": "Environment class definition and Software\n class definition".freeze,
2151
+ "rdfs:seeAlso": "Environment class definition and Software class definition".freeze,
1707
2152
  type: "owl:ObjectProperty".freeze,
1708
2153
  "vs:term_status": "stable".freeze
1709
2154
  property :hasSoftwareDependency,
1710
- comment: %(Example: GNU gcc >=2.7.2).freeze,
1711
- definition: %(Definition: The name and, if applicable,
1712
- version of any software component needed by the software referenced in swName in the context
1713
- of using this object.).freeze,
2155
+ comment: ["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, "Example: GNU gcc >=2.7.2".freeze, "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.".freeze],
1714
2156
  domain: "premis:Software".freeze,
1715
2157
  range: "xsd:string".freeze,
1716
- "skos:scopeNote": "Usage Notes: The value should be constructed\n in a way that is consistent with the construction of swName and swVersion. This semantic unit\n identifies the software that is needed by what is recorded in swName, for example, a Perl\n script that depends on a Perl module. In this case the Perl script is listed in swName, with\n the module in swDependency within a software container.".freeze,
1717
2158
  type: "owl:DatatypeProperty".freeze,
1718
2159
  "vs:term_status": "stable".freeze
1719
2160
  property :hasSoftwareName,
1720
- comment: %(Examples: Adobe Photoshop, Adobe Acrobat
1721
- Reader).freeze,
1722
- definition: %(Definition: Manufacturer and title of the
1723
- software application.).freeze,
2161
+ comment: ["Definition: Manufacturer and title of the software application.".freeze, "Examples: Adobe Photoshop, Adobe Acrobat Reader".freeze, "Usage Notes: Include manufacturer when this helps to identify or disambiguate the product, for example, use “Adobe Photoshop” rather than “Photoshop.”".freeze],
1724
2162
  domain: "premis:Software".freeze,
1725
2163
  range: "xsd:string".freeze,
1726
- "skos:scopeNote": "Usage Notes: Include manufacturer when this\n helps to identify or disambiguate the product, for example, use “Adobe Photoshop” rather than\n “Photoshop.”".freeze,
1727
2164
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1728
2165
  "vs:term_status": "stable".freeze
1729
2166
  property :hasSoftwareOtherInformation,
1730
- comment: %(Example: Install Acroread \(Adobe Acrobat\)
1731
- first; copy nppdf.so \(the plug-in\) to your Mozilla plug-ins directory, and make sure a copy of
1732
- \(or symlink to\) Acroread is in your PATH.).freeze,
1733
- definition: %(Definition: Additional requirements or
1734
- instructions related to the software referenced in swName.).freeze,
2167
+ comment: ["Definition: Additional requirements or instructions related to the software referenced in swName.".freeze, "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, "Usage Notes: This could be a reliable persistent identifier or URI pointing to software documentation within or outside the repository.".freeze],
1735
2168
  domain: "premis:Software".freeze,
1736
2169
  range: "xsd:string".freeze,
1737
- "skos:scopeNote": "Usage Notes: This could be a reliable\n persistent identifier or URI pointing to software documentation within or outside the\n repository.".freeze,
1738
2170
  type: "owl:DatatypeProperty".freeze,
1739
2171
  "vs:term_status": "stable".freeze
1740
2172
  property :hasSoftwareType,
1741
- comment: [%(Data Constraint: Values are taken from the
1742
- SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/softwareType).freeze, %(Extensions: One can use its own SKOS
1743
- vocabulary to use for this property. The precondition to do this, is to link your SKOS
1744
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
1745
- definition: %(Definition: Class or category of
1746
- software.).freeze,
2173
+ comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/softwareType".freeze, "Definition: Class or category of software.".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, "Rationale: Several different layers of software can be required to support an object.".freeze],
1747
2174
  domain: "premis:Software".freeze,
1748
- editorialNote: %(Rationale: Several different layers of
1749
- software can be required to support an object.).freeze,
1750
2175
  range: term(
1751
2176
  onProperty: "skos:inScheme".freeze,
1752
2177
  "owl:hasValue": "http://id.loc.gov/vocabulary/preservation/softwareType".freeze,
@@ -1755,57 +2180,32 @@ module RDF::Vocab
1755
2180
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
1756
2181
  "vs:term_status": "stable".freeze
1757
2182
  property :hasSoftwareVersion,
1758
- comment: %(Examples: >=2.2.0, 6.0,
1759
- 2003).freeze,
1760
- definition: %(Definition: The version or versions of the
1761
- software referenced in swName.).freeze,
2183
+ comment: ["Definition: The version or versions of the software referenced in swName.".freeze, "Examples: >=2.2.0, 6.0, 2003".freeze, "Usage Notes: If there is no formal version, the date of issuance can be used.".freeze],
1762
2184
  domain: "premis:Software".freeze,
1763
2185
  range: "xsd:string".freeze,
1764
- "skos:scopeNote": "Usage Notes: If there is no formal version,\n the date of issuance can be used.".freeze,
1765
2186
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1766
2187
  "vs:term_status": "stable".freeze
1767
2188
  property :hasStartDate,
1768
- comment: %(Data Constraint: To aid machine processing,
1769
- value should use a structured form: xsd:dateTime).freeze,
1770
- definition: %(Definition: The beginning date of the
1771
- permission granted.).freeze,
2189
+ comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime".freeze, "Definition: The beginning date of the permission granted.".freeze],
1772
2190
  domain: "premis:ApplicableDates".freeze,
1773
2191
  range: "xsd:dateTime".freeze,
1774
2192
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1775
2193
  "vs:term_status": "stable".freeze
1776
2194
  property :hasStatuteCitation,
1777
- comment: %(Examples: Legal Deposit \(Jersey\) Law 200,
1778
- National Library of New Zealand \(Te Puna Mātauranga o Aotearoa\) Act 2003 no 19 part 4 s
1779
- 34).freeze,
1780
- definition: %(Definition: An identifying designation for
1781
- the statute.).freeze,
2195
+ comment: ["Definition: An identifying designation for the statute.".freeze, "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, "Usage Notes: Use standard citation form when applicable.".freeze],
1782
2196
  domain: "premis:StatuteInformation".freeze,
1783
2197
  range: "xsd:string".freeze,
1784
- "skos:scopeNote": "Usage Notes: Use standard citation form when\n applicable.".freeze,
1785
2198
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1786
2199
  "vs:term_status": "stable".freeze
1787
2200
  property :hasStatuteInformationDeterminationDate,
1788
- comment: [%(Data Constraint: To aid machine processing,
1789
- value should use a structured form: xsd:dateTime).freeze, %(Example:
1790
- 2001-10-26T19:32:52+00:00).freeze],
1791
- definition: %(Definition: The date that the determination
1792
- was made that the statute authorized the permission\(s\) noted.).freeze,
2201
+ comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime".freeze, "Definition: The date that the determination was made that the statute authorized the permission(s) noted.".freeze, "Example: 2001-10-26T19:32:52+00:00".freeze, "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.".freeze],
1793
2202
  domain: "premis:StatuteInformation".freeze,
1794
- editorialNote: %(Rationale: The permission in question may be
1795
- the subject of some interpretation. These assessments are made within a specific context and
1796
- at a specific time. At another time the context, and therefore the assessment, could change.
1797
- For this reason it can be important to record the date of the decision.).freeze,
1798
2203
  range: "xsd:dateTime".freeze,
1799
2204
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1800
2205
  "vs:term_status": "stable".freeze
1801
2206
  property :hasStatuteJurisdiction,
1802
- comment: [%(Data Constraint: Values should be taken
1803
- from a controlled vocabulary.).freeze, %(Examples: us, de, be).freeze],
1804
- definition: %(Definition: The country or other political
1805
- body enacting the statute.).freeze,
2207
+ comment: ["Data Constraint: Values should be taken from a controlled vocabulary.".freeze, "Definition: The country or other political body enacting the statute.".freeze, "Examples: us, de, be".freeze, "Rationale: The connection between the object and the rights granted is based on jurisdiction.".freeze],
1806
2208
  domain: "premis:StatuteInformation".freeze,
1807
- editorialNote: %(Rationale: The connection between the object
1808
- and the rights granted is based on jurisdiction.).freeze,
1809
2209
  range: "xsd:string".freeze,
1810
2210
  type: ["owl:DatatypeProperty".freeze, "owl:FunctionalProperty".freeze],
1811
2211
  "vs:term_status": "stable".freeze
@@ -1815,20 +2215,12 @@ module RDF::Vocab
1815
2215
  unionOf: list("premis:Bitstream".freeze, "premis:File".freeze)
1816
2216
  ),
1817
2217
  range: "premis:Storage".freeze,
1818
- "rdfs:seeAlso": "Object class definition and Storage class\n definition".freeze,
2218
+ "rdfs:seeAlso": "Object class definition and Storage class definition".freeze,
1819
2219
  type: "owl:ObjectProperty".freeze,
1820
2220
  "vs:term_status": "stable".freeze
1821
2221
  property :hasStorageMedium,
1822
- comment: [%(Data Constraint: Values are taken from the
1823
- SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/storageMedium).freeze, %(Extensions: One can use its own SKOS
1824
- vocabulary to use for this property. The precondition to do this, is to link your SKOS
1825
- concepts to the SKOS concepts of the id.loc.gov vocabulary.).freeze],
1826
- definition: %(Definition: The physical medium on which the
1827
- object is stored \(e.g., magnetic tape, hard disk, CD-ROM, DVD\).).freeze,
2222
+ comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/storageMedium".freeze, "Definition: The physical medium on which the object is stored (e.g., magnetic tape, hard disk, CD-ROM, DVD).".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, "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],
1828
2223
  domain: "premis:Storage".freeze,
1829
- editorialNote: %(Rationale: The repository needs to know the
1830
- medium on which an object is stored in order to know how and when to do media refreshment and
1831
- media migration.).freeze,
1832
2224
  range: term(
1833
2225
  onProperty: "skos:inScheme".freeze,
1834
2226
  "owl:hasValue": "http://id.loc.gov/vocabulary/preservation/storageMedium".freeze,
@@ -1839,13 +2231,13 @@ module RDF::Vocab
1839
2231
  property :hasTermOfGrant,
1840
2232
  domain: "premis:RightsGranted".freeze,
1841
2233
  range: "premis:TermOfGrant".freeze,
1842
- "rdfs:seeAlso": "RightsGranted class definition and\n TermOfGrant class definition".freeze,
2234
+ "rdfs:seeAlso": "RightsGranted class definition and TermOfGrant class definition".freeze,
1843
2235
  type: ["owl:FunctionalProperty".freeze, "owl:ObjectProperty".freeze],
1844
2236
  "vs:term_status": "stable".freeze
1845
2237
  property :hasTermOfRestriction,
1846
2238
  domain: "premis:RightsGranted".freeze,
1847
2239
  range: "premis:TermOfRestriction".freeze,
1848
- "rdfs:seeAlso": "RightsGranted and TermOfRestriction class\n definitions".freeze,
2240
+ "rdfs:seeAlso": "RightsGranted and TermOfRestriction class definitions".freeze,
1849
2241
  type: "owl:ObjectProperty".freeze,
1850
2242
  "vs:term_status": "stable".freeze
1851
2243
  end