rdf-vocab 2.2.1 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ddc46bacfa5565674f8dcd0d2a6ee54ba7d3d8b6
4
- data.tar.gz: 0530f59476bdfd7ba7bf78f505a212d2dedab3b2
3
+ metadata.gz: 39e8f79524e3cfb6c26f41543057c08bdd669eaf
4
+ data.tar.gz: 006d1026817dd3b97cf170bc368dd7d833a845c5
5
5
  SHA512:
6
- metadata.gz: 3a9545f98fe337da0391584995f8e59ad1410449ae7e4faa7b6680fcc3fe2a7117598ea939c79d58f20ac39a7861959c8bbceac794775933616ef3944c09cc25
7
- data.tar.gz: c3d71500c600bbfb1ab156ba3a355d764e0a2fde7a4ae5f1249c7baa492637d67c53185cab50158967f6fc8169bcd362e6a01a4ee92a514a17868c83a976b3fb
6
+ metadata.gz: a467315a6b19cf42999cabf54286b1b7c56604f317154f9aee38eb0d340d1cb632eab857bbd6203c7e68b3b8011c48eef61deec135c1a899a374b8e509d0baf9
7
+ data.tar.gz: b9d7abae899d36f18fb69915a5f06fdecfdb94bb53a93d9790f3777a31b24b907306fa7b4c29a79a126636dcbae53d52345505a290352120073d119cfd11ba80
data/README.md CHANGED
@@ -12,7 +12,8 @@ Also extends `RDF::Vocabulary::Format` with the `gen-vocab` command extension to
12
12
  ## Vocabularies
13
13
 
14
14
  * RDF::Vocab::ACL - [Web Access Control](http://www.w3.org/wiki/WebAccessControl) (W3C)
15
- * RDF::Vocab::Bibframe - [Bibliographic Framework Initiaitive](http://bibframe.org/vocab/) (LoC)
15
+ * RDF::Vocab::BF2 - [BIBFRAME 2.0](http://id.loc.gov/ontologies/bibframe) (LoC)
16
+ * RDF::Vocab::Bibframe - [Bibliographic Framework Initiative](http://bibframe.org/vocab/) (LoC)
16
17
  * RDF::Vocab::BIBO - [Bibliographic Ontology](http://bibliontology.com)
17
18
  * RDF::Vocab::CC - [Creative Commons Vocabulary](http://creativecommons.org/ns#) (Creative Commons) - Alias of `RDF::CC`
18
19
  * RDF::Vocab::CERT - [Cert Ontology](http://www.w3.org/ns/auth/cert#) (W3C) - Alias of `RDF::CERT`
@@ -47,7 +48,7 @@ Also extends `RDF::Vocabulary::Format` with the `gen-vocab` command extension to
47
48
  * RDF::Vocab::OG - [Open Graph protocol](http://ogp.me) - Alias of `RDF::OG`
48
49
  * RDF::Vocab::OGC - [Open Graph protocol classes](http://ogp.me) - Alias of `RDF::OGC`
49
50
  * RDF::Vocab::ORE - [Object Reuse and Exchange Ontology](http://www.openarchives.org/ore/1.0/rdfxml) (OAI)
50
- * RDF::Vocab::ORG - [Organization Ontology](http://www.w3.org/TR/vocab-org/) (W3C)
51
+ * RDF::Vocab::ORG - [Organization Ontology](http://www.w3.org/TR/vocab-org/) (W3C)
51
52
  * RDF::Vocab::PPLAN - [P-Plan Ontology](http://www.opmw.org/model/p-plan/)
52
53
  * RDF::Vocab::PREMIS - [Preservation Metadata Implementation Strategies Ontology](http://id.loc.gov/ontologies/premis.html) (LoC)
53
54
  * RDF::Vocab::PremisEventType - [PREMIS Event Type](http://id.loc.gov/vocabulary/preservation/eventType.html) (LoC)
data/lib/rdf/vocab.rb CHANGED
@@ -8,6 +8,7 @@ module RDF
8
8
  autoload :VERSION, 'rdf/vocab/version'
9
9
  VOCABS = {
10
10
  acl: {uri: "http://www.w3.org/ns/auth/acl#"},
11
+ bf2: {uri: 'http://id.loc.gov/ontologies/bibframe/'},
11
12
  bibframe: {
12
13
  uri: "http://bibframe.org/vocab/",
13
14
  source: "http://bibframe.org/vocab.rdf",
@@ -163,7 +164,6 @@ module RDF
163
164
  },
164
165
  iiif: {
165
166
  uri: "http://iiif.io/api/presentation/2#",
166
- source: "http://iiif.io/api/presentation/2/ontology.xml",
167
167
  class_name: "IIIF"
168
168
  },
169
169
  jsonld: {uri: "http://www.w3.org/ns/json-ld#"},
@@ -0,0 +1,2497 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
3
+ # This file generated automatically using rdf vocabulary format from http://id.loc.gov/ontologies/bibframe/
4
+ require 'rdf'
5
+ module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://id.loc.gov/ontologies/bibframe/>
8
+ # class BF2 < RDF::StrictVocabulary
9
+ # end
10
+ class BF2 < RDF::StrictVocabulary("http://id.loc.gov/ontologies/bibframe/")
11
+
12
+ # Ontology definition
13
+ ontology :"http://id.loc.gov/ontologies/bibframe/",
14
+ :"dc:modified" => %(2017-03-15T16:23:59.852-04:00).freeze,
15
+ label: "BIBFRAME vocabulary".freeze,
16
+ :"owl:versionInfo" => %(2017-03-15T16:23:59.852-04:00).freeze,
17
+ type: "owl:Ontology".freeze
18
+
19
+ # Class definitions
20
+ term :AbbreviatedTitle,
21
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
22
+ label: "Abbreviated title".freeze,
23
+ :"skos:definition" => %(Title as abbreviated for citation, indexing, and/or identification.).freeze,
24
+ subClassOf: "bf2:VariantTitle".freeze,
25
+ type: "owl:Class".freeze
26
+ term :AccessPolicy,
27
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
28
+ label: "Access policy".freeze,
29
+ :"skos:definition" => %(Access restrictions and allowances regarding access to a resource, e.g., lending policy, access restrictions, embargos.).freeze,
30
+ subClassOf: "bf2:UsageAndAccessPolicy".freeze,
31
+ type: "owl:Class".freeze
32
+ term :AcquisitionSource,
33
+ :"dc:modified" => %(2017-02-06 \(New\)).freeze,
34
+ label: "Acquisition source".freeze,
35
+ :"skos:definition" => %(Information about an organization, person, etc., from which a resource may be obtained.).freeze,
36
+ type: "owl:Class".freeze
37
+ term :AdminMetadata,
38
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
39
+ label: "Administrative metadata".freeze,
40
+ :"skos:definition" => %(Metadata about the metadata, especially provenance information.).freeze,
41
+ type: "owl:Class".freeze
42
+ term :Agent,
43
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-05-13 \(New subclass\)).freeze],
44
+ label: "Agent".freeze,
45
+ :"skos:definition" => %(Entity having a role in a resource, such as a person or organization.).freeze,
46
+ subClassOf: "foaf:Agent".freeze,
47
+ type: "owl:Class".freeze
48
+ term :Ansi,
49
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
50
+ label: "ANSI number".freeze,
51
+ :"skos:definition" => %(American National Standards Institute identifier.).freeze,
52
+ subClassOf: "bf2:Identifier".freeze,
53
+ type: "owl:Class".freeze
54
+ term :AppliedMaterial,
55
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
56
+ label: "Applied material".freeze,
57
+ :"skos:definition" => %(Physical or chemical substance applied to a base material of a resource.).freeze,
58
+ type: "owl:Class".freeze
59
+ term :Archival,
60
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
61
+ label: "Archival controlled".freeze,
62
+ :"skos: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.).freeze,
63
+ subClassOf: "bf2:Instance".freeze,
64
+ type: "owl:Class".freeze
65
+ term :Arrangement,
66
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
67
+ label: "Organization of materials information".freeze,
68
+ :"skos: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.).freeze,
69
+ type: "owl:Class".freeze
70
+ term :AspectRatio,
71
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
72
+ label: "Aspect ratio".freeze,
73
+ :"skos:definition" => %(Proportional relationship between an image's width and its height.).freeze,
74
+ type: "owl:Class".freeze
75
+ term :Audio,
76
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
77
+ label: "Audio".freeze,
78
+ :"skos:definition" => %(Resources expressed in an audible form, including music or other sounds.).freeze,
79
+ subClassOf: "bf2:Work".freeze,
80
+ type: "owl:Class".freeze
81
+ term :AudioIssueNumber,
82
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-03 \(Revised property name and definition\)).freeze],
83
+ label: "Audio issue number".freeze,
84
+ :"skos:definition" => %(Number assigned by publishers of sound recordings to identify the issue designation, or serial identification, of the resource.).freeze,
85
+ subClassOf: "bf2:Identifier".freeze,
86
+ type: "owl:Class".freeze
87
+ term :AudioTake,
88
+ :"dc:modified" => %(2017-02-03 \(New\)).freeze,
89
+ label: "Audio recording take".freeze,
90
+ :"skos:definition" => %(Identifier assigned to the smallest identifiable unit of a recording session, e.g., a specific recording of an individual song.).freeze,
91
+ subClassOf: "bf2:Identifier".freeze,
92
+ type: "owl:Class".freeze
93
+ term :Barcode,
94
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-03 \(Moved to Identifier class group from Item group\)).freeze],
95
+ label: "Barcode".freeze,
96
+ :"skos:definition" => %(Optical machine-readable representation of data relating to the item to which it is attached.).freeze,
97
+ subClassOf: "bf2:Identifier".freeze,
98
+ type: "owl:Class".freeze
99
+ term :BaseMaterial,
100
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
101
+ label: "Base material".freeze,
102
+ :"skos:definition" => %(Underlying physical material of a resource.).freeze,
103
+ type: "owl:Class".freeze
104
+ term :BookFormat,
105
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
106
+ label: "Book format".freeze,
107
+ :"skos:definition" => %(Result of folding a printed sheet to form a gathering of leaves.).freeze,
108
+ type: "owl:Class".freeze
109
+ term :BroadcastStandard,
110
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
111
+ label: "Broadcast standard".freeze,
112
+ :"skos:definition" => %(System used to format a video resource for television broadcast, e.g., HDTV, PAL.).freeze,
113
+ subClassOf: "bf2:VideoCharacteristic".freeze,
114
+ type: "owl:Class".freeze
115
+ term :Capture,
116
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
117
+ label: "Capture of content".freeze,
118
+ :"skos:definition" => %(Information about place and date associated with the capture \(i.e., recording, filming, etc.\) of the content of a resource.).freeze,
119
+ type: "owl:Class".freeze
120
+ term :Carrier,
121
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
122
+ label: "Carrier type".freeze,
123
+ :"skos:definition" => %(Categorization reflecting the format of the storage medium and housing of a carrier.).freeze,
124
+ type: "owl:Class".freeze
125
+ term :Cartographic,
126
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
127
+ label: "Cartographic information".freeze,
128
+ :"skos:definition" => %(Content that represents the whole or part of the earth, any celestial body, or imaginary place at any scale.).freeze,
129
+ type: "owl:Class".freeze
130
+ term :CartographicDataType,
131
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
132
+ label: "Digital cartographic data type".freeze,
133
+ :"skos:definition" => %(Data type for encoding of geospatial information in a cartographic resource, e.g., raster, vector, point.).freeze,
134
+ subClassOf: "bf2:DigitalCharacteristic".freeze,
135
+ type: "owl:Class".freeze
136
+ term :CartographicObjectType,
137
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
138
+ label: "Digital cartographic object type".freeze,
139
+ :"skos:definition" => %(Object type for encoding of geospatial information in a cartographic resource, e.g., point, line, polygon.).freeze,
140
+ subClassOf: "bf2:DigitalCharacteristic".freeze,
141
+ type: "owl:Class".freeze
142
+ term :Cartography,
143
+ :"dc:modified" => %(2016-04-25 \(fixed typo in definition\)).freeze,
144
+ label: "Cartography".freeze,
145
+ :"skos:definition" => %(Resource that shows spatial information, including maps, atlases, globes, digital, and other cartographic resources.).freeze,
146
+ subClassOf: "bf2:Work".freeze,
147
+ type: "owl:Class".freeze
148
+ term :Chronology,
149
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
150
+ label: "Chronology".freeze,
151
+ :"skos:definition" => %(Dates associated with issues or items held.).freeze,
152
+ subClassOf: "bf2:EnumerationAndChronology".freeze,
153
+ type: "owl:Class".freeze
154
+ term :Classification,
155
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
156
+ label: "Classification entity".freeze,
157
+ :"skos:definition" => %(System of coding and organizing materials according to their subject.).freeze,
158
+ type: "owl:Class".freeze
159
+ term :ClassificationDdc,
160
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
161
+ label: "DDC Classification".freeze,
162
+ :"skos:definition" => %(Dewey Decimal Classification number used for subject access.).freeze,
163
+ subClassOf: "bf2:Classification".freeze,
164
+ type: "owl:Class".freeze
165
+ term :ClassificationLcc,
166
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
167
+ label: "LCC Classification".freeze,
168
+ :"skos:definition" => %(Library of Congress Classification number used for subject access.).freeze,
169
+ subClassOf: "bf2:Classification".freeze,
170
+ type: "owl:Class".freeze
171
+ term :ClassificationNlm,
172
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
173
+ label: "NLM classification".freeze,
174
+ :"skos:definition" => %(National Library of Medicine Classification number used for subject access).freeze,
175
+ subClassOf: "bf2:Classification".freeze,
176
+ type: "owl:Class".freeze
177
+ term :ClassificationUdc,
178
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
179
+ label: "UDC Classification".freeze,
180
+ :"skos:definition" => %(Universal Decimal Classification number used for subject access.).freeze,
181
+ subClassOf: "bf2:Classification".freeze,
182
+ type: "owl:Class".freeze
183
+ term :Coden,
184
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
185
+ label: "CODEN".freeze,
186
+ :"skos:definition" => %(Identifier for scientific and technical periodical titles assigned by the International CODEN Section of Chemical Abstracts Service.).freeze,
187
+ subClassOf: "bf2:Identifier".freeze,
188
+ type: "owl:Class".freeze
189
+ term :Collection,
190
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
191
+ label: "Collection".freeze,
192
+ :"skos:definition" => %(Aggregation of resources, generally gathered together artificially.).freeze,
193
+ type: "owl:Class".freeze
194
+ term :CollectiveTitle,
195
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
196
+ label: "Collective title".freeze,
197
+ :"skos:definition" => %(Title for a compilation of resources.).freeze,
198
+ subClassOf: "bf2:VariantTitle".freeze,
199
+ type: "owl:Class".freeze
200
+ term :ColorContent,
201
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
202
+ label: "Color content".freeze,
203
+ :"skos:definition" => %(Color characteristics of a resource, e.g., black and white, multicolored, etc.).freeze,
204
+ type: "owl:Class".freeze
205
+ term :Content,
206
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
207
+ label: "Content type".freeze,
208
+ :"skos: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.).freeze,
209
+ type: "owl:Class".freeze
210
+ term :ContentAccessibility,
211
+ :"dc:modified" => %(2017-02-07 \(New\)).freeze,
212
+ label: "Content accessibility information".freeze,
213
+ :"skos:definition" => %(Information that assists those with a sensory impairment for greater understanding of content, e.g., captions.).freeze,
214
+ type: "owl:Class".freeze
215
+ term :Contribution,
216
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
217
+ label: "Contribution".freeze,
218
+ :"skos:definition" => %(Agent and role with respect to the resource being described.).freeze,
219
+ type: "owl:Class".freeze
220
+ term :CopyrightNumber,
221
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
222
+ label: "Copyright-legal deposit number".freeze,
223
+ :"skos:definition" => %(Identifier assigned to a copyright registration or legal deposit.).freeze,
224
+ subClassOf: "bf2:Identifier".freeze,
225
+ type: "owl:Class".freeze
226
+ term :CopyrightRegistration,
227
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-05-04 \(Class name corrected\)).freeze],
228
+ label: "Copyright registration".freeze,
229
+ :"skos:definition" => %(Copyright or Legal Deposit registration information).freeze,
230
+ type: "owl:Class".freeze
231
+ term :CoverArt,
232
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
233
+ label: "Cover art".freeze,
234
+ :"skos:definition" => %(Cover illustration of a resource.).freeze,
235
+ type: "owl:Class".freeze
236
+ term :Dataset,
237
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
238
+ label: "Dataset".freeze,
239
+ :"skos: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.).freeze,
240
+ subClassOf: "bf2:Work".freeze,
241
+ type: "owl:Class".freeze
242
+ term :DescriptionAuthentication,
243
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(fixed class name\)).freeze],
244
+ label: "Metadata authentication".freeze,
245
+ :"skos:definition" => %(Indication of specific types of reviews that have been carried out on the description information.).freeze,
246
+ subClassOf: "bf2:AdminMetadata".freeze,
247
+ type: "owl:Class".freeze
248
+ term :DescriptionConventions,
249
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-24 \(fixed class name\)).freeze],
250
+ label: "Description conventions".freeze,
251
+ :"skos:definition" => %(Rules used for the descriptive content of the resource description.).freeze,
252
+ subClassOf: "bf2:AdminMetadata".freeze,
253
+ type: "owl:Class".freeze
254
+ term :DigitalCharacteristic,
255
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
256
+ label: "Digital characteristic".freeze,
257
+ :"skos:definition" => %(Technical specification relating to the digital encoding of text, image, audio, video, and other types of data in a resource.).freeze,
258
+ type: "owl:Class".freeze
259
+ term :Dissertation,
260
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
261
+ label: "Dissertation information".freeze,
262
+ :"skos:definition" => %(Information about a work presented as part of the formal requirements for an academic degree.).freeze,
263
+ type: "owl:Class".freeze
264
+ term :DissertationIdentifier,
265
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
266
+ label: "Dissertation Identifier".freeze,
267
+ :"skos:definition" => %(Identifier assigned to a thesis or dissertation for identification purposes .).freeze,
268
+ subClassOf: "bf2:Identifier".freeze,
269
+ type: "owl:Class".freeze
270
+ term :Distribution,
271
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
272
+ label: "Distributor".freeze,
273
+ :"skos:definition" => %(Information relating to distribution of a resource.).freeze,
274
+ subClassOf: "bf2:ProvisionActivity".freeze,
275
+ type: "owl:Class".freeze
276
+ term :Doi,
277
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
278
+ label: "DOI".freeze,
279
+ :"skos:definition" => %(Digital Object Identifier.).freeze,
280
+ subClassOf: "bf2:Identifier".freeze,
281
+ type: "owl:Class".freeze
282
+ term :Ean,
283
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
284
+ label: "EAN".freeze,
285
+ :"skos:definition" => %(International Article Identifier.).freeze,
286
+ subClassOf: "bf2:Identifier".freeze,
287
+ type: "owl:Class".freeze
288
+ term :Electronic,
289
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
290
+ label: "Electronic".freeze,
291
+ :"skos:definition" => %(Resource that is intended for manipulation by a computer, accessed either directly or remotely.).freeze,
292
+ subClassOf: "bf2:Instance".freeze,
293
+ type: "owl:Class".freeze
294
+ term :Emulsion,
295
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
296
+ label: "Emulsion".freeze,
297
+ :"skos:definition" => %(Suspension of light-sensitive chemicals used as a coating on a microfilm or microfiche, e.g., silver halide.).freeze,
298
+ type: "owl:Class".freeze
299
+ term :EncodedBitrate,
300
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
301
+ label: "Encoded bitrate".freeze,
302
+ :"skos:definition" => %(Speed at which streaming audio, video, etc., is designed to play, e.g., 32 kbps.).freeze,
303
+ subClassOf: "bf2:DigitalCharacteristic".freeze,
304
+ type: "owl:Class".freeze
305
+ term :EncodingFormat,
306
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
307
+ label: "Encoding format".freeze,
308
+ :"skos:definition" => %(Schema, standard, etc., used to encode the digital content of a resource, e.g., MP3, XML, JPEG.).freeze,
309
+ subClassOf: "bf2:DigitalCharacteristic".freeze,
310
+ type: "owl:Class".freeze
311
+ term :Enumeration,
312
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
313
+ label: "Enumeration".freeze,
314
+ :"skos:definition" => %(Numbering or other enumeration associated with issues or items held.).freeze,
315
+ subClassOf: "bf2:EnumerationAndChronology".freeze,
316
+ type: "owl:Class".freeze
317
+ term :EnumerationAndChronology,
318
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
319
+ label: "Enumeration and chronology".freeze,
320
+ :"skos:definition" => %(Numbering or other enumeration and dates associated with issues or items held.).freeze,
321
+ type: "owl:Class".freeze
322
+ term :Event,
323
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
324
+ label: "Event entity".freeze,
325
+ :"skos:definition" => %(Something that happens at a certain time and location, such as a performance, speech, or athletic event, that is documented by a resource.).freeze,
326
+ type: "owl:Class".freeze
327
+ term :Extent,
328
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
329
+ label: "Extent".freeze,
330
+ :"skos:definition" => %(Number and type of units and/or subunits making up a resource.).freeze,
331
+ type: "owl:Class".freeze
332
+ term :Family,
333
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
334
+ label: "Family".freeze,
335
+ :"skos:definition" => %(Two or more persons related by birth, marriage, adoption, civil union, or similar legal status, or who otherwise present themselves as a family.).freeze,
336
+ subClassOf: "bf2:Agent".freeze,
337
+ type: "owl:Class".freeze
338
+ term :FileSize,
339
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
340
+ label: "File size".freeze,
341
+ :"skos:definition" => %(Number of bytes in a digital file, e.g., 162 KB.).freeze,
342
+ subClassOf: "bf2:DigitalCharacteristic".freeze,
343
+ type: "owl:Class".freeze
344
+ term :FileType,
345
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
346
+ label: "File type".freeze,
347
+ :"skos:definition" => %(General type of data content encoded in a computer file, e.g., text file, audio file.).freeze,
348
+ subClassOf: "bf2:DigitalCharacteristic".freeze,
349
+ type: "owl:Class".freeze
350
+ term :Fingerprint,
351
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
352
+ label: "Fingerprint identifier".freeze,
353
+ :"skos: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.).freeze,
354
+ subClassOf: "bf2:Identifier".freeze,
355
+ type: "owl:Class".freeze
356
+ term :FontSize,
357
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
358
+ label: "Font size".freeze,
359
+ :"skos:definition" => %(Size of the type used to represent the characters and symbols in a resource.).freeze,
360
+ type: "owl:Class".freeze
361
+ term :Frequency,
362
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
363
+ label: "Frequency".freeze,
364
+ :"skos:definition" => %(Information about intervals at which the parts of a serially produced resource or the updates to an integrating resource are issued.).freeze,
365
+ type: "owl:Class".freeze
366
+ term :Generation,
367
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
368
+ label: "Generation".freeze,
369
+ :"skos:definition" => %(Relationship between an original carrier and the carrier of a reproduction made from the original.).freeze,
370
+ type: "owl:Class".freeze
371
+ term :GenerationProcess,
372
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-24 \(fixed class name\)).freeze],
373
+ label: "Generation process".freeze,
374
+ :"skos:definition" => %(Indication of the program or process used to generate the description by application of a particular transformation.).freeze,
375
+ subClassOf: "bf2:AdminMetadata".freeze,
376
+ type: "owl:Class".freeze
377
+ term :GenreForm,
378
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
379
+ label: "Genre/form".freeze,
380
+ :"skos:definition" => %(Characteristics of works with similar plots, themes, settings, etc. \(e.g., westerns, thrillers\), or with a particular format of purpose \(e.g., animation, short\), or a combination \(e.g., horror film where horror is the genre and film is the form\).).freeze,
381
+ type: "owl:Class".freeze
382
+ term :GeographicCoverage,
383
+ :"dc:modified" => %(2017-02-06 \(New\)).freeze,
384
+ label: "Geographic coverage".freeze,
385
+ :"skos:definition" => %(Geographic coverage of the content of the resource.).freeze,
386
+ type: "owl:Class".freeze
387
+ term :GrooveCharacteristic,
388
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-26 \(fixed typo in definition\)).freeze, %(2017-02-03 \(Fixed name of property\)).freeze],
389
+ label: "Groove characteristic".freeze,
390
+ :"skos:definition" => %(Groove width of an analog disc or the groove pitch of an analog cylinder, e.g., coarse groove, microgroove).freeze,
391
+ subClassOf: "bf2:SoundCharacteristic".freeze,
392
+ type: "owl:Class".freeze
393
+ term :Gtin14Number,
394
+ :"dc:modified" => %(2017-02-03 \(New\)).freeze,
395
+ label: "Global Trade Item Number 14".freeze,
396
+ :"skos:definition" => %(14 digit number assigned to identify trade items as various packaging levels. GTIN-14 encompasses EAN/UCC-128 and ITF-14.).freeze,
397
+ subClassOf: "bf2:Identifier".freeze,
398
+ type: "owl:Class".freeze
399
+ term :Hdl,
400
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
401
+ label: "Handle".freeze,
402
+ :"skos:definition" => %(Unique and persistent identifier for digital objects developed by the Corporation for National Research Initiatives.).freeze,
403
+ subClassOf: "bf2:Identifier".freeze,
404
+ type: "owl:Class".freeze
405
+ term :Identifier,
406
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
407
+ label: "Identifier".freeze,
408
+ :"skos:definition" => %(Token or name that is associated with a resource, such as a URI or an ISBN.).freeze,
409
+ type: "owl:Class".freeze
410
+ term :Illustration,
411
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
412
+ label: "Illustrative content".freeze,
413
+ :"skos:definition" => %(Information about content intended to illustrate a resource.).freeze,
414
+ type: "owl:Class".freeze
415
+ term :ImmediateAcquisition,
416
+ :"dc:modified" => %(2017-02-06 \(New\)).freeze,
417
+ label: "Immediate acquisition".freeze,
418
+ :"skos:definition" => %(Information about the circumstances, e.g., source, date, method, under which the resource was directly acquired.).freeze,
419
+ type: "owl:Class".freeze
420
+ term :Instance,
421
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
422
+ label: "Instance".freeze,
423
+ :"skos:definition" => %(Resource reflecting an individual, material embodiment of a Work.).freeze,
424
+ type: "owl:Class".freeze
425
+ term :IntendedAudience,
426
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
427
+ label: "Intended audience information".freeze,
428
+ :"skos: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.).freeze,
429
+ type: "owl:Class".freeze
430
+ term :Isan,
431
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
432
+ label: "ISAN".freeze,
433
+ :"skos:definition" => %(International Standard Audiovisual Number.).freeze,
434
+ subClassOf: "bf2:Identifier".freeze,
435
+ type: "owl:Class".freeze
436
+ term :Isbn,
437
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
438
+ label: "ISBN".freeze,
439
+ :"skos:definition" => %(International Standard Book Number.).freeze,
440
+ subClassOf: "bf2:Identifier".freeze,
441
+ type: "owl:Class".freeze
442
+ term :Ismn,
443
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
444
+ label: "ISMN".freeze,
445
+ :"skos:definition" => %(International Standard Music Number.).freeze,
446
+ subClassOf: "bf2:Identifier".freeze,
447
+ type: "owl:Class".freeze
448
+ term :Isni,
449
+ :"dc:modified" => %(2017-02-03 \(New\)).freeze,
450
+ label: "ISNI".freeze,
451
+ :"skos:definition" => %(International Standard Name Identifier, a unique, persistent reference number for the identities of contributors to creative works.).freeze,
452
+ subClassOf: "bf2:Identifier".freeze,
453
+ type: "owl:Class".freeze
454
+ term :Iso,
455
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
456
+ label: "ISO number".freeze,
457
+ :"skos:definition" => %(International Organization for Standardization standard number.).freeze,
458
+ subClassOf: "bf2:Identifier".freeze,
459
+ type: "owl:Class".freeze
460
+ term :Isrc,
461
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
462
+ label: "ISRC".freeze,
463
+ :"skos:definition" => %(International Standard Recording Code.).freeze,
464
+ subClassOf: "bf2:Identifier".freeze,
465
+ type: "owl:Class".freeze
466
+ term :Issn,
467
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
468
+ label: "ISSN".freeze,
469
+ :"skos:definition" => %(International Standard Serial Number.).freeze,
470
+ subClassOf: "bf2:Identifier".freeze,
471
+ type: "owl:Class".freeze
472
+ term :IssnL,
473
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
474
+ label: "ISSN-L".freeze,
475
+ :"skos:definition" => %(International Standard Serial Number that links together various media versions of a continuing resource.).freeze,
476
+ subClassOf: "bf2:Identifier".freeze,
477
+ type: "owl:Class".freeze
478
+ term :Issuance,
479
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
480
+ label: "Mode of issuance".freeze,
481
+ :"skos:definition" => %(Information about whether a resource is issued in one or more parts, the way it is updated, and its intended termination.).freeze,
482
+ type: "owl:Class".freeze
483
+ term :Istc,
484
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
485
+ label: "ISTC".freeze,
486
+ :"skos:definition" => %(International Standard Text Code, a numbering system developed to enable the unique identification of textual works.).freeze,
487
+ subClassOf: "bf2:Identifier".freeze,
488
+ type: "owl:Class".freeze
489
+ term :Iswc,
490
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
491
+ label: "ISWC".freeze,
492
+ :"skos:definition" => %(International Standard Musical Work Code, a unique, persistent reference number for the identification of musical works.).freeze,
493
+ subClassOf: "bf2:Identifier".freeze,
494
+ type: "owl:Class".freeze
495
+ term :Item,
496
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
497
+ label: "Item".freeze,
498
+ :"skos:definition" => %(Single example of an Instance.).freeze,
499
+ type: "owl:Class".freeze
500
+ term :Jurisdiction,
501
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
502
+ label: "Jurisdiction".freeze,
503
+ :"skos:definition" => %(Legal or political unit administering a geographic area.).freeze,
504
+ subClassOf: "bf2:Agent".freeze,
505
+ type: "owl:Class".freeze
506
+ term :KeyTitle,
507
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
508
+ label: "Key title".freeze,
509
+ :"skos:definition" => %(Unique title for a continuing resource that is assigned by the ISSN International Center in conjunction with an ISSN.).freeze,
510
+ subClassOf: "bf2:VariantTitle".freeze,
511
+ type: "owl:Class".freeze
512
+ term :Language,
513
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
514
+ label: "Language entity".freeze,
515
+ :"skos:definition" => %(Language entity.).freeze,
516
+ type: "owl:Class".freeze
517
+ term :Layout,
518
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
519
+ label: "Layout".freeze,
520
+ :"skos:definition" => %(Arrangement of text, images, tactile notation, etc., in a resource.).freeze,
521
+ type: "owl:Class".freeze
522
+ term :LcOverseasAcq,
523
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
524
+ label: "LC acquisition program".freeze,
525
+ :"skos:definition" => %(Identification number assigned by the Library of Congress to works acquired through one of its collaborative overseas acquisition programs.).freeze,
526
+ subClassOf: "bf2:Identifier".freeze,
527
+ type: "owl:Class".freeze
528
+ term :Lccn,
529
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
530
+ label: "LCCN".freeze,
531
+ :"skos:definition" => %(Library of Congress Control Number that identifies a resource description.).freeze,
532
+ subClassOf: "bf2:Identifier".freeze,
533
+ type: "owl:Class".freeze
534
+ term :Local,
535
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
536
+ label: "Local identifier".freeze,
537
+ :"skos:definition" => %(Identifier established locally and not a standard number.).freeze,
538
+ subClassOf: "bf2:Identifier".freeze,
539
+ type: "owl:Class".freeze
540
+ term :Manufacture,
541
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
542
+ label: "Manufacturer".freeze,
543
+ :"skos:definition" => %(Information relating to manufacture of a resource.).freeze,
544
+ subClassOf: "bf2:ProvisionActivity".freeze,
545
+ type: "owl:Class".freeze
546
+ term :Manuscript,
547
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
548
+ label: "Manuscript".freeze,
549
+ :"skos:definition" => %(Resource that is written in handwriting or typescript. These are generally unique resources.).freeze,
550
+ subClassOf: "bf2:Instance".freeze,
551
+ type: "owl:Class".freeze
552
+ term :MatrixNumber,
553
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-03 \(Revised definition\)).freeze],
554
+ label: "Audio matrix number".freeze,
555
+ :"skos:definition" => %(Matrix identifier assigned to the master from which a specific sound recording was pressed.).freeze,
556
+ subClassOf: "bf2:Identifier".freeze,
557
+ type: "owl:Class".freeze
558
+ term :Media,
559
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
560
+ label: "Media type".freeze,
561
+ :"skos:definition" => %(Categorization reflecting the general type of intermediation device required to view, play, run, etc., the content of a resource.).freeze,
562
+ type: "owl:Class".freeze
563
+ term :Meeting,
564
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
565
+ label: "Meeting".freeze,
566
+ :"skos:definition" => %(Gathering of individuals or representatives of various bodies for the purpose of discussing and/or acting on topics of common interest.).freeze,
567
+ subClassOf: "bf2:Agent".freeze,
568
+ type: "owl:Class".freeze
569
+ term :MixedMaterial,
570
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
571
+ label: "Mixed material".freeze,
572
+ :"skos:definition" => %(Resource comprised of multiple types which are not driven by software. This may include materials in two or more forms that are related by virtue of their having been accumulated by or about a person or body., archival fonds.).freeze,
573
+ subClassOf: "bf2:Work".freeze,
574
+ type: "owl:Class".freeze
575
+ term :Mount,
576
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
577
+ label: "Mount".freeze,
578
+ :"skos:definition" => %(Physical material used for the support or backing to which the base material of a resource has been attached.).freeze,
579
+ type: "owl:Class".freeze
580
+ term :MovementNotation,
581
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
582
+ label: "Movement notation used".freeze,
583
+ :"skos:definition" => %(Information on the symbol system used to convey the content of a movement resource.).freeze,
584
+ subClassOf: "bf2:Notation".freeze,
585
+ type: "owl:Class".freeze
586
+ term :MovingImage,
587
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-26 \(fixed typo in definition\)).freeze],
588
+ label: "Moving image".freeze,
589
+ :"skos:definition" => %(Images intended to be perceived as moving, including motion pictures \(using liveaction and/or animation\), video recordings of performances, events,etc.).freeze,
590
+ subClassOf: "bf2:Work".freeze,
591
+ type: "owl:Class".freeze
592
+ term :Multimedia,
593
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
594
+ label: "Software or multimedia".freeze,
595
+ :"skos:definition" => %(Electronic resource that is a computer program \(i.e., digitally encoded instructions intended to be processed and performed by a computer\) or which consists of multiple media types that are software driven, such as videogames.).freeze,
596
+ subClassOf: "bf2:Work".freeze,
597
+ type: "owl:Class".freeze
598
+ term :MusicDistributorNumber,
599
+ :"dc:modified" => %(2017-02-07 \(New\)).freeze,
600
+ label: "Music distributor number".freeze,
601
+ :"skos:definition" => %(Identifier appearing on a resource assigned by a distributor to a specific audio recording, notated music publication, music-related publication, or videorecording.).freeze,
602
+ subClassOf: "bf2:Identifier".freeze,
603
+ type: "owl:Class".freeze
604
+ term :MusicEnsemble,
605
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
606
+ label: "Music ensemble".freeze,
607
+ :"skos:definition" => %(Ensemble for which a musical work is appropriate.).freeze,
608
+ type: "owl:Class".freeze
609
+ term :MusicFormat,
610
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
611
+ label: "Notated music format".freeze,
612
+ :"skos:definition" => %(Layout for content of a resource that is presented in the form of musical notation.).freeze,
613
+ type: "owl:Class".freeze
614
+ term :MusicInstrument,
615
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
616
+ label: "Musical instrument".freeze,
617
+ :"skos:definition" => %(Instrument for which a musical work is appropriate.).freeze,
618
+ type: "owl:Class".freeze
619
+ term :MusicMedium,
620
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
621
+ label: "Music medium information".freeze,
622
+ :"skos:definition" => %(Summary statement of the medium for a musical work.).freeze,
623
+ type: "owl:Class".freeze
624
+ term :MusicNotation,
625
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
626
+ label: "Music notation used".freeze,
627
+ :"skos:definition" => %(Information on the symbol system used to convey the content of a music resource.).freeze,
628
+ subClassOf: "bf2:Notation".freeze,
629
+ type: "owl:Class".freeze
630
+ term :MusicPlate,
631
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-03 \(Revised definition\)).freeze],
632
+ label: "Music plate number".freeze,
633
+ :"skos: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.).freeze,
634
+ subClassOf: "bf2:Identifier".freeze,
635
+ type: "owl:Class".freeze
636
+ term :MusicPublisherNumber,
637
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-03 \(Revised definition\)).freeze],
638
+ label: "Music publisher number".freeze,
639
+ :"skos:definition" => %(Identifier assigned to a notated music publication other than an issue, matrix, or plate number.).freeze,
640
+ subClassOf: "bf2:Identifier".freeze,
641
+ type: "owl:Class".freeze
642
+ term :MusicVoice,
643
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
644
+ label: "Music voice".freeze,
645
+ :"skos:definition" => %(Voice for which a musical work is appropriate.).freeze,
646
+ type: "owl:Class".freeze
647
+ term :Nbn,
648
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
649
+ label: "NBN".freeze,
650
+ :"skos:definition" => %(National Bibliography Number that identifies a resource description.).freeze,
651
+ subClassOf: "bf2:Identifier".freeze,
652
+ type: "owl:Class".freeze
653
+ term :NotatedMovement,
654
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
655
+ label: "Notated movement".freeze,
656
+ :"skos:definition" => %(Graphic, non-realized representations of movement intended to be perceived visually, e.g. dance.).freeze,
657
+ subClassOf: "bf2:Work".freeze,
658
+ type: "owl:Class".freeze
659
+ term :NotatedMusic,
660
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
661
+ label: "Notated music".freeze,
662
+ :"skos:definition" => %(Graphic, non-realized representations of musical works intended to be perceived visually.).freeze,
663
+ subClassOf: "bf2:Work".freeze,
664
+ type: "owl:Class".freeze
665
+ term :Notation,
666
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
667
+ label: "Notation".freeze,
668
+ :"skos: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.).freeze,
669
+ type: "owl:Class".freeze
670
+ term :Note,
671
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
672
+ label: "Note".freeze,
673
+ :"skos:definition" => %(Information, usually in textual form, on attributes of a resource or some aspect of a resource.).freeze,
674
+ type: "owl:Class".freeze
675
+ term :Object,
676
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
677
+ label: "Three-dimensional object".freeze,
678
+ :"skos: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.).freeze,
679
+ subClassOf: "bf2:Work".freeze,
680
+ type: "owl:Class".freeze
681
+ term :ObjectCount,
682
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
683
+ label: "Digital cartographic object count".freeze,
684
+ :"skos:definition" => %(Number of objects in encoded geospatial information in a cartographic resource.).freeze,
685
+ subClassOf: "bf2:DigitalCharacteristic".freeze,
686
+ type: "owl:Class".freeze
687
+ term :Organization,
688
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
689
+ label: "Organization".freeze,
690
+ :"skos:definition" => %(Corporation or group of persons and/or organizations that acts, or may act, as a unit.).freeze,
691
+ subClassOf: "bf2:Agent".freeze,
692
+ type: "owl:Class".freeze
693
+ term :ParallelTitle,
694
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
695
+ label: "Parallel title proper".freeze,
696
+ :"skos:definition" => %(Title in another language and/or script.).freeze,
697
+ subClassOf: "bf2:VariantTitle".freeze,
698
+ type: "owl:Class".freeze
699
+ term :Person,
700
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
701
+ label: "Person".freeze,
702
+ :"skos:definition" => %(Individual or identity established by an individual \(either alone or in collaboration with one or more other individuals\).).freeze,
703
+ subClassOf: "foaf:Person".freeze,
704
+ type: "owl:Class".freeze
705
+ term :Place,
706
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
707
+ label: "Place".freeze,
708
+ :"skos:definition" => %(Geographic location.).freeze,
709
+ type: "owl:Class".freeze
710
+ term :PlaybackChannels,
711
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
712
+ label: "Configuration of playback channels".freeze,
713
+ :"skos: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.).freeze,
714
+ subClassOf: "bf2:SoundCharacteristic".freeze,
715
+ type: "owl:Class".freeze
716
+ term :PlaybackCharacteristic,
717
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
718
+ label: "Special playback characteristics".freeze,
719
+ :"skos:definition" => %(Equalization system, noise reduction system, etc., used in making an audio recording, e.g., CCIR standard, CX encoded, Dolby.).freeze,
720
+ subClassOf: "bf2:SoundCharacteristic".freeze,
721
+ type: "owl:Class".freeze
722
+ term :PlayingSpeed,
723
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
724
+ label: "Playing speed".freeze,
725
+ :"skos:definition" => %(Speed at which an audio carrier must be operated to produce the sound intended, e.g., 78 rpm, 19 cm/s.).freeze,
726
+ subClassOf: "bf2:SoundCharacteristic".freeze,
727
+ type: "owl:Class".freeze
728
+ term :Polarity,
729
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
730
+ label: "Polarity".freeze,
731
+ :"skos:definition" => %(Relationship of the colors and tones in an image to the colors and tones of the object reproduced.).freeze,
732
+ type: "owl:Class".freeze
733
+ term :PostalRegistration,
734
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
735
+ label: "Postal registration number".freeze,
736
+ :"skos:definition" => %(Number assigned to a publication for which the specified postal service permits the use of a special mailing class privilege.).freeze,
737
+ subClassOf: "bf2:Identifier".freeze,
738
+ type: "owl:Class".freeze
739
+ term :PresentationFormat,
740
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
741
+ label: "Presentation format".freeze,
742
+ :"skos:definition" => %(Format used in the production of a projected image, e.g., Cinerama, IMAX.).freeze,
743
+ subClassOf: "bf2:ProjectionCharacteristic".freeze,
744
+ type: "owl:Class".freeze
745
+ term :Print,
746
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
747
+ label: "Printed".freeze,
748
+ :"skos:definition" => %(Resource that is printed.).freeze,
749
+ subClassOf: "bf2:Instance".freeze,
750
+ type: "owl:Class".freeze
751
+ term :Production,
752
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
753
+ label: "Producer".freeze,
754
+ :"skos:definition" => %(Information relating to production of a resource.).freeze,
755
+ subClassOf: "bf2:ProvisionActivity".freeze,
756
+ type: "owl:Class".freeze
757
+ term :ProductionMethod,
758
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
759
+ label: "Production method".freeze,
760
+ :"skos:definition" => %(Process used to produce a resource).freeze,
761
+ type: "owl:Class".freeze
762
+ term :Projection,
763
+ :"dc:modified" => %(2017-02-03 \(New\)).freeze,
764
+ label: "Projection".freeze,
765
+ :"skos:definition" => %(Method or system used to represent the surface of the earth or of a celestial sphere on a plane.).freeze,
766
+ type: "owl:Class".freeze
767
+ term :ProjectionCharacteristic,
768
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
769
+ label: "Projection characteristic".freeze,
770
+ :"skos:definition" => %(Technical specification relating to the projection of a motion picture film.).freeze,
771
+ type: "owl:Class".freeze
772
+ term :ProjectionSpeed,
773
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
774
+ label: "Projection speed".freeze,
775
+ :"skos:definition" => %(Speed at which a projected carrier must be operated to produce the moving image intended, e.g., 20 fps.).freeze,
776
+ subClassOf: "bf2:ProjectionCharacteristic".freeze,
777
+ type: "owl:Class".freeze
778
+ term :ProvisionActivity,
779
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
780
+ label: "Provider entity".freeze,
781
+ :"skos:definition" => %(Information about the agent or place relating to the publication, printing, distribution, issue, release, or production of a resource.).freeze,
782
+ type: "owl:Class".freeze
783
+ term :Publication,
784
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
785
+ label: "Publisher".freeze,
786
+ :"skos:definition" => %(Information relating to publication of a resource.).freeze,
787
+ subClassOf: "bf2:ProvisionActivity".freeze,
788
+ type: "owl:Class".freeze
789
+ term :PublisherNumber,
790
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
791
+ label: "Other publisher number".freeze,
792
+ :"skos:definition" => %(Number assigned by a publisher that is not one of the specific defined types.).freeze,
793
+ subClassOf: "bf2:Identifier".freeze,
794
+ type: "owl:Class".freeze
795
+ term :RecordingMedium,
796
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
797
+ label: "Recording medium".freeze,
798
+ :"skos:definition" => %(Type of medium used to record sound on an audio carrier, e.g., magnetic, optical.).freeze,
799
+ subClassOf: "bf2:SoundCharacteristic".freeze,
800
+ type: "owl:Class".freeze
801
+ term :RecordingMethod,
802
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
803
+ label: "Type of recording".freeze,
804
+ :"skos:definition" => %(Method used to encode audio content for playback, e.g., analog, digital.).freeze,
805
+ subClassOf: "bf2:SoundCharacteristic".freeze,
806
+ type: "owl:Class".freeze
807
+ term :ReductionRatio,
808
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
809
+ label: "Reduction ratio".freeze,
810
+ :"skos:definition" => %(Size of a micro-image in relation to the original from which it was produced.).freeze,
811
+ type: "owl:Class".freeze
812
+ term :RegionalEncoding,
813
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
814
+ label: "Regional encoding".freeze,
815
+ :"skos:definition" => %(Identification of the region of the world for which a videodisc has been encoded, e.g., region 4.).freeze,
816
+ subClassOf: "bf2:DigitalCharacteristic".freeze,
817
+ type: "owl:Class".freeze
818
+ term :ReportNumber,
819
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
820
+ label: "Technical report number".freeze,
821
+ :"skos:definition" => %(Identification number of a technical report that is not a Standard Technical Report Number.).freeze,
822
+ subClassOf: "bf2:Identifier".freeze,
823
+ type: "owl:Class".freeze
824
+ term :Resolution,
825
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
826
+ label: "Resolution".freeze,
827
+ :"skos: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.).freeze,
828
+ subClassOf: "bf2:DigitalCharacteristic".freeze,
829
+ type: "owl:Class".freeze
830
+ term :RetentionPolicy,
831
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
832
+ label: "Retention policy".freeze,
833
+ :"skos:definition" => %(Policy of holding institution for retaining resource.).freeze,
834
+ subClassOf: "bf2:UsageAndAccessPolicy".freeze,
835
+ type: "owl:Class".freeze
836
+ term :Review,
837
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
838
+ label: "Review".freeze,
839
+ :"skos:definition" => %(Review of a resource.).freeze,
840
+ type: "owl:Class".freeze
841
+ term :Role,
842
+ :"dc:modified" => %(2017-02-03 \(New\)).freeze,
843
+ label: "Role".freeze,
844
+ :"skos:definition" => %(Function played or provided by a contributor, e.g., author, illustrator, etc.).freeze,
845
+ type: "owl:Class".freeze
846
+ term :Scale,
847
+ :"dc:modified" => %(2017-02-03 \(New\)).freeze,
848
+ label: "Scale".freeze,
849
+ :"skos: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.).freeze,
850
+ type: "owl:Class".freeze
851
+ term :Script,
852
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
853
+ label: "Script used".freeze,
854
+ :"skos:definition" => %(Information on the script, or symbol system used to convey the content of a text resource.).freeze,
855
+ subClassOf: "bf2:Notation".freeze,
856
+ type: "owl:Class".freeze
857
+ term :ShelfMark,
858
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
859
+ label: "Shelf location".freeze,
860
+ :"skos:definition" => %(Piece/item identifier, such as a call or other type of number.).freeze,
861
+ subClassOf: "bf2:Identifier".freeze,
862
+ type: "owl:Class".freeze
863
+ term :ShelfMarkDdc,
864
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
865
+ label: "DDC call number".freeze,
866
+ :"skos:definition" => %(Shelf mark based on Dewey Decimal Classification.).freeze,
867
+ subClassOf: "bf2:ShelfMark".freeze,
868
+ type: "owl:Class".freeze
869
+ term :ShelfMarkLcc,
870
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
871
+ label: "LCC call number".freeze,
872
+ :"skos:definition" => %(Shelf mark based on Library of Congress Classification.).freeze,
873
+ subClassOf: "bf2:ShelfMark".freeze,
874
+ type: "owl:Class".freeze
875
+ term :ShelfMarkNlm,
876
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
877
+ label: "NLM call number".freeze,
878
+ :"skos:definition" => %(Shelf mark based on National Library of Medicine Classification.).freeze,
879
+ subClassOf: "bf2:ShelfMark".freeze,
880
+ type: "owl:Class".freeze
881
+ term :ShelfMarkUdc,
882
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
883
+ label: "UDC call number".freeze,
884
+ :"skos:definition" => %(Shelf mark based on Universal Decimal Classification.).freeze,
885
+ subClassOf: "bf2:ShelfMark".freeze,
886
+ type: "owl:Class".freeze
887
+ term :Sici,
888
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
889
+ label: "SICI".freeze,
890
+ :"skos:definition" => %(Serial Item and Contribution Identifier.).freeze,
891
+ subClassOf: "bf2:Identifier".freeze,
892
+ type: "owl:Class".freeze
893
+ term :SoundCharacteristic,
894
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
895
+ label: "Sound characteristic".freeze,
896
+ :"skos:definition" => %(Technical specification relating to the encoding of sound in a resource.).freeze,
897
+ type: "owl:Class".freeze
898
+ term :SoundContent,
899
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
900
+ label: "Sound content".freeze,
901
+ :"skos:definition" => %(Indication of whether the production of sound is an integral part of the resource.).freeze,
902
+ type: "owl:Class".freeze
903
+ term :Source,
904
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
905
+ label: "Source".freeze,
906
+ :"skos:definition" => %(Resource from which value or label came or was derived.).freeze,
907
+ type: "owl:Class".freeze
908
+ term :Status,
909
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
910
+ label: "Status".freeze,
911
+ :"skos:definition" => %(Designation of the validity or position of something, e.g., whether something is incorrect or available.).freeze,
912
+ type: "owl:Class".freeze
913
+ term :StillImage,
914
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
915
+ label: "Still image".freeze,
916
+ :"skos: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.).freeze,
917
+ subClassOf: "bf2:Work".freeze,
918
+ type: "owl:Class".freeze
919
+ term :StockNumber,
920
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
921
+ label: "Stock number".freeze,
922
+ :"skos:definition" => %(Identification number used for stock purposes and assigned by agencies such as distributors, publishers, or vendors.).freeze,
923
+ subClassOf: "bf2:Identifier".freeze,
924
+ type: "owl:Class".freeze
925
+ term :Strn,
926
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
927
+ label: "STRN".freeze,
928
+ :"skos:definition" => %(Standard Technical Report Number.).freeze,
929
+ subClassOf: "bf2:Identifier".freeze,
930
+ type: "owl:Class".freeze
931
+ term :StudyNumber,
932
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
933
+ label: "Study number".freeze,
934
+ :"skos:definition" => %(Identification number for a computer data file.).freeze,
935
+ subClassOf: "bf2:Identifier".freeze,
936
+ type: "owl:Class".freeze
937
+ term :Sublocation,
938
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
939
+ label: "Sublocation".freeze,
940
+ :"skos:definition" => %(Specific place within the holding entity where the item is located or made available.).freeze,
941
+ type: "owl:Class".freeze
942
+ term :Summary,
943
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
944
+ label: "Summary".freeze,
945
+ :"skos:definition" => %(Description of the content of a resource, such as an abstract, summary, etc..).freeze,
946
+ type: "owl:Class".freeze
947
+ term :SupplementaryContent,
948
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
949
+ label: "Supplementary material".freeze,
950
+ :"skos:definition" => %(Index, bibliography, appendix, etc. intended to supplement the primary content of a resource.).freeze,
951
+ type: "owl:Class".freeze
952
+ term :SystemRequirement,
953
+ :"dc:modified" => %(2017-02-06 \(New\)).freeze,
954
+ label: "System Requirement".freeze,
955
+ :"skos: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.).freeze,
956
+ type: "owl:Class".freeze
957
+ term :TableOfContents,
958
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
959
+ label: "Table of contents".freeze,
960
+ :"skos:definition" => %(Table of contents of a resource.).freeze,
961
+ type: "owl:Class".freeze
962
+ term :Tactile,
963
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
964
+ label: "Tactile material".freeze,
965
+ :"skos:definition" => %(Resource that is intended to be perceived by touch.).freeze,
966
+ subClassOf: "bf2:Instance".freeze,
967
+ type: "owl:Class".freeze
968
+ term :TactileNotation,
969
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
970
+ label: "Tactile notation used".freeze,
971
+ :"skos:definition" => %(Information on the symbol system used to convey the content of a tactile resource.).freeze,
972
+ subClassOf: "bf2:Notation".freeze,
973
+ type: "owl:Class".freeze
974
+ term :TapeConfig,
975
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
976
+ label: "Tape configuration".freeze,
977
+ :"skos:definition" => %(Number of tracks on an audiotape, e.g., 12 track.).freeze,
978
+ subClassOf: "bf2:SoundCharacteristic".freeze,
979
+ type: "owl:Class".freeze
980
+ term :Temporal,
981
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
982
+ label: "Temporal concept".freeze,
983
+ :"skos:definition" => %(Chronological period.).freeze,
984
+ type: "owl:Class".freeze
985
+ term :Text,
986
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
987
+ label: "Text".freeze,
988
+ :"skos:definition" => %(Resource intended to be perceived visually and understood through the use of language in written or spoken form.).freeze,
989
+ subClassOf: "bf2:Work".freeze,
990
+ type: "owl:Class".freeze
991
+ term :Title,
992
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-03 \(Definition changed\)).freeze],
993
+ label: "Title entity".freeze,
994
+ :"skos:definition" => %(Title information relating to a resource: work title, preferred title, instance title, transcribed title, translated title, variant form of title, etc.).freeze,
995
+ type: "owl:Class".freeze
996
+ term :Topic,
997
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
998
+ label: "Topic".freeze,
999
+ :"skos:definition" => %(Concept or area of knowledge.).freeze,
1000
+ type: "owl:Class".freeze
1001
+ term :TrackConfig,
1002
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1003
+ label: "Track configuration".freeze,
1004
+ :"skos:definition" => %(Configuration of the audio track on a sound-track film, e.g., center track, edge track.).freeze,
1005
+ subClassOf: "bf2:SoundCharacteristic".freeze,
1006
+ type: "owl:Class".freeze
1007
+ term :Unit,
1008
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1009
+ label: "Unit".freeze,
1010
+ :"skos:definition" => %(Units in which a value is expressed.).freeze,
1011
+ type: "owl:Class".freeze
1012
+ term :Upc,
1013
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1014
+ label: "UPC".freeze,
1015
+ :"skos:definition" => %(Universal Product Code.).freeze,
1016
+ subClassOf: "bf2:Identifier".freeze,
1017
+ type: "owl:Class".freeze
1018
+ term :Urn,
1019
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1020
+ label: "URN".freeze,
1021
+ :"skos:definition" => %(Uniform Resource Number.).freeze,
1022
+ subClassOf: "bf2:Identifier".freeze,
1023
+ type: "owl:Class".freeze
1024
+ term :UsageAndAccessPolicy,
1025
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1026
+ label: "Use and access conditions".freeze,
1027
+ :"skos:definition" => %(General statement of allowances and restrictions on access to a resource, including retention, reproduction, access, and lending.).freeze,
1028
+ type: "owl:Class".freeze
1029
+ term :UsePolicy,
1030
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1031
+ label: "Use policy".freeze,
1032
+ :"skos:definition" => %(Usage limitations placed on a resource with respect to reproduction, publication, exhibition, etc..).freeze,
1033
+ subClassOf: "bf2:UsageAndAccessPolicy".freeze,
1034
+ type: "owl:Class".freeze
1035
+ term :VariantTitle,
1036
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1037
+ label: "Title variation".freeze,
1038
+ :"skos:definition" => %(Title associated with the resource that is different from the Work or Instance title.).freeze,
1039
+ subClassOf: "bf2:Title".freeze,
1040
+ type: "owl:Class".freeze
1041
+ term :VideoCharacteristic,
1042
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1043
+ label: "Video characteristic".freeze,
1044
+ :"skos:definition" => %(Technical specification relating to the encoding of video images in a resource.).freeze,
1045
+ type: "owl:Class".freeze
1046
+ term :VideoFormat,
1047
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1048
+ label: "Video format".freeze,
1049
+ :"skos:definition" => %(Standard, etc., used to encode the analog video content of a resource, e.g., Beta, 8mm.).freeze,
1050
+ subClassOf: "bf2:VideoCharacteristic".freeze,
1051
+ type: "owl:Class".freeze
1052
+ term :VideoRecordingNumber,
1053
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-03 \(Corrected case in class name\)).freeze],
1054
+ label: "Video recording number".freeze,
1055
+ :"skos:definition" => %(Number assigned by a publisher to a video recording.).freeze,
1056
+ subClassOf: "bf2:Identifier".freeze,
1057
+ type: "owl:Class".freeze
1058
+ term :Work,
1059
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1060
+ label: "Work".freeze,
1061
+ :"skos:definition" => %(Resource reflecting a conceptual essence of a cataloging resource.).freeze,
1062
+ type: "owl:Class".freeze
1063
+
1064
+ # Property definitions
1065
+ property :absorbed,
1066
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1067
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
1068
+ label: "Absorption of".freeze,
1069
+ :"owl:inverseOf" => %(bf2:absorbedBy).freeze,
1070
+ :"skos:definition" => %(Resource that has been incorporated into another resource.).freeze,
1071
+ subPropertyOf: "bf2:precededBy".freeze,
1072
+ type: "owl:ObjectProperty".freeze
1073
+ property :absorbedBy,
1074
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1075
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
1076
+ label: "Absorbed by".freeze,
1077
+ :"owl:inverseOf" => %(bf2:absorbed).freeze,
1078
+ :"skos:definition" => %(Resource that incorporates another resource.).freeze,
1079
+ subPropertyOf: "bf2:succeededBy".freeze,
1080
+ type: "owl:ObjectProperty".freeze
1081
+ property :accompaniedBy,
1082
+ comment: [%(Expected value Work, Instance or Item).freeze, %(Used with Work, Instance or Item).freeze],
1083
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
1084
+ label: "Accompanied by".freeze,
1085
+ :"owl:inverseOf" => %(bf2:accompanies).freeze,
1086
+ :"skos:definition" => %(Resource that accompanies the described resource.).freeze,
1087
+ subPropertyOf: "bf2:relatedTo".freeze,
1088
+ type: "owl:ObjectProperty".freeze
1089
+ property :accompanies,
1090
+ comment: [%(Expected value Work, Instance or Item).freeze, %(Used with Work, Instance or Item).freeze],
1091
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
1092
+ label: "Accompanies".freeze,
1093
+ :"owl:inverseOf" => %(bf2:accompaniedBy).freeze,
1094
+ :"skos:definition" => %(Resource that adds to or is issued with the described resource.).freeze,
1095
+ subPropertyOf: "bf2:relatedTo".freeze,
1096
+ type: "owl:ObjectProperty".freeze
1097
+ property :acquisitionSource,
1098
+ comment: %(Used with Work or Instance).freeze,
1099
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-06 \(Changed from data to object property).freeze, %(slight change to definition\)).freeze],
1100
+ label: "Source of acquisition".freeze,
1101
+ range: "bf2:AcquisitionSource".freeze,
1102
+ :"skos:definition" => %(Information about an organization, person, etc., from which a resource may be obtained.).freeze,
1103
+ type: "owl:ObjectProperty".freeze
1104
+ property :acquisitionTerms,
1105
+ comment: %(Used with Work or Instance).freeze,
1106
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1107
+ label: "Terms of acquisition".freeze,
1108
+ range: "rdfs:Literal".freeze,
1109
+ :"skos:definition" => %(Conditions under which the publisher, distributor, etc., will normally supply a resource, e.g., price of a resource.).freeze,
1110
+ type: "owl:DatatypeProperty".freeze
1111
+ property :adminMetadata,
1112
+ comment: %(Used with Unspecified).freeze,
1113
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1114
+ label: "Administrative metadata".freeze,
1115
+ range: "bf2:AdminMetadata".freeze,
1116
+ :"skos:definition" => %(Metadata about the metadata, especially provenance information.).freeze,
1117
+ type: "owl:ObjectProperty".freeze
1118
+ property :agent,
1119
+ comment: %(Used with Unspecified).freeze,
1120
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1121
+ label: "Associated agent".freeze,
1122
+ range: "bf2:Agent".freeze,
1123
+ :"skos: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.).freeze,
1124
+ type: "owl:ObjectProperty".freeze
1125
+ property :appliedMaterial,
1126
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1127
+ domain: "bf2:Instance".freeze,
1128
+ label: "Applied material".freeze,
1129
+ range: "bf2:AppliedMaterial".freeze,
1130
+ :"skos:definition" => %(Physical or chemical substance applied to a base material of a resource.).freeze,
1131
+ type: "owl:ObjectProperty".freeze
1132
+ property :arrangement,
1133
+ comment: %(Used with Work or Instance).freeze,
1134
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1135
+ label: "Organization and arrangement".freeze,
1136
+ range: "bf2:Arrangement".freeze,
1137
+ :"skos:definition" => %(Information about the organization and arrangement of a collection of resources.).freeze,
1138
+ type: "owl:ObjectProperty".freeze
1139
+ property :ascensionAndDeclination,
1140
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1141
+ domain: "bf2:Cartographic".freeze,
1142
+ label: "Cartographic ascension and declination".freeze,
1143
+ range: "rdfs:Literal".freeze,
1144
+ :"skos:definition" => %(System for identifying the location of a celestial object in the sky covered by the cartographic content of a resource using the angles of right ascension and declination.).freeze,
1145
+ type: "owl:DatatypeProperty".freeze
1146
+ property :aspectRatio,
1147
+ comment: %(Used with Work or Instance).freeze,
1148
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1149
+ label: "Aspect ratio".freeze,
1150
+ range: "bf2:AspectRatio".freeze,
1151
+ :"skos:definition" => %(Proportional relationship between an image's width and its height.).freeze,
1152
+ type: "owl:ObjectProperty".freeze
1153
+ property :assigner,
1154
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1155
+ domain: "bf2:AdminMetadata".freeze,
1156
+ label: "Assigner".freeze,
1157
+ range: "bf2:Agent".freeze,
1158
+ :"skos: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.).freeze,
1159
+ type: "owl:ObjectProperty".freeze
1160
+ property :awards,
1161
+ comment: %(Used with Work or Instance).freeze,
1162
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1163
+ label: "Award note".freeze,
1164
+ range: "rdfs:Literal".freeze,
1165
+ :"skos:definition" => %(Information on awards associated with the described resource.).freeze,
1166
+ type: "owl:DatatypeProperty".freeze
1167
+ property :baseMaterial,
1168
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1169
+ domain: "bf2:Instance".freeze,
1170
+ label: "Base material".freeze,
1171
+ range: "bf2:BaseMaterial".freeze,
1172
+ :"skos:definition" => %(Underlying physical material of a resource.).freeze,
1173
+ type: "owl:ObjectProperty".freeze
1174
+ property :bookFormat,
1175
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1176
+ domain: "bf2:Instance".freeze,
1177
+ label: "Book format".freeze,
1178
+ range: "bf2:BookFormat".freeze,
1179
+ :"skos:definition" => %(Result of folding a printed sheet to form a gathering of leaves.).freeze,
1180
+ type: "owl:ObjectProperty".freeze
1181
+ property :capture,
1182
+ comment: %(Used with Work or Instance).freeze,
1183
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1184
+ label: "Capture of content".freeze,
1185
+ range: "bf2:Capture".freeze,
1186
+ :"skos:definition" => %(Information about place and date associated with the capture \(e.g., recording, filming\) of the content of a resource.).freeze,
1187
+ type: "owl:ObjectProperty".freeze
1188
+ property :carrier,
1189
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1190
+ domain: "bf2:Instance".freeze,
1191
+ label: "Carrier type".freeze,
1192
+ range: "bf2:Carrier".freeze,
1193
+ :"skos:definition" => %(Categorization reflecting the format of the storage medium and housing of a carrier.).freeze,
1194
+ type: "owl:ObjectProperty".freeze
1195
+ property :cartographicAttributes,
1196
+ comment: %(Used with Work or Instance).freeze,
1197
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1198
+ label: "Cartographic data".freeze,
1199
+ range: "bf2:Cartographic".freeze,
1200
+ :"skos:definition" => %(Cartographic data that identifies characteristics of the resource, such as coordinates, projection, etc.).freeze,
1201
+ type: "owl:ObjectProperty".freeze
1202
+ property :changeDate,
1203
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1204
+ domain: "bf2:AdminMetadata".freeze,
1205
+ label: "Description change date".freeze,
1206
+ range: "rdfs:Literal".freeze,
1207
+ :"skos:definition" => %(Date or date and time on which the metadata was modified.).freeze,
1208
+ subPropertyOf: "bf2:date".freeze,
1209
+ type: "owl:DatatypeProperty".freeze
1210
+ property :classification,
1211
+ comment: %(Used with Work, Instance or Item).freeze,
1212
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1213
+ label: "Classification".freeze,
1214
+ range: "bf2:Classification".freeze,
1215
+ :"skos:definition" => %(Classification number in any scheme.).freeze,
1216
+ type: "owl:ObjectProperty".freeze
1217
+ property :classificationPortion,
1218
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1219
+ domain: "bf2:Classification".freeze,
1220
+ label: "Classification number".freeze,
1221
+ range: "rdfs:Literal".freeze,
1222
+ :"skos:definition" => %(Classification number \(single class number or beginning number of a span\) that indicates the subject by applying a formal system of coding and organizing resources.).freeze,
1223
+ type: "owl:DatatypeProperty".freeze
1224
+ property :code,
1225
+ comment: %(Used with Unspecified).freeze,
1226
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1227
+ label: "Code".freeze,
1228
+ range: "rdfs:Literal".freeze,
1229
+ :"skos:definition" => %(String of characters that serves as a code representing information.).freeze,
1230
+ type: "owl:DatatypeProperty".freeze
1231
+ property :colorContent,
1232
+ comment: %(Used with Work or Instance).freeze,
1233
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1234
+ label: "Color content".freeze,
1235
+ range: "bf2:ColorContent".freeze,
1236
+ :"skos:definition" => %(Color characteristics, e.g., black and white, multicolored.).freeze,
1237
+ type: "owl:ObjectProperty".freeze
1238
+ property :content,
1239
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1240
+ domain: "bf2:Work".freeze,
1241
+ label: "Content type".freeze,
1242
+ range: "bf2:Content".freeze,
1243
+ :"skos: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.).freeze,
1244
+ type: "owl:ObjectProperty".freeze
1245
+ property :contentAccessibility,
1246
+ comment: %(Used with Work or Instance).freeze,
1247
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-03 \(changed from data to object property\)).freeze, %(2017-03-15 fixed typo in range).freeze],
1248
+ label: "Content accessibility information".freeze,
1249
+ range: "bf2:ContentAccessibility".freeze,
1250
+ :"skos:definition" => %(Information that assists those with a sensory impairment for greater understanding of content, e.g., captions.).freeze,
1251
+ type: "owl:ObjectProperty".freeze
1252
+ property :continuedBy,
1253
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1254
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
1255
+ label: "Continued by".freeze,
1256
+ :"owl:inverseOf" => %(bf2:continues).freeze,
1257
+ :"skos:definition" => %(Resource whose content continues an earlier resource under a new title.).freeze,
1258
+ subPropertyOf: "bf2:succeededBy".freeze,
1259
+ type: "owl:ObjectProperty".freeze
1260
+ property :continuedInPartBy,
1261
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1262
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
1263
+ label: "Continued in part by".freeze,
1264
+ :"owl:inverseOf" => %(bf2:separatedFrom).freeze,
1265
+ :"skos:definition" => %(Resource part of whose content separated from an earlier resource to form a new resource.).freeze,
1266
+ subPropertyOf: "bf2:succeededBy".freeze,
1267
+ type: "owl:ObjectProperty".freeze
1268
+ property :continues,
1269
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1270
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
1271
+ label: "Continuation of".freeze,
1272
+ :"owl:inverseOf" => %(bf2:continuedBy).freeze,
1273
+ :"skos:definition" => %(Resource that is continued by the content of a later resource under a new title.).freeze,
1274
+ subPropertyOf: "bf2:precededBy".freeze,
1275
+ type: "owl:ObjectProperty".freeze
1276
+ property :continuesInPart,
1277
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1278
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
1279
+ label: "Continuation in part of".freeze,
1280
+ :"owl:inverseOf" => %(bf2:splitInto).freeze,
1281
+ :"skos:definition" => %(Resource that split into two or more separate resources with new titles.).freeze,
1282
+ subPropertyOf: "bf2:precededBy".freeze,
1283
+ type: "owl:ObjectProperty".freeze
1284
+ property :contribution,
1285
+ comment: %(Used with Work, Instance or Item).freeze,
1286
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-03 \(Corrected label\)).freeze],
1287
+ label: "Contributor and role".freeze,
1288
+ range: "bf2:Contribution".freeze,
1289
+ :"skos:definition" => %(Agent and its role in relation to the resource.).freeze,
1290
+ type: "owl:ObjectProperty".freeze
1291
+ property :coordinates,
1292
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1293
+ domain: "bf2:Cartographic".freeze,
1294
+ label: "Cartographic coordinates".freeze,
1295
+ range: "rdfs:Literal".freeze,
1296
+ :"skos:definition" => %(Mathematical system for identifying the area covered by the cartographic content of a resource, expressed either by means of longitude and latitude on the surface of planets or by the angles of right ascension and declination for celestial cartographic content.).freeze,
1297
+ type: "owl:DatatypeProperty".freeze
1298
+ property :copyrightDate,
1299
+ comment: %(Used with Work or Instance).freeze,
1300
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1301
+ label: "Copyright date".freeze,
1302
+ range: "rdfs:Literal".freeze,
1303
+ :"skos:definition" => %(Date associated with a claim of protection under copyright or a similar regime.).freeze,
1304
+ subPropertyOf: "bf2:date".freeze,
1305
+ type: "owl:DatatypeProperty".freeze
1306
+ property :copyrightRegistration,
1307
+ comment: %(Used with Work or Instance).freeze,
1308
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-05-04 \(Corrected expected value\)).freeze],
1309
+ label: "Copyright registration information".freeze,
1310
+ range: "bf2:CopyrightRegistration".freeze,
1311
+ :"skos:definition" => %(Copyright and Legal Deposit registration information).freeze,
1312
+ type: "owl:ObjectProperty".freeze
1313
+ property :count,
1314
+ comment: %(Used with Unspecified).freeze,
1315
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1316
+ label: "Number of units".freeze,
1317
+ range: "rdfs:Literal".freeze,
1318
+ :"skos:definition" => %(Number associated with a measure of units, such as the number of units and/or subunits making up a resource.).freeze,
1319
+ type: "owl:DatatypeProperty".freeze
1320
+ property :coverArt,
1321
+ comment: %(Used with Work or Instance).freeze,
1322
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1323
+ label: "Cover art".freeze,
1324
+ range: "bf2:CoverArt".freeze,
1325
+ :"skos:definition" => %(Cover art image of a resource.).freeze,
1326
+ type: "owl:ObjectProperty".freeze
1327
+ property :creationDate,
1328
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1329
+ domain: "bf2:AdminMetadata".freeze,
1330
+ label: "Description creation date".freeze,
1331
+ range: "rdfs:Literal".freeze,
1332
+ :"skos:definition" => %(Date or date and time on which the original metadata first created.).freeze,
1333
+ subPropertyOf: "bf2:date".freeze,
1334
+ type: "owl:DatatypeProperty".freeze
1335
+ property :credits,
1336
+ comment: %(Used with Work or Instance).freeze,
1337
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1338
+ label: "Credits note".freeze,
1339
+ range: "rdfs:Literal".freeze,
1340
+ :"skos:definition" => %(Information in note form of credits for persons or organizations who have participated in the creation and/or production of the resource.).freeze,
1341
+ type: "owl:DatatypeProperty".freeze
1342
+ property :custodialHistory,
1343
+ comment: %(Used with Work, Instance or Item).freeze,
1344
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1345
+ label: "Custodial history".freeze,
1346
+ range: "rdfs:Literal".freeze,
1347
+ :"skos:definition" => %(Information about the provenance, such as origin, ownership and custodial history \(chain of custody\), of a resource.).freeze,
1348
+ type: "owl:DatatypeProperty".freeze
1349
+ property :dataSource,
1350
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1351
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(updated range\)).freeze],
1352
+ label: "Data source".freeze,
1353
+ :"skos: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.).freeze,
1354
+ subPropertyOf: "bf2:relatedTo".freeze,
1355
+ type: "owl:ObjectProperty".freeze
1356
+ property :date,
1357
+ comment: %(Used with Unspecified).freeze,
1358
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1359
+ label: "Date".freeze,
1360
+ range: "rdfs:Literal".freeze,
1361
+ :"skos: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.).freeze,
1362
+ type: "owl:DatatypeProperty".freeze
1363
+ property :degree,
1364
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1365
+ domain: "bf2:Dissertation".freeze,
1366
+ label: "Degree".freeze,
1367
+ range: "rdfs:Literal".freeze,
1368
+ :"skos:definition" => %(Degree for which author was a candidate.).freeze,
1369
+ type: "owl:DatatypeProperty".freeze
1370
+ property :derivativeOf,
1371
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1372
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
1373
+ label: "Is derivative of".freeze,
1374
+ :"owl:inverseOf" => %(bf2:hasDerivative).freeze,
1375
+ :"skos:definition" => %(Source work from which the described resource is derived.).freeze,
1376
+ subPropertyOf: "bf2:relatedTo".freeze,
1377
+ type: "owl:ObjectProperty".freeze
1378
+ property :derivedFrom,
1379
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1380
+ domain: "bf2:AdminMetadata".freeze,
1381
+ label: "Source metadata".freeze,
1382
+ range: "rdfs:Literal".freeze,
1383
+ :"skos:definition" => %(Link to the metadata that was the source of the data.).freeze,
1384
+ type: "owl:DatatypeProperty".freeze
1385
+ property :descriptionAuthentication,
1386
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1387
+ domain: "bf2:AdminMetadata".freeze,
1388
+ label: "Description authentication".freeze,
1389
+ range: "bf2:DescriptionAuthentication".freeze,
1390
+ :"skos:definition" => %(Indication of specific types of reviews that have been carried out on the description information.).freeze,
1391
+ type: "owl:ObjectProperty".freeze
1392
+ property :descriptionConventions,
1393
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-24 \(fixed domain name\)).freeze],
1394
+ domain: "bf2:AdminMetadata".freeze,
1395
+ label: "Description conventions".freeze,
1396
+ range: "bf2:DescriptionConventions".freeze,
1397
+ :"skos:definition" => %(Rules used for the descriptive content of the resource description.).freeze,
1398
+ type: "owl:ObjectProperty".freeze
1399
+ property :descriptionLanguage,
1400
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1401
+ domain: "bf2:AdminMetadata".freeze,
1402
+ label: "Description language".freeze,
1403
+ range: "bf2:Language".freeze,
1404
+ :"skos:definition" => %(Language used for the metadata.).freeze,
1405
+ type: "owl:ObjectProperty".freeze
1406
+ property :descriptionModifier,
1407
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1408
+ domain: "bf2:AdminMetadata".freeze,
1409
+ label: "Description modifier".freeze,
1410
+ range: "bf2:Agent".freeze,
1411
+ :"skos:definition" => %(Agency that modified a description.).freeze,
1412
+ type: "owl:ObjectProperty".freeze
1413
+ property :digitalCharacteristic,
1414
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1415
+ domain: "bf2:Instance".freeze,
1416
+ label: "Digital characteristic".freeze,
1417
+ range: "bf2:DigitalCharacteristic".freeze,
1418
+ :"skos:definition" => %(Technical specification relating to the digital encoding of text, image, audio, video, and other types of data in a resource.).freeze,
1419
+ type: "owl:ObjectProperty".freeze
1420
+ property :dimensions,
1421
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1422
+ domain: "bf2:Instance".freeze,
1423
+ label: "Dimensions".freeze,
1424
+ range: "rdfs:Literal".freeze,
1425
+ :"skos:definition" => %(Measurements of the carrier or carriers and/or the container of a resource.).freeze,
1426
+ type: "owl:DatatypeProperty".freeze
1427
+ property :dissertation,
1428
+ comment: %(Used with Work or Instance).freeze,
1429
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1430
+ label: "Dissertation Information".freeze,
1431
+ range: "bf2:Dissertation".freeze,
1432
+ :"skos:definition" => %(Work presented as part of the formal requirements for an academic degree.).freeze,
1433
+ type: "owl:ObjectProperty".freeze
1434
+ property :duration,
1435
+ comment: %(Used with Work or Instance).freeze,
1436
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1437
+ label: "Duration".freeze,
1438
+ range: "rdfs:Literal".freeze,
1439
+ :"skos:definition" => %(Information about the playing time, running time, etc. of a resource.).freeze,
1440
+ type: "owl:DatatypeProperty".freeze
1441
+ property :edition,
1442
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1443
+ domain: "bf2:Classification".freeze,
1444
+ label: "Classification scheme edition".freeze,
1445
+ range: "rdfs:Literal".freeze,
1446
+ :"skos:definition" => %(Edition of the classification scheme, such as full, abridged or a number, when a classification scheme designates editions.).freeze,
1447
+ type: "owl:DatatypeProperty".freeze
1448
+ property :editionEnumeration,
1449
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1450
+ domain: "bf2:Instance".freeze,
1451
+ label: "Edition enumeration".freeze,
1452
+ range: "rdfs:Literal".freeze,
1453
+ :"skos:definition" => %(Enumeration of the edition; usually transcribed.).freeze,
1454
+ type: "owl:DatatypeProperty".freeze
1455
+ property :editionStatement,
1456
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1457
+ domain: "bf2:Instance".freeze,
1458
+ label: "Edition statement".freeze,
1459
+ range: "rdfs:Literal".freeze,
1460
+ :"skos:definition" => %(Information identifying the edition or version of the resource and associated statements of responsibility for the edition; usually transcribed.).freeze,
1461
+ type: "owl:DatatypeProperty".freeze
1462
+ property :electronicLocator,
1463
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1464
+ domain: "bf2:Item".freeze,
1465
+ label: "Electronic location".freeze,
1466
+ range: "rdfs:Resource".freeze,
1467
+ :"skos:definition" => %(Electronic location from which the resource is available.).freeze,
1468
+ type: "owl:ObjectProperty".freeze
1469
+ property :emulsion,
1470
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1471
+ domain: "bf2:Instance".freeze,
1472
+ label: "Emulsion".freeze,
1473
+ range: "bf2:Emulsion".freeze,
1474
+ :"skos:definition" => %(Suspension of light-sensitive chemicals used as a coating on a microfilm or microfiche, e.g., silver halide.).freeze,
1475
+ type: "owl:ObjectProperty".freeze
1476
+ property :ensemble,
1477
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1478
+ domain: "bf2:Work".freeze,
1479
+ label: "Ensemble".freeze,
1480
+ range: "bf2:MusicEnsemble".freeze,
1481
+ :"skos:definition" => %(Ensemble for which a musical work is appropriate.).freeze,
1482
+ type: "owl:ObjectProperty".freeze
1483
+ property :ensembleType,
1484
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1485
+ domain: "bf2:MusicEnsemble".freeze,
1486
+ label: "Ensemble type".freeze,
1487
+ range: "rdfs:Literal".freeze,
1488
+ :"skos:definition" => %(Specific type of ensemble, such as orchestra, band, guitar ensemble.).freeze,
1489
+ type: "owl:DatatypeProperty".freeze
1490
+ property :enumerationAndChronology,
1491
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1492
+ domain: "bf2:Item".freeze,
1493
+ label: "Numbering or other enumeration and dates associated with issues or items held.".freeze,
1494
+ range: "bf2:EnumerationAndChronology".freeze,
1495
+ :"skos:definition" => %(Numbering and dates of issues or items held.).freeze,
1496
+ type: "owl:ObjectProperty".freeze
1497
+ property :equinox,
1498
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1499
+ domain: "bf2:Cartographic".freeze,
1500
+ label: "Cartographic equinox".freeze,
1501
+ range: "rdfs:Literal".freeze,
1502
+ :"skos:definition" => %(One of two points of intersection of the ecliptic and the celestial equator, occupied by the sun when its declination is 0 degrees.).freeze,
1503
+ type: "owl:DatatypeProperty".freeze
1504
+ property :eventContent,
1505
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
1506
+ domain: "bf2:Event".freeze,
1507
+ label: "Event content".freeze,
1508
+ :"owl:inverseOf" => %(bf2:eventContentOf).freeze,
1509
+ range: "bf2:Work".freeze,
1510
+ :"skos:definition" => %(Work whose content is the described event.).freeze,
1511
+ subPropertyOf: "bf2:relatedTo".freeze,
1512
+ type: "owl:ObjectProperty".freeze
1513
+ property :eventContentOf,
1514
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
1515
+ domain: "bf2:Work".freeze,
1516
+ label: "Has event content".freeze,
1517
+ :"owl:inverseOf" => %(bf2:eventContent).freeze,
1518
+ range: "bf2:Event".freeze,
1519
+ :"skos:definition" => %(Event that is the content of the described work.).freeze,
1520
+ subPropertyOf: "bf2:relatedTo".freeze,
1521
+ type: "owl:ObjectProperty".freeze
1522
+ property :exclusionGRing,
1523
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1524
+ domain: "bf2:Cartographic".freeze,
1525
+ label: "Cartographic G ring area excluded".freeze,
1526
+ range: "rdfs:Literal".freeze,
1527
+ :"skos:definition" => %(Coordinate pairs that identify the closed non-intersecting boundary of the area contained within the G-polygon outer ring that is excluded.).freeze,
1528
+ type: "owl:DatatypeProperty".freeze
1529
+ property :expressionOf,
1530
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
1531
+ domain: "bf2:Work".freeze,
1532
+ label: "Expression of".freeze,
1533
+ :"owl:inverseOf" => %(bf2:hasExpression).freeze,
1534
+ range: "bf2:Work".freeze,
1535
+ :"skos:definition" => %(Work that the described Work is an expression of. For use to connect Works under FRBR/RDA rules.).freeze,
1536
+ subPropertyOf: "bf2:relatedTo".freeze,
1537
+ type: "owl:ObjectProperty".freeze
1538
+ property :extent,
1539
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1540
+ domain: "bf2:Instance".freeze,
1541
+ label: "Extent".freeze,
1542
+ range: "bf2:Extent".freeze,
1543
+ :"skos:definition" => %(Number and type of units and/or subunits making up a resource.).freeze,
1544
+ type: "owl:ObjectProperty".freeze
1545
+ property :findingAid,
1546
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1547
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
1548
+ label: "Finding aid".freeze,
1549
+ :"owl:inverseOf" => %(bf2:findingAidOf).freeze,
1550
+ :"skos:definition" => %(Relationship for archival, visual, and manuscript resources to a finding aid or similar control materials.).freeze,
1551
+ subPropertyOf: "bf2:accompaniedBy".freeze,
1552
+ type: "owl:ObjectProperty".freeze
1553
+ property :findingAidOf,
1554
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1555
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
1556
+ label: "Finding aid for".freeze,
1557
+ :"owl:inverseOf" => %(bf2:findingAid).freeze,
1558
+ :"skos:definition" => %(Finding aid or similar control materials for archival, visual, and manuscript resources.).freeze,
1559
+ subPropertyOf: "bf2:accompanies".freeze,
1560
+ type: "owl:ObjectProperty".freeze
1561
+ property :firstIssue,
1562
+ comment: %(Used with Work or Instance).freeze,
1563
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1564
+ label: "Multipart first issue".freeze,
1565
+ range: "rdfs:Literal".freeze,
1566
+ :"skos:definition" => %(Beginning date of a resource and/or the sequential designations.).freeze,
1567
+ type: "owl:DatatypeProperty".freeze
1568
+ property :fontSize,
1569
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1570
+ domain: "bf2:Instance".freeze,
1571
+ label: "Font size".freeze,
1572
+ range: "bf2:FontSize".freeze,
1573
+ :"skos:definition" => %(Size of the type used to represent the characters and symbols in a resource.).freeze,
1574
+ type: "owl:ObjectProperty".freeze
1575
+ property :frequency,
1576
+ comment: %(Used with Work or Instance).freeze,
1577
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1578
+ label: "Frequency".freeze,
1579
+ range: "bf2:Frequency".freeze,
1580
+ :"skos:definition" => %(Intervals at which the parts of a serially produced resource or the updates to an integrating resource are issued.).freeze,
1581
+ type: "owl:ObjectProperty".freeze
1582
+ property :generation,
1583
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1584
+ domain: "bf2:Instance".freeze,
1585
+ label: "Generation".freeze,
1586
+ range: "bf2:Generation".freeze,
1587
+ :"skos:definition" => %(Relationship between an original carrier and the carrier of a reproduction made from the original.).freeze,
1588
+ type: "owl:ObjectProperty".freeze
1589
+ property :generationDate,
1590
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1591
+ domain: "bf2:AdminMetadata".freeze,
1592
+ label: "Date generated".freeze,
1593
+ range: "rdfs:Literal".freeze,
1594
+ :"skos:definition" => %(Date of conversion of the metadata from another format.).freeze,
1595
+ subPropertyOf: "bf2:date".freeze,
1596
+ type: "owl:DatatypeProperty".freeze
1597
+ property :generationProcess,
1598
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1599
+ domain: "bf2:AdminMetadata".freeze,
1600
+ label: "Description generation".freeze,
1601
+ range: "bf2:GenerationProcess".freeze,
1602
+ :"skos:definition" => %(Indication of the program or process used to generate the description by application of a particular transformation.).freeze,
1603
+ type: "owl:ObjectProperty".freeze
1604
+ property :genreForm,
1605
+ comment: %(Used with Work, Instance or Item).freeze,
1606
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1607
+ label: "Genre/form".freeze,
1608
+ range: "bf2:GenreForm".freeze,
1609
+ :"skos:definition" => %(Form category or genre to which a resource belongs).freeze,
1610
+ type: "owl:ObjectProperty".freeze
1611
+ property :geographicCoverage,
1612
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-06 \(Changed from data to object property\)).freeze],
1613
+ domain: "bf2:Work".freeze,
1614
+ label: "Geographic coverage".freeze,
1615
+ range: "bf2:GeographicCoverage".freeze,
1616
+ :"skos:definition" => %(Geographic coverage of the content of the resource.).freeze,
1617
+ type: "owl:ObjectProperty".freeze
1618
+ property :grantingInstitution,
1619
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1620
+ domain: "bf2:Dissertation".freeze,
1621
+ label: "Degree issuing institution".freeze,
1622
+ range: "bf2:Agent".freeze,
1623
+ :"skos:definition" => %(Name of degree granting institution.).freeze,
1624
+ type: "owl:ObjectProperty".freeze
1625
+ property :hasDerivative,
1626
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1627
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
1628
+ label: "Has derivative".freeze,
1629
+ :"owl:inverseOf" => %(bf2:derivativeOf).freeze,
1630
+ :"skos:definition" => %(Resource that is a modification of the described work.).freeze,
1631
+ subPropertyOf: "bf2:relatedTo".freeze,
1632
+ type: "owl:ObjectProperty".freeze
1633
+ property :hasEquivalent,
1634
+ comment: [%(Expected value Work, Instance or Item).freeze, %(Used with Work, Instance or Item).freeze],
1635
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1636
+ label: "Equivalence".freeze,
1637
+ :"skos:definition" => %(Resource embodies the same content as the described resource.).freeze,
1638
+ subPropertyOf: "bf2:relatedTo".freeze,
1639
+ type: "owl:SymmetricProperty".freeze
1640
+ property :hasExpression,
1641
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
1642
+ domain: "bf2:Work".freeze,
1643
+ label: "Expressed as".freeze,
1644
+ :"owl:inverseOf" => %(bf2:expressionOf).freeze,
1645
+ range: "bf2:Work".freeze,
1646
+ :"skos:definition" => %(Work that is an expression of a described Work. For use to relate Works under FRBR/RDA rules.).freeze,
1647
+ subPropertyOf: "bf2:relatedTo".freeze,
1648
+ type: "owl:ObjectProperty".freeze
1649
+ property :hasInstance,
1650
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
1651
+ domain: "bf2:Work".freeze,
1652
+ label: "Instance of Work".freeze,
1653
+ :"owl:inverseOf" => %(bf2:instanceOf).freeze,
1654
+ range: "bf2:Instance".freeze,
1655
+ :"skos:definition" => %(Instance is related to described Work. For use to connect Works to Instances in the BIBFRAME structure.).freeze,
1656
+ subPropertyOf: "bf2:relatedTo".freeze,
1657
+ type: "owl:ObjectProperty".freeze
1658
+ property :hasItem,
1659
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze, %(2017-02-07 \(slight revision of definition\)).freeze],
1660
+ domain: "bf2:Instance".freeze,
1661
+ label: "Has holding".freeze,
1662
+ :"owl:inverseOf" => %(bf2:itemOf).freeze,
1663
+ range: "bf2:Item".freeze,
1664
+ :"skos:definition" => %(Item which is an example of the described Instance.).freeze,
1665
+ subPropertyOf: "bf2:relatedTo".freeze,
1666
+ type: "owl:ObjectProperty".freeze
1667
+ property :hasPart,
1668
+ comment: [%(Expected value Work, Instance or Item).freeze, %(Used with Work, Instance or Item).freeze],
1669
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
1670
+ label: "Has part".freeze,
1671
+ :"owl:inverseOf" => %(bf2:partOf).freeze,
1672
+ :"skos:definition" => %(Resource that is included either physically or logically in the described resource).freeze,
1673
+ subPropertyOf: "bf2:relatedTo".freeze,
1674
+ type: "owl:ObjectProperty".freeze
1675
+ property :hasReproduction,
1676
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
1677
+ domain: "bf2:Instance".freeze,
1678
+ label: "Reproduced as".freeze,
1679
+ :"owl:inverseOf" => %(bf2:reproductionOf).freeze,
1680
+ range: "bf2:Instance".freeze,
1681
+ :"skos:definition" => %(Resource that reproduces another Resource.).freeze,
1682
+ subPropertyOf: "bf2:hasEquivalent".freeze,
1683
+ type: "owl:ObjectProperty".freeze
1684
+ property :hasSeries,
1685
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1686
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
1687
+ label: "In series".freeze,
1688
+ :"owl:inverseOf" => %(bf2:seriesOf).freeze,
1689
+ :"skos:definition" => %(Resource in which the part has been issued; the title of the larger resource appears on the part.).freeze,
1690
+ subPropertyOf: "bf2:partOf".freeze,
1691
+ type: "owl:ObjectProperty".freeze
1692
+ property :hasSubseries,
1693
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1694
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
1695
+ label: "Subseries".freeze,
1696
+ :"owl:inverseOf" => %(bf2:subseriesOf).freeze,
1697
+ :"skos:definition" => %(series resource that is part of another series.).freeze,
1698
+ subPropertyOf: "bf2:partOf".freeze,
1699
+ type: "owl:ObjectProperty".freeze
1700
+ property :heldBy,
1701
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1702
+ domain: "bf2:Item".freeze,
1703
+ label: "Held by".freeze,
1704
+ range: "bf2:Agent".freeze,
1705
+ :"skos:definition" => %(Entity holding the item or from which it is available.).freeze,
1706
+ type: "owl:ObjectProperty".freeze
1707
+ property :hierarchicalLevel,
1708
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1709
+ domain: "bf2:Arrangement".freeze,
1710
+ label: "Hierarchical level of material".freeze,
1711
+ range: "rdfs:Literal".freeze,
1712
+ :"skos:definition" => %(Hierarchical position of the described materials relative to other material from the same source.).freeze,
1713
+ type: "owl:DatatypeProperty".freeze
1714
+ property :historyOfWork,
1715
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1716
+ domain: "bf2:Work".freeze,
1717
+ label: "History of the work".freeze,
1718
+ range: "rdfs:Literal".freeze,
1719
+ :"skos:definition" => %(Information about the history of a Work.).freeze,
1720
+ type: "owl:DatatypeProperty".freeze
1721
+ property :identifiedBy,
1722
+ comment: %(Used with Unspecified).freeze,
1723
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1724
+ label: "Identifier".freeze,
1725
+ range: "bf2:Identifier".freeze,
1726
+ :"skos:definition" => %(Character string associated with a resource that serves to differentiate that resource from other resources, i.e., that uniquely identifies an entity.).freeze,
1727
+ type: "owl:ObjectProperty".freeze
1728
+ property :identifies,
1729
+ :"dc:modified" => %(2017-02-03 \(New inverse\)).freeze,
1730
+ domain: "bf2:Identifier".freeze,
1731
+ label: "Resouce identified".freeze,
1732
+ :"owl:inverseOf" => %(bf2:identifiedBy).freeze,
1733
+ range: "rdfs:Resource".freeze,
1734
+ :"skos:definition" => %(Resource that is associated with a character string that serves to differentiate one resource from another.).freeze,
1735
+ type: "owl:ObjectProperty".freeze
1736
+ property :illustrativeContent,
1737
+ comment: %(Used with Work or Instance).freeze,
1738
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1739
+ label: "Illustrative content information".freeze,
1740
+ range: "bf2:Illustration".freeze,
1741
+ :"skos:definition" => %(Information about content intended to illustrate a resource.).freeze,
1742
+ type: "owl:ObjectProperty".freeze
1743
+ property :immediateAcquisition,
1744
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-06 \(Changed from data to object property\)).freeze],
1745
+ domain: "bf2:Item".freeze,
1746
+ label: "Immediate acquisition".freeze,
1747
+ range: "bf2:ImmediateAcquisition".freeze,
1748
+ :"skos:definition" => %(Information about the circumstances, e.g., source, date, method, under which the resource was directly acquired.).freeze,
1749
+ type: "owl:ObjectProperty".freeze
1750
+ property :index,
1751
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1752
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze, %(2017-02-03 \(corrected label\)).freeze],
1753
+ label: "Has index".freeze,
1754
+ :"owl:inverseOf" => %(bf2:indexOf).freeze,
1755
+ :"skos:definition" => %(Resource has an accompanying index).freeze,
1756
+ subPropertyOf: "bf2:accompaniedBy".freeze,
1757
+ type: "owl:ObjectProperty".freeze
1758
+ property :indexOf,
1759
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1760
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
1761
+ label: "Index to".freeze,
1762
+ :"owl:inverseOf" => %(bf2:index).freeze,
1763
+ :"skos:definition" => %(Index that accompanies a resource.).freeze,
1764
+ subPropertyOf: "bf2:accompanies".freeze,
1765
+ type: "owl:ObjectProperty".freeze
1766
+ property :instanceOf,
1767
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
1768
+ domain: "bf2:Instance".freeze,
1769
+ label: "Instance of".freeze,
1770
+ :"owl:inverseOf" => %(bf2:hasInstance).freeze,
1771
+ range: "bf2:Work".freeze,
1772
+ :"skos:definition" => %(Work the Instance described instantiates or manifests. For use to connect Instances to Works in the BIBFRAME structure.).freeze,
1773
+ subPropertyOf: "bf2:relatedTo".freeze,
1774
+ type: "owl:ObjectProperty".freeze
1775
+ property :instrument,
1776
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1777
+ domain: "bf2:Work".freeze,
1778
+ label: "Instrument".freeze,
1779
+ range: "bf2:MusicInstrument".freeze,
1780
+ :"skos:definition" => %(Instrument for which a musical Work is appropriate.).freeze,
1781
+ type: "owl:ObjectProperty".freeze
1782
+ property :instrumentalType,
1783
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1784
+ domain: "bf2:MusicInstrument".freeze,
1785
+ label: "Instrument role".freeze,
1786
+ range: "rdfs:Literal".freeze,
1787
+ :"skos:definition" => %(Specific role of instrument, such as alternate, doubling, solo, ensemble.).freeze,
1788
+ type: "owl:DatatypeProperty".freeze
1789
+ property :intendedAudience,
1790
+ comment: %(Used with Work or Instance).freeze,
1791
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1792
+ label: "Intended audience".freeze,
1793
+ range: "bf2:IntendedAudience".freeze,
1794
+ :"skos:definition" => %(Information that identifies the specific audience or intellectual level for which the content of the resource is considered appropriate.).freeze,
1795
+ type: "owl:ObjectProperty".freeze
1796
+ property :issuance,
1797
+ comment: %(Used with Work or Instance).freeze,
1798
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1799
+ label: "Mode of issuance".freeze,
1800
+ range: "bf2:Issuance".freeze,
1801
+ :"skos:definition" => %(Categorization reflecting whether a resource is issued in one or more parts, the way it is updated, and its intended termination.).freeze,
1802
+ type: "owl:ObjectProperty".freeze
1803
+ property :issuedWith,
1804
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1805
+ domain: "bf2:Instance".freeze,
1806
+ label: "Issued with".freeze,
1807
+ range: "bf2:Instance".freeze,
1808
+ :"skos:definition" => %(Resource that is issued on the same carrier as the resource being described.).freeze,
1809
+ subPropertyOf: "bf2:accompanies".freeze,
1810
+ type: "owl:SymmetricProperty".freeze
1811
+ property :itemOf,
1812
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze, %(2017-02-07 \(slight revision of definition\)).freeze],
1813
+ domain: "bf2:Item".freeze,
1814
+ label: "Holding for".freeze,
1815
+ :"owl:inverseOf" => %(bf2:hasItem).freeze,
1816
+ range: "bf2:Instance".freeze,
1817
+ :"skos:definition" => %(Instance for which the described Item is an example.).freeze,
1818
+ subPropertyOf: "bf2:relatedTo".freeze,
1819
+ type: "owl:ObjectProperty".freeze
1820
+ property :itemPortion,
1821
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1822
+ domain: "bf2:Classification".freeze,
1823
+ label: "Classification item number".freeze,
1824
+ range: "rdfs:Literal".freeze,
1825
+ :"skos:definition" => %(Number attached to a classification string that indicates a particular item.).freeze,
1826
+ type: "owl:DatatypeProperty".freeze
1827
+ property :language,
1828
+ comment: %(Used with Unspecified).freeze,
1829
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1830
+ label: "Language information".freeze,
1831
+ range: "bf2:Language".freeze,
1832
+ :"skos:definition" => %(Language associated with a resource or its parts.).freeze,
1833
+ type: "owl:ObjectProperty".freeze
1834
+ property :lastIssue,
1835
+ comment: %(Used with Work or Instance).freeze,
1836
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1837
+ label: "Multipart last issue".freeze,
1838
+ range: "rdfs:Literal".freeze,
1839
+ :"skos:definition" => %(Ending date of a resource and/or the sequential designations.).freeze,
1840
+ type: "owl:DatatypeProperty".freeze
1841
+ property :layout,
1842
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1843
+ domain: "bf2:Instance".freeze,
1844
+ label: "Layout".freeze,
1845
+ range: "bf2:Layout".freeze,
1846
+ :"skos:definition" => %(Arrangement of text, images, tactile notation, etc., in a resource.).freeze,
1847
+ type: "owl:ObjectProperty".freeze
1848
+ property :legalDate,
1849
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1850
+ domain: "bf2:Work".freeze,
1851
+ label: "Date of legal work".freeze,
1852
+ range: "rdfs:Literal".freeze,
1853
+ :"skos:definition" => %(Date of legal work, or promulgation of a law, or signing of a treaty.).freeze,
1854
+ subPropertyOf: "bf2:date".freeze,
1855
+ type: "owl:DatatypeProperty".freeze
1856
+ property :mainTitle,
1857
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1858
+ domain: "bf2:Title".freeze,
1859
+ label: "Main title".freeze,
1860
+ range: "rdfs:Literal".freeze,
1861
+ :"skos:definition" => %(Title being addressed. Possible title component.).freeze,
1862
+ type: "owl:DatatypeProperty".freeze
1863
+ property :media,
1864
+ comment: %(Used with Work or Instance).freeze,
1865
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1866
+ label: "Media type".freeze,
1867
+ range: "bf2:Media".freeze,
1868
+ :"skos:definition" => %(Categorization reflecting the general type of intermediation device required to view, play, run, etc., the content of a resource.).freeze,
1869
+ type: "owl:ObjectProperty".freeze
1870
+ property :mergedToForm,
1871
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1872
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
1873
+ label: "Merged to form".freeze,
1874
+ :"owl:inverseOf" => %(bf2:mergerOf).freeze,
1875
+ :"skos:definition" => %(One of two or more resources that come together to form a new resource.).freeze,
1876
+ subPropertyOf: "bf2:succeededBy".freeze,
1877
+ type: "owl:ObjectProperty".freeze
1878
+ property :mergerOf,
1879
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1880
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
1881
+ label: "Merger of".freeze,
1882
+ :"owl:inverseOf" => %(bf2:mergedToForm).freeze,
1883
+ :"skos:definition" => %(One of two or more resources which came together to form a new resource.).freeze,
1884
+ subPropertyOf: "bf2:precededBy".freeze,
1885
+ type: "owl:ObjectProperty".freeze
1886
+ property :mount,
1887
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1888
+ domain: "bf2:Instance".freeze,
1889
+ label: "Mount material".freeze,
1890
+ range: "bf2:Mount".freeze,
1891
+ :"skos:definition" => %(Physical material used for the support or backing to which the base material of a resource has been attached.).freeze,
1892
+ type: "owl:ObjectProperty".freeze
1893
+ property :musicFormat,
1894
+ comment: %(Used with Work or Instance).freeze,
1895
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1896
+ label: "Format of notated music".freeze,
1897
+ range: "bf2:MusicFormat".freeze,
1898
+ :"skos:definition" => %(Layout for content of a resource that is presented in the form of musical notation, such as full score, condensed score, vocal score, etc.).freeze,
1899
+ type: "owl:ObjectProperty".freeze
1900
+ property :musicKey,
1901
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1902
+ domain: "bf2:Work".freeze,
1903
+ label: "Music key".freeze,
1904
+ range: "rdfs:Literal".freeze,
1905
+ :"skos:definition" => %(Pitch and mode for music.).freeze,
1906
+ type: "owl:DatatypeProperty".freeze
1907
+ property :musicMedium,
1908
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1909
+ domain: "bf2:Work".freeze,
1910
+ label: "Music medium of performance".freeze,
1911
+ range: "bf2:MusicMedium".freeze,
1912
+ :"skos:definition" => %(Instrumental, vocal, and/or other medium of performance for which a musical resource was originally conceived, written or performed.).freeze,
1913
+ type: "owl:ObjectProperty".freeze
1914
+ property :musicOpusNumber,
1915
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1916
+ domain: "bf2:Work".freeze,
1917
+ label: "Music opus number".freeze,
1918
+ range: "rdfs:Literal".freeze,
1919
+ :"skos:definition" => %(Numeric designation of a musical work assigned by a composer, publisher, or a musicologist.).freeze,
1920
+ type: "owl:DatatypeProperty".freeze
1921
+ property :musicSerialNumber,
1922
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1923
+ domain: "bf2:Work".freeze,
1924
+ label: "Music serial number".freeze,
1925
+ range: "rdfs:Literal".freeze,
1926
+ :"skos:definition" => %(Numeric designation for musical works consecutively numbered in music reference sources.).freeze,
1927
+ type: "owl:DatatypeProperty".freeze
1928
+ property :musicThematicNumber,
1929
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1930
+ domain: "bf2:Work".freeze,
1931
+ label: "Music thematic number".freeze,
1932
+ range: "rdfs:Literal".freeze,
1933
+ :"skos:definition" => %(Numeric designation for a musical work as found in a thematic index for the composer.).freeze,
1934
+ type: "owl:DatatypeProperty".freeze
1935
+ property :natureOfContent,
1936
+ comment: %(Used with Work or Instance).freeze,
1937
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1938
+ label: "Content nature".freeze,
1939
+ range: "rdfs:Literal".freeze,
1940
+ :"skos:definition" => %(Characterization that epitomizes the primary content of a resource, e.g., field recording of birdsong; combined time series analysis and graph plotting system.).freeze,
1941
+ type: "owl:DatatypeProperty".freeze
1942
+ property :notation,
1943
+ comment: %(Used with Work or Instance).freeze,
1944
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1945
+ label: "Notation system".freeze,
1946
+ range: "bf2:Notation".freeze,
1947
+ :"skos:definition" => %(Alphabet, script, or symbol system used to convey the content of the resource, including specialized scripts, typefaces, tactile notation, movement notation, and musical notation.).freeze,
1948
+ type: "owl:ObjectProperty".freeze
1949
+ property :note,
1950
+ comment: %(Used with Unspecified).freeze,
1951
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1952
+ label: "Note".freeze,
1953
+ range: "bf2:Note".freeze,
1954
+ :"skos: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.).freeze,
1955
+ type: "owl:ObjectProperty".freeze
1956
+ property :noteType,
1957
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1958
+ domain: "bf2:Note".freeze,
1959
+ label: "Note type".freeze,
1960
+ range: "rdfs:Literal".freeze,
1961
+ :"skos:definition" => %(Type of note.).freeze,
1962
+ type: "owl:DatatypeProperty".freeze
1963
+ property :organization,
1964
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1965
+ domain: "bf2:Arrangement".freeze,
1966
+ label: "Organization of material".freeze,
1967
+ range: "rdfs:Literal".freeze,
1968
+ :"skos:definition" => %(Manner in which the resource is divided into smaller units.).freeze,
1969
+ type: "owl:DatatypeProperty".freeze
1970
+ property :originDate,
1971
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1972
+ domain: "bf2:Work".freeze,
1973
+ label: "Associated title date".freeze,
1974
+ range: "rdfs:Literal".freeze,
1975
+ :"skos:definition" => %(Date or date range associated with the creation of a Work.).freeze,
1976
+ subPropertyOf: "bf2:date".freeze,
1977
+ type: "owl:DatatypeProperty".freeze
1978
+ property :originPlace,
1979
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
1980
+ domain: "bf2:Work".freeze,
1981
+ label: "Associated title place".freeze,
1982
+ range: "bf2:Place".freeze,
1983
+ :"skos:definition" => %(Place from which the creation of the Work originated.).freeze,
1984
+ subPropertyOf: "bf2:place".freeze,
1985
+ type: "owl:ObjectProperty".freeze
1986
+ property :originalVersion,
1987
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1988
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
1989
+ label: "Original version".freeze,
1990
+ :"owl:inverseOf" => %(bf2:originalVersionOf).freeze,
1991
+ :"skos:definition" => %(Resource is the original version of which this resource is a reproduction.).freeze,
1992
+ subPropertyOf: "bf2:derivativeOf".freeze,
1993
+ type: "owl:ObjectProperty".freeze
1994
+ property :originalVersionOf,
1995
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
1996
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
1997
+ label: "Original version of".freeze,
1998
+ :"owl:inverseOf" => %(bf2:originalVersion).freeze,
1999
+ :"skos:definition" => %(Original version of a resource.).freeze,
2000
+ subPropertyOf: "bf2:hasDerivative".freeze,
2001
+ type: "owl:ObjectProperty".freeze
2002
+ property :otherEdition,
2003
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2004
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-05-13 \(symmetrical\)).freeze],
2005
+ label: "Other edition".freeze,
2006
+ :"skos:definition" => %(Resource has other available editions, for example simultaneously published language editions or reprints.).freeze,
2007
+ subPropertyOf: "bf2:derivativeOf".freeze,
2008
+ type: "owl:SymmetricProperty".freeze
2009
+ property :otherPhysicalFormat,
2010
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2011
+ domain: "bf2:Instance".freeze,
2012
+ label: "Has other physical format".freeze,
2013
+ range: "bf2:Instance".freeze,
2014
+ :"skos:definition" => %(Resource that is manifested in another physical carrier.).freeze,
2015
+ subPropertyOf: "bf2:hasEquivalent".freeze,
2016
+ type: "owl:SymmetricProperty".freeze
2017
+ property :outerGRing,
2018
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2019
+ domain: "bf2:Cartographic".freeze,
2020
+ label: "Cartographic outer G ring area covered".freeze,
2021
+ range: "rdfs:Literal".freeze,
2022
+ :"skos:definition" => %(Coordinate pairs that identify the closed non-intersecting boundary of the area covered.).freeze,
2023
+ type: "owl:DatatypeProperty".freeze
2024
+ property :part,
2025
+ comment: %(Used with Unspecified).freeze,
2026
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2027
+ label: "Part".freeze,
2028
+ range: "rdfs:Literal".freeze,
2029
+ :"skos:definition" => %(Part of a resource to which information applies.).freeze,
2030
+ type: "owl:DatatypeProperty".freeze
2031
+ property :partName,
2032
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2033
+ domain: "bf2:Title".freeze,
2034
+ label: "Part title".freeze,
2035
+ range: "rdfs:Literal".freeze,
2036
+ :"skos:definition" => %(Part or section name of a title. Possible title component.).freeze,
2037
+ type: "owl:DatatypeProperty".freeze
2038
+ property :partNumber,
2039
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2040
+ domain: "bf2:Title".freeze,
2041
+ label: "Part number".freeze,
2042
+ range: "rdfs:Literal".freeze,
2043
+ :"skos:definition" => %(Part or section enumeration of a title. Possible title component.).freeze,
2044
+ type: "owl:DatatypeProperty".freeze
2045
+ property :partOf,
2046
+ comment: [%(Expected value Work, Instance or Item).freeze, %(Used with Work, Instance or Item).freeze],
2047
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
2048
+ label: "Is part of".freeze,
2049
+ :"owl:inverseOf" => %(bf2:hasPart).freeze,
2050
+ :"skos:definition" => %(Resource in which the described resource is physically or logically contained.).freeze,
2051
+ subPropertyOf: "bf2:relatedTo".freeze,
2052
+ type: "owl:ObjectProperty".freeze
2053
+ property :pattern,
2054
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2055
+ domain: "bf2:Arrangement".freeze,
2056
+ label: "Arrangement of material".freeze,
2057
+ range: "rdfs:Literal".freeze,
2058
+ :"skos:definition" => %(Pattern of arrangement of materials within a unit.).freeze,
2059
+ type: "owl:DatatypeProperty".freeze
2060
+ property :physicalLocation,
2061
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2062
+ domain: "bf2:Item".freeze,
2063
+ label: "Storing or shelving location".freeze,
2064
+ range: "rdfs:Literal".freeze,
2065
+ :"skos:definition" => %(Location in the holding agency where the item is shelved or stored.).freeze,
2066
+ type: "owl:DatatypeProperty".freeze
2067
+ property :place,
2068
+ comment: %(Used with Unspecified).freeze,
2069
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2070
+ label: "Place".freeze,
2071
+ range: "bf2:Place".freeze,
2072
+ :"skos: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.).freeze,
2073
+ type: "owl:ObjectProperty".freeze
2074
+ property :polarity,
2075
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2076
+ domain: "bf2:Instance".freeze,
2077
+ label: "Polarity".freeze,
2078
+ range: "bf2:Polarity".freeze,
2079
+ :"skos:definition" => %(Relationship of the colors and tones in an image to the colors and tones of the object reproduced.).freeze,
2080
+ type: "owl:ObjectProperty".freeze
2081
+ property :precededBy,
2082
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2083
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
2084
+ label: "Preceded by".freeze,
2085
+ :"owl:inverseOf" => %(bf2:succeededBy).freeze,
2086
+ :"skos:definition" => %(Resource that precedes the resource being described, e.g., is earlier in time or before in narrative.).freeze,
2087
+ subPropertyOf: "bf2:relatedTo".freeze,
2088
+ type: "owl:ObjectProperty".freeze
2089
+ property :preferredCitation,
2090
+ comment: %(Used with Work or Instance).freeze,
2091
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2092
+ label: "Preferred citation".freeze,
2093
+ range: "rdfs:Literal".freeze,
2094
+ :"skos:definition" => %(Citation to the resource preferred by its custodian of the resource.).freeze,
2095
+ type: "owl:DatatypeProperty".freeze
2096
+ property :productionMethod,
2097
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2098
+ domain: "bf2:Instance".freeze,
2099
+ label: "Production method".freeze,
2100
+ range: "bf2:ProductionMethod".freeze,
2101
+ :"skos:definition" => %(Process used to produce a resource.).freeze,
2102
+ type: "owl:ObjectProperty".freeze
2103
+ property :projection,
2104
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-03 \(changed from data to object property\)).freeze],
2105
+ domain: "bf2:Cartographic".freeze,
2106
+ label: "Cartographic projection".freeze,
2107
+ range: "bf2:Projection".freeze,
2108
+ :"skos:definition" => %(Method or system used to represent the surface of the earth or of a celestial sphere on a plane.).freeze,
2109
+ type: "owl:ObjectProperty".freeze
2110
+ property :projectionCharacteristic,
2111
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-03 \(fixed typo in property name\)).freeze],
2112
+ domain: "bf2:Instance".freeze,
2113
+ label: "Projection characteristic".freeze,
2114
+ range: "bf2:ProjectionCharacteristic".freeze,
2115
+ :"skos:definition" => %(Technical specification relating to the projection of a motion picture film.).freeze,
2116
+ type: "owl:ObjectProperty".freeze
2117
+ property :provisionActivity,
2118
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-03 \(revised label and slightly revised definition\)).freeze],
2119
+ domain: "bf2:Instance".freeze,
2120
+ label: "Provision activity".freeze,
2121
+ range: "bf2:ProvisionActivity".freeze,
2122
+ :"skos:definition" => %(Place, name, and/or date information relating to the publication, printing, distribution, issue, release, production, etc. of a resource.).freeze,
2123
+ type: "owl:ObjectProperty".freeze
2124
+ property :provisionActivityStatement,
2125
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2126
+ domain: "bf2:Instance".freeze,
2127
+ label: "Provider statement".freeze,
2128
+ range: "rdfs:Literal".freeze,
2129
+ :"skos:definition" => %(Statement relating to providers of a resource; usually transcribed.).freeze,
2130
+ type: "owl:DatatypeProperty".freeze
2131
+ property :qualifier,
2132
+ comment: %(Used with Unspecified).freeze,
2133
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2134
+ label: "Qualifier".freeze,
2135
+ range: "rdfs:Literal".freeze,
2136
+ :"skos:definition" => %(Qualifier of information, such as an addition to a title to make it unique or qualifying information associated with an identifier.).freeze,
2137
+ type: "owl:DatatypeProperty".freeze
2138
+ property :reductionRatio,
2139
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2140
+ domain: "bf2:Instance".freeze,
2141
+ label: "Reduction ratio".freeze,
2142
+ range: "bf2:ReductionRatio".freeze,
2143
+ :"skos:definition" => %(Size of a micro-image in relation to the original from which it was produced.).freeze,
2144
+ type: "owl:ObjectProperty".freeze
2145
+ property :referencedBy,
2146
+ comment: [%(Expected value Work, Instance or Item).freeze, %(Used with Work, Instance or Item).freeze],
2147
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
2148
+ label: "Referenced by".freeze,
2149
+ :"owl:inverseOf" => %(bf2:references).freeze,
2150
+ :"skos:definition" => %(Resource that references the described resource).freeze,
2151
+ subPropertyOf: "bf2:relatedTo".freeze,
2152
+ type: "owl:ObjectProperty".freeze
2153
+ property :references,
2154
+ comment: [%(Expected value Work, Instance or Item).freeze, %(Used with Work, Instance or Item).freeze],
2155
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
2156
+ label: "References".freeze,
2157
+ :"owl:inverseOf" => %(bf2:referencedBy).freeze,
2158
+ :"skos:definition" => %(Resource that is referenced by the described resource.).freeze,
2159
+ subPropertyOf: "bf2:relatedTo".freeze,
2160
+ type: "owl:ObjectProperty".freeze
2161
+ property :relatedTo,
2162
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2163
+ domain: "rdfs:Resource".freeze,
2164
+ label: "Related resource".freeze,
2165
+ range: "rdfs:Resource".freeze,
2166
+ :"skos:definition" => %(Any relationship between Work, Instance, and Item resources.).freeze,
2167
+ type: "owl:SymmetricProperty".freeze
2168
+ property :replacedBy,
2169
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2170
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
2171
+ label: "Succeeded by".freeze,
2172
+ :"owl:inverseOf" => %(bf2:replacementOf).freeze,
2173
+ :"skos:definition" => %(Later resource used in place of an earlier resource, usually because the later resource contains updated or new information.).freeze,
2174
+ subPropertyOf: "bf2:succeededBy".freeze,
2175
+ type: "owl:ObjectProperty".freeze
2176
+ property :replacementOf,
2177
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2178
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
2179
+ label: "Preceded by".freeze,
2180
+ :"owl:inverseOf" => %(bf2:replacedBy).freeze,
2181
+ :"skos:definition" => %(Earlier resource whose content has been replaced by a later resource, usually because the later resource contains updated or new information.).freeze,
2182
+ subPropertyOf: "bf2:precededBy".freeze,
2183
+ type: "owl:ObjectProperty".freeze
2184
+ property :reproductionOf,
2185
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
2186
+ domain: "bf2:Instance".freeze,
2187
+ label: "Reproduction of".freeze,
2188
+ :"owl:inverseOf" => %(bf2:hasReproduction).freeze,
2189
+ range: "bf2:Instance".freeze,
2190
+ :"skos:definition" => %(Resource that is a reproduction of another Resource.).freeze,
2191
+ subPropertyOf: "bf2:hasEquivalent".freeze,
2192
+ type: "owl:ObjectProperty".freeze
2193
+ property :responsibilityStatement,
2194
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2195
+ domain: "bf2:Instance".freeze,
2196
+ label: "Creative responsibility statement".freeze,
2197
+ range: "rdfs:Literal".freeze,
2198
+ :"skos:definition" => %(Statement relating to any persons, families, or corporate bodies responsible for the creation of, or contributing to the content of a resource; usually transcribed.).freeze,
2199
+ type: "owl:DatatypeProperty".freeze
2200
+ property :review,
2201
+ comment: %(Used with Work or Instance).freeze,
2202
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2203
+ label: "Review content".freeze,
2204
+ range: "bf2:Review".freeze,
2205
+ :"skos:definition" => %(Review of a resource.).freeze,
2206
+ type: "owl:ObjectProperty".freeze
2207
+ property :role,
2208
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-03 \(Changed from data to object property, adjusted label and definition\)).freeze],
2209
+ domain: "bf2:Contribution".freeze,
2210
+ label: "Contributor role".freeze,
2211
+ range: "bf2:Role".freeze,
2212
+ :"skos:definition" => %(Function provided by a contributor, e.g., author, illustrator, etc.).freeze,
2213
+ type: "owl:ObjectProperty".freeze
2214
+ property :scale,
2215
+ comment: %(Used with Work or Instance).freeze,
2216
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-03 \(changed from data to object property\)).freeze],
2217
+ label: "Scale".freeze,
2218
+ range: "bf2:Scale".freeze,
2219
+ :"skos: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.).freeze,
2220
+ type: "owl:ObjectProperty".freeze
2221
+ property :schedulePart,
2222
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2223
+ domain: "bf2:Classification".freeze,
2224
+ label: "Classification designation".freeze,
2225
+ range: "rdfs:Literal".freeze,
2226
+ :"skos:definition" => %(Designates whether the classification number is from the standard or optional part of a schedule or table.).freeze,
2227
+ type: "owl:DatatypeProperty".freeze
2228
+ property :separatedFrom,
2229
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2230
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
2231
+ label: "Separated from".freeze,
2232
+ :"owl:inverseOf" => %(bf2:continuedInPartBy).freeze,
2233
+ :"skos:definition" => %(Resource that spun off a part of its content to form a new resource.).freeze,
2234
+ subPropertyOf: "bf2:precededBy".freeze,
2235
+ type: "owl:ObjectProperty".freeze
2236
+ property :seriesEnumeration,
2237
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2238
+ domain: "bf2:Instance".freeze,
2239
+ label: "Series enumeration".freeze,
2240
+ range: "rdfs:Literal".freeze,
2241
+ :"skos:definition" => %(Series enumeration of the resource; usually transcribed.).freeze,
2242
+ type: "owl:DatatypeProperty".freeze
2243
+ property :seriesOf,
2244
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2245
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
2246
+ label: "Series container of".freeze,
2247
+ :"owl:inverseOf" => %(bf2:hasSeries).freeze,
2248
+ :"skos:definition" => %(Resource that is a part of a larger resource.).freeze,
2249
+ subPropertyOf: "bf2:hasPart".freeze,
2250
+ type: "owl:ObjectProperty".freeze
2251
+ property :seriesStatement,
2252
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2253
+ domain: "bf2:Instance".freeze,
2254
+ label: "Series statement".freeze,
2255
+ range: "rdfs:Literal".freeze,
2256
+ :"skos:definition" => %(Statement of the series the resource is in; usually transcribed; includes the ISSN if applicable.).freeze,
2257
+ type: "owl:DatatypeProperty".freeze
2258
+ property :shelfMark,
2259
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2260
+ domain: "bf2:Item".freeze,
2261
+ label: "Shelf mark".freeze,
2262
+ range: "bf2:ShelfMark".freeze,
2263
+ :"skos:definition" => %(Piece identifier, such as a call or other type of number.).freeze,
2264
+ type: "owl:ObjectProperty".freeze
2265
+ property :soundCharacteristic,
2266
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-21 \(fixed name and range typos\)).freeze],
2267
+ domain: "bf2:Instance".freeze,
2268
+ label: "Sound characteristic".freeze,
2269
+ range: "bf2:SoundCharacteristic".freeze,
2270
+ :"skos:definition" => %(Technical specification relating to the encoding of sound in a resource.).freeze,
2271
+ type: "owl:ObjectProperty".freeze
2272
+ property :soundContent,
2273
+ comment: %(Used with Work or Instance).freeze,
2274
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2275
+ label: "Sound content".freeze,
2276
+ range: "bf2:SoundContent".freeze,
2277
+ :"skos:definition" => %(Indication of whether the production of sound is an integral part of the resource.).freeze,
2278
+ type: "owl:ObjectProperty".freeze
2279
+ property :source,
2280
+ comment: %(Used with Unspecified).freeze,
2281
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2282
+ label: "Source".freeze,
2283
+ range: "bf2:Source".freeze,
2284
+ :"skos: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.).freeze,
2285
+ type: "owl:ObjectProperty".freeze
2286
+ property :spanEnd,
2287
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2288
+ domain: "bf2:Classification".freeze,
2289
+ label: "Classification number span end".freeze,
2290
+ range: "rdfs:Literal".freeze,
2291
+ :"skos:definition" => %(Ending number of classification number span.).freeze,
2292
+ type: "owl:DatatypeProperty".freeze
2293
+ property :splitInto,
2294
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2295
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
2296
+ label: "Split into".freeze,
2297
+ :"owl:inverseOf" => %(bf2:continuesInPart).freeze,
2298
+ :"skos:definition" => %(One of two or more resources resulting from the division of an earlier resource into separate resources.).freeze,
2299
+ subPropertyOf: "bf2:succeededBy".freeze,
2300
+ type: "owl:ObjectProperty".freeze
2301
+ property :status,
2302
+ comment: %(Used with Unspecified).freeze,
2303
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2304
+ label: "Status".freeze,
2305
+ range: "bf2:Status".freeze,
2306
+ :"skos: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.).freeze,
2307
+ type: "owl:ObjectProperty".freeze
2308
+ property :subject,
2309
+ comment: %(Used with Work, Instance or Item).freeze,
2310
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2311
+ label: "Subject".freeze,
2312
+ range: "rdfs:Resource".freeze,
2313
+ :"skos:definition" => %(Subject term\(s\) describing a resource.).freeze,
2314
+ type: "owl:ObjectProperty".freeze
2315
+ property :sublocation,
2316
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2317
+ domain: "bf2:Item".freeze,
2318
+ label: "Held in sublocation".freeze,
2319
+ range: "bf2:Sublocation".freeze,
2320
+ :"skos:definition" => %(Specific place within the holding entity where the item is located or made available.).freeze,
2321
+ type: "owl:ObjectProperty".freeze
2322
+ property :subseriesEnumeration,
2323
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2324
+ domain: "bf2:Instance".freeze,
2325
+ label: "Subseries enumeration".freeze,
2326
+ range: "rdfs:Literal".freeze,
2327
+ :"skos:definition" => %(Subseries enumeration of the resource; usually transcribed.).freeze,
2328
+ type: "owl:DatatypeProperty".freeze
2329
+ property :subseriesOf,
2330
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2331
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
2332
+ label: "Subseries of".freeze,
2333
+ :"owl:inverseOf" => %(bf2:hasSubseries).freeze,
2334
+ :"skos:definition" => %(Series resource of which the described resource is a part.).freeze,
2335
+ subPropertyOf: "bf2:hasPart".freeze,
2336
+ type: "owl:ObjectProperty".freeze
2337
+ property :subseriesStatement,
2338
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2339
+ domain: "bf2:Instance".freeze,
2340
+ label: "Subseries statement".freeze,
2341
+ range: "rdfs:Literal".freeze,
2342
+ :"skos:definition" => %(Statement of the subseries the resource is in; usually transcribed; includes the ISSN if applicable.).freeze,
2343
+ type: "owl:DatatypeProperty".freeze
2344
+ property :subtitle,
2345
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2346
+ domain: "bf2:Title".freeze,
2347
+ label: "Subtitle".freeze,
2348
+ range: "rdfs:Literal".freeze,
2349
+ :"skos:definition" => %(Word, character, or group of words and/or characters that contains the remainder of the title after the main title. Possible title component.).freeze,
2350
+ type: "owl:DatatypeProperty".freeze
2351
+ property :succeededBy,
2352
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2353
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse\)).freeze],
2354
+ label: "Succeeded by".freeze,
2355
+ :"owl:inverseOf" => %(bf2:precededBy).freeze,
2356
+ :"skos:definition" => %(Resource that succeeds the resource being described, e.g., later in time or after in a narrative.).freeze,
2357
+ subPropertyOf: "bf2:relatedTo".freeze,
2358
+ type: "owl:ObjectProperty".freeze
2359
+ property :summary,
2360
+ comment: %(Used with Work or Instance).freeze,
2361
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2362
+ label: "Summary content".freeze,
2363
+ range: "bf2:Summary".freeze,
2364
+ :"skos:definition" => %(Summary or abstract of the resource described.).freeze,
2365
+ type: "owl:ObjectProperty".freeze
2366
+ property :supplement,
2367
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2368
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
2369
+ label: "Supplement".freeze,
2370
+ :"owl:inverseOf" => %(bf2:supplementTo).freeze,
2371
+ :"skos:definition" => %(Resource that updates or otherwise complements the predominant resource.).freeze,
2372
+ subPropertyOf: "bf2:accompaniedBy".freeze,
2373
+ type: "owl:ObjectProperty".freeze
2374
+ property :supplementTo,
2375
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2376
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze],
2377
+ label: "Supplement to".freeze,
2378
+ :"owl:inverseOf" => %(bf2:supplement).freeze,
2379
+ :"skos:definition" => %(Resource that is updated or otherwise complemented by the augmenting resource.).freeze,
2380
+ subPropertyOf: "bf2:accompanies".freeze,
2381
+ type: "owl:ObjectProperty".freeze
2382
+ property :supplementaryContent,
2383
+ comment: %(Used with Work or Instance).freeze,
2384
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2385
+ label: "Supplementary material".freeze,
2386
+ range: "bf2:SupplementaryContent".freeze,
2387
+ :"skos:definition" => %(Material such as an index, bibliography, appendix intended to supplement the primary content of a resource.).freeze,
2388
+ type: "owl:ObjectProperty".freeze
2389
+ property :systemRequirement,
2390
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2017-02-06 \(Changed from data to object property, changed property name from plural to singular\)).freeze],
2391
+ domain: "bf2:Instance".freeze,
2392
+ label: "Equipment or system requirements".freeze,
2393
+ range: "bf2:SystemRequirement".freeze,
2394
+ :"skos:definition" => %(Equipment or system requirement 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.).freeze,
2395
+ type: "owl:ObjectProperty".freeze
2396
+ property :table,
2397
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2398
+ domain: "bf2:Classification".freeze,
2399
+ label: "Classification table identification".freeze,
2400
+ range: "rdfs:Literal".freeze,
2401
+ :"skos:definition" => %(Number of the table from which the classification number in a subdivision entry is taken, e.g., a DDC table.).freeze,
2402
+ type: "owl:DatatypeProperty".freeze
2403
+ property :tableOfContents,
2404
+ comment: %(Used with Work or Instance).freeze,
2405
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2406
+ label: "Table of contents content".freeze,
2407
+ range: "bf2:TableOfContents".freeze,
2408
+ :"skos:definition" => %(Table of contents of the described resource.).freeze,
2409
+ type: "owl:ObjectProperty".freeze
2410
+ property :tableSeq,
2411
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2412
+ domain: "bf2:Classification".freeze,
2413
+ label: "Classification table sequence number".freeze,
2414
+ range: "rdfs:Literal".freeze,
2415
+ :"skos:definition" => %(Sequence number or other identifier for an internal classification sub arrangement or add in a classification scheme.).freeze,
2416
+ type: "owl:DatatypeProperty".freeze
2417
+ property :temporalCoverage,
2418
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2419
+ domain: "bf2:Work".freeze,
2420
+ label: "Temporal coverage".freeze,
2421
+ range: "rdfs:Literal".freeze,
2422
+ :"skos:definition" => %(Time period coverage of the content of the resource.).freeze,
2423
+ type: "owl:DatatypeProperty".freeze
2424
+ property :title,
2425
+ comment: %(Used with Work, Instance or Item).freeze,
2426
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2427
+ label: "Title resource".freeze,
2428
+ range: "bf2:Title".freeze,
2429
+ :"skos:definition" => %(Name given to a resource.).freeze,
2430
+ type: "owl:ObjectProperty".freeze
2431
+ property :translation,
2432
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2433
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze, %(2017-02-03 \(corrected subproperty\)).freeze],
2434
+ label: "Translation as".freeze,
2435
+ :"owl:inverseOf" => %(bf2:translationOf).freeze,
2436
+ :"skos:definition" => %(Resource that translates the text of the source entity into a language different from that of the original.).freeze,
2437
+ subPropertyOf: "bf2:hasDerivative".freeze,
2438
+ type: "owl:ObjectProperty".freeze
2439
+ property :translationOf,
2440
+ comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2441
+ :"dc:modified" => [%(2016-04-21 \(New\)).freeze, %(2016-04-29 \(added inverse, updated range\)).freeze, %(2017-02-03 \(corrected subproperty\)).freeze],
2442
+ label: "Translation of".freeze,
2443
+ :"owl:inverseOf" => %(bf2:translation).freeze,
2444
+ :"skos:definition" => %(Resource that has been translated, i.e., the text is expressed in a language different from that of the original resource.).freeze,
2445
+ subPropertyOf: "bf2:derivativeOf".freeze,
2446
+ type: "owl:ObjectProperty".freeze
2447
+ property :unit,
2448
+ comment: %(Used with Unspecified).freeze,
2449
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2450
+ label: "Type of unit".freeze,
2451
+ range: "bf2:Unit".freeze,
2452
+ :"skos: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\).).freeze,
2453
+ type: "owl:ObjectProperty".freeze
2454
+ property :usageAndAccessPolicy,
2455
+ comment: %(Used with Work, Instance or Item).freeze,
2456
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2457
+ label: "Use and access condition".freeze,
2458
+ range: "bf2:UsageAndAccessPolicy".freeze,
2459
+ :"skos:definition" => %(General statement of allowances and restrictions on access to a resource, including retention, reproduction, access, and lending.).freeze,
2460
+ type: "owl:ObjectProperty".freeze
2461
+ property :variantType,
2462
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2463
+ domain: "bf2:VariantTitle".freeze,
2464
+ label: "Variant title type".freeze,
2465
+ range: "rdfs:Literal".freeze,
2466
+ :"skos:definition" => %(Type of title variation, e.g., acronym, cover, spine, earlier, later, series version.).freeze,
2467
+ type: "owl:DatatypeProperty".freeze
2468
+ property :version,
2469
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2470
+ domain: "bf2:Work".freeze,
2471
+ label: "Version".freeze,
2472
+ range: "rdfs:Literal".freeze,
2473
+ :"skos:definition" => %(Term or terms that identify works such as arranged for music, vulgate for religious work, etc.).freeze,
2474
+ type: "owl:DatatypeProperty".freeze
2475
+ property :videoCharacteristic,
2476
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2477
+ domain: "bf2:Instance".freeze,
2478
+ label: "Video characteristic".freeze,
2479
+ range: "bf2:VideoCharacteristic".freeze,
2480
+ :"skos:definition" => %(Technical specification relating to the encoding of video images in a resource).freeze,
2481
+ type: "owl:ObjectProperty".freeze
2482
+ property :voice,
2483
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2484
+ domain: "bf2:Work".freeze,
2485
+ label: "Voice".freeze,
2486
+ range: "bf2:MusicVoice".freeze,
2487
+ :"skos:definition" => %(Voice for which a musical work is appropriate, such as soprano, tenor, mixed.).freeze,
2488
+ type: "owl:ObjectProperty".freeze
2489
+ property :voiceType,
2490
+ :"dc:modified" => %(2016-04-21 \(New\)).freeze,
2491
+ domain: "bf2:MusicVoice".freeze,
2492
+ label: "Type of voice".freeze,
2493
+ range: "rdfs:Literal".freeze,
2494
+ :"skos:definition" => %(Specific type of voice group, such as chorus, solo.).freeze,
2495
+ type: "owl:DatatypeProperty".freeze
2496
+ end
2497
+ end