rdf-vocab 3.3.1 → 3.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,25 +12,25 @@ module RDF::Vocab
12
12
  "http://creativecommons.org/ns#license": "https://creativecommons.org/publicdomain/zero/1.0/",
13
13
  "http://purl.org/dc/terms/creator": "",
14
14
  "http://purl.org/dc/terms/description": {en: "The Bibframe vocabulary consists of RDF classes and properties used for the description of \r\n items cataloged principally by libraries, but may also be used to describe items cataloged by museums and archives. \r\n Classes include the three core classes - Work, Instance, and Item - in addition to many more \r\n classes to support description. Properties describe characteristics of the resource being \r\n described as well as relationships among resources. For example: one Work\r\n might be a \"translation of\" another Work; an Instance may be an \r\n \"instance of\" a particular Bibframe Work. Other properties describe attributes of Works and Instances. For\r\n example: the Bibframe property \"subject\" expresses an important attribute of a Work \r\n (what the Work is about), and the property \"extent\" (e.g. number of pages) expresses an\r\n attribute of an Instance."},
15
- "http://purl.org/dc/terms/issued": "2023-11-30T12:00:00.000-05:00",
16
- "http://purl.org/dc/terms/modified": "2023-12-01T10:02:48.878844-05:00",
15
+ "http://purl.org/dc/terms/issued": "2025-01-24T12:00:00.000-05:00",
16
+ "http://purl.org/dc/terms/modified": "2025-02-10T09:52:36.66620558-05:00",
17
17
  "http://purl.org/dc/terms/publisher": "",
18
18
  "http://purl.org/dc/terms/rights": "https://creativecommons.org/publicdomain/zero/1.0/",
19
- "http://www.w3.org/2002/07/owl#priorVersion": "http://id.loc.gov/ontologies/bibframe-2-2-0/",
20
- "http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/bibframe-2-3-0/",
21
- "http://www.w3.org/2002/07/owl#versionInfo": "2.3.0",
19
+ "http://www.w3.org/2002/07/owl#priorVersion": "http://id.loc.gov/ontologies/bibframe-2-4-0/",
20
+ "http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/bibframe-2-5-0/",
21
+ "http://www.w3.org/2002/07/owl#versionInfo": "2.5.0",
22
22
  label: "BIBFRAME vocabulary",
23
23
  type: "http://www.w3.org/2002/07/owl#Ontology"
24
24
 
25
25
  # Class definitions
26
26
  term :AbbreviatedTitle,
27
- definition: "Title as abbreviated for citation, indexing, and/or identification.",
27
+ definition: "Title as abbreviated for citation, indexing, and/or identification",
28
28
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
29
29
  label: "Abbreviated title",
30
30
  subClassOf: "http://id.loc.gov/ontologies/bibframe/VariantTitle",
31
31
  type: "http://www.w3.org/2002/07/owl#Class"
32
32
  term :AccessPolicy,
33
- definition: "Access restrictions and allowances regarding access to a resource, e.g., lending policy, access restrictions, embargos.",
33
+ definition: "Access restrictions and allowances regarding access to a resource, e.g., lending policy, access restrictions, embargos",
34
34
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
35
35
  label: "Access policy",
36
36
  subClassOf: "http://id.loc.gov/ontologies/bibframe/UsageAndAccessPolicy",
@@ -42,159 +42,165 @@ module RDF::Vocab
42
42
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
43
43
  type: "http://www.w3.org/2002/07/owl#Class"
44
44
  term :AcquisitionSource,
45
- definition: "Information about an organization, person, etc., from which a resource may be obtained.",
45
+ definition: "Information about an organization, person, etc., from which a resource may be obtained",
46
46
  "http://purl.org/dc/terms/modified": "2017-02-06 (New)",
47
47
  label: "Acquisition source",
48
48
  type: "http://www.w3.org/2002/07/owl#Class"
49
49
  term :AdminMetadata,
50
- definition: "Metadata about the metadata, especially provenance information.",
50
+ definition: "Metadata about the metadata, especially provenance information",
51
51
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
52
52
  label: "Administrative metadata",
53
53
  type: "http://www.w3.org/2002/07/owl#Class"
54
54
  term :Agent,
55
- definition: "Entity having a role in a resource, such as a person or organization.",
55
+ definition: "Entity having a role in a resource, such as a person or organization",
56
56
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-05-13 (New subclass)"],
57
57
  label: "Agent",
58
58
  subClassOf: "http://xmlns.com/foaf/0.1/Agent",
59
59
  type: "http://www.w3.org/2002/07/owl#Class"
60
60
  term :Ansi,
61
- definition: "American National Standards Institute identifier.",
61
+ definition: "American National Standards Institute identifier",
62
62
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
63
63
  label: "ANSI number",
64
64
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
65
65
  type: "http://www.w3.org/2002/07/owl#Class"
66
66
  term :AppliedMaterial,
67
- definition: "Physical or chemical substance applied to a base material of a resource.",
67
+ definition: "Physical or chemical substance applied to a base material of a resource",
68
68
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Changed subclass to Material [GH28])"],
69
69
  label: "Applied material",
70
70
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Material",
71
71
  type: "http://www.w3.org/2002/07/owl#Class"
72
72
  term :Archival,
73
- definition: "Resources organically created, accumulated, and/or used by a person, family, or organization in the course of conduct of affairs and preserved because of their continuing value.",
73
+ definition: "Resources organically created, accumulated, and/or used by a person, family, or organization in the course of conduct of affairs and preserved because of their continuing value",
74
74
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
75
75
  label: "Archival controlled",
76
76
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance",
77
77
  type: "http://www.w3.org/2002/07/owl#Class"
78
78
  term :Arrangement,
79
- definition: "Resource that represents an arrangement of another resource.",
79
+ definition: "Resource that represents an arrangement of another resource",
80
80
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Redefined [GH77])"],
81
81
  label: "Arrangement",
82
82
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
83
83
  type: "http://www.w3.org/2002/07/owl#Class"
84
84
  term :AspectRatio,
85
- definition: "Proportional relationship between an image's width and its height.",
85
+ definition: "Proportional relationship between an image's width and its height",
86
86
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
87
87
  label: "Aspect ratio",
88
88
  type: "http://www.w3.org/2002/07/owl#Class"
89
89
  term :Audio,
90
- definition: "Resources expressed in an audible form, including music or other sounds.",
90
+ definition: "Resources expressed in an audible form, including music or other sounds",
91
91
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
92
92
  label: "Audio",
93
93
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
94
94
  type: "http://www.w3.org/2002/07/owl#Class"
95
95
  term :AudioIssueNumber,
96
- definition: "Number assigned by publishers of sound recordings to identify the issue designation, or serial identification, of the resource.",
96
+ definition: "Number assigned by publishers of sound recordings to identify the issue designation, or serial identification, of the resource",
97
97
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-02-03 (Revised property name and definition)"],
98
98
  label: "Audio issue number",
99
99
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
100
100
  type: "http://www.w3.org/2002/07/owl#Class"
101
101
  term :AudioTake,
102
- definition: "Identifier assigned to the smallest identifiable unit of a recording session, e.g., a specific recording of an individual song.",
102
+ definition: "Identifier assigned to the smallest identifiable unit of a recording session, e.g., a specific recording of an individual song",
103
103
  "http://purl.org/dc/terms/modified": "2017-02-03 (New)",
104
104
  label: "Audio recording take",
105
105
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
106
106
  type: "http://www.w3.org/2002/07/owl#Class"
107
107
  term :Barcode,
108
- definition: "Optical machine-readable representation of data relating to the item to which it is attached.",
108
+ definition: "Optical machine-readable representation of data relating to the item to which it is attached",
109
109
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-02-03 (Moved to Identifier class group from Item group)"],
110
110
  label: "Barcode",
111
111
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
112
112
  type: "http://www.w3.org/2002/07/owl#Class"
113
113
  term :BaseMaterial,
114
- definition: "Underlying physical material of a resource.",
114
+ definition: "Underlying physical material of a resource",
115
115
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Changed subclass to Material [GH28])"],
116
116
  label: "Base material",
117
117
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Material",
118
118
  type: "http://www.w3.org/2002/07/owl#Class"
119
119
  term :Binding,
120
- definition: "Information about methods used to bind a published or unpublished resource, or other binding information.",
120
+ definition: "Information about methods used to bind a published or unpublished resource, or other binding information",
121
121
  "http://purl.org/dc/terms/modified": "2022-10-03 (New [GH91])",
122
122
  label: "Binding method",
123
123
  type: "http://www.w3.org/2002/07/owl#Class"
124
124
  term :BookFormat,
125
- definition: "Result of folding a printed sheet to form a gathering of leaves.",
125
+ definition: "Result of folding a printed sheet to form a gathering of leaves",
126
126
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
127
127
  label: "Book format",
128
128
  type: "http://www.w3.org/2002/07/owl#Class"
129
129
  term :BroadcastStandard,
130
- definition: "System used to format a video resource for television broadcast, e.g., HDTV, PAL.",
130
+ definition: "System used to format a video resource for television broadcast, e.g., HDTV, PAL",
131
131
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
132
132
  label: "Broadcast standard",
133
133
  subClassOf: "http://id.loc.gov/ontologies/bibframe/VideoCharacteristic",
134
134
  type: "http://www.w3.org/2002/07/owl#Class"
135
135
  term :Capture,
136
- definition: "Information about place and date associated with the capture (i.e., recording, filming, etc.) of the content of a resource.",
136
+ definition: "Information about place and date associated with the capture (i.e., recording, filming, etc.) of the content of a resource",
137
137
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
138
138
  label: "Capture of content",
139
139
  type: "http://www.w3.org/2002/07/owl#Class"
140
140
  term :CaptureStorage,
141
- definition: "Specifies the sound capture and storage technique used on a sound recording resource.",
141
+ definition: "Specifies the sound capture and storage technique used on a sound recording resource",
142
142
  "http://purl.org/dc/terms/modified": "2023-11-30 (New [GH104])",
143
143
  label: "Capture and Storage Technique",
144
144
  subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic",
145
145
  type: "http://www.w3.org/2002/07/owl#Class"
146
146
  term :Carrier,
147
- definition: "Categorization reflecting the format of the storage medium and housing of a carrier.",
147
+ definition: "Categorization reflecting the format of the storage medium and housing of a carrier",
148
148
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
149
149
  label: "Carrier type",
150
150
  type: "http://www.w3.org/2002/07/owl#Class"
151
151
  term :Cartographic,
152
- definition: "Content that represents the whole or part of the earth, any celestial body, or imaginary place at any scale.",
152
+ definition: "Content that represents the whole or part of the earth, any celestial body, or imaginary place at any scale",
153
153
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
154
154
  label: "Cartographic information",
155
155
  type: "http://www.w3.org/2002/07/owl#Class"
156
156
  term :CartographicDataType,
157
- definition: "Data type for encoding of geospatial information in a cartographic resource, e.g., raster, vector, point.",
157
+ definition: "Data type for encoding of geospatial information in a cartographic resource, e.g., raster, vector, point",
158
158
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
159
159
  label: "Digital cartographic data type",
160
160
  subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic",
161
161
  type: "http://www.w3.org/2002/07/owl#Class"
162
162
  term :CartographicObjectType,
163
- definition: "Object type for encoding of geospatial information in a cartographic resource, e.g., point, line, polygon.",
163
+ definition: "Object type for encoding of geospatial information in a cartographic resource, e.g., point, line, polygon",
164
164
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
165
165
  label: "Digital cartographic object type",
166
166
  subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic",
167
167
  type: "http://www.w3.org/2002/07/owl#Class"
168
168
  term :Cartography,
169
- definition: "Resource that shows spatial information, including maps, atlases, globes, digital, and other cartographic resources.",
169
+ definition: "Resource that shows spatial information, including maps, atlases, globes, digital, and other cartographic resources",
170
170
  "http://purl.org/dc/terms/modified": "2016-04-25 (fixed typo in definition)",
171
171
  label: "Cartography",
172
172
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
173
173
  type: "http://www.w3.org/2002/07/owl#Class"
174
174
  term :Chronology,
175
- definition: "Dates associated with issues or items held.",
175
+ definition: "Dates associated with issues or items held",
176
176
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
177
177
  label: "Chronology",
178
178
  subClassOf: "http://id.loc.gov/ontologies/bibframe/EnumerationAndChronology",
179
179
  type: "http://www.w3.org/2002/07/owl#Class"
180
180
  term :Classification,
181
- definition: "System of coding and organizing materials according to their subject.",
181
+ definition: "System of coding and organizing materials according to their subject",
182
182
  editorialNote: "Any entry from the Classification Schemes vocabulary at ID may be used; all have been defined as a bf:Classification",
183
183
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Added editorial note [GH55])"],
184
184
  label: "Classification entity",
185
185
  type: "http://www.w3.org/2002/07/owl#Class"
186
186
  term :ClassificationDdc,
187
- definition: "Dewey Decimal Classification number used for subject access.",
187
+ definition: "Dewey Decimal Classification number used for subject access",
188
188
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
189
189
  label: "DDC Classification",
190
190
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Classification",
191
191
  type: "http://www.w3.org/2002/07/owl#Class"
192
192
  term :ClassificationLcc,
193
- definition: "Library of Congress Classification number used for subject access.",
193
+ definition: "Library of Congress Classification number used for subject access",
194
194
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
195
195
  label: "LCC Classification",
196
196
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Classification",
197
197
  type: "http://www.w3.org/2002/07/owl#Class"
198
+ term :ClassificationNal,
199
+ definition: "National Library of Agriculter number used for subject access",
200
+ "http://purl.org/dc/terms/modified": "2024-07-10 (New [GH119])",
201
+ label: "NAL classification",
202
+ subClassOf: "http://id.loc.gov/ontologies/bibframe/Classification",
203
+ type: "http://www.w3.org/2002/07/owl#Class"
198
204
  term :ClassificationNlm,
199
205
  definition: "National Library of Medicine Classification number used for subject access",
200
206
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
@@ -202,30 +208,30 @@ module RDF::Vocab
202
208
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Classification",
203
209
  type: "http://www.w3.org/2002/07/owl#Class"
204
210
  term :ClassificationUdc,
205
- definition: "Universal Decimal Classification number used for subject access.",
211
+ definition: "Universal Decimal Classification number used for subject access",
206
212
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
207
213
  label: "UDC Classification",
208
214
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Classification",
209
215
  type: "http://www.w3.org/2002/07/owl#Class"
210
216
  term :Coden,
211
- definition: "Identifier for scientific and technical periodical titles assigned by the International CODEN Section of Chemical Abstracts Service.",
217
+ definition: "Identifier for scientific and technical periodical titles assigned by the International CODEN Section of Chemical Abstracts Service",
212
218
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
213
219
  label: "CODEN",
214
220
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
215
221
  type: "http://www.w3.org/2002/07/owl#Class"
216
222
  term :Collection,
217
- definition: "Aggregation of resources, generally gathered together artificially.",
223
+ definition: "Aggregation of resources, generally gathered together artificially",
218
224
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (changed subClassOf [GH92])"],
219
225
  label: "Collection",
220
226
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
221
227
  type: "http://www.w3.org/2002/07/owl#Class"
222
228
  term :CollectionArrangement,
223
- definition: "Information about the organization and arrangement of a collection of items. For instance, for computer files, organization and arrangement information may be the file structure and sort sequence of a file; for visual materials, this information may be how a collection is arranged.",
229
+ definition: "Information about the organization and arrangement of a collection of items",
224
230
  "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH77])",
225
231
  label: "Organization of materials information",
226
232
  type: "http://www.w3.org/2002/07/owl#Class"
227
233
  term :CollectiveTitle,
228
- definition: "Title for a compilation of resources.",
234
+ definition: "Title for a compilation of resources",
229
235
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
230
236
  label: "Collective title",
231
237
  subClassOf: "http://id.loc.gov/ontologies/bibframe/VariantTitle",
@@ -236,22 +242,22 @@ module RDF::Vocab
236
242
  label: "Color content",
237
243
  type: "http://www.w3.org/2002/07/owl#Class"
238
244
  term :Content,
239
- definition: "Categorization reflecting the fundamental form of communication in which the content is expressed and the human sense through which it is intended to be perceived.",
245
+ definition: "Categorization reflecting the fundamental form of communication in which the content is expressed and the human sense through which it is intended to be perceived",
240
246
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
241
247
  label: "Content type",
242
248
  type: "http://www.w3.org/2002/07/owl#Class"
243
249
  term :ContentAccessibility,
244
- definition: "Information that assists those with a sensory impairment for greater understanding of content, e.g., captions.",
250
+ definition: "Information that assists those with a sensory impairment for greater understanding of content, e.g., captions",
245
251
  "http://purl.org/dc/terms/modified": "2017-02-07 (New)",
246
252
  label: "Content accessibility information",
247
253
  type: "http://www.w3.org/2002/07/owl#Class"
248
254
  term :Contribution,
249
- definition: "Agent and role with respect to the resource being described.",
255
+ definition: "Agent and role with respect to the resource being described",
250
256
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
251
257
  label: "Contribution",
252
258
  type: "http://www.w3.org/2002/07/owl#Class"
253
259
  term :CopyrightNumber,
254
- definition: "Identifier assigned to a copyright registration or legal deposit.",
260
+ definition: "Identifier assigned to a copyright registration or legal deposit",
255
261
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
256
262
  label: "Copyright-legal deposit number",
257
263
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
@@ -262,61 +268,61 @@ module RDF::Vocab
262
268
  label: "Copyright registration",
263
269
  type: "http://www.w3.org/2002/07/owl#Class"
264
270
  term :CoverArt,
265
- definition: "Cover illustration of a resource.",
271
+ definition: "Cover illustration of a resource",
266
272
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
267
273
  label: "Cover art",
268
274
  type: "http://www.w3.org/2002/07/owl#Class"
269
275
  term :Dataset,
270
- definition: "Data encoded in a defined structure. Includes numeric data, environmental data,etc., used by applications software to calculate averages, correlations, etc., or to produce models, etc., but not normally displayed in its raw form.",
276
+ definition: "Data encoded in a defined structure, including numeric data, environmental data, etc., used by applications software",
271
277
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
272
278
  label: "Dataset",
273
279
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
274
280
  type: "http://www.w3.org/2002/07/owl#Class"
275
281
  term :DescriptionAuthentication,
276
- definition: "Indication of specific types of reviews that have been carried out on the description information.",
282
+ definition: "Indication of specific types of reviews that have been carried out on the description information",
277
283
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (fixed class name)", "2022-10-03 (removed subClassOf [GH90])"],
278
284
  label: "Metadata authentication",
279
285
  type: "http://www.w3.org/2002/07/owl#Class"
280
286
  term :DescriptionConventions,
281
- definition: "Rules used for the descriptive content of the resource description.",
287
+ definition: "Rules used for the descriptive content of the resource description",
282
288
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-24 (fixed class name)", "2022-10-03 (removed subClassOf [GH90])"],
283
289
  label: "Description conventions",
284
290
  type: "http://www.w3.org/2002/07/owl#Class"
285
291
  term :DescriptionLevel,
286
- definition: "Designation of the descriptive content of the metadata.",
292
+ definition: "Designation of the descriptive content of the metadata",
287
293
  "http://purl.org/dc/terms/modified": "2022-10-03 (New [GH43])",
288
294
  label: "Description level",
289
295
  type: "http://www.w3.org/2002/07/owl#Class"
290
296
  term :DigitalCharacteristic,
291
- definition: "Technical specification relating to the digital encoding of text, image, audio, video, and other types of data in a resource.",
297
+ definition: "Technical specification relating to the digital encoding of text, image, audio, video, and other types of data in a resource",
292
298
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
293
299
  label: "Digital characteristic",
294
300
  type: "http://www.w3.org/2002/07/owl#Class"
295
301
  term :Dissertation,
296
- definition: "Information about a work presented as part of the formal requirements for an academic degree.",
302
+ definition: "Information about a work presented as part of the formal requirements for an academic degree",
297
303
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
298
304
  label: "Dissertation information",
299
305
  type: "http://www.w3.org/2002/07/owl#Class"
300
306
  term :DissertationIdentifier,
301
- definition: "Identifier assigned to a thesis or dissertation for identification purposes .",
307
+ definition: "Identifier assigned to a thesis or dissertation for identification purposes",
302
308
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
303
309
  label: "Dissertation Identifier",
304
310
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
305
311
  type: "http://www.w3.org/2002/07/owl#Class"
306
312
  term :Distribution,
307
- definition: "Information relating to distribution of a resource.",
313
+ definition: "Information relating to distribution of a resource",
308
314
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
309
315
  label: "Distributor",
310
316
  subClassOf: "http://id.loc.gov/ontologies/bibframe/ProvisionActivity",
311
317
  type: "http://www.w3.org/2002/07/owl#Class"
312
318
  term :Doi,
313
- definition: "Digital Object Identifier.",
319
+ definition: "Digital Object Identifier",
314
320
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
315
321
  label: "DOI",
316
322
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
317
323
  type: "http://www.w3.org/2002/07/owl#Class"
318
324
  term :Ean,
319
- definition: "International Article Identifier.",
325
+ definition: "International Article Identifier",
320
326
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
321
327
  label: "EAN",
322
328
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
@@ -328,24 +334,24 @@ module RDF::Vocab
328
334
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
329
335
  type: "http://www.w3.org/2002/07/owl#Class"
330
336
  term :Electronic,
331
- definition: "Resource that is intended for manipulation by a computer, accessed either directly or remotely.",
337
+ definition: "Resource that is intended for manipulation by a computer, accessed either directly or remotely",
332
338
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
333
339
  label: "Electronic",
334
340
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance",
335
341
  type: "http://www.w3.org/2002/07/owl#Class"
336
342
  term :Emulsion,
337
- definition: "Suspension of light-sensitive chemicals used as a coating on a microfilm or microfiche, e.g., silver halide.",
343
+ definition: "Suspension of light-sensitive chemicals used as a coating on a microfilm or microfiche, e.g., silver halide",
338
344
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
339
345
  label: "Emulsion",
340
346
  type: "http://www.w3.org/2002/07/owl#Class"
341
347
  term :EncodedBitrate,
342
- definition: "Speed at which streaming audio, video, etc., is designed to play, e.g., 32 kbps.",
348
+ definition: "Speed at which streaming audio, video, etc., is designed to play, e.g., 32 kbps",
343
349
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
344
350
  label: "Encoded bitrate",
345
351
  subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic",
346
352
  type: "http://www.w3.org/2002/07/owl#Class"
347
353
  term :EncodingFormat,
348
- definition: "Schema, standard, etc., used to encode the digital content of a resource, e.g., MP3, XML, JPEG.",
354
+ definition: "Schema, standard, etc., used to encode the digital content of a resource, e.g., MP3, XML, JPEG",
349
355
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
350
356
  label: "Encoding format",
351
357
  subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic",
@@ -356,77 +362,77 @@ module RDF::Vocab
356
362
  label: "Ensemble",
357
363
  type: "http://www.w3.org/2002/07/owl#Class"
358
364
  term :Enumeration,
359
- definition: "Numbering or other enumeration associated with issues or items held.",
365
+ definition: "Numbering or other enumeration associated with issues or items held",
360
366
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
361
367
  label: "Enumeration",
362
368
  subClassOf: "http://id.loc.gov/ontologies/bibframe/EnumerationAndChronology",
363
369
  type: "http://www.w3.org/2002/07/owl#Class"
364
370
  term :EnumerationAndChronology,
365
- definition: "Numbering or other enumeration and dates associated with issues or items held.",
371
+ definition: "Numbering or other enumeration and dates associated with issues or items held",
366
372
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
367
373
  label: "Enumeration and chronology",
368
374
  type: "http://www.w3.org/2002/07/owl#Class"
369
375
  term :Event,
370
- definition: "Something that happens at a certain time and location, such as a performance, speech, or athletic event.",
376
+ definition: "Something that happens at a certain time and location, such as a performance, speech, or athletic event",
371
377
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broaden definition [GH12])"],
372
378
  label: "Event entity",
373
379
  type: "http://www.w3.org/2002/07/owl#Class"
374
380
  term :Extent,
375
- definition: "Number and type of units and/or subunits making up a resource.",
381
+ definition: "Number and type of units and/or subunits making up a resource",
376
382
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
377
383
  label: "Extent",
378
384
  type: "http://www.w3.org/2002/07/owl#Class"
379
385
  term :Family,
380
- definition: "Two or more persons related by birth, marriage, adoption, civil union, or similar legal status, or who otherwise present themselves as a family.",
386
+ definition: "Two or more persons related by birth, marriage, adoption, civil union, or similar legal status, or who otherwise present themselves as a family",
381
387
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
382
388
  label: "Family",
383
389
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Agent",
384
390
  type: "http://www.w3.org/2002/07/owl#Class"
385
391
  term :FileSize,
386
- definition: "Number of bytes in a digital file, e.g., 162 KB.",
392
+ definition: "Number of bytes in a digital file, e.g., 162 KB",
387
393
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
388
394
  label: "File size",
389
395
  subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic",
390
396
  type: "http://www.w3.org/2002/07/owl#Class"
391
397
  term :FileType,
392
- definition: "General type of data content encoded in a computer file, e.g., text file, audio file.",
398
+ definition: "General type of data content encoded in a computer file, e.g., text file, audio file",
393
399
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
394
400
  label: "File type",
395
401
  subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic",
396
402
  type: "http://www.w3.org/2002/07/owl#Class"
397
403
  term :Fingerprint,
398
- definition: "Identifier that is used to assist in the identification of antiquarian books by recording information comprising groups of characters taken from specified positions on specified pages of the book.",
404
+ definition: "Identifier that is used to assist in the identification of antiquarian books by recording information comprising groups of characters taken from specified positions on specified pages of the book",
399
405
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
400
406
  label: "Fingerprint identifier",
401
407
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
402
408
  type: "http://www.w3.org/2002/07/owl#Class"
403
409
  term :FontSize,
404
- definition: "Size of the type used to represent the characters and symbols in a resource.",
410
+ definition: "Size of the type used to represent the characters and symbols in a resource",
405
411
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
406
412
  label: "Font size",
407
413
  type: "http://www.w3.org/2002/07/owl#Class"
408
414
  term :Frequency,
409
- definition: "Information about intervals at which the parts of a serially produced resource or the updates to an integrating resource are issued.",
415
+ definition: "Information about intervals at which the parts of a serially produced resource or the updates to an integrating resource are issued",
410
416
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
411
417
  label: "Frequency",
412
418
  type: "http://www.w3.org/2002/07/owl#Class"
413
419
  term :Generation,
414
- definition: "Relationship between an original carrier and the carrier of a reproduction made from the original.",
420
+ definition: "Relationship between an original carrier and the carrier of a reproduction made from the original",
415
421
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
416
422
  label: "Generation",
417
423
  type: "http://www.w3.org/2002/07/owl#Class"
418
424
  term :GenerationProcess,
419
- definition: "Indication of the program or process used to generate the description by application of a particular transformation.",
425
+ definition: "Indication of the program or process used to generate the description by application of a particular transformation",
420
426
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-24 (fixed class name)", "2022-10-03 (removed subClassOf [GH90])"],
421
427
  label: "Generation process",
422
428
  type: "http://www.w3.org/2002/07/owl#Class"
423
429
  term :GenreForm,
424
- definition: "Form category or genre to which a resource belongs.",
430
+ definition: "Form category or genre to which a resource belongs",
425
431
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broaden definition [GH17])"],
426
432
  label: "Genre/form",
427
433
  type: "http://www.w3.org/2002/07/owl#Class"
428
434
  term :GeographicCoverage,
429
- definition: "Geographic coverage of the content of the resource.",
435
+ definition: "Geographic coverage of the content of the resource",
430
436
  "http://purl.org/dc/terms/modified": "2017-02-06 (New)",
431
437
  label: "Geographic coverage",
432
438
  type: "http://www.w3.org/2002/07/owl#Class"
@@ -437,426 +443,432 @@ module RDF::Vocab
437
443
  subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic",
438
444
  type: "http://www.w3.org/2002/07/owl#Class"
439
445
  term :Gtin14Number,
440
- definition: "14 digit number assigned to identify trade items as various packaging levels. GTIN-14 encompasses EAN/UCC-128 and ITF-14.",
446
+ definition: "14-digit number assigned to identify trade items as various packaging levels that encompasses EAN/UCC-128 and ITF-14",
441
447
  "http://purl.org/dc/terms/modified": "2017-02-03 (New)",
442
448
  label: "Global Trade Item Number 14",
443
449
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
444
450
  type: "http://www.w3.org/2002/07/owl#Class"
445
451
  term :Hdl,
446
- definition: "Unique and persistent identifier for digital objects developed by the Corporation for National Research Initiatives.",
452
+ definition: "Unique and persistent identifier for digital objects developed by the Corporation for National Research Initiatives",
447
453
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
448
454
  label: "Handle",
449
455
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
450
456
  type: "http://www.w3.org/2002/07/owl#Class"
451
457
  term :Hub,
452
- definition: "An abstract resource that functions as a bridge between two Works.",
458
+ definition: "An abstract resource that functions as a bridge between two Works",
453
459
  "http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH75])", "2023-11-30 (moved to Basic Model Class [GH108])"],
454
460
  label: "Hub",
455
461
  type: "http://www.w3.org/2002/07/owl#Class"
456
462
  term :Identifier,
457
- definition: "Token or name that is associated with a resource, such as a URI or an ISBN.",
463
+ definition: "Token or name that is associated with a resource, such as a URI or an ISBN",
458
464
  editorialNote: "Any entry from the Standard Identifiers vocabulary at ID may be used; all have been defined as a bf:Identifier",
459
465
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Added editorial note [GH44])"],
460
466
  label: "Identifier",
461
467
  type: "http://www.w3.org/2002/07/owl#Class"
462
468
  term :Illustration,
463
- definition: "Information about content intended to illustrate a resource.",
469
+ definition: "Information about content intended to illustrate a resource",
464
470
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
465
471
  label: "Illustrative content",
466
472
  type: "http://www.w3.org/2002/07/owl#Class"
467
473
  term :ImmediateAcquisition,
468
- definition: "Information about the circumstances, e.g., source, date, method, under which the resource was directly acquired.",
474
+ definition: "Information about the circumstances, e.g., source, date, method, under which the resource was directly acquired",
469
475
  "http://purl.org/dc/terms/modified": "2017-02-06 (New)",
470
476
  label: "Immediate acquisition",
471
477
  type: "http://www.w3.org/2002/07/owl#Class"
472
478
  term :Instance,
473
- definition: "Resource reflecting an individual, material embodiment of a Work.",
479
+ definition: "Resource reflecting an individual, material embodiment of a Work",
474
480
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
475
481
  label: "Instance",
476
482
  type: "http://www.w3.org/2002/07/owl#Class"
477
483
  term :Integrating,
478
- definition: "Resource that is added to or changed by updates that do not remain discrete but are integrated into the whole.",
484
+ definition: "Resource that is added to or changed by updates that do not remain discrete but are integrated into the whole",
479
485
  "http://purl.org/dc/terms/modified": "2022-10-03 (New [GH91])",
480
486
  label: "Integrating resource",
481
487
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
482
488
  type: "http://www.w3.org/2002/07/owl#Class"
483
489
  term :IntendedAudience,
484
- definition: "Information that identifies the specific intended or target audience or intellectual level for which the content described is considered appropriate. Also used to record interest and motivation levels and special learner characteristics.",
490
+ definition: "Information that identifies the specific intended or target audience or intellectual level for which the content described is considered appropriate; also used to record interest and motivation levels and special learner characteristics",
485
491
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
486
492
  label: "Intended audience information",
487
493
  type: "http://www.w3.org/2002/07/owl#Class"
488
494
  term :Isan,
489
- definition: "International Standard Audiovisual Number.",
495
+ definition: "International Standard Audiovisual Number",
490
496
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
491
497
  label: "ISAN",
492
498
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
493
499
  type: "http://www.w3.org/2002/07/owl#Class"
494
500
  term :Isbn,
495
- definition: "International Standard Book Number.",
501
+ definition: "International Standard Book Number",
496
502
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
497
503
  label: "ISBN",
498
504
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
499
505
  type: "http://www.w3.org/2002/07/owl#Class"
500
506
  term :Ismn,
501
- definition: "International Standard Music Number.",
507
+ definition: "International Standard Music Number",
502
508
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
503
509
  label: "ISMN",
504
510
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
505
511
  type: "http://www.w3.org/2002/07/owl#Class"
506
512
  term :Isni,
507
- definition: "International Standard Name Identifier, a unique, persistent reference number for the identities of contributors to creative works.",
513
+ definition: "International Standard Name Identifier, a unique, persistent reference number for the identities of contributors to creative works",
508
514
  "http://purl.org/dc/terms/modified": "2017-02-03 (New)",
509
515
  label: "ISNI",
510
516
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
511
517
  type: "http://www.w3.org/2002/07/owl#Class"
512
518
  term :Iso,
513
- definition: "International Organization for Standardization standard number.",
519
+ definition: "International Organization for Standardization standard number",
514
520
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
515
521
  label: "ISO number",
516
522
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
517
523
  type: "http://www.w3.org/2002/07/owl#Class"
518
524
  term :Isrc,
519
- definition: "International Standard Recording Code.",
525
+ definition: "International Standard Recording Code",
520
526
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
521
527
  label: "ISRC",
522
528
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
523
529
  type: "http://www.w3.org/2002/07/owl#Class"
524
530
  term :Issn,
525
- definition: "International Standard Serial Number.",
531
+ definition: "International Standard Serial Number",
526
532
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
527
533
  label: "ISSN",
528
534
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
529
535
  type: "http://www.w3.org/2002/07/owl#Class"
530
536
  term :IssnL,
531
- definition: "International Standard Serial Number that links together various media versions of a continuing resource.",
537
+ definition: "International Standard Serial Number that links together various media versions of a continuing resource",
532
538
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
533
539
  label: "ISSN-L",
534
540
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
535
541
  type: "http://www.w3.org/2002/07/owl#Class"
536
542
  term :Issuance,
537
- definition: "Information about whether a resource is issued in one or more parts, the way it is updated, and its intended termination.",
543
+ definition: "Information about whether a resource is issued in one or more parts, the way it is updated, and its intended termination",
538
544
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
539
545
  label: "Mode of issuance",
540
546
  type: "http://www.w3.org/2002/07/owl#Class"
541
547
  term :Istc,
542
- definition: "International Standard Text Code, a numbering system developed to enable the unique identification of textual works.",
548
+ definition: "International Standard Text Code, a numbering system developed to enable the unique identification of textual works",
543
549
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
544
550
  label: "ISTC",
545
551
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
546
552
  type: "http://www.w3.org/2002/07/owl#Class"
547
553
  term :Iswc,
548
- definition: "International Standard Musical Work Code, a unique, persistent reference number for the identification of musical works.",
554
+ definition: "International Standard Musical Work Code, a unique, persistent reference number for the identification of musical works",
549
555
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
550
556
  label: "ISWC",
551
557
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
552
558
  type: "http://www.w3.org/2002/07/owl#Class"
553
559
  term :Item,
554
- definition: "Single example of an Instance.",
560
+ definition: "Single example of an Instance",
555
561
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
556
562
  label: "Item",
557
563
  type: "http://www.w3.org/2002/07/owl#Class"
558
564
  term :Jurisdiction,
559
- definition: "Legal or political unit administering a geographic area.",
565
+ definition: "Legal or political unit administering a geographic area",
560
566
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
561
567
  label: "Jurisdiction",
562
568
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Agent",
563
569
  type: "http://www.w3.org/2002/07/owl#Class"
564
570
  term :KeyTitle,
565
- definition: "Unique title for a continuing resource that is assigned by the ISSN International Center in conjunction with an ISSN.",
571
+ definition: "Unique title for a continuing resource that is assigned by the ISSN International Center in conjunction with an ISSN",
566
572
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
567
573
  label: "Key title",
568
574
  subClassOf: "http://id.loc.gov/ontologies/bibframe/VariantTitle",
569
575
  type: "http://www.w3.org/2002/07/owl#Class"
570
576
  term :Kit,
571
- definition: "Resource that contains a mixture of various components issued as a unit and intended primarily for instructional purposes.",
577
+ definition: "Resource that contains a mixture of various components issued as a unit and intended primarily for instructional purposes",
572
578
  "http://purl.org/dc/terms/modified": "2022-10-03 (New [GH91])",
573
579
  label: "Kit",
574
580
  subClassOf: "http://id.loc.gov/ontologies/bibframe/MixedMaterial",
575
581
  type: "http://www.w3.org/2002/07/owl#Class"
576
582
  term :Language,
577
- definition: "Language entity.",
583
+ definition: "Language entity",
578
584
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
579
585
  label: "Language entity",
580
586
  type: "http://www.w3.org/2002/07/owl#Class"
581
587
  term :Layout,
582
- definition: "Arrangement of text, images, tactile notation, etc., in a resource.",
588
+ definition: "Arrangement of text, images, tactile notation, etc., in a resource",
583
589
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
584
590
  label: "Layout",
585
591
  type: "http://www.w3.org/2002/07/owl#Class"
586
592
  term :LcOverseasAcq,
587
- definition: "Identification number assigned by the Library of Congress to works acquired through one of its collaborative overseas acquisition programs.",
593
+ definition: "Identification number assigned by the Library of Congress to works acquired through one of its collaborative overseas acquisition programs",
588
594
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
589
595
  label: "LC acquisition program",
590
596
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
591
597
  type: "http://www.w3.org/2002/07/owl#Class"
592
598
  term :Lccn,
593
- definition: "Library of Congress Control Number that identifies a resource description.",
599
+ definition: "Library of Congress Control Number that identifies a resource description",
594
600
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
595
601
  label: "LCCN",
596
602
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
597
603
  type: "http://www.w3.org/2002/07/owl#Class"
598
604
  term :Local,
599
- definition: "Identifier established locally and not a standard number.",
605
+ definition: "Identifier established locally and not a standard number",
600
606
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
601
607
  label: "Local identifier",
602
608
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
603
609
  type: "http://www.w3.org/2002/07/owl#Class"
604
610
  term :Manufacture,
605
- definition: "Information relating to manufacture of a resource.",
611
+ definition: "Information relating to manufacture of a resource",
606
612
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
607
613
  label: "Manufacturer",
608
614
  subClassOf: "http://id.loc.gov/ontologies/bibframe/ProvisionActivity",
609
615
  type: "http://www.w3.org/2002/07/owl#Class"
610
616
  term :Manuscript,
611
- definition: "Resource which is written in handwriting or typescript. These are generally unique resources.",
617
+ definition: "Resource which is written in handwriting or typescript",
612
618
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (changed subClassOf [GH92])"],
613
619
  label: "Manuscript",
614
620
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
615
621
  type: "http://www.w3.org/2002/07/owl#Class"
616
622
  term :Material,
617
- definition: "Substance or composition of the resource.",
623
+ definition: "Substance or composition of the resource",
618
624
  "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH28])",
619
625
  label: "Material",
620
626
  type: "http://www.w3.org/2002/07/owl#Class"
621
627
  term :MatrixNumber,
622
- definition: "Matrix identifier assigned to the master from which a specific sound recording was pressed.",
628
+ definition: "Matrix identifier assigned to the master from which a specific sound recording was pressed",
623
629
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-02-03 (Revised definition)"],
624
630
  label: "Audio matrix number",
625
631
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
626
632
  type: "http://www.w3.org/2002/07/owl#Class"
627
633
  term :Media,
628
- definition: "Categorization reflecting the general type of intermediation device required to view, play, run, etc., the content of a resource.",
634
+ definition: "Categorization reflecting the general type of intermediation device required to view, play, run, etc., the content of a resource",
629
635
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
630
636
  label: "Media type",
631
637
  type: "http://www.w3.org/2002/07/owl#Class"
632
638
  term :Meeting,
633
- definition: "Gathering of individuals or representatives of various bodies for the purpose of discussing and/or acting on topics of common interest.",
639
+ definition: "Gathering of individuals or representatives of various bodies for the purpose of discussing and/or acting on topics of common interest",
634
640
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
635
641
  label: "Meeting",
636
642
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Agent",
637
643
  type: "http://www.w3.org/2002/07/owl#Class"
638
644
  term :Microform,
639
- definition: "Resource that contains microimages, either transparent or opaque, that may be reproductions of existing textual or graphic materials or may be original publications.",
645
+ definition: "Resource that contains microimages, either transparent or opaque, that may be reproductions of existing textual or graphic materials or may be original publications",
640
646
  "http://purl.org/dc/terms/modified": "2023-11-30 (New [GH101])",
641
647
  label: "Microform",
642
648
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance",
643
649
  type: "http://www.w3.org/2002/07/owl#Class"
644
650
  term :MixedMaterial,
645
- definition: "Resource comprised of multiple types which is not driven by software. For instance, an archival collection of text, photographs and sound recordings.",
651
+ definition: "Resource comprised of multiple types which is not driven by software, e.g. an archival collection of text, photographs and sound recordings",
646
652
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (revised definition [GH92])"],
647
653
  label: "Mixed material",
648
654
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
649
655
  type: "http://www.w3.org/2002/07/owl#Class"
650
656
  term :Modification,
651
- definition: "Information relating to modification of a resource.",
657
+ definition: "Information relating to modification of a resource",
652
658
  "http://purl.org/dc/terms/modified": "2022-10-03 (New [GH69])",
653
659
  label: "Modification",
654
660
  subClassOf: "http://id.loc.gov/ontologies/bibframe/ProvisionActivity",
655
661
  type: "http://www.w3.org/2002/07/owl#Class"
656
662
  term :Monograph,
657
- definition: "Resource that is issued as a single physical unit or intangible single logical unit.",
663
+ definition: "Resource that is issued as a single physical unit or intangible single logical unit",
658
664
  "http://purl.org/dc/terms/modified": "2022-10-03 (New [GH91])",
659
665
  label: "Monograph",
660
666
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
661
667
  type: "http://www.w3.org/2002/07/owl#Class"
662
668
  term :Mount,
663
- definition: "Physical material or object used for the support or backing to which the base material of a resource has been attached.",
669
+ definition: "Physical material or object used for the support or backing to which the base material of a resource has been attached",
664
670
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Amended definition [GH29])"],
665
671
  label: "Mount",
666
672
  type: "http://www.w3.org/2002/07/owl#Class"
667
673
  term :MovementNotation,
668
- definition: "Information on the symbol system used to convey the content of a movement resource.",
674
+ definition: "Information on the symbol system used to convey the content of a movement resource",
669
675
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Modified label [GH67])"],
670
676
  label: "Movement notation",
671
677
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Notation",
672
678
  type: "http://www.w3.org/2002/07/owl#Class"
673
679
  term :MovingImage,
674
- definition: "Images intended to be perceived as moving, including motion pictures (using liveaction and/or animation), video recordings of performances, events,etc.",
680
+ definition: "Images intended to be perceived as moving, including motion pictures (using live action and/or animation) or video recordings of performances or events",
675
681
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-26 (fixed typo in definition)"],
676
682
  label: "Moving image",
677
683
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
678
684
  type: "http://www.w3.org/2002/07/owl#Class"
679
685
  term :Multimedia,
680
- definition: "Electronic resource which is a computer program or consists of multiple media types that are software driven, such as videogames.",
686
+ definition: "Electronic resource which is a computer program or consists of multiple media types that are software driven, such as videogames",
681
687
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (revised definition [GH92])"],
682
688
  label: "Software or multimedia",
683
689
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
684
690
  type: "http://www.w3.org/2002/07/owl#Class"
685
691
  term :MusicAudio,
686
- definition: "Music resource expressed in an audible form.",
692
+ definition: "Music resource expressed in an audible form",
687
693
  "http://purl.org/dc/terms/modified": "2022-10-03 (New [GH91])",
688
694
  label: "Music audio",
689
695
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Audio",
690
696
  type: "http://www.w3.org/2002/07/owl#Class"
691
697
  term :MusicDistributorNumber,
692
- definition: "Identifier appearing on a resource assigned by a distributor to a specific audio recording, notated music publication, music-related publication, or videorecording.",
698
+ definition: "Identifier appearing on a resource assigned by a distributor to a specific audio recording, notated music publication, music-related publication, or videorecording",
693
699
  "http://purl.org/dc/terms/modified": "2017-02-07 (New)",
694
700
  label: "Music distributor number",
695
701
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
696
702
  type: "http://www.w3.org/2002/07/owl#Class"
697
703
  term :MusicEnsemble,
698
- definition: "Ensemble for which a musical work is appropriate.",
704
+ definition: "Ensemble for which a musical work is appropriate",
699
705
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Changed subclass to Ensemble [GH56])"],
700
706
  label: "Music ensemble",
701
707
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Ensemble",
702
708
  type: "http://www.w3.org/2002/07/owl#Class"
703
709
  term :MusicFormat,
704
- definition: "Layout for content of a resource that is presented in the form of musical notation.",
710
+ definition: "Layout for content of a resource that is presented in the form of musical notation",
705
711
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
706
712
  label: "Notated music format",
707
713
  type: "http://www.w3.org/2002/07/owl#Class"
708
714
  term :MusicInstrument,
709
- definition: "Instrument for which a musical work is appropriate.",
715
+ definition: "Instrument for which a musical work is appropriate",
710
716
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
711
717
  label: "Musical instrument",
712
718
  type: "http://www.w3.org/2002/07/owl#Class"
713
719
  term :MusicMedium,
714
- definition: "Summary statement of the medium for a musical work.",
720
+ definition: "Summary statement of the medium for a musical work",
715
721
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
716
722
  label: "Music medium information",
717
723
  type: "http://www.w3.org/2002/07/owl#Class"
718
724
  term :MusicNotation,
719
- definition: "Information on the symbol system used to convey the content of a music resource.",
725
+ definition: "Information on the symbol system used to convey the content of a music resource",
720
726
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Modified label [GH67])"],
721
727
  label: "Music notation",
722
728
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Notation",
723
729
  type: "http://www.w3.org/2002/07/owl#Class"
724
730
  term :MusicPlate,
725
- definition: "Identifiers assigned by a music publisher or printer to the printing plates for the notated portion of a notated music publication, or an identifier that emulates the printing plate tradition in contemporary publications.",
731
+ definition: "Identifiers assigned by a music publisher or printer to the printing plates for the notated portion of a notated music publication, or an identifier that emulates the printing plate tradition in contemporary publications",
726
732
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-02-03 (Revised definition)"],
727
733
  label: "Music plate number",
728
734
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
729
735
  type: "http://www.w3.org/2002/07/owl#Class"
730
736
  term :MusicPublisherNumber,
731
- definition: "Identifier assigned to a notated music publication other than an issue, matrix, or plate number.",
737
+ definition: "Identifier assigned to a notated music publication other than an issue, matrix, or plate number",
732
738
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-02-03 (Revised definition)"],
733
739
  label: "Music publisher number",
734
740
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
735
741
  type: "http://www.w3.org/2002/07/owl#Class"
736
742
  term :MusicVoice,
737
- definition: "Voice for which a musical work is appropriate.",
743
+ definition: "Voice for which a musical work is appropriate",
738
744
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
739
745
  label: "Music voice",
740
746
  type: "http://www.w3.org/2002/07/owl#Class"
741
747
  term :Nbn,
742
- definition: "National Bibliography Number that identifies a resource description.",
748
+ definition: "National Bibliography Number that identifies a resource description",
743
749
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
744
750
  label: "NBN",
745
751
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
746
752
  type: "http://www.w3.org/2002/07/owl#Class"
747
753
  term :NonMusicAudio,
748
- definition: "Resource expressed in an audible form, including spoken word and other non-musical sounds.",
754
+ definition: "Resource expressed in an audible form, including spoken word and other non-musical sounds",
749
755
  "http://purl.org/dc/terms/modified": "2022-10-03 (New [GH91])",
750
756
  label: "Non-music audio",
751
757
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Audio",
752
758
  type: "http://www.w3.org/2002/07/owl#Class"
753
759
  term :NotatedMovement,
754
- definition: "Graphic, non-realized representations of movement intended to be perceived visually, e.g. dance.",
760
+ definition: "Graphic, non-realized representations of movement intended to be perceived visually, e.g. dance",
755
761
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
756
762
  label: "Notated movement",
757
763
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
758
764
  type: "http://www.w3.org/2002/07/owl#Class"
759
765
  term :NotatedMusic,
760
- definition: "Graphic, non-realized representations of musical works intended to be perceived visually.",
766
+ definition: "Graphic, non-realized representations of musical works intended to be perceived visually",
761
767
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
762
768
  label: "Notated music",
763
769
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
764
770
  type: "http://www.w3.org/2002/07/owl#Class"
765
771
  term :Notation,
766
- definition: "Information on the alphabet, script, or symbol system used to convey the content of the resource, including specialized scripts, typefaces, tactile notation, movement notation, and musical notation.",
772
+ definition: "Information on the alphabet, script, or symbol system used to convey the content of the resource, including specialized scripts, typefaces, tactile notation, movement notation, and musical notation",
767
773
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
768
774
  label: "Notation",
769
775
  type: "http://www.w3.org/2002/07/owl#Class"
770
776
  term :Note,
771
- definition: "Information, usually in textual form, on attributes of a resource or some aspect of a resource.",
777
+ definition: "Information, usually in textual form, on attributes of a resource or some aspect of a resource",
772
778
  editorialNote: "Any entry from the Note Types vocabulary at ID may be used; all have been defined as a bf:Note",
773
779
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Added editorial note [GH35])"],
774
780
  label: "Note",
775
781
  type: "http://www.w3.org/2002/07/owl#Class"
776
782
  term :Object,
777
- definition: "Resource in a form intended to be perceived visually in three-dimensions. Includes man-made objects such as models, sculptures, clothing, and toys, as well as naturally occurring objects such as specimens mounted for viewing.",
783
+ definition: "Resource in a form intended to be perceived visually in three-dimensions, including man-made objects such as models, sculptures, clothing, and toys, as well as naturally occurring objects such as specimens mounted for viewing",
778
784
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
779
785
  label: "Three-dimensional object",
780
786
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
781
787
  type: "http://www.w3.org/2002/07/owl#Class"
782
788
  term :ObjectCount,
783
- definition: "Number of objects in encoded geospatial information in a cartographic resource.",
789
+ definition: "Number of objects in encoded geospatial information in a cartographic resource",
784
790
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
785
791
  label: "Digital cartographic object count",
786
792
  subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic",
787
793
  type: "http://www.w3.org/2002/07/owl#Class"
794
+ term :OclcNumber,
795
+ definition: "Identifier assigned by OCLC",
796
+ "http://purl.org/dc/terms/modified": "2024-07-10 (New [GH120])",
797
+ label: "OCLC number",
798
+ subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
799
+ type: "http://www.w3.org/2002/07/owl#Class"
788
800
  term :Organization,
789
- definition: "Corporation or group of persons and/or organizations that acts, or may act, as a unit.",
801
+ definition: "Corporation or group of persons and/or organizations that acts, or may act, as a unit",
790
802
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
791
803
  label: "Organization",
792
804
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Agent",
793
805
  type: "http://www.w3.org/2002/07/owl#Class"
794
806
  term :ParallelTitle,
795
- definition: "Title in another language and/or script.",
807
+ definition: "Title in another language and/or script",
796
808
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
797
809
  label: "Parallel title proper",
798
810
  subClassOf: "http://id.loc.gov/ontologies/bibframe/VariantTitle",
799
811
  type: "http://www.w3.org/2002/07/owl#Class"
800
812
  term :Person,
801
- definition: "Individual or identity established by an individual (either alone or in collaboration with one or more other individuals).",
813
+ definition: "Individual or identity established by an individual (either alone or in collaboration with one or more other individuals)",
802
814
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
803
815
  label: "Person",
804
816
  subClassOf: ["http://id.loc.gov/ontologies/bibframe/Agent", "http://xmlns.com/foaf/0.1/Person"],
805
817
  type: "http://www.w3.org/2002/07/owl#Class"
806
818
  term :Place,
807
- definition: "Geographic location.",
819
+ definition: "Geographic location",
808
820
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
809
821
  label: "Place",
810
822
  type: "http://www.w3.org/2002/07/owl#Class"
811
823
  term :PlaybackChannels,
812
- definition: "Configuration/number of sound channels used to make a recording, such as one channel for a monophonic recording, e.g., mono, stereo, quadraphonic, surround.",
824
+ definition: "Configuration/number of sound channels used to make a recording, such as one channel for a monophonic recording, e.g., mono, stereo, quadraphonic, surround",
813
825
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
814
826
  label: "Configuration of playback channels",
815
827
  subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic",
816
828
  type: "http://www.w3.org/2002/07/owl#Class"
817
829
  term :PlaybackCharacteristic,
818
- definition: "Equalization system, noise reduction system, etc., used in making an audio recording, e.g., CCIR standard, CX encoded, Dolby.",
830
+ definition: "Equalization system, noise reduction system, etc., used in making an audio recording, e.g., CCIR standard, CX encoded, Dolby",
819
831
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
820
832
  label: "Special playback characteristics",
821
833
  subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic",
822
834
  type: "http://www.w3.org/2002/07/owl#Class"
823
835
  term :PlayingSpeed,
824
- definition: "Speed at which an audio carrier must be operated to produce the sound intended, e.g., 78 rpm, 19 cm/s.",
836
+ definition: "Speed at which an audio carrier must be operated to produce the sound intended, e.g., 78 rpm, 19 cm/s",
825
837
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
826
838
  label: "Playing speed",
827
839
  subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic",
828
840
  type: "http://www.w3.org/2002/07/owl#Class"
829
841
  term :Polarity,
830
- definition: "Relationship of the colors and tones in an image to the colors and tones of the object reproduced.",
842
+ definition: "Relationship of the colors and tones in an image to the colors and tones of the object reproduced",
831
843
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
832
844
  label: "Polarity",
833
845
  type: "http://www.w3.org/2002/07/owl#Class"
834
846
  term :PostalRegistration,
835
- definition: "Number assigned to a publication for which the specified postal service permits the use of a special mailing class privilege.",
847
+ definition: "Number assigned to a publication for which the specified postal service permits the use of a special mailing class privilege",
836
848
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
837
849
  label: "Postal registration number",
838
850
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
839
851
  type: "http://www.w3.org/2002/07/owl#Class"
840
852
  term :PresentationFormat,
841
- definition: "Format used in the production of a projected image, e.g., Cinerama, IMAX.",
853
+ definition: "Format used in the production of a projected image, e.g., Cinerama, IMAX",
842
854
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
843
855
  label: "Presentation format",
844
856
  subClassOf: "http://id.loc.gov/ontologies/bibframe/ProjectionCharacteristic",
845
857
  type: "http://www.w3.org/2002/07/owl#Class"
846
858
  term :PrimaryContribution,
847
- definition: "Contribution for which the agent is the name chosen as the name part of the name and title access point.",
859
+ definition: "Contribution for which the agent is the name chosen as the name part of the name and title access point",
848
860
  "http://purl.org/dc/terms/modified": "2023-11-30 (New [GH104])",
849
861
  label: "Primary contribution",
850
862
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Contribution",
851
863
  type: "http://www.w3.org/2002/07/owl#Class"
852
864
  term :Print,
853
- definition: "Resource that is printed.",
865
+ definition: "Resource that is printed",
854
866
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
855
867
  label: "Printed",
856
868
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance",
857
869
  type: "http://www.w3.org/2002/07/owl#Class"
858
870
  term :Production,
859
- definition: "Information relating to production of a resource.",
871
+ definition: "Information relating to production of a resource",
860
872
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
861
873
  label: "Producer",
862
874
  subClassOf: "http://id.loc.gov/ontologies/bibframe/ProvisionActivity",
@@ -867,252 +879,262 @@ module RDF::Vocab
867
879
  label: "Production method",
868
880
  type: "http://www.w3.org/2002/07/owl#Class"
869
881
  term :Projection,
870
- definition: "Method or system used to represent the surface of the earth or of a celestial sphere on a plane.",
882
+ definition: "Method or system used to represent the surface of the earth or of a celestial sphere on a plane",
871
883
  "http://purl.org/dc/terms/modified": "2017-02-03 (New)",
872
884
  label: "Projection",
873
885
  type: "http://www.w3.org/2002/07/owl#Class"
874
886
  term :ProjectionCharacteristic,
875
- definition: "Technical specification relating to the projection of a motion picture film.",
887
+ definition: "Technical specification relating to the projection of a motion picture film",
876
888
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
877
889
  label: "Projection characteristic",
878
890
  type: "http://www.w3.org/2002/07/owl#Class"
879
891
  term :ProjectionSpeed,
880
- definition: "Speed at which a projected carrier must be operated to produce the moving image intended, e.g., 20 fps.",
892
+ definition: "Speed at which a projected carrier must be operated to produce the moving image intended, e.g., 20 fps",
881
893
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
882
894
  label: "Projection speed",
883
895
  subClassOf: "http://id.loc.gov/ontologies/bibframe/ProjectionCharacteristic",
884
896
  type: "http://www.w3.org/2002/07/owl#Class"
885
897
  term :ProvisionActivity,
886
- definition: "Information about the agent or place relating to the publication, printing, distribution, issue, release, or production of a resource.",
898
+ definition: "Information about the agent or place relating to the publication, printing, distribution, issue, release, or production of a resource",
887
899
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
888
900
  label: "Provider entity",
889
901
  type: "http://www.w3.org/2002/07/owl#Class"
890
902
  term :PubFrequency,
891
- definition: "Information about the publication frequency of a resource.",
903
+ definition: "Information about the publication frequency of a resource",
892
904
  "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH76])",
893
905
  label: "Publication Frequency",
894
906
  type: "http://www.w3.org/2002/07/owl#Class"
895
907
  term :Publication,
896
- definition: "Information relating to publication of a resource.",
908
+ definition: "Information relating to publication of a resource",
897
909
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
898
910
  label: "Publisher",
899
911
  subClassOf: "http://id.loc.gov/ontologies/bibframe/ProvisionActivity",
900
912
  type: "http://www.w3.org/2002/07/owl#Class"
901
913
  term :PublisherNumber,
902
- definition: "Number assigned by a publisher that is not one of the specific defined types.",
914
+ definition: "Number assigned by a publisher that is not one of the specific defined types",
903
915
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
904
916
  label: "Publisher number",
905
917
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
906
918
  type: "http://www.w3.org/2002/07/owl#Class"
907
919
  term :RecordingMedium,
908
- definition: "Type of medium used to record sound on an audio carrier, e.g., magnetic, optical.",
920
+ definition: "Type of medium used to record sound on an audio carrier, e.g., magnetic, optical",
909
921
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
910
922
  label: "Recording medium",
911
923
  subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic",
912
924
  type: "http://www.w3.org/2002/07/owl#Class"
913
925
  term :RecordingMethod,
914
- definition: "Method used to encode audio content for playback, e.g., analog, digital.",
926
+ definition: "Method used to encode audio content for playback, e.g., analog, digital",
915
927
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
916
928
  label: "Type of recording",
917
929
  subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic",
918
930
  type: "http://www.w3.org/2002/07/owl#Class"
919
931
  term :ReductionRatio,
920
- definition: "Size of a micro-image in relation to the original from which it was produced.",
932
+ definition: "Size of a micro-image in relation to the original from which it was produced",
921
933
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
922
934
  label: "Reduction ratio",
923
935
  type: "http://www.w3.org/2002/07/owl#Class"
924
936
  term :RegionalEncoding,
925
- definition: "Identification of the region of the world for which a videodisc has been encoded, e.g., region 4.",
937
+ definition: "Identification of the region of the world for which a videodisc has been encoded, e.g., region 4",
926
938
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
927
939
  label: "Regional encoding",
928
940
  subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic",
929
941
  type: "http://www.w3.org/2002/07/owl#Class"
942
+ term :Relation,
943
+ definition: "Associated resource and its relationship to the resource being described",
944
+ "http://purl.org/dc/terms/modified": "2024-07-10 (New [GH116])",
945
+ label: "Relation",
946
+ type: "http://www.w3.org/2002/07/owl#Class"
947
+ term :Relationship,
948
+ definition: "Type of relationship between resources",
949
+ "http://purl.org/dc/terms/modified": "2024-07-10 (New [GH116])",
950
+ label: "Relationship",
951
+ type: "http://www.w3.org/2002/07/owl#Class"
930
952
  term :Relief,
931
- definition: "Relief term specified on a cartographic resource.",
953
+ definition: "Relief term specified on a cartographic resource",
932
954
  "http://purl.org/dc/terms/modified": "2023-11-30 (New [GH104])",
933
955
  label: "Relief",
934
956
  type: "http://www.w3.org/2002/07/owl#Class"
935
957
  term :ReportNumber,
936
- definition: "Identification number of a technical report that is not a Standard Technical Report Number.",
958
+ definition: "Identification number of a technical report that is not a Standard Technical Report Number",
937
959
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
938
960
  label: "Technical report number",
939
961
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
940
962
  type: "http://www.w3.org/2002/07/owl#Class"
941
963
  term :Resolution,
942
- definition: "Clarity or fineness of detail in a digital image, expressed by the measurement of the image in pixels, etc., e.g., 3.1 megapixels.",
964
+ definition: "Clarity or fineness of detail in a digital image, expressed by the measurement of the image in pixels, etc., e.g., 3.1 megapixels",
943
965
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
944
966
  label: "Resolution",
945
967
  subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic",
946
968
  type: "http://www.w3.org/2002/07/owl#Class"
947
969
  term :RetentionPolicy,
948
- definition: "Policy of holding institution for retaining resource.",
970
+ definition: "Policy of holding institution for retaining resource",
949
971
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
950
972
  label: "Retention policy",
951
973
  subClassOf: "http://id.loc.gov/ontologies/bibframe/UsageAndAccessPolicy",
952
974
  type: "http://www.w3.org/2002/07/owl#Class"
953
975
  term :Review,
954
- definition: "Review of a resource.",
976
+ definition: "Review of a resource",
955
977
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
956
978
  label: "Review",
957
979
  type: "http://www.w3.org/2002/07/owl#Class"
958
980
  term :Role,
959
- definition: "Function played or provided by a contributor, e.g., author, illustrator, etc.",
981
+ definition: "Function played or provided by a contributor, e.g., author or illustrator",
960
982
  "http://purl.org/dc/terms/modified": "2017-02-03 (New)",
961
983
  label: "Role",
962
984
  type: "http://www.w3.org/2002/07/owl#Class"
963
985
  term :Scale,
964
- definition: "Ratio of the dimensions of a form contained or embodied in a resource to the dimensions of the entity it represents, e.g., for images or cartographic resources.",
986
+ definition: "Ratio of the dimensions of a form contained or embodied in a resource to the dimensions of the entity it represents, e.g., for images or cartographic resources",
965
987
  "http://purl.org/dc/terms/modified": "2017-02-03 (New)",
966
988
  label: "Scale",
967
989
  type: "http://www.w3.org/2002/07/owl#Class"
968
990
  term :Script,
969
- definition: "Information on the script, or symbol system used to convey the content of a text resource.",
991
+ definition: "Information on the script, or symbol system used to convey the content of a text resource",
970
992
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Modified label [GH67])"],
971
993
  label: "Script",
972
994
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Notation",
973
995
  type: "http://www.w3.org/2002/07/owl#Class"
974
996
  term :Serial,
975
- definition: "Resource that is issued in successive parts, usually numbered, that has no predetermined conclusion.",
997
+ definition: "Resource that is issued in successive parts, usually numbered, that has no predetermined conclusion",
976
998
  "http://purl.org/dc/terms/modified": "2022-10-03 (New [GH91])",
977
999
  label: "Serial",
978
1000
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
979
1001
  type: "http://www.w3.org/2002/07/owl#Class"
980
1002
  term :Series,
981
- definition: "Resource with a collective title that applies to a group of separate resources, each of which also has its own title.",
1003
+ definition: "Resource with a collective title that applies to a group of separate resources, each of which also has its own title",
982
1004
  "http://purl.org/dc/terms/modified": "2022-10-03 (New [GH91])",
983
1005
  label: "Series",
984
1006
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
985
1007
  type: "http://www.w3.org/2002/07/owl#Class"
986
1008
  term :ShelfMark,
987
- definition: "Piece/item identifier, such as a call or other type of number.",
1009
+ definition: "Piece/item identifier, such as a call or other type of number",
988
1010
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
989
1011
  label: "Shelf location",
990
1012
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
991
1013
  type: "http://www.w3.org/2002/07/owl#Class"
992
1014
  term :ShelfMarkDdc,
993
- definition: "Shelf mark based on Dewey Decimal Classification.",
1015
+ definition: "Shelf mark based on Dewey Decimal Classification",
994
1016
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
995
1017
  label: "DDC call number",
996
1018
  subClassOf: "http://id.loc.gov/ontologies/bibframe/ShelfMark",
997
1019
  type: "http://www.w3.org/2002/07/owl#Class"
998
1020
  term :ShelfMarkLcc,
999
- definition: "Shelf mark based on Library of Congress Classification.",
1021
+ definition: "Shelf mark based on Library of Congress Classification",
1000
1022
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1001
1023
  label: "LCC call number",
1002
1024
  subClassOf: "http://id.loc.gov/ontologies/bibframe/ShelfMark",
1003
1025
  type: "http://www.w3.org/2002/07/owl#Class"
1004
1026
  term :ShelfMarkNlm,
1005
- definition: "Shelf mark based on National Library of Medicine Classification.",
1027
+ definition: "Shelf mark based on National Library of Medicine Classification",
1006
1028
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1007
1029
  label: "NLM call number",
1008
1030
  subClassOf: "http://id.loc.gov/ontologies/bibframe/ShelfMark",
1009
1031
  type: "http://www.w3.org/2002/07/owl#Class"
1010
1032
  term :ShelfMarkUdc,
1011
- definition: "Shelf mark based on Universal Decimal Classification.",
1033
+ definition: "Shelf mark based on Universal Decimal Classification",
1012
1034
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1013
1035
  label: "UDC call number",
1014
1036
  subClassOf: "http://id.loc.gov/ontologies/bibframe/ShelfMark",
1015
1037
  type: "http://www.w3.org/2002/07/owl#Class"
1016
1038
  term :Sici,
1017
- definition: "Serial Item and Contribution Identifier.",
1039
+ definition: "Serial Item and Contribution Identifier",
1018
1040
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1019
1041
  label: "SICI",
1020
1042
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
1021
1043
  type: "http://www.w3.org/2002/07/owl#Class"
1022
1044
  term :SoundCharacteristic,
1023
- definition: "Technical specification relating to the encoding of sound in a resource.",
1045
+ definition: "Technical specification relating to the encoding of sound in a resource",
1024
1046
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1025
1047
  label: "Sound characteristic",
1026
1048
  type: "http://www.w3.org/2002/07/owl#Class"
1027
1049
  term :SoundContent,
1028
- definition: "Indication of whether the production of sound is an integral part of the resource.",
1050
+ definition: "Indication of whether the production of sound is an integral part of the resource",
1029
1051
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1030
1052
  label: "Sound content",
1031
1053
  type: "http://www.w3.org/2002/07/owl#Class"
1032
1054
  term :Source,
1033
- definition: "Resource from which value or label came or was derived.",
1055
+ definition: "Resource from which value or label came or was derived",
1034
1056
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1035
1057
  label: "Source",
1036
1058
  type: "http://www.w3.org/2002/07/owl#Class"
1037
1059
  term :Status,
1038
- definition: "Designation of the validity or position of something, e.g., whether something is incorrect or available.",
1060
+ definition: "Designation of the validity or position of something, e.g., whether something is incorrect or available",
1039
1061
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1040
1062
  label: "Status",
1041
1063
  type: "http://www.w3.org/2002/07/owl#Class"
1042
1064
  term :StillImage,
1043
- definition: "Resource expressed through line, shape, shading, etc., intended to be perceived visually as a still image or images in two dimensions. Includes two-dimensional images and slides and transparencies.",
1065
+ definition: "Resource expressed through line, shape, shading, etc., intended to be perceived visually as a still image or images in two dimensions, including two-dimensional images and slides and transparencies",
1044
1066
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1045
1067
  label: "Still image",
1046
1068
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
1047
1069
  type: "http://www.w3.org/2002/07/owl#Class"
1048
1070
  term :StockNumber,
1049
- definition: "Identification number used for stock purposes and assigned by agencies such as distributors, publishers, or vendors.",
1071
+ definition: "Identification number used for stock purposes and assigned by agencies such as distributors, publishers, or vendors",
1050
1072
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1051
1073
  label: "Stock number",
1052
1074
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
1053
1075
  type: "http://www.w3.org/2002/07/owl#Class"
1054
1076
  term :Strn,
1055
- definition: "Standard Technical Report Number.",
1077
+ definition: "Standard Technical Report Number",
1056
1078
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1057
1079
  label: "STRN",
1058
1080
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
1059
1081
  type: "http://www.w3.org/2002/07/owl#Class"
1060
1082
  term :StudyNumber,
1061
- definition: "Identification number for a computer data file.",
1083
+ definition: "Identification number for a computer data file",
1062
1084
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1063
1085
  label: "Study number",
1064
1086
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
1065
1087
  type: "http://www.w3.org/2002/07/owl#Class"
1066
1088
  term :Sublocation,
1067
- definition: "Specific place within the holding entity where the item is located or made available.",
1089
+ definition: "Specific place within the holding entity where the item is located or made available",
1068
1090
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1069
1091
  label: "Sublocation",
1070
1092
  type: "http://www.w3.org/2002/07/owl#Class"
1071
1093
  term :Summary,
1072
- definition: "Description of the content of a resource, such as an abstract, summary, etc..",
1094
+ definition: "Description of the content of a resource, such as an abstract, summary, etc.",
1073
1095
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1074
1096
  label: "Summary",
1075
1097
  type: "http://www.w3.org/2002/07/owl#Class"
1076
1098
  term :SupplementaryContent,
1077
- definition: "Index, bibliography, appendix, etc. intended to supplement the primary content of a resource.",
1099
+ definition: "Index, bibliography, appendix, etc. intended to supplement the primary content of a resource",
1078
1100
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1079
1101
  label: "Supplementary material",
1080
1102
  type: "http://www.w3.org/2002/07/owl#Class"
1081
1103
  term :SystemRequirement,
1082
- definition: "Equipment or system requirements beyond what is normal and obvious for the type of carrier or type of file, such as make and model of equipment or hardware, operating system, amount of memory, programming language, other necessary software, any plug-ins or peripherals required to play, view, or run the resource, etc.",
1104
+ definition: "Equipment or system requirements beyond what is normal and obvious for the type of carrier or type of file, such as make and model of equipment or hardware, operating system, amount of memory, programming language, other necessary software, any plug-ins or peripherals required to play, view, or run the resource",
1083
1105
  "http://purl.org/dc/terms/modified": "2017-02-06 (New)",
1084
1106
  label: "System Requirement",
1085
1107
  type: "http://www.w3.org/2002/07/owl#Class"
1086
1108
  term :TableOfContents,
1087
- definition: "Table of contents of a resource.",
1109
+ definition: "Table of contents of a resource",
1088
1110
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1089
1111
  label: "Table of contents",
1090
1112
  type: "http://www.w3.org/2002/07/owl#Class"
1091
1113
  term :Tactile,
1092
- definition: "Resource that is intended to be perceived by touch.",
1114
+ definition: "Resource that is intended to be perceived by touch",
1093
1115
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1094
1116
  label: "Tactile material",
1095
1117
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance",
1096
1118
  type: "http://www.w3.org/2002/07/owl#Class"
1097
1119
  term :TactileNotation,
1098
- definition: "Information on the symbol system used to convey the content of a tactile resource.",
1120
+ definition: "Information on the symbol system used to convey the content of a tactile resource",
1099
1121
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Modified label [GH67])"],
1100
1122
  label: "Tactile notation",
1101
1123
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Notation",
1102
1124
  type: "http://www.w3.org/2002/07/owl#Class"
1103
1125
  term :TapeConfig,
1104
- definition: "Number of tracks on an audiotape, e.g., 12 track.",
1126
+ definition: "Number of tracks on an audiotape, e.g., 12 track",
1105
1127
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1106
1128
  label: "Tape configuration",
1107
1129
  subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic",
1108
1130
  type: "http://www.w3.org/2002/07/owl#Class"
1109
1131
  term :Temporal,
1110
- definition: "Chronological period.",
1132
+ definition: "Chronological period",
1111
1133
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1112
1134
  label: "Temporal concept",
1113
1135
  type: "http://www.w3.org/2002/07/owl#Class"
1114
1136
  term :Text,
1115
- definition: "Resource intended to be perceived visually and understood through the use of language in written or spoken form.",
1137
+ definition: "Resource intended to be perceived visually and understood through the use of language in written or spoken form",
1116
1138
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1117
1139
  label: "Text",
1118
1140
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
@@ -1123,75 +1145,75 @@ module RDF::Vocab
1123
1145
  label: "Title entity",
1124
1146
  type: "http://www.w3.org/2002/07/owl#Class"
1125
1147
  term :Topic,
1126
- definition: "Concept or area of knowledge.",
1148
+ definition: "Concept or area of knowledge",
1127
1149
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1128
1150
  label: "Topic",
1129
1151
  type: "http://www.w3.org/2002/07/owl#Class"
1130
1152
  term :TrackConfig,
1131
- definition: "Configuration of the audio track on a sound-track film, e.g., center track, edge track.",
1153
+ definition: "Configuration of the audio track on a sound-track film, e.g., center track, edge track",
1132
1154
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1133
1155
  label: "Track configuration",
1134
1156
  subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic",
1135
1157
  type: "http://www.w3.org/2002/07/owl#Class"
1136
1158
  term :TransliteratedTitle,
1137
- definition: "Title transliterated from one script to another.",
1159
+ definition: "Title transliterated from one script to another",
1138
1160
  "http://purl.org/dc/terms/modified": "2023-11-30 (New [GH104])",
1139
1161
  label: "Transliterated title",
1140
1162
  subClassOf: "http://id.loc.gov/ontologies/bibframe/VariantTitle",
1141
1163
  type: "http://www.w3.org/2002/07/owl#Class"
1142
1164
  term :Unit,
1143
- definition: "Units in which a value is expressed.",
1165
+ definition: "Units in which a value is expressed",
1144
1166
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1145
1167
  label: "Unit",
1146
1168
  type: "http://www.w3.org/2002/07/owl#Class"
1147
1169
  term :Upc,
1148
- definition: "Universal Product Code.",
1170
+ definition: "Universal Product Code",
1149
1171
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1150
1172
  label: "UPC",
1151
1173
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
1152
1174
  type: "http://www.w3.org/2002/07/owl#Class"
1153
1175
  term :Urn,
1154
- definition: "Uniform Resource Name.",
1176
+ definition: "Uniform Resource Name",
1155
1177
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Corrected definition [GH51])"],
1156
1178
  label: "URN",
1157
1179
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
1158
1180
  type: "http://www.w3.org/2002/07/owl#Class"
1159
1181
  term :UsageAndAccessPolicy,
1160
- definition: "General statement of allowances and restrictions on access to a resource, including retention, reproduction, access, and lending.",
1182
+ definition: "General statement of allowances and restrictions on access to a resource, including retention, reproduction, access, and lending",
1161
1183
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1162
1184
  label: "Use and access conditions",
1163
1185
  type: "http://www.w3.org/2002/07/owl#Class"
1164
1186
  term :UsePolicy,
1165
- definition: "Usage limitations placed on a resource with respect to reproduction, publication, exhibition, etc..",
1187
+ definition: "Usage limitations placed on a resource with respect to reproduction, publication, exhibition, etc.",
1166
1188
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1167
1189
  label: "Use policy",
1168
1190
  subClassOf: "http://id.loc.gov/ontologies/bibframe/UsageAndAccessPolicy",
1169
1191
  type: "http://www.w3.org/2002/07/owl#Class"
1170
1192
  term :VariantTitle,
1171
- definition: "Title associated with the resource that is different from the Work or Instance title.",
1193
+ definition: "Title associated with the resource that is different from the Work or Instance title",
1172
1194
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1173
1195
  label: "Title variation",
1174
1196
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Title",
1175
1197
  type: "http://www.w3.org/2002/07/owl#Class"
1176
1198
  term :VideoCharacteristic,
1177
- definition: "Technical specification relating to the encoding of video images in a resource.",
1199
+ definition: "Technical specification relating to the encoding of video images in a resource",
1178
1200
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1179
1201
  label: "Video characteristic",
1180
1202
  type: "http://www.w3.org/2002/07/owl#Class"
1181
1203
  term :VideoFormat,
1182
- definition: "Standard, etc., used to encode the analog video content of a resource, e.g., Beta, 8mm.",
1204
+ definition: "Standard, etc., used to encode the analog video content of a resource, e.g., Beta, 8mm",
1183
1205
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1184
1206
  label: "Video format",
1185
1207
  subClassOf: "http://id.loc.gov/ontologies/bibframe/VideoCharacteristic",
1186
1208
  type: "http://www.w3.org/2002/07/owl#Class"
1187
1209
  term :VideoRecordingNumber,
1188
- definition: "Number assigned by a publisher to a video recording.",
1210
+ definition: "Number assigned by a publisher to a video recording",
1189
1211
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-02-03 (Corrected case in class name)"],
1190
1212
  label: "Video recording number",
1191
1213
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier",
1192
1214
  type: "http://www.w3.org/2002/07/owl#Class"
1193
1215
  term :Work,
1194
- definition: "Resource reflecting a conceptual essence of a cataloging resource.",
1216
+ definition: "Resource reflecting a conceptual essence of a cataloging resource",
1195
1217
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1196
1218
  label: "Work",
1197
1219
  type: "http://www.w3.org/2002/07/owl#Class"
@@ -1199,7 +1221,7 @@ module RDF::Vocab
1199
1221
  # Property definitions
1200
1222
  property :absorbed,
1201
1223
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
1202
- definition: "Resource that has been incorporated into another resource.",
1224
+ definition: "Resource that has been incorporated into another resource",
1203
1225
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
1204
1226
  inverseOf: "http://id.loc.gov/ontologies/bibframe/absorbedBy",
1205
1227
  label: "Absorption of",
@@ -1207,7 +1229,7 @@ module RDF::Vocab
1207
1229
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1208
1230
  property :absorbedBy,
1209
1231
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
1210
- definition: "Resource that incorporates another resource.",
1232
+ definition: "Resource that incorporates another resource",
1211
1233
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
1212
1234
  inverseOf: "http://id.loc.gov/ontologies/bibframe/absorbed",
1213
1235
  label: "Absorbed by",
@@ -1215,7 +1237,7 @@ module RDF::Vocab
1215
1237
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1216
1238
  property :accompaniedBy,
1217
1239
  comment: ["Suggested use - With Work, Instance or Item", "Suggested value - Work, Instance or Item"],
1218
- definition: "Resource that accompanies the described resource.",
1240
+ definition: "Resource that accompanies the described resource",
1219
1241
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)"],
1220
1242
  inverseOf: "http://id.loc.gov/ontologies/bibframe/accompanies",
1221
1243
  label: "Accompanied by",
@@ -1223,7 +1245,7 @@ module RDF::Vocab
1223
1245
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1224
1246
  property :accompanies,
1225
1247
  comment: ["Suggested use - With Work, Instance or Item", "Suggested value - Work, Instance or Item"],
1226
- definition: "Resource that adds to or is issued with the described resource.",
1248
+ definition: "Resource that adds to or is issued with the described resource",
1227
1249
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)"],
1228
1250
  inverseOf: "http://id.loc.gov/ontologies/bibframe/accompaniedBy",
1229
1251
  label: "Accompanies",
@@ -1232,9 +1254,8 @@ module RDF::Vocab
1232
1254
  property :acquisitionSource,
1233
1255
  comment: "Suggested use - With Work or Instance",
1234
1256
  definition: "Information about an organization, person, etc., from which a resource may be obtained.",
1235
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-02-06 (Changed from data to object property, slight change to definition)", "2021-06-09 (Broadened range [GH63])"],
1257
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-02-06 (Changed from data to object property, slight change to definition)", "2021-06-09 (Broadened range [GH63])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1236
1258
  label: "Source of acquisition",
1237
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1238
1259
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1239
1260
  property :acquisitionTerms,
1240
1261
  comment: "Suggested use - With Work or Instance",
@@ -1245,50 +1266,44 @@ module RDF::Vocab
1245
1266
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1246
1267
  property :adminMetadata,
1247
1268
  definition: "Metadata about the metadata, especially provenance information.",
1248
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
1249
- "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1269
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1250
1270
  label: "Administrative metadata",
1251
1271
  range: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
1252
1272
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1253
1273
  property :adminMetadataFor,
1254
1274
  definition: "Relates an Administrative metadata resource to the resource it captures information about.",
1255
1275
  domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
1256
- "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH59])",
1276
+ "http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH59])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1257
1277
  label: "Administrative metadata for",
1258
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1259
1278
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1260
1279
  property :agent,
1280
+ comment: "Suggested value - bf:Agent or foaf:Agent",
1261
1281
  definition: "Entity associated with a resource or element of description, such as the name of the entity responsible for the content or of the publication, printing, distribution, issue, release or production of a resource.",
1262
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
1263
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])"],
1282
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1264
1283
  label: "Associated agent",
1265
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1266
1284
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1267
1285
  property :agentOf,
1286
+ comment: "Suggested use - With bf:Agent or foaf:Agent",
1268
1287
  definition: "Property relating an agent, such as an entity responsible for the content or of the publication, printing, distribution, issue, release or production, to another resource.",
1269
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
1270
- "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH3])",
1288
+ "http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH3])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1271
1289
  label: "Associated agent of",
1272
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1273
1290
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1274
1291
  property :appliedMaterial,
1275
1292
  comment: "Suggested use - With Work, Instance or Item",
1276
1293
  definition: "Physical or chemical substance applied to a base material of a resource.",
1277
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH24], Broadened domain, Made subproperty of material [GH26])"],
1294
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH24], Broadened domain, Made subproperty of material [GH26])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1278
1295
  label: "Applied material",
1279
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1280
1296
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/material",
1281
1297
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1282
1298
  property :appliedMaterialOf,
1283
1299
  definition: "Relates a Material resource to that which it is the applied material of.",
1284
1300
  domain: "http://id.loc.gov/ontologies/bibframe/Instance",
1285
- "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH25])",
1301
+ "http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH25])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1286
1302
  label: "Appllied material of",
1287
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1288
1303
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/materialOf",
1289
1304
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1290
1305
  property :arrangement,
1291
- definition: "Relates one resource to another of which it is an arrangement of the first.",
1306
+ definition: "Relates one resource to another of which it is an arrangement of the first",
1292
1307
  domain: "http://id.loc.gov/ontologies/bibframe/Work",
1293
1308
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Redefined [GH77])"],
1294
1309
  inverseOf: "http://id.loc.gov/ontologies/bibframe/arrangementOf",
@@ -1320,11 +1335,17 @@ module RDF::Vocab
1320
1335
  range: "http://id.loc.gov/ontologies/bibframe/AspectRatio",
1321
1336
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1322
1337
  property :assigner,
1338
+ comment: "Suggested value - bf:Organization or bf:Assigner",
1323
1339
  definition: "Entity that assigned the metadata, such as the entity that assigned a classification number, entity that assigned a name, entity that assigned an identifier.",
1324
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
1325
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broaden domain [GH60], Broadened range [GH63])"],
1340
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broaden domain [GH60], Broadened range [GH63])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1326
1341
  label: "Assigner",
1327
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1342
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1343
+ property :associatedResource,
1344
+ comment: "Suggested value - With Work or Hub",
1345
+ definition: "Associated resource",
1346
+ domain: "http://id.loc.gov/ontologies/bibframe/Relation",
1347
+ "http://purl.org/dc/terms/modified": "2022-07-10 (New [GH116])",
1348
+ label: "Associated resource",
1328
1349
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1329
1350
  property :awards,
1330
1351
  comment: "Suggested use - With Work or Instance",
@@ -1337,25 +1358,22 @@ module RDF::Vocab
1337
1358
  property :baseMaterial,
1338
1359
  comment: "Suggested use - With Work, Instance or Item",
1339
1360
  definition: "Underlying physical material of a resource.",
1340
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH24], Broadened domain, Made subproperty of material [GH26])"],
1361
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH24], Broadened domain, Made subproperty of material [GH26])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1341
1362
  label: "Base material",
1342
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1343
1363
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/material",
1344
1364
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1345
1365
  property :baseMaterialOf,
1346
1366
  definition: "Relates a Material resource to that which it is the base material of.",
1347
1367
  domain: "http://id.loc.gov/ontologies/bibframe/Instance",
1348
- "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH25])",
1368
+ "http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH25])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1349
1369
  label: "Base material of",
1350
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1351
1370
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/materialOf",
1352
1371
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1353
1372
  property :binding,
1354
1373
  definition: "A method used to bind a published or unpublished resource,or other binding information.",
1355
1374
  domain: "http://id.loc.gov/ontologies/bibframe/Instance",
1356
- "http://purl.org/dc/terms/modified": "2022-10-03 (New [GH91])",
1375
+ "http://purl.org/dc/terms/modified": ["2022-10-03 (New [GH91])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1357
1376
  label: "Binding method",
1358
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1359
1377
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1360
1378
  property :bookFormat,
1361
1379
  definition: "Result of folding a printed sheet to form a gathering of leaves.",
@@ -1372,11 +1390,11 @@ module RDF::Vocab
1372
1390
  range: "http://id.loc.gov/ontologies/bibframe/Capture",
1373
1391
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1374
1392
  property :carrier,
1393
+ comment: "Suggested value - bf:Carrier or skos:Concept",
1375
1394
  definition: "Categorization reflecting the format of the storage medium and housing of a carrier.",
1376
1395
  domain: "http://id.loc.gov/ontologies/bibframe/Instance",
1377
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH72])"],
1396
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH72])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1378
1397
  label: "Carrier type",
1379
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1380
1398
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1381
1399
  property :cartographicAttributes,
1382
1400
  comment: "Suggested use - With Work or Instance",
@@ -1386,7 +1404,7 @@ module RDF::Vocab
1386
1404
  range: "http://id.loc.gov/ontologies/bibframe/Cartographic",
1387
1405
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1388
1406
  property :changeDate,
1389
- definition: "Date or date and time on which the metadata was modified.",
1407
+ definition: "Date or date and time on which the metadata was modified",
1390
1408
  domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
1391
1409
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1392
1410
  label: "Description change date",
@@ -1409,8 +1427,7 @@ module RDF::Vocab
1409
1427
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1410
1428
  property :code,
1411
1429
  definition: "String of characters that serves as a code representing information.",
1412
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
1413
- "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1430
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1414
1431
  label: "Code",
1415
1432
  range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1416
1433
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
@@ -1443,11 +1460,11 @@ module RDF::Vocab
1443
1460
  range: "http://id.loc.gov/ontologies/bibframe/ColorContent",
1444
1461
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1445
1462
  property :content,
1463
+ comment: "Suggested value - bf:Content or skos:Concept",
1446
1464
  definition: "Categorization reflecting the fundamental form of communication in which the content is expressed and the human sense through which it is intended to be perceived.",
1447
1465
  domain: "http://id.loc.gov/ontologies/bibframe/Work",
1448
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH71])"],
1466
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH71])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1449
1467
  label: "Content type",
1450
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1451
1468
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1452
1469
  property :contentAccessibility,
1453
1470
  comment: "Suggested use - With Work or Instance",
@@ -1458,7 +1475,7 @@ module RDF::Vocab
1458
1475
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1459
1476
  property :continuedBy,
1460
1477
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
1461
- definition: "Resource whose content continues an earlier resource under a new title.",
1478
+ definition: "Resource whose content continues an earlier resource under a new title",
1462
1479
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
1463
1480
  inverseOf: "http://id.loc.gov/ontologies/bibframe/continues",
1464
1481
  label: "Continued by",
@@ -1466,7 +1483,7 @@ module RDF::Vocab
1466
1483
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1467
1484
  property :continuedInPartBy,
1468
1485
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
1469
- definition: "Resource part of whose content separated from an earlier resource to form a new resource.",
1486
+ definition: "Resource part of whose content separated from an earlier resource to form a new resource",
1470
1487
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
1471
1488
  inverseOf: "http://id.loc.gov/ontologies/bibframe/separatedFrom",
1472
1489
  label: "Continued in part by",
@@ -1474,7 +1491,7 @@ module RDF::Vocab
1474
1491
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1475
1492
  property :continues,
1476
1493
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
1477
- definition: "Resource that is continued by the content of a later resource under a new title.",
1494
+ definition: "Resource that is continued by the content of a later resource under a new title",
1478
1495
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
1479
1496
  inverseOf: "http://id.loc.gov/ontologies/bibframe/continuedBy",
1480
1497
  label: "Continuation of",
@@ -1482,7 +1499,7 @@ module RDF::Vocab
1482
1499
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1483
1500
  property :continuesInPart,
1484
1501
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
1485
- definition: "Resource that split into two or more separate resources with new titles.",
1502
+ definition: "Resource that split into two or more separate resources with new titles",
1486
1503
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
1487
1504
  inverseOf: "http://id.loc.gov/ontologies/bibframe/splitInto",
1488
1505
  label: "Continuation in part of",
@@ -1490,14 +1507,14 @@ module RDF::Vocab
1490
1507
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1491
1508
  property :contribution,
1492
1509
  comment: "Suggested use - With Work, Instance or Item",
1493
- definition: "Agent and its role in relation to the resource.",
1510
+ definition: "Agent and its role in relation to the resource",
1494
1511
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-02-03 (Corrected label)"],
1495
1512
  label: "Contributor and role",
1496
1513
  range: "http://id.loc.gov/ontologies/bibframe/Contribution",
1497
1514
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1498
1515
  property :contributionOf,
1499
1516
  comment: "Suggested value - Work, Instance or Item",
1500
- definition: "Relates a contribution resource, which associates an Agent and Role together, to the relevant resource.",
1517
+ definition: "Relates a contribution resource, which associates an Agent and Role together, to the relevant resource",
1501
1518
  domain: "http://id.loc.gov/ontologies/bibframe/Contribution",
1502
1519
  "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH4])",
1503
1520
  label: "Contribution of",
@@ -1526,8 +1543,7 @@ module RDF::Vocab
1526
1543
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1527
1544
  property :count,
1528
1545
  definition: "Number associated with a measure of units, such as the number of units and/or subunits making up a resource.",
1529
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
1530
- "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1546
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1531
1547
  label: "Number of units",
1532
1548
  range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1533
1549
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
@@ -1539,7 +1555,7 @@ module RDF::Vocab
1539
1555
  range: "http://id.loc.gov/ontologies/bibframe/CoverArt",
1540
1556
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1541
1557
  property :creationDate,
1542
- definition: "Date or date and time on which the original metadata first created.",
1558
+ definition: "Date or date and time on which the original metadata first created",
1543
1559
  domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
1544
1560
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1545
1561
  label: "Description creation date",
@@ -1563,17 +1579,15 @@ module RDF::Vocab
1563
1579
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1564
1580
  property :dataSource,
1565
1581
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
1566
- definition: "Resource that is a data source to which the described resource is related. It may contain information about other files, printed sources, or collection procedures.",
1582
+ definition: "Resource that is a data source to which the described resource is related; may contain information about other files, printed sources, or collection procedures",
1567
1583
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (updated range)"],
1568
1584
  label: "Data source",
1569
1585
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo",
1570
1586
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1571
1587
  property :date,
1572
1588
  definition: "Date designation associated with a resource or element of description, such as date of title variation; year a degree was awarded; date associated with the publication, printing, distribution, issue, release or production of a resource. May be date typed.",
1573
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
1574
- "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1589
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Removed defined range [GH125])"],
1575
1590
  label: "Date",
1576
- range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1577
1591
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1578
1592
  property :degree,
1579
1593
  definition: "Degree for which author was a candidate.",
@@ -1584,53 +1598,51 @@ module RDF::Vocab
1584
1598
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1585
1599
  property :derivativeOf,
1586
1600
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
1587
- definition: "Source work from which the described resource is derived.",
1601
+ definition: "Source work from which the described resource is derived",
1588
1602
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)"],
1589
1603
  inverseOf: "http://id.loc.gov/ontologies/bibframe/hasDerivative",
1590
1604
  label: "Is derivative of",
1591
1605
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo",
1592
1606
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1593
1607
  property :derivedFrom,
1594
- definition: "Link to the metadata that was the source of the data.",
1608
+ definition: "Link to the metadata that was the source of the data",
1595
1609
  domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
1596
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH41])"],
1610
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH41])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1597
1611
  label: "Source metadata",
1598
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1599
1612
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1600
1613
  property :descriptionAuthentication,
1601
- definition: "Indication of specific types of reviews that have been carried out on the description information.",
1614
+ definition: "Indication of specific types of reviews that have been carried out on the description information",
1602
1615
  domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
1603
1616
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1604
1617
  label: "Description authentication",
1605
1618
  range: "http://id.loc.gov/ontologies/bibframe/DescriptionAuthentication",
1606
1619
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1607
1620
  property :descriptionConventions,
1608
- definition: "Rules used for the descriptive content of the resource description.",
1621
+ definition: "Rules used for the descriptive content of the resource description",
1609
1622
  domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
1610
1623
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-24 (fixed domain name)"],
1611
1624
  label: "Description conventions",
1612
1625
  range: "http://id.loc.gov/ontologies/bibframe/DescriptionConventions",
1613
1626
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1614
1627
  property :descriptionLanguage,
1615
- definition: "Language used for the metadata.",
1628
+ definition: "Language used for the metadata",
1616
1629
  domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
1617
1630
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1618
1631
  label: "Description language",
1619
1632
  range: "http://id.loc.gov/ontologies/bibframe/Language",
1620
1633
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1621
1634
  property :descriptionLevel,
1622
- definition: "Designation of the descriptive content of the metadata.",
1635
+ definition: "Designation of the descriptive content of the metadata",
1623
1636
  domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
1624
1637
  "http://purl.org/dc/terms/modified": "2022-10-03 (New [GH43])",
1625
1638
  label: "Description level",
1626
1639
  range: "http://id.loc.gov/ontologies/bibframe/DescriptionLevel",
1627
1640
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1628
1641
  property :descriptionModifier,
1629
- definition: "Agency that modified a description.",
1642
+ definition: "Agency that modified a description",
1630
1643
  domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
1631
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])"],
1644
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1632
1645
  label: "Description modifier",
1633
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1634
1646
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1635
1647
  property :digitalCharacteristic,
1636
1648
  definition: "Technical specification relating to the digital encoding of text, image, audio, video, and other types of data in a resource.",
@@ -1654,6 +1666,13 @@ module RDF::Vocab
1654
1666
  label: "Dissertation Information",
1655
1667
  range: "http://id.loc.gov/ontologies/bibframe/Dissertation",
1656
1668
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1669
+ property :distributionStatement,
1670
+ definition: "Statement related to the distribution of the resources; usually transcribed.",
1671
+ domain: "http://id.loc.gov/ontologies/bibframe/Instance",
1672
+ "http://purl.org/dc/terms/modified": "2024-07-10 (New [GH124])",
1673
+ label: "Distribution statement",
1674
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1675
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1657
1676
  property :duration,
1658
1677
  comment: "Suggested use - With Work or Instance",
1659
1678
  definition: "Information about the playing time, running time, etc. of a resource.",
@@ -1684,10 +1703,8 @@ module RDF::Vocab
1684
1703
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1685
1704
  property :electronicLocator,
1686
1705
  definition: "Electronic location from which the resource is available.",
1687
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
1688
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed domain [GH66])"],
1706
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed domain [GH66])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1689
1707
  label: "Electronic location",
1690
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1691
1708
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1692
1709
  property :emulsion,
1693
1710
  definition: "Suspension of light-sensitive chemicals used as a coating on a microfilm or microfiche, e.g., silver halide.",
@@ -1725,7 +1742,7 @@ module RDF::Vocab
1725
1742
  range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1726
1743
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1727
1744
  property :eventContent,
1728
- definition: "Work whose content is the described event.",
1745
+ definition: "Work whose content is the described event",
1729
1746
  domain: "http://id.loc.gov/ontologies/bibframe/Event",
1730
1747
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)"],
1731
1748
  inverseOf: "http://id.loc.gov/ontologies/bibframe/eventContentOf",
@@ -1734,7 +1751,7 @@ module RDF::Vocab
1734
1751
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo",
1735
1752
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1736
1753
  property :eventContentOf,
1737
- definition: "Event that is the content of the described work.",
1754
+ definition: "Event that is the content of the described work",
1738
1755
  domain: "http://id.loc.gov/ontologies/bibframe/Work",
1739
1756
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)"],
1740
1757
  inverseOf: "http://id.loc.gov/ontologies/bibframe/eventContent",
@@ -1751,7 +1768,7 @@ module RDF::Vocab
1751
1768
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1752
1769
  property :expressionOf,
1753
1770
  comment: ["Suggested use - With Work or Hub", "Suggested value - With Work or Hub"],
1754
- definition: "Work or Hub that the described Work or Hub is an expression of. Use to connect Works and/or Hubs under LRM/RDA guidelines or similar implementations.",
1771
+ definition: "Work or Hub that the described Work or Hub is an expression of; used to connect Works and/or Hubs under LRM/RDA guidelines or similar implementations",
1755
1772
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)", "2021-06-09 (Modified definition [GH8])", "2023-11-30 (Modified domain/range to support Hub [GH110])"],
1756
1773
  inverseOf: "http://id.loc.gov/ontologies/bibframe/hasExpression",
1757
1774
  label: "Expression of",
@@ -1759,14 +1776,13 @@ module RDF::Vocab
1759
1776
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1760
1777
  property :extent,
1761
1778
  definition: "Number and type of units and/or subunits making up a resource.",
1762
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
1763
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH30])"],
1779
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH30])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1764
1780
  label: "Extent",
1765
1781
  range: "http://id.loc.gov/ontologies/bibframe/Extent",
1766
1782
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1767
1783
  property :findingAid,
1768
1784
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
1769
- definition: "Relationship for archival, visual, and manuscript resources to a finding aid or similar control materials.",
1785
+ definition: "Relationship for archival, visual, and manuscript resources to a finding aid or similar control materials",
1770
1786
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
1771
1787
  inverseOf: "http://id.loc.gov/ontologies/bibframe/findingAidOf",
1772
1788
  label: "Finding aid",
@@ -1774,7 +1790,7 @@ module RDF::Vocab
1774
1790
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1775
1791
  property :findingAidOf,
1776
1792
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
1777
- definition: "Finding aid or similar control materials for archival, visual, and manuscript resources.",
1793
+ definition: "Finding aid or similar control materials for archival, visual, and manuscript resources",
1778
1794
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
1779
1795
  inverseOf: "http://id.loc.gov/ontologies/bibframe/findingAid",
1780
1796
  label: "Finding aid for",
@@ -1782,8 +1798,7 @@ module RDF::Vocab
1782
1798
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1783
1799
  property :firstIssue,
1784
1800
  definition: "Beginning date of a resource and/or the sequential designations.",
1785
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
1786
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed domain [GH76])"],
1801
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed domain [GH76])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1787
1802
  label: "Multipart first issue",
1788
1803
  range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1789
1804
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
@@ -1797,8 +1812,7 @@ module RDF::Vocab
1797
1812
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1798
1813
  property :frequency,
1799
1814
  definition: "Intervals at which the parts of a serially produced resource or the updates to an integrating resource are issued.",
1800
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
1801
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed domain [GH76])"],
1815
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed domain [GH76])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1802
1816
  label: "Frequency",
1803
1817
  range: "http://id.loc.gov/ontologies/bibframe/Frequency",
1804
1818
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
@@ -1810,7 +1824,7 @@ module RDF::Vocab
1810
1824
  range: "http://id.loc.gov/ontologies/bibframe/Generation",
1811
1825
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1812
1826
  property :generationDate,
1813
- definition: "Date of conversion of the metadata from another format.",
1827
+ definition: "Date of conversion of the metadata from another format",
1814
1828
  domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
1815
1829
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1816
1830
  label: "Date generated",
@@ -1818,36 +1832,33 @@ module RDF::Vocab
1818
1832
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date",
1819
1833
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1820
1834
  property :generationProcess,
1821
- definition: "Indication of the program or process used to generate the description by application of a particular transformation.",
1835
+ definition: "Indication of the program or process used to generate the description by application of a particular transformation",
1822
1836
  domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
1823
1837
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1824
1838
  label: "Description generation",
1825
1839
  range: "http://id.loc.gov/ontologies/bibframe/GenerationProcess",
1826
1840
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1827
1841
  property :genreForm,
1828
- comment: "Suggested use - With Work, Instance or Item",
1842
+ comment: ["Suggested use - With Work, Instance or Item", "Suggested value - bf:GenreForm or madsrdf:GenreForm or skos:Concept"],
1829
1843
  definition: "Form category or genre to which a resource belongs",
1830
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH16])"],
1844
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH16])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1831
1845
  label: "Genre/form",
1832
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1833
1846
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1834
1847
  property :geographicCoverage,
1848
+ comment: "Suggested value - bf:GeographicCoverage or bf:Place or madsrdf:Geographic",
1835
1849
  definition: "Geographic coverage of the content of the resource.",
1836
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
1837
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-02-06 (Changed from data to object property)", "2021-06-09 (Removed domain [GH15])"],
1850
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-02-06 (Changed from data to object property)", "2021-06-09 (Removed domain [GH15])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1838
1851
  label: "Geographic coverage",
1839
- range: "http://id.loc.gov/ontologies/bibframe/GeographicCoverage",
1840
1852
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1841
1853
  property :grantingInstitution,
1842
1854
  definition: "Name of degree granting institution.",
1843
1855
  domain: "http://id.loc.gov/ontologies/bibframe/Dissertation",
1844
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])"],
1856
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1845
1857
  label: "Degree issuing institution",
1846
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1847
1858
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1848
1859
  property :hasDerivative,
1849
1860
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
1850
- definition: "Resource that is a modification of the described work.",
1861
+ definition: "Resource that is a modification of the described work",
1851
1862
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)"],
1852
1863
  inverseOf: "http://id.loc.gov/ontologies/bibframe/derivativeOf",
1853
1864
  label: "Has derivative",
@@ -1855,21 +1866,21 @@ module RDF::Vocab
1855
1866
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1856
1867
  property :hasEquivalent,
1857
1868
  comment: ["Suggested use - With Work, Instance or Item", "Suggested value - Work, Instance or Item"],
1858
- definition: "Resource embodies the same content as the described resource.",
1869
+ definition: "Resource embodies the same content as the described resource",
1859
1870
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
1860
1871
  label: "Equivalence",
1861
1872
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo",
1862
1873
  type: "http://www.w3.org/2002/07/owl#SymmetricProperty"
1863
1874
  property :hasExpression,
1864
1875
  comment: ["Suggested use - With Work or Hub", "Suggested value - With Work or Hub"],
1865
- definition: "Work or Hub that is an expression of a described Work or Hub. Use to relate Works and/or Hubs under LRM/RDA guidelines or similar implementations.",
1876
+ definition: "Work or Hub that is an expression of a described Work or Hub; used to relate Works and/or Hubs under LRM/RDA guidelines or similar implementations",
1866
1877
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)", "2021-06-09 (Modified definition [GH8])", "2023-11-30 (Modified domain/range to support Hub [GH110])"],
1867
1878
  inverseOf: "http://id.loc.gov/ontologies/bibframe/expressionOf",
1868
1879
  label: "Expressed as",
1869
1880
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo",
1870
1881
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1871
1882
  property :hasInstance,
1872
- definition: "Instance is related to described Work. For use to connect Works to Instances in the BIBFRAME structure.",
1883
+ definition: "Instance is related to described Work ; used to connect Works to Instances in the BIBFRAME structure",
1873
1884
  domain: "http://id.loc.gov/ontologies/bibframe/Work",
1874
1885
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)"],
1875
1886
  inverseOf: "http://id.loc.gov/ontologies/bibframe/instanceOf",
@@ -1878,7 +1889,7 @@ module RDF::Vocab
1878
1889
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo",
1879
1890
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1880
1891
  property :hasItem,
1881
- definition: "Item which is an example of the described Instance.",
1892
+ definition: "Item which is an example of the described Instance",
1882
1893
  domain: "http://id.loc.gov/ontologies/bibframe/Instance",
1883
1894
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)", "2017-02-07 (slight revision of definition)"],
1884
1895
  inverseOf: "http://id.loc.gov/ontologies/bibframe/itemOf",
@@ -1895,7 +1906,7 @@ module RDF::Vocab
1895
1906
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo",
1896
1907
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1897
1908
  property :hasReproduction,
1898
- definition: "Resource that reproduces another Resource.",
1909
+ definition: "Resource that reproduces another Resource",
1899
1910
  domain: "http://id.loc.gov/ontologies/bibframe/Instance",
1900
1911
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)"],
1901
1912
  inverseOf: "http://id.loc.gov/ontologies/bibframe/reproductionOf",
@@ -1905,16 +1916,16 @@ module RDF::Vocab
1905
1916
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1906
1917
  property :hasSeries,
1907
1918
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
1908
- definition: "Resource in which the part has been issued; the title of the larger resource appears on the part.",
1909
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
1919
+ definition: "Relation between a resource and the larger resource in which it has been issued; the title of the encompassing larger resource features on the part",
1920
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)", "2024-07-10 (updated definition [GF106])"],
1910
1921
  inverseOf: "http://id.loc.gov/ontologies/bibframe/seriesOf",
1911
1922
  label: "In series",
1912
1923
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/partOf",
1913
1924
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1914
1925
  property :hasSubseries,
1915
1926
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
1916
- definition: "series resource that is part of another series.",
1917
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
1927
+ definition: "Relation between a resource and the larger Series resource in which it has been issued; the larger Series resource is part of another overarching Series resource",
1928
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)", "2024-07-10 (updated definition [GF106])"],
1918
1929
  inverseOf: "http://id.loc.gov/ontologies/bibframe/subseriesOf",
1919
1930
  label: "Subseries",
1920
1931
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/partOf",
@@ -1922,9 +1933,8 @@ module RDF::Vocab
1922
1933
  property :heldBy,
1923
1934
  definition: "Entity holding the item or from which it is available.",
1924
1935
  domain: "http://id.loc.gov/ontologies/bibframe/Item",
1925
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])"],
1936
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1926
1937
  label: "Held by",
1927
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1928
1938
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1929
1939
  property :hierarchicalLevel,
1930
1940
  definition: "Hierarchical position of the described materials relative to other material from the same source.",
@@ -1942,8 +1952,7 @@ module RDF::Vocab
1942
1952
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1943
1953
  property :identifiedBy,
1944
1954
  definition: "Character string associated with a resource that serves to differentiate that resource from other resources, i.e., that uniquely identifies an entity.",
1945
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
1946
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-05-04 (New inverse)"],
1955
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-05-04 (New inverse)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1947
1956
  inverseOf: "http://id.loc.gov/ontologies/bibframe/identifies",
1948
1957
  label: "Identifier",
1949
1958
  range: "http://id.loc.gov/ontologies/bibframe/Identifier",
@@ -1951,10 +1960,9 @@ module RDF::Vocab
1951
1960
  property :identifies,
1952
1961
  definition: "Resource that is associated with a character string that serves to differentiate one resource from another.",
1953
1962
  domain: "http://id.loc.gov/ontologies/bibframe/Identifier",
1954
- "http://purl.org/dc/terms/modified": "2017-02-03 (New inverse)",
1963
+ "http://purl.org/dc/terms/modified": ["2017-02-03 (New inverse)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
1955
1964
  inverseOf: "http://id.loc.gov/ontologies/bibframe/identifiedBy",
1956
1965
  label: "Resource identified",
1957
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1958
1966
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1959
1967
  property :illustrativeContent,
1960
1968
  comment: "Suggested use - With Work or Instance",
@@ -1980,14 +1988,14 @@ module RDF::Vocab
1980
1988
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1981
1989
  property :indexOf,
1982
1990
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
1983
- definition: "Index that accompanies a resource.",
1991
+ definition: "Index that accompanies a resource",
1984
1992
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
1985
1993
  inverseOf: "http://id.loc.gov/ontologies/bibframe/index",
1986
1994
  label: "Index to",
1987
1995
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompanies",
1988
1996
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1989
1997
  property :instanceOf,
1990
- definition: "Work the Instance described instantiates or manifests. For use to connect Instances to Works in the BIBFRAME structure.",
1998
+ definition: "Work the Instance described instantiates or manifests; used to connect Instances to Works in the BIBFRAME structure",
1991
1999
  domain: "http://id.loc.gov/ontologies/bibframe/Instance",
1992
2000
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)"],
1993
2001
  inverseOf: "http://id.loc.gov/ontologies/bibframe/hasInstance",
@@ -2012,9 +2020,8 @@ module RDF::Vocab
2012
2020
  property :intendedAudience,
2013
2021
  comment: "Suggested use - With Work or Instance",
2014
2022
  definition: "Information that identifies the specific audience or intellectual level for which the content of the resource is considered appropriate.",
2015
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH74])"],
2023
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH74])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2016
2024
  label: "Intended audience",
2017
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2018
2025
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2019
2026
  property :issuance,
2020
2027
  comment: "Suggested use - With Work or Instance",
@@ -2025,13 +2032,13 @@ module RDF::Vocab
2025
2032
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2026
2033
  property :issuedWith,
2027
2034
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2028
- definition: "Resource that is issued on the same carrier as the resource being described.",
2035
+ definition: "Resource that is issued on the same carrier as the resource being described",
2029
2036
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH62], Broadened domain [GH62])"],
2030
2037
  label: "Issued with",
2031
2038
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompanies",
2032
2039
  type: "http://www.w3.org/2002/07/owl#SymmetricProperty"
2033
2040
  property :itemOf,
2034
- definition: "Instance for which the described Item is an example.",
2041
+ definition: "Instance for which the described Item is an example",
2035
2042
  domain: "http://id.loc.gov/ontologies/bibframe/Item",
2036
2043
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)", "2017-02-07 (slight revision of definition)"],
2037
2044
  inverseOf: "http://id.loc.gov/ontologies/bibframe/hasItem",
@@ -2047,16 +2054,14 @@ module RDF::Vocab
2047
2054
  range: "http://www.w3.org/2000/01/rdf-schema#Literal",
2048
2055
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
2049
2056
  property :language,
2057
+ comment: "Suggested value - bf:Language or madsrdf:Language",
2050
2058
  definition: "Language associated with a resource or its parts.",
2051
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
2052
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH70])"],
2059
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH70])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2053
2060
  label: "Language information",
2054
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2055
2061
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2056
2062
  property :lastIssue,
2057
2063
  definition: "Ending date of a resource and/or the sequential designations.",
2058
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
2059
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed domain [GH76])"],
2064
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed domain [GH76])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2060
2065
  label: "Multipart last issue",
2061
2066
  range: "http://www.w3.org/2000/01/rdf-schema#Literal",
2062
2067
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
@@ -2082,30 +2087,34 @@ module RDF::Vocab
2082
2087
  label: "Main title",
2083
2088
  range: "http://www.w3.org/2000/01/rdf-schema#Literal",
2084
2089
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
2090
+ property :manufactureStatement,
2091
+ definition: "Statement related to the manufacture of the resources; usually transcribed.",
2092
+ domain: "http://id.loc.gov/ontologies/bibframe/Instance",
2093
+ "http://purl.org/dc/terms/modified": "2024-07-10 (New [GH124])",
2094
+ label: "Manufacture statement",
2095
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
2096
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
2085
2097
  property :material,
2086
2098
  comment: "Suggested use - With Work, Instance or Item",
2087
2099
  definition: "Resource uses, is composed of, integrates, etc. the related material.",
2088
- "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH26])",
2100
+ "http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH26])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2089
2101
  label: "Material",
2090
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2091
2102
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2092
2103
  property :materialOf,
2093
2104
  comment: "Suggested use - With Work, Instance or Item",
2094
2105
  definition: "This material is related to a resource.",
2095
- "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH26])",
2106
+ "http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH26])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2096
2107
  label: "Material of",
2097
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2098
2108
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2099
2109
  property :media,
2100
- comment: "Suggested use - With Work or Instance",
2110
+ comment: ["Suggested use - With Work or Instance", "Suggested value - bf:Media or skos:Concept"],
2101
2111
  definition: "Categorization reflecting the general type of intermediation device required to view, play, run, etc., the content of a resource.",
2102
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH73])"],
2112
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH73])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2103
2113
  label: "Media type",
2104
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2105
2114
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2106
2115
  property :mergedToForm,
2107
2116
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2108
- definition: "One of two or more resources that come together to form a new resource.",
2117
+ definition: "One of two or more resources that come together to form a new resource",
2109
2118
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
2110
2119
  inverseOf: "http://id.loc.gov/ontologies/bibframe/mergerOf",
2111
2120
  label: "Merged to form",
@@ -2113,7 +2122,7 @@ module RDF::Vocab
2113
2122
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2114
2123
  property :mergerOf,
2115
2124
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2116
- definition: "One of two or more resources which came together to form a new resource.",
2125
+ definition: "One of two or more resources which came together to form a new resource",
2117
2126
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
2118
2127
  inverseOf: "http://id.loc.gov/ontologies/bibframe/mergedToForm",
2119
2128
  label: "Merger of",
@@ -2122,9 +2131,8 @@ module RDF::Vocab
2122
2131
  property :mount,
2123
2132
  definition: "Physical material or object used for the support or backing to which the base material of a resource has been attached.",
2124
2133
  domain: "http://id.loc.gov/ontologies/bibframe/Instance",
2125
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Modified label [GH29])"],
2134
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Modified label [GH29])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2126
2135
  label: "Mount material or object",
2127
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2128
2136
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2129
2137
  property :musicFormat,
2130
2138
  comment: "Suggested use - With Work or Instance",
@@ -2184,17 +2192,15 @@ module RDF::Vocab
2184
2192
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2185
2193
  property :note,
2186
2194
  definition: "General textual information relating to a resource, such as Information about a specific copy of a resource or information about a particular attribute of a resource.",
2187
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
2188
- "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
2195
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2189
2196
  label: "Note",
2190
2197
  range: "http://id.loc.gov/ontologies/bibframe/Note",
2191
2198
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2192
2199
  property :noteFor,
2193
2200
  definition: "Relates a Note resource to the resource to which the note pertains.",
2194
2201
  domain: "http://id.loc.gov/ontologies/bibframe/Note",
2195
- "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH34])",
2202
+ "http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH34])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2196
2203
  label: "Note for",
2197
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2198
2204
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2199
2205
  property :noteType,
2200
2206
  definition: "Type of note.",
@@ -2206,22 +2212,20 @@ module RDF::Vocab
2206
2212
  property :originDate,
2207
2213
  definition: "Date or date range associated with the creation of a Work.",
2208
2214
  domain: "http://id.loc.gov/ontologies/bibframe/Work",
2209
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Better align definition with property name [GH50])"],
2215
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Better align definition with property name [GH50])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2210
2216
  label: "Origin date",
2211
- range: "http://www.w3.org/2000/01/rdf-schema#Literal",
2212
2217
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date",
2213
2218
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
2214
2219
  property :originPlace,
2215
- comment: "Suggested use - With Work or Instance",
2220
+ comment: ["Suggested use - With Work or Instance", "Suggested value - bf:Place or madsrdf:Geographic"],
2216
2221
  definition: "Place from which the creation of the resource originated.",
2217
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Better align definition with property name [GH50], Broadened range [GH19])", "2022-10-03 (updated domain [GH83])"],
2222
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Better align definition with property name [GH50], Broadened range [GH19])", "2022-10-03 (updated domain [GH83])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2218
2223
  label: "Origin place",
2219
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2220
2224
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/place",
2221
2225
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2222
2226
  property :originalVersion,
2223
2227
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2224
- definition: "Resource is the original version of which this resource is a reproduction.",
2228
+ definition: "Resource is the original version of which this resource is a reproduction",
2225
2229
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
2226
2230
  inverseOf: "http://id.loc.gov/ontologies/bibframe/originalVersionOf",
2227
2231
  label: "Original version",
@@ -2229,7 +2233,7 @@ module RDF::Vocab
2229
2233
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2230
2234
  property :originalVersionOf,
2231
2235
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2232
- definition: "Original version of a resource.",
2236
+ definition: "Original version of a resource",
2233
2237
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
2234
2238
  inverseOf: "http://id.loc.gov/ontologies/bibframe/originalVersion",
2235
2239
  label: "Original version of",
@@ -2237,14 +2241,14 @@ module RDF::Vocab
2237
2241
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2238
2242
  property :otherEdition,
2239
2243
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2240
- definition: "Resource has other available editions, for example simultaneously published language editions or reprints.",
2244
+ definition: "Resource has other available editions, for example simultaneously published language editions or reprints",
2241
2245
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-05-13 (symmetrical)", "2021-06-09 (Change subproperty to relatedTo [GH61])"],
2242
2246
  label: "Other edition",
2243
2247
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo",
2244
2248
  type: "http://www.w3.org/2002/07/owl#SymmetricProperty"
2245
2249
  property :otherPhysicalFormat,
2246
2250
  comment: "Suggested use - With Work or Instance",
2247
- definition: "Resource that is manifested in another physical carrier.",
2251
+ definition: "Resource that is manifested in another physical carrier",
2248
2252
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened domain [GH79])"],
2249
2253
  label: "Has other physical format",
2250
2254
  range: "http://id.loc.gov/ontologies/bibframe/Instance",
@@ -2259,8 +2263,7 @@ module RDF::Vocab
2259
2263
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
2260
2264
  property :part,
2261
2265
  definition: "Part of a resource to which information applies.",
2262
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
2263
- "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
2266
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2264
2267
  label: "Part",
2265
2268
  range: "http://www.w3.org/2000/01/rdf-schema#Literal",
2266
2269
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
@@ -2280,7 +2283,7 @@ module RDF::Vocab
2280
2283
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
2281
2284
  property :partOf,
2282
2285
  comment: ["Suggested use - With Work, Instance, Item or Event", "Suggested value - Work, Instance, Item or Event"],
2283
- definition: "Resource in which the described resource is physically or logically contained.",
2286
+ definition: "Resource in which the described resource is physically or logically contained",
2284
2287
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)", "2021-06-09 (Use with Event also [GH9])"],
2285
2288
  inverseOf: "http://id.loc.gov/ontologies/bibframe/hasPart",
2286
2289
  label: "Is part of",
@@ -2301,11 +2304,10 @@ module RDF::Vocab
2301
2304
  range: "http://www.w3.org/2000/01/rdf-schema#Literal",
2302
2305
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
2303
2306
  property :place,
2307
+ comment: "Suggested value - bf:Place or madsrdf:Geographic",
2304
2308
  definition: "Geographic location or place entity associated with a resource or element of description, such as the place associated with the publication, printing, distribution, issue, release or production of a resource, place of an event.",
2305
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
2306
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH19])"],
2309
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH19])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2307
2310
  label: "Place",
2308
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2309
2311
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2310
2312
  property :polarity,
2311
2313
  definition: "Relationship of the colors and tones in an image to the colors and tones of the object reproduced.",
@@ -2316,7 +2318,7 @@ module RDF::Vocab
2316
2318
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2317
2319
  property :precededBy,
2318
2320
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2319
- definition: "Resource that precedes the resource being described, e.g., is earlier in time or before in narrative.",
2321
+ definition: "Resource that precedes the resource being described, e.g., is earlier in time or before in narrative",
2320
2322
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)"],
2321
2323
  inverseOf: "http://id.loc.gov/ontologies/bibframe/succeededBy",
2322
2324
  label: "Preceded by",
@@ -2336,6 +2338,13 @@ module RDF::Vocab
2336
2338
  label: "Production method",
2337
2339
  range: "http://id.loc.gov/ontologies/bibframe/ProductionMethod",
2338
2340
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2341
+ property :productionStatement,
2342
+ definition: "Statement related to the production of the resources; usually transcribed.",
2343
+ domain: "http://id.loc.gov/ontologies/bibframe/Instance",
2344
+ "http://purl.org/dc/terms/modified": "2024-07-10 (New [GH124])",
2345
+ label: "Production statement",
2346
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
2347
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
2339
2348
  property :projection,
2340
2349
  definition: "Method or system used to represent the surface of the earth or of a celestial sphere on a plane.",
2341
2350
  domain: "http://id.loc.gov/ontologies/bibframe/Cartographic",
@@ -2371,10 +2380,16 @@ module RDF::Vocab
2371
2380
  label: "Publication frequency",
2372
2381
  range: "http://id.loc.gov/ontologies/bibframe/PubFrequency",
2373
2382
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2383
+ property :publicationStatement,
2384
+ definition: "Statement related to the publication of the resources; usually transcribed.",
2385
+ domain: "http://id.loc.gov/ontologies/bibframe/Instance",
2386
+ "http://purl.org/dc/terms/modified": "2024-07-10 (New [GH124])",
2387
+ label: "Publication statement",
2388
+ range: "http://www.w3.org/2000/01/rdf-schema#Literal",
2389
+ type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
2374
2390
  property :qualifier,
2375
2391
  definition: "Qualifier of information, such as an addition to a title to make it unique or qualifying information associated with an identifier.",
2376
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
2377
- "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
2392
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2378
2393
  label: "Qualifier",
2379
2394
  range: "http://www.w3.org/2000/01/rdf-schema#Literal",
2380
2395
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
@@ -2395,19 +2410,31 @@ module RDF::Vocab
2395
2410
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2396
2411
  property :references,
2397
2412
  comment: ["Suggested use - With Work, Instance or Item", "Suggested value - Work, Instance or Item"],
2398
- definition: "Resource that is referenced by the described resource.",
2413
+ definition: "Resource that is referenced by the described resource",
2399
2414
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)"],
2400
2415
  inverseOf: "http://id.loc.gov/ontologies/bibframe/referencedBy",
2401
2416
  label: "References",
2402
2417
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo",
2403
2418
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2404
2419
  property :relatedTo,
2405
- definition: "Any relationship between Work, Instance, Item, and Event resources.",
2406
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
2407
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Modified definition [GH2])"],
2420
+ definition: "Any relationship between Work, Instance, Item, and Event resources",
2421
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Modified definition [GH2])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2408
2422
  label: "Related resource",
2409
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2410
2423
  type: "http://www.w3.org/2002/07/owl#SymmetricProperty"
2424
+ property :relation,
2425
+ comment: "Suggested use - With Work, Instance or Item",
2426
+ definition: "Associated resource and its relationship to the resource being described",
2427
+ "http://purl.org/dc/terms/modified": "2022-07-10 (New [GH116])",
2428
+ label: "Relation",
2429
+ range: "http://id.loc.gov/ontologies/bibframe/Relation",
2430
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2431
+ property :relationship,
2432
+ definition: "Type of relationship between resources",
2433
+ domain: "http://id.loc.gov/ontologies/bibframe/Relation",
2434
+ "http://purl.org/dc/terms/modified": "2022-07-10 (New [GH116])",
2435
+ label: "Relationship",
2436
+ range: "http://id.loc.gov/ontologies/bibframe/Relationship",
2437
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2411
2438
  property :relief,
2412
2439
  definition: "Relief term specified on a cartographic resource",
2413
2440
  domain: "http://id.loc.gov/ontologies/bibframe/Instance",
@@ -2417,7 +2444,7 @@ module RDF::Vocab
2417
2444
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2418
2445
  property :replacedBy,
2419
2446
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2420
- definition: "Later resource used in place of an earlier resource, usually because the later resource contains updated or new information.",
2447
+ definition: "Later resource used in place of an earlier resource, usually because the later resource contains updated or new information",
2421
2448
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)", "2022-10-03 (corrected label [GH85])"],
2422
2449
  inverseOf: "http://id.loc.gov/ontologies/bibframe/replacementOf",
2423
2450
  label: "Replaced by",
@@ -2425,14 +2452,14 @@ module RDF::Vocab
2425
2452
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2426
2453
  property :replacementOf,
2427
2454
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2428
- definition: "Earlier resource whose content has been replaced by a later resource, usually because the later resource contains updated or new information.",
2455
+ definition: "Earlier resource whose content has been replaced by a later resource, usually because the later resource contains updated or new information",
2429
2456
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)", "2022-10-03 (corrected label [GH85])"],
2430
2457
  inverseOf: "http://id.loc.gov/ontologies/bibframe/replacedBy",
2431
2458
  label: "Replacement of",
2432
2459
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy",
2433
2460
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2434
2461
  property :reproductionOf,
2435
- definition: "Resource that is a reproduction of another Resource.",
2462
+ definition: "Resource that is a reproduction of another Resource",
2436
2463
  domain: "http://id.loc.gov/ontologies/bibframe/Instance",
2437
2464
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)"],
2438
2465
  inverseOf: "http://id.loc.gov/ontologies/bibframe/hasReproduction",
@@ -2477,23 +2504,23 @@ module RDF::Vocab
2477
2504
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
2478
2505
  property :separatedFrom,
2479
2506
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2480
- definition: "Resource that spun off a part of its content to form a new resource.",
2507
+ definition: "Resource that spun off a part of its content to form a new resource",
2481
2508
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
2482
2509
  inverseOf: "http://id.loc.gov/ontologies/bibframe/continuedInPartBy",
2483
2510
  label: "Separated from",
2484
2511
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy",
2485
2512
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2486
2513
  property :seriesEnumeration,
2514
+ comment: "Suggested use - With Work or Instance",
2487
2515
  definition: "Series enumeration of the resource; usually transcribed.",
2488
- domain: "http://id.loc.gov/ontologies/bibframe/Instance",
2489
- "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
2516
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2024-07-10 (changed domain [GH100])"],
2490
2517
  label: "Series enumeration",
2491
2518
  range: "http://www.w3.org/2000/01/rdf-schema#Literal",
2492
2519
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
2493
2520
  property :seriesOf,
2494
2521
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2495
- definition: "Resource that is a part of a larger resource.",
2496
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
2522
+ definition: "Relation between a larger resource and the resources it encompasses, forming a series, the title of the larger resource appears on the parts",
2523
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)", "2024-07-10 (updated definition [GF106])"],
2497
2524
  inverseOf: "http://id.loc.gov/ontologies/bibframe/hasSeries",
2498
2525
  label: "Series container of",
2499
2526
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasPart",
@@ -2527,11 +2554,10 @@ module RDF::Vocab
2527
2554
  range: "http://id.loc.gov/ontologies/bibframe/SoundContent",
2528
2555
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2529
2556
  property :source,
2557
+ comment: "Suggested value - bf:Organization or bf:Assigner",
2530
2558
  definition: "Resource from which value or label came or was derived, such as the formal source/scheme from which a classification number is taken or derived, list from which an agent name is taken or derived, source within which an identifier is unique.",
2531
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
2532
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])"],
2559
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2533
2560
  label: "Source",
2534
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2535
2561
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2536
2562
  property :spanEnd,
2537
2563
  definition: "Ending number of classification number span.",
@@ -2542,7 +2568,7 @@ module RDF::Vocab
2542
2568
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
2543
2569
  property :splitInto,
2544
2570
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2545
- definition: "One of two or more resources resulting from the division of an earlier resource into separate resources.",
2571
+ definition: "One of two or more resources resulting from the division of an earlier resource into separate resources",
2546
2572
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
2547
2573
  inverseOf: "http://id.loc.gov/ontologies/bibframe/continuesInPart",
2548
2574
  label: "Split into",
@@ -2550,23 +2576,20 @@ module RDF::Vocab
2550
2576
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2551
2577
  property :status,
2552
2578
  definition: "Designation of the validity or position of something, such as indication that the classification number is canceled or invalid, circulation availability of an item, indication of whether the identifier is canceled or invalid.",
2553
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
2554
- "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
2579
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2555
2580
  label: "Status",
2556
2581
  range: "http://id.loc.gov/ontologies/bibframe/Status",
2557
2582
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2558
2583
  property :subject,
2559
- comment: "Suggested use - With Work, Instance, Item or Event",
2584
+ comment: ["Suggested use - With Work, Instance, Item or Event", "Suggested value - bf:Agent or bf:Topic or bf:Hub"],
2560
2585
  definition: "Subject term(s) describing a resource.",
2561
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened domain [GH21])"],
2586
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened domain [GH21])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2562
2587
  label: "Subject",
2563
- range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2564
2588
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2565
2589
  property :subjectOf,
2566
- comment: "Suggested value - Work, Instance, Item or Event",
2590
+ comment: ["Suggested use - With bf:Agent or bf:Topic or bf:Hub", "Suggested value - Work, Instance, Item or Event"],
2567
2591
  definition: "Relates a subject to that which it describes.",
2568
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
2569
- "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH20])",
2592
+ "http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH20])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2570
2593
  label: "Subject of",
2571
2594
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2572
2595
  property :sublocation,
@@ -2585,8 +2608,8 @@ module RDF::Vocab
2585
2608
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
2586
2609
  property :subseriesOf,
2587
2610
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2588
- definition: "Series resource of which the described resource is a part.",
2589
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
2611
+ definition: "Relation between a Series resource and the resources it encompasses, forming a Subseries; the Series resource itself has a relation with a larger resource, of which it is a part",
2612
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)", "2024-07-10 (updated definition [GF106])"],
2590
2613
  inverseOf: "http://id.loc.gov/ontologies/bibframe/hasSubseries",
2591
2614
  label: "Subseries of",
2592
2615
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasPart",
@@ -2607,7 +2630,7 @@ module RDF::Vocab
2607
2630
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
2608
2631
  property :succeededBy,
2609
2632
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2610
- definition: "Resource that succeeds the resource being described, e.g., later in time or after in a narrative.",
2633
+ definition: "Resource that succeeds the resource being described, e.g., later in time or after in a narrative",
2611
2634
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)"],
2612
2635
  inverseOf: "http://id.loc.gov/ontologies/bibframe/precededBy",
2613
2636
  label: "Succeeded by",
@@ -2622,7 +2645,7 @@ module RDF::Vocab
2622
2645
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2623
2646
  property :supplement,
2624
2647
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2625
- definition: "Resource that updates or otherwise complements the predominant resource.",
2648
+ definition: "Resource that updates or otherwise complements the predominant resource",
2626
2649
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
2627
2650
  inverseOf: "http://id.loc.gov/ontologies/bibframe/supplementTo",
2628
2651
  label: "Supplement",
@@ -2630,7 +2653,7 @@ module RDF::Vocab
2630
2653
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2631
2654
  property :supplementTo,
2632
2655
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2633
- definition: "Resource that is updated or otherwise complemented by the augmenting resource.",
2656
+ definition: "Resource that is updated or otherwise complemented by the augmenting resource",
2634
2657
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)"],
2635
2658
  inverseOf: "http://id.loc.gov/ontologies/bibframe/supplement",
2636
2659
  label: "Supplement to",
@@ -2694,7 +2717,7 @@ module RDF::Vocab
2694
2717
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2695
2718
  property :translation,
2696
2719
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2697
- definition: "Resource that translates the text of the source entity into a language different from that of the original.",
2720
+ definition: "Resource that translates the text of the source entity into a language different from that of the original",
2698
2721
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)", "2017-02-03 (corrected subproperty)"],
2699
2722
  inverseOf: "http://id.loc.gov/ontologies/bibframe/translationOf",
2700
2723
  label: "Translation as",
@@ -2702,7 +2725,7 @@ module RDF::Vocab
2702
2725
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2703
2726
  property :translationOf,
2704
2727
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2705
- definition: "Resource that has been translated, i.e., the text is expressed in a language different from that of the original resource.",
2728
+ definition: "Resource that has been translated, i.e., the text is expressed in a language different from that of the original resource",
2706
2729
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse, updated range)", "2017-02-03 (corrected subproperty)"],
2707
2730
  inverseOf: "http://id.loc.gov/ontologies/bibframe/translation",
2708
2731
  label: "Translation of",
@@ -2710,8 +2733,7 @@ module RDF::Vocab
2710
2733
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2711
2734
  property :unit,
2712
2735
  definition: "Units in which a value is expressed, such as the physical or logical constituent of a resource (e.g., a volume, audiocassette, film reel, a map, a digital file).",
2713
- domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
2714
- "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
2736
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
2715
2737
  label: "Type of unit",
2716
2738
  range: "http://id.loc.gov/ontologies/bibframe/Unit",
2717
2739
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"