cocina-models 0.71.0 → 0.73.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -0
- data/description_types.yml +554 -0
- data/docs/_config.yml +1 -0
- data/docs/description_types.md +456 -0
- data/lib/cocina/generator/generator.rb +49 -1
- data/lib/cocina/models/access_role.rb +1 -1
- data/lib/cocina/models/catalog_link.rb +3 -1
- data/lib/cocina/models/title_builder.rb +16 -16
- data/lib/cocina/models/validatable.rb +2 -2
- data/lib/cocina/models/validators/catalog_links_validator.rb +54 -0
- data/lib/cocina/models/validators/dark_validator.rb +79 -0
- data/lib/cocina/models/validators/description_types_validator.rb +119 -0
- data/lib/cocina/models/validators/open_api_validator.rb +53 -0
- data/lib/cocina/models/validators/validator.rb +21 -0
- data/lib/cocina/models/version.rb +1 -1
- data/lib/cocina/models/vocabulary.rb +9 -0
- data/openapi.yml +16 -9
- metadata +11 -4
- data/lib/cocina/models/validator.rb +0 -49
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7eb2a48a43875c1f04aa13e3d96ec404ad42405fb810c9a0f5ad53a9fba376f
|
4
|
+
data.tar.gz: bffadfe239db7581fb2d964a1beb39811a487817b5a5bbfc0a379985eaeb30c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 615a804692a40983261669a44833bbf18eec134406fd57ae70f4fc97f367d175dfac4637049db869e0b3a5d5d870bb0dbc30c1e81fe1216f33a495c1129075ec
|
7
|
+
data.tar.gz: 7f4e813016728b63cc537c033bec2568c0234047d4e20573eab5df93de85bdb5cadd1efa26fcc1ccc8accc6f14a39e3c59e27d8a1bdd3498f689033e82c0e90f
|
data/README.md
CHANGED
@@ -31,6 +31,11 @@ exe/generator generate_schema DRO
|
|
31
31
|
exe/generator generate_vocab
|
32
32
|
```
|
33
33
|
|
34
|
+
### Descriptive documentation
|
35
|
+
```
|
36
|
+
exe/generator generate_descriptive_docs
|
37
|
+
```
|
38
|
+
|
34
39
|
## Testing
|
35
40
|
|
36
41
|
The generator is tested via its output when run against `openapi.yml`, viz., the Cocina model classes. Thus, `generate` should be run after any changes to `openapi.yml`.
|
@@ -0,0 +1,554 @@
|
|
1
|
+
# Description type validation
|
2
|
+
|
3
|
+
access.accessContact:
|
4
|
+
- value: email
|
5
|
+
description: Email address for a contact person or institution concerning the resource.
|
6
|
+
- value: repository
|
7
|
+
description: Institution providing access to the resource.
|
8
|
+
access.digitalLocation:
|
9
|
+
- value: discovery
|
10
|
+
description: Online location for the purpose of discovering the resource.
|
11
|
+
access.note:
|
12
|
+
- value: access restriction
|
13
|
+
description: Restrictions on or conditions for gaining access to the resource.
|
14
|
+
- value: display label
|
15
|
+
description: Display label for the purl.
|
16
|
+
- value: license
|
17
|
+
description: License describing allowed uses of the resource.
|
18
|
+
- value: use and reproduction
|
19
|
+
description: Information related to allowed uses of the resource in other contexts.
|
20
|
+
access.physicalLocation:
|
21
|
+
- value: discovery
|
22
|
+
description: Location where a user may find the resource.
|
23
|
+
- value: location
|
24
|
+
description: Physical location of the resource, or path to the resource on a hard drive or disk.
|
25
|
+
- value: repository
|
26
|
+
description: The institution holding the resource.
|
27
|
+
- value: series
|
28
|
+
description: Archival series of the resource.
|
29
|
+
status: deprecated
|
30
|
+
- value: shelf locator
|
31
|
+
description: Identifier or shelfmark indicating the location of the resource.
|
32
|
+
adminMetadata.note:
|
33
|
+
- value: record information
|
34
|
+
description: General information about the metadata record.
|
35
|
+
- value: record origin
|
36
|
+
description: The source of the record, such as another record transformed to generate the current record.
|
37
|
+
contributor:
|
38
|
+
- value: conference
|
39
|
+
description: An event focusing on a particular topic or discipline.
|
40
|
+
- value: event
|
41
|
+
description: A time-bound occurrence.
|
42
|
+
- value: family
|
43
|
+
description: A group of individuals related by blood or personal alliance.
|
44
|
+
- value: organization
|
45
|
+
description: An institution or other corporate or collective body.
|
46
|
+
- value: person
|
47
|
+
description: An individual identity.
|
48
|
+
- value: unspecified others
|
49
|
+
description: Designator for one or more additional contributors not named individually.
|
50
|
+
contributor.identifier:
|
51
|
+
- value: ORCID
|
52
|
+
description: Identifier from orcid.org.
|
53
|
+
- value: Wikidata
|
54
|
+
description: Identifier from wikidata.org.
|
55
|
+
contributor.name:
|
56
|
+
- value: alternative
|
57
|
+
description: Additional nonpreferred form of name.
|
58
|
+
- value: display
|
59
|
+
description: Preferred form of the name for display.
|
60
|
+
- value: forename
|
61
|
+
description: First or given name or names.
|
62
|
+
- value: inverted full name
|
63
|
+
description: Name given in last name, first name order.
|
64
|
+
- value: pseudonym
|
65
|
+
description: Name used that differs from legal or primary form of name.
|
66
|
+
- value: surname
|
67
|
+
description: Last or family name.
|
68
|
+
- value: transliteration
|
69
|
+
description: Name originally in non-Latin script presented phonetically using Latin characters.
|
70
|
+
contributor.name.structuredValue:
|
71
|
+
- value: activity dates
|
72
|
+
description: The date or dates when someone was producing work.
|
73
|
+
- value: forename
|
74
|
+
description: First or given name or names.
|
75
|
+
- value: life dates
|
76
|
+
description: Birth and death dates, or dates when an entity was in existence.
|
77
|
+
- value: name
|
78
|
+
description: Name provided alongside additional information.
|
79
|
+
- value: ordinal
|
80
|
+
description: Indicator that the name is one in a series (e.g. Elizabeth I, Martin Luther King, Jr.).
|
81
|
+
- value: surname
|
82
|
+
description: Last or family name.
|
83
|
+
- value: term of address
|
84
|
+
description: Title or other signifier associated with name.
|
85
|
+
contributor.name.groupedValue:
|
86
|
+
- value: alternative
|
87
|
+
description: Additional nonpreferred form of name.
|
88
|
+
- value: name
|
89
|
+
description: Primary form of name within group of values.
|
90
|
+
- value: pseudonym
|
91
|
+
description: Name used that differs from legal or primary form of name.
|
92
|
+
contributor.note:
|
93
|
+
- value: affiliation
|
94
|
+
description: Institution with which the contributor is associated.
|
95
|
+
- value: citation status
|
96
|
+
description: Indicator of whether the contributor should be included in the citation.
|
97
|
+
- value: description
|
98
|
+
description: Biographical information about the contributor.
|
99
|
+
event:
|
100
|
+
- value: acquisition
|
101
|
+
description: The transferral of ownership of a resource to a repository.
|
102
|
+
- value: capture
|
103
|
+
description: A record of the resource in a fixed form at a specific time.
|
104
|
+
- value: collection
|
105
|
+
description: The addition of a resource to a set of other resources.
|
106
|
+
- value: copyright
|
107
|
+
description: The activity by which a resource may be considered subject to copyright law.
|
108
|
+
- value: copyright notice
|
109
|
+
description: An explicit statement that a resource is under copyright.
|
110
|
+
- value: creation
|
111
|
+
description: The coming into being of a resource.
|
112
|
+
- value: degree conferral
|
113
|
+
description: The institutional approval of a thesis or other resource leading to an academic degree.
|
114
|
+
- value: development
|
115
|
+
description: The creation of a print from a photographic negative or other source medium.
|
116
|
+
- value: distribution
|
117
|
+
description: The delivery of the resource to an external audience.
|
118
|
+
- value: generation
|
119
|
+
description: The creation of a resource by an automatic or natural process.
|
120
|
+
- value: manufacture
|
121
|
+
description: The physical assembly of a resource, often in multiple copies, for publication or other distribution.
|
122
|
+
- value: modification
|
123
|
+
description: A change to an existing resource.
|
124
|
+
- value: performance
|
125
|
+
description: The enactment of an artistic or cultural work for an audience, such as a play.
|
126
|
+
- value: presentation
|
127
|
+
description: The discussion of an academic or intellectual work for an audience, such as a seminar.
|
128
|
+
- value: production
|
129
|
+
description: The physical assembly of a resource not considered published, such as page proofs for a book.
|
130
|
+
- value: publication
|
131
|
+
description: The publishing or issuing of a resource.
|
132
|
+
- value: recording
|
133
|
+
description: The initial fixation to a medium of live audio and/or visual activity.
|
134
|
+
- value: release
|
135
|
+
description: Making a resource available to a broader audience.
|
136
|
+
- value: submission
|
137
|
+
description: The provision of a resource for review or evaluation.
|
138
|
+
- value: validity
|
139
|
+
description: When a resource takes effect, such as a revised train schedule.
|
140
|
+
- value: withdrawal
|
141
|
+
description: The removal of previous access to a resource, often due to its obsolescence.
|
142
|
+
event.date:
|
143
|
+
- value: acquisition
|
144
|
+
description: The transferral of ownership of a resource to a repository.
|
145
|
+
- value: capture
|
146
|
+
description: A record of the resource in a fixed form at a specific time.
|
147
|
+
- value: collection
|
148
|
+
description: The addition of a resource to a set of other resources.
|
149
|
+
- value: copyright
|
150
|
+
description: The activity by which a resource may be considered subject to copyright law.
|
151
|
+
- value: creation
|
152
|
+
description: The coming into being of a resource.
|
153
|
+
- value: degree conferral
|
154
|
+
description: The institutional approval of a thesis or other resource leading to an academic degree.
|
155
|
+
- value: developed
|
156
|
+
description: The creation of a print from a photographic negative or other source medium.
|
157
|
+
status: deprecated
|
158
|
+
use: development
|
159
|
+
- value: development
|
160
|
+
description: The creation of a print from a photographic negative or other source medium.
|
161
|
+
- value: distribution
|
162
|
+
description: The delivery of the resource to an external audience.
|
163
|
+
- value: generation
|
164
|
+
description: The creation of a resource by an automatic or natural process.
|
165
|
+
- value: manufacture
|
166
|
+
description: The physical assembly of a resource, often in multiple copies, for publication or other distribution.
|
167
|
+
- value: modification
|
168
|
+
description: A change to an existing resource.
|
169
|
+
- value: performance
|
170
|
+
description: The enactment of an artistic or cultural work for an audience, such as a play.
|
171
|
+
- value: presentation
|
172
|
+
description: The discussion of an academic or intellectual work for an audience, such as a seminar.
|
173
|
+
- value: production
|
174
|
+
description: The physical assembly of a resource not considered published, such as page proofs for a book.
|
175
|
+
- value: publication
|
176
|
+
description: The publishing or issuing of a resource.
|
177
|
+
- value: recording
|
178
|
+
description: The initial fixation to a medium of live audio and/or visual activity.
|
179
|
+
- value: release
|
180
|
+
description: Making a resource available to a broader audience.
|
181
|
+
- value: submission
|
182
|
+
description: The provision of a resource for review or evaluation.
|
183
|
+
- value: validity
|
184
|
+
description: When a resource takes effect, such as a revised train schedule.
|
185
|
+
- value: withdrawal
|
186
|
+
description: The removal of previous access to a resource, often due to its obsolescence.
|
187
|
+
event.date.structuredValue:
|
188
|
+
- value: start
|
189
|
+
description: The start date in a range.
|
190
|
+
- value: end
|
191
|
+
description: The end date in a range.
|
192
|
+
event.note:
|
193
|
+
- value: copyright statement
|
194
|
+
description: A formal declaration of copyright on a resource.
|
195
|
+
- value: edition
|
196
|
+
- value: frequency
|
197
|
+
description: How often a resource is issued, such as monthly.
|
198
|
+
- value: issuance
|
199
|
+
description: How the resource is issued, such as serially.
|
200
|
+
form:
|
201
|
+
- value: carrier
|
202
|
+
- value: data format
|
203
|
+
- value: digital original
|
204
|
+
- value: extent
|
205
|
+
- value: form
|
206
|
+
- value: genre
|
207
|
+
- value: map projection
|
208
|
+
- value: map scale
|
209
|
+
- value: material
|
210
|
+
- value: media
|
211
|
+
- value: media type
|
212
|
+
- value: reformatting quality
|
213
|
+
- value: resource type
|
214
|
+
- value: technique
|
215
|
+
- value: type
|
216
|
+
form.note:
|
217
|
+
- value: additions
|
218
|
+
- value: arrangement
|
219
|
+
- value: binding
|
220
|
+
- value: codicology
|
221
|
+
- value: collation
|
222
|
+
- value: colophon
|
223
|
+
- value: condition
|
224
|
+
- value: decoNote
|
225
|
+
status: deprecated
|
226
|
+
use: decoration
|
227
|
+
- value: decoration
|
228
|
+
- value: dimensions
|
229
|
+
- value: explicit
|
230
|
+
- value: foliation
|
231
|
+
- value: genre type
|
232
|
+
- value: hand note
|
233
|
+
- value: handNote
|
234
|
+
status: deprecated
|
235
|
+
use: hand note
|
236
|
+
- value: incipit
|
237
|
+
- value: instrumentation
|
238
|
+
- value: layout
|
239
|
+
- value: material
|
240
|
+
- value: medium of performance
|
241
|
+
- value: provenance
|
242
|
+
- value: reassembly
|
243
|
+
- value: reproduction
|
244
|
+
- value: research
|
245
|
+
- value: rubric
|
246
|
+
- value: secfol
|
247
|
+
status: deprecated
|
248
|
+
use: second folio
|
249
|
+
- value: second folio
|
250
|
+
- value: secondFolio
|
251
|
+
status: deprecated
|
252
|
+
use: second folio
|
253
|
+
- value: unit
|
254
|
+
- value: writing
|
255
|
+
form.structuredValue:
|
256
|
+
- value: type
|
257
|
+
- value: subtype
|
258
|
+
geographic.form:
|
259
|
+
- value: data format
|
260
|
+
- value: media type
|
261
|
+
- value: type
|
262
|
+
geographic.subject:
|
263
|
+
- value: bounding box coordinates
|
264
|
+
- value: coverage
|
265
|
+
- value: point coordinates
|
266
|
+
geographic.subject.structuredValue:
|
267
|
+
- value: east
|
268
|
+
- value: latitude
|
269
|
+
- value: longitude
|
270
|
+
- value: north
|
271
|
+
- value: south
|
272
|
+
- value: west
|
273
|
+
identifier:
|
274
|
+
- value: accession number
|
275
|
+
- value: alternate case number
|
276
|
+
- value: Apis ID
|
277
|
+
code: apis
|
278
|
+
- value: ARK
|
279
|
+
code: ark
|
280
|
+
- value: arXiv
|
281
|
+
code: arxiv
|
282
|
+
- value: case identifier
|
283
|
+
- value: case number
|
284
|
+
- value: document number
|
285
|
+
- value: DOI
|
286
|
+
code: doi
|
287
|
+
- value: druid
|
288
|
+
- value: GTIN-14 ID
|
289
|
+
code: gtin-14
|
290
|
+
- value: Handle
|
291
|
+
code: hdl
|
292
|
+
- value: inventory number
|
293
|
+
- value: ISBN
|
294
|
+
code: isbn
|
295
|
+
- value: ISMN
|
296
|
+
code: ismn
|
297
|
+
- value: ISRC
|
298
|
+
code: isrc
|
299
|
+
- value: ISSN
|
300
|
+
code: issn
|
301
|
+
- value: ISSN-L
|
302
|
+
code: issn-l
|
303
|
+
- value: issue number
|
304
|
+
code: issue-number
|
305
|
+
- value: LCCN
|
306
|
+
code: lccn
|
307
|
+
- value: local
|
308
|
+
code: local
|
309
|
+
- value: Local ID
|
310
|
+
- value: matrix number
|
311
|
+
code: matrix-number
|
312
|
+
- value: music plate
|
313
|
+
code: music-plate
|
314
|
+
- value: music publisher
|
315
|
+
code: music-publisher
|
316
|
+
- value: OCLC
|
317
|
+
- value: PMCID
|
318
|
+
- value: PMID
|
319
|
+
- value: record id
|
320
|
+
- value: Senate Number
|
321
|
+
- value: Series
|
322
|
+
- value: SIRSI
|
323
|
+
- value: Source ID
|
324
|
+
- value: sourceID
|
325
|
+
status: deprecated
|
326
|
+
use: Source ID
|
327
|
+
- value: stock number
|
328
|
+
code: stock-number
|
329
|
+
- value: Swets (Netherlands) ID
|
330
|
+
code: swets
|
331
|
+
- value: UPC
|
332
|
+
code: upc
|
333
|
+
- value: URI
|
334
|
+
code: uri
|
335
|
+
- value: URN
|
336
|
+
code: urn
|
337
|
+
- value: videorecording identifier
|
338
|
+
code: videorecording-identifier
|
339
|
+
- value: West Mat \#
|
340
|
+
- value: Wikidata
|
341
|
+
code: wikidata
|
342
|
+
note:
|
343
|
+
- value: abstract
|
344
|
+
- value: access
|
345
|
+
- value: access note
|
346
|
+
status: deprecated
|
347
|
+
use: access
|
348
|
+
- value: acquisition
|
349
|
+
- value: action
|
350
|
+
- value: additional physical form
|
351
|
+
- value: additions
|
352
|
+
- value: admin
|
353
|
+
- value: affiliation
|
354
|
+
- value: bibliographic
|
355
|
+
- value: bibliography
|
356
|
+
- value: biographical/historical
|
357
|
+
- value: biographical/historical note
|
358
|
+
status: deprecated
|
359
|
+
use: biographical/historical
|
360
|
+
- value: biography
|
361
|
+
- value: boat note
|
362
|
+
- value: citation/reference
|
363
|
+
- value: contact
|
364
|
+
- value: content
|
365
|
+
- value: content note
|
366
|
+
status: deprecated
|
367
|
+
use: content
|
368
|
+
- value: content warning
|
369
|
+
- value: contents
|
370
|
+
status: deprecated
|
371
|
+
use: content
|
372
|
+
- value: copyright
|
373
|
+
- value: creation/production credits
|
374
|
+
- value: date
|
375
|
+
- value: date/sequential designation
|
376
|
+
- value: description
|
377
|
+
- value: digitization
|
378
|
+
- value: duration
|
379
|
+
- value: event
|
380
|
+
- value: exhibitions
|
381
|
+
- value: funding
|
382
|
+
- value: general
|
383
|
+
- value: genre type
|
384
|
+
- value: geography
|
385
|
+
- value: host
|
386
|
+
- value: language
|
387
|
+
- value: local
|
388
|
+
- value: location
|
389
|
+
- value: medium of performance
|
390
|
+
- value: names
|
391
|
+
- value: numbering
|
392
|
+
- value: original location
|
393
|
+
- value: other relation type
|
394
|
+
- value: ownership
|
395
|
+
- value: part
|
396
|
+
- value: performer
|
397
|
+
- value: performers
|
398
|
+
- value: preferred citation
|
399
|
+
- value: provenance
|
400
|
+
- value: publications
|
401
|
+
- value: qualifications
|
402
|
+
- value: quote
|
403
|
+
- value: reassembly
|
404
|
+
- value: reference
|
405
|
+
- value: references
|
406
|
+
- value: related publication
|
407
|
+
- value: reproduction
|
408
|
+
- value: research
|
409
|
+
- value: restriction
|
410
|
+
- value: scope and content
|
411
|
+
- value: source characteristics
|
412
|
+
- value: source identifier
|
413
|
+
- value: statement of responsibility
|
414
|
+
- value: summary
|
415
|
+
- value: system details
|
416
|
+
- value: system requirements
|
417
|
+
- value: table of contents
|
418
|
+
- value: target audience
|
419
|
+
- value: technical note
|
420
|
+
- value: thesis
|
421
|
+
- value: transcript
|
422
|
+
- value: translation
|
423
|
+
- value: update
|
424
|
+
- value: use and reproduction
|
425
|
+
- value: venue
|
426
|
+
- value: version
|
427
|
+
- value: version identification
|
428
|
+
- value: writing
|
429
|
+
note.groupedValue:
|
430
|
+
- value: caption
|
431
|
+
- value: date
|
432
|
+
- value: detail type
|
433
|
+
- value: extent unit
|
434
|
+
- value: list
|
435
|
+
- value: marker
|
436
|
+
- value: number
|
437
|
+
- value: title
|
438
|
+
- value: text
|
439
|
+
relatedResource:
|
440
|
+
- value: has original version
|
441
|
+
description: An initial form of the resource.
|
442
|
+
- value: has other format
|
443
|
+
description: A version of the resource in a different physical or digital format.
|
444
|
+
- value: has part
|
445
|
+
description: A constituent unit of the resource.
|
446
|
+
- value: has version
|
447
|
+
description: A version of the resource with different intellectual content.
|
448
|
+
- value: in series
|
449
|
+
description: The name of a series of publications to which the resource belongs.
|
450
|
+
- value: other relation type
|
451
|
+
description: Resource type not otherwise described.
|
452
|
+
- value: part of
|
453
|
+
description: A larger resource to which the resource belongs, such as a collection.
|
454
|
+
- value: preceded by
|
455
|
+
description: A predecessor to the resource, such as a preceding journal title.
|
456
|
+
- value: referenced by
|
457
|
+
description: Other resources that cite the resource, such as a catalog.
|
458
|
+
- value: references
|
459
|
+
description: A resource which the resource references or cites.
|
460
|
+
- value: related to
|
461
|
+
description: A generically related resource.
|
462
|
+
- value: reviewed by
|
463
|
+
description: A review of the resource.
|
464
|
+
- value: succeeded by
|
465
|
+
description: A successor to the resource, such as a subsequent journal title.
|
466
|
+
subject:
|
467
|
+
- value: classification
|
468
|
+
- value: conference
|
469
|
+
- value: display
|
470
|
+
- value: event
|
471
|
+
- value: family
|
472
|
+
- value: genre
|
473
|
+
- value: map coordinates
|
474
|
+
- value: name
|
475
|
+
- value: occupation
|
476
|
+
- value: organization
|
477
|
+
- value: person
|
478
|
+
- value: place
|
479
|
+
- value: point coordinates
|
480
|
+
- value: time
|
481
|
+
- value: title
|
482
|
+
- value: topic
|
483
|
+
subject.note:
|
484
|
+
- value: role
|
485
|
+
subject.structuredValue:
|
486
|
+
- value: activity dates
|
487
|
+
- value: city
|
488
|
+
- value: conference
|
489
|
+
- value: continent
|
490
|
+
- value: country
|
491
|
+
- value: end
|
492
|
+
- value: east
|
493
|
+
- value: event
|
494
|
+
- value: display
|
495
|
+
- value: family
|
496
|
+
- value: forename
|
497
|
+
- value: genre
|
498
|
+
- value: latitude
|
499
|
+
- value: life dates
|
500
|
+
- value: longitude
|
501
|
+
- value: main title
|
502
|
+
- value: name
|
503
|
+
- value: north
|
504
|
+
- value: occupation
|
505
|
+
- value: ordinal
|
506
|
+
- value: organization
|
507
|
+
- value: part name
|
508
|
+
- value: person
|
509
|
+
- value: place
|
510
|
+
- value: south
|
511
|
+
- value: start
|
512
|
+
- value: surname
|
513
|
+
- value: term of address
|
514
|
+
- value: time
|
515
|
+
- value: title
|
516
|
+
- value: topic
|
517
|
+
- value: west
|
518
|
+
subject.structuredValue.note:
|
519
|
+
- value: role
|
520
|
+
description: The relation of the subject entity to the resource.
|
521
|
+
subject.groupedValue:
|
522
|
+
- value: uniform
|
523
|
+
description: Form of title in Library of Congress title authority.
|
524
|
+
title:
|
525
|
+
- value: abbreviated
|
526
|
+
description: Abbreviated form of title for indexing or identification.
|
527
|
+
- value: alternative
|
528
|
+
description: Variant title.
|
529
|
+
- value: parallel
|
530
|
+
description: Title transcribed from the resource in multiple languages or scripts.
|
531
|
+
- value: supplied
|
532
|
+
description: Title provided by metadata creator rather than transcribed from the resource.
|
533
|
+
- value: translated
|
534
|
+
description: Title translated into another language.
|
535
|
+
- value: transliterated
|
536
|
+
description: Title transliterated from non-Latin script to Latin script.
|
537
|
+
- value: uniform
|
538
|
+
description: Form of title in Library of Congress title authority.
|
539
|
+
title.note:
|
540
|
+
- value: associated name
|
541
|
+
description: A name linked to the title, such as for a name-title heading.
|
542
|
+
- value: nonsorting character count
|
543
|
+
description: The number of characters at the beginning of the string to be disregarded when sorting.
|
544
|
+
title.structuredValue:
|
545
|
+
- value: main title
|
546
|
+
description: The primary part of a multipart title.
|
547
|
+
- value: nonsorting characters
|
548
|
+
description: A string at the beginning of the title to be disregarded when sorting.
|
549
|
+
- value: part name
|
550
|
+
description: The distinct name of a resource as part of a series or multivolume set.
|
551
|
+
- value: part number
|
552
|
+
description: The distinct number of a resource as part of a series or multivolume set.
|
553
|
+
- value: subtitle
|
554
|
+
description: The secondary part of a title.
|
data/docs/_config.yml
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
theme: jekyll-theme-tactile
|