rdf-vocab 3.1.13 → 3.1.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab/bf2.rb +375 -211
- data/lib/rdf/vocab/bibframe.rb +375 -211
- data/lib/rdf/vocab/org.rb +2 -2
- data/lib/rdf/vocab/rdau.rb +13 -3
- data/lib/rdf/vocab/schema.rb +669 -44
- data/lib/rdf/vocab/schemas.rb +669 -44
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a90e6e9c05cde145f946c02ea01bab9599069b0ec4b3f2e78356796fe7e80900
|
4
|
+
data.tar.gz: dae49436a208924450f05a6ba47c8212f961dbbbbcf91f7682fb7f8ad79a85bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4822feed5fbfc9dda56ebe951ecf040ccc48755cc9997c7f25dae18b3b32e66a202136ffad5e6ddec2d30c7d37bf40dd4fdc0b05972f9f6feb61e09bee7c55b
|
7
|
+
data.tar.gz: '04518ba60e64564ac1738a34e4e1310aa11034d95bcabf45e7d9ef9a4e05c7bcbf7af9d9f63401f9a235315cd466281d0a44b6cc78e2ad51451606a67dc009f0'
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.1.
|
1
|
+
3.1.14
|
data/lib/rdf/vocab/bf2.rb
CHANGED
@@ -7,11 +7,16 @@ module RDF::Vocab
|
|
7
7
|
|
8
8
|
# Ontology definition
|
9
9
|
ontology :"http://id.loc.gov/ontologies/bibframe/",
|
10
|
-
"http://
|
11
|
-
"http://
|
12
|
-
"http://
|
13
|
-
"http://
|
14
|
-
"http://
|
10
|
+
"http://creativecommons.org/ns#license": "https://creativecommons.org/publicdomain/zero/1.0/".freeze,
|
11
|
+
"http://purl.org/dc/terms/creator": "".freeze,
|
12
|
+
"http://purl.org/dc/terms/description": "The Bibframe vocabulary consists of RDF classes and properties used for the description of \r\n items cataloged principally by libraries, but may also be used to describe items cataloged by museums and archives. \r\n Classes include the three core classes - Work, Instance, and Item - in addition to many more \r\n classes to support description. Properties describe characteristics of the resource being \r\n described as well as relationships among resources. For example: one Work\r\n might be a \"translation of\" another Work; an Instance may be an \r\n \"instance of\" a particular Bibframe Work. Other properties describe attributes of Works and Instances. For\r\n example: the Bibframe property \"subject\" expresses an important attribute of a Work \r\n (what the Work is about), and the property \"extent\" (e.g. number of pages) expresses an\r\n attribute of an Instance.".freeze,
|
13
|
+
"http://purl.org/dc/terms/issued": "2021-06-10T12:00:00.000-05:00".freeze,
|
14
|
+
"http://purl.org/dc/terms/modified": "2021-06-24T13:27:14.395-04:00".freeze,
|
15
|
+
"http://purl.org/dc/terms/publisher": "".freeze,
|
16
|
+
"http://purl.org/dc/terms/rights": "https://creativecommons.org/publicdomain/zero/1.0/".freeze,
|
17
|
+
"http://www.w3.org/2002/07/owl#priorVersion": "http://id.loc.gov/ontologies/bibframe-2-0-1/".freeze,
|
18
|
+
"http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/bibframe-2-1-0/".freeze,
|
19
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "2.1.0".freeze,
|
15
20
|
label: "BIBFRAME vocabulary".freeze,
|
16
21
|
type: "http://www.w3.org/2002/07/owl#Ontology".freeze
|
17
22
|
|
@@ -28,6 +33,12 @@ module RDF::Vocab
|
|
28
33
|
label: "Access policy".freeze,
|
29
34
|
subClassOf: "http://id.loc.gov/ontologies/bibframe/UsageAndAccessPolicy".freeze,
|
30
35
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
36
|
+
term :AccessionNumber,
|
37
|
+
definition: "Accession Number".freeze,
|
38
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH11])".freeze,
|
39
|
+
label: "Accession number".freeze,
|
40
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
41
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
31
42
|
term :AcquisitionSource,
|
32
43
|
definition: "Information about an organization, person, etc., from which a resource may be obtained.".freeze,
|
33
44
|
"http://purl.org/dc/terms/modified": "2017-02-06 (New)".freeze,
|
@@ -52,8 +63,9 @@ module RDF::Vocab
|
|
52
63
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
53
64
|
term :AppliedMaterial,
|
54
65
|
definition: "Physical or chemical substance applied to a base material of a resource.".freeze,
|
55
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
66
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Changed subclass to Material [GH28])".freeze],
|
56
67
|
label: "Applied material".freeze,
|
68
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Material".freeze,
|
57
69
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
58
70
|
term :Archival,
|
59
71
|
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,
|
@@ -62,9 +74,10 @@ module RDF::Vocab
|
|
62
74
|
subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
63
75
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
64
76
|
term :Arrangement,
|
65
|
-
definition: "
|
66
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
67
|
-
label: "
|
77
|
+
definition: "Resource that represents an arrangement of another resource.".freeze,
|
78
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Redefined [GH77])".freeze],
|
79
|
+
label: "Arrangement".freeze,
|
80
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
68
81
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
69
82
|
term :AspectRatio,
|
70
83
|
definition: "Proportional relationship between an image's width and its height.".freeze,
|
@@ -97,8 +110,9 @@ module RDF::Vocab
|
|
97
110
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
98
111
|
term :BaseMaterial,
|
99
112
|
definition: "Underlying physical material of a resource.".freeze,
|
100
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
113
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Changed subclass to Material [GH28])".freeze],
|
101
114
|
label: "Base material".freeze,
|
115
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Material".freeze,
|
102
116
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
103
117
|
term :BookFormat,
|
104
118
|
definition: "Result of folding a printed sheet to form a gathering of leaves.".freeze,
|
@@ -152,7 +166,8 @@ module RDF::Vocab
|
|
152
166
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
153
167
|
term :Classification,
|
154
168
|
definition: "System of coding and organizing materials according to their subject.".freeze,
|
155
|
-
|
169
|
+
editorialNote: "Any entry from the Classification Schemes vocabulary at ID may be used; all have been defined as a bf:Classification".freeze,
|
170
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Added editorial note [GH55])".freeze],
|
156
171
|
label: "Classification entity".freeze,
|
157
172
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
158
173
|
term :ClassificationDdc,
|
@@ -190,6 +205,11 @@ module RDF::Vocab
|
|
190
205
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
191
206
|
label: "Collection".freeze,
|
192
207
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
208
|
+
term :CollectionArrangement,
|
209
|
+
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,
|
210
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH77])".freeze,
|
211
|
+
label: "Organization of materials information".freeze,
|
212
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
193
213
|
term :CollectiveTitle,
|
194
214
|
definition: "Title for a compilation of resources.".freeze,
|
195
215
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
@@ -284,6 +304,12 @@ module RDF::Vocab
|
|
284
304
|
label: "EAN".freeze,
|
285
305
|
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
286
306
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
307
|
+
term :Eidr,
|
308
|
+
definition: "Entertainment Identifier Registry".freeze,
|
309
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH78])".freeze,
|
310
|
+
label: "EIDR".freeze,
|
311
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
312
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
287
313
|
term :Electronic,
|
288
314
|
definition: "Resource that is intended for manipulation by a computer, accessed either directly or remotely.".freeze,
|
289
315
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
@@ -307,6 +333,11 @@ module RDF::Vocab
|
|
307
333
|
label: "Encoding format".freeze,
|
308
334
|
subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic".freeze,
|
309
335
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
336
|
+
term :Ensemble,
|
337
|
+
definition: "Ensemble".freeze,
|
338
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH56])".freeze,
|
339
|
+
label: "Ensemble".freeze,
|
340
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
310
341
|
term :Enumeration,
|
311
342
|
definition: "Numbering or other enumeration associated with issues or items held.".freeze,
|
312
343
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
@@ -319,8 +350,8 @@ module RDF::Vocab
|
|
319
350
|
label: "Enumeration and chronology".freeze,
|
320
351
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
321
352
|
term :Event,
|
322
|
-
definition: "Something that happens at a certain time and location, such as a performance, speech, or athletic event
|
323
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
353
|
+
definition: "Something that happens at a certain time and location, such as a performance, speech, or athletic event.".freeze,
|
354
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Broaden definition [GH12])".freeze],
|
324
355
|
label: "Event entity".freeze,
|
325
356
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
326
357
|
term :Extent,
|
@@ -374,8 +405,8 @@ module RDF::Vocab
|
|
374
405
|
subClassOf: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
375
406
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
376
407
|
term :GenreForm,
|
377
|
-
definition: "
|
378
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
408
|
+
definition: "Form category or genre to which a resource belongs.".freeze,
|
409
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Broaden definition [GH17])".freeze],
|
379
410
|
label: "Genre/form".freeze,
|
380
411
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
381
412
|
term :GeographicCoverage,
|
@@ -401,9 +432,16 @@ module RDF::Vocab
|
|
401
432
|
label: "Handle".freeze,
|
402
433
|
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
403
434
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
435
|
+
term :Hub,
|
436
|
+
definition: "An abstract resource that functions as a bridge between two Works.".freeze,
|
437
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH75])".freeze,
|
438
|
+
label: "Hub".freeze,
|
439
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
440
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
404
441
|
term :Identifier,
|
405
442
|
definition: "Token or name that is associated with a resource, such as a URI or an ISBN.".freeze,
|
406
|
-
|
443
|
+
editorialNote: "Any entry from the Standard Identifiers vocabulary at ID may be used; all have been defined as a bf:Identifier".freeze,
|
444
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Added editorial note [GH44])".freeze],
|
407
445
|
label: "Identifier".freeze,
|
408
446
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
409
447
|
term :Illustration,
|
@@ -548,6 +586,11 @@ module RDF::Vocab
|
|
548
586
|
label: "Manuscript".freeze,
|
549
587
|
subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
550
588
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
589
|
+
term :Material,
|
590
|
+
definition: "Substance or composition of the resource.".freeze,
|
591
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH28])".freeze,
|
592
|
+
label: "Material".freeze,
|
593
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
551
594
|
term :MatrixNumber,
|
552
595
|
definition: "Matrix identifier assigned to the master from which a specific sound recording was pressed.".freeze,
|
553
596
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Revised definition)".freeze],
|
@@ -572,14 +615,14 @@ module RDF::Vocab
|
|
572
615
|
subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
573
616
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
574
617
|
term :Mount,
|
575
|
-
definition: "Physical material used for the support or backing to which the base material of a resource has been attached.".freeze,
|
576
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
618
|
+
definition: "Physical material or object used for the support or backing to which the base material of a resource has been attached.".freeze,
|
619
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Amended definition [GH29])".freeze],
|
577
620
|
label: "Mount".freeze,
|
578
621
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
579
622
|
term :MovementNotation,
|
580
623
|
definition: "Information on the symbol system used to convey the content of a movement resource.".freeze,
|
581
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
582
|
-
label: "Movement notation
|
624
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Modified label [GH67])".freeze],
|
625
|
+
label: "Movement notation".freeze,
|
583
626
|
subClassOf: "http://id.loc.gov/ontologies/bibframe/Notation".freeze,
|
584
627
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
585
628
|
term :MovingImage,
|
@@ -602,8 +645,9 @@ module RDF::Vocab
|
|
602
645
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
603
646
|
term :MusicEnsemble,
|
604
647
|
definition: "Ensemble for which a musical work is appropriate.".freeze,
|
605
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
648
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Changed subclass to Ensemble [GH56])".freeze],
|
606
649
|
label: "Music ensemble".freeze,
|
650
|
+
subClassOf: "http://id.loc.gov/ontologies/bibframe/Ensemble".freeze,
|
607
651
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
608
652
|
term :MusicFormat,
|
609
653
|
definition: "Layout for content of a resource that is presented in the form of musical notation.".freeze,
|
@@ -622,8 +666,8 @@ module RDF::Vocab
|
|
622
666
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
623
667
|
term :MusicNotation,
|
624
668
|
definition: "Information on the symbol system used to convey the content of a music resource.".freeze,
|
625
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
626
|
-
label: "Music notation
|
669
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Modified label [GH67])".freeze],
|
670
|
+
label: "Music notation".freeze,
|
627
671
|
subClassOf: "http://id.loc.gov/ontologies/bibframe/Notation".freeze,
|
628
672
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
629
673
|
term :MusicPlate,
|
@@ -668,7 +712,8 @@ module RDF::Vocab
|
|
668
712
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
669
713
|
term :Note,
|
670
714
|
definition: "Information, usually in textual form, on attributes of a resource or some aspect of a resource.".freeze,
|
671
|
-
|
715
|
+
editorialNote: "Any entry from the Note Types vocabulary at ID may be used; all have been defined as a bf:Note".freeze,
|
716
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Added editorial note [GH35])".freeze],
|
672
717
|
label: "Note".freeze,
|
673
718
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
674
719
|
term :Object,
|
@@ -779,6 +824,11 @@ module RDF::Vocab
|
|
779
824
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
780
825
|
label: "Provider entity".freeze,
|
781
826
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
827
|
+
term :PubFrequency,
|
828
|
+
definition: "Information about the publication frequency of a resource.".freeze,
|
829
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH76])".freeze,
|
830
|
+
label: "Publication Frequency".freeze,
|
831
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
782
832
|
term :Publication,
|
783
833
|
definition: "Information relating to publication of a resource.".freeze,
|
784
834
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
@@ -849,8 +899,8 @@ module RDF::Vocab
|
|
849
899
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
850
900
|
term :Script,
|
851
901
|
definition: "Information on the script, or symbol system used to convey the content of a text resource.".freeze,
|
852
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
853
|
-
label: "Script
|
902
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Modified label [GH67])".freeze],
|
903
|
+
label: "Script".freeze,
|
854
904
|
subClassOf: "http://id.loc.gov/ontologies/bibframe/Notation".freeze,
|
855
905
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
856
906
|
term :ShelfMark,
|
@@ -966,8 +1016,8 @@ module RDF::Vocab
|
|
966
1016
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
967
1017
|
term :TactileNotation,
|
968
1018
|
definition: "Information on the symbol system used to convey the content of a tactile resource.".freeze,
|
969
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
970
|
-
label: "Tactile notation
|
1019
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Modified label [GH67])".freeze],
|
1020
|
+
label: "Tactile notation".freeze,
|
971
1021
|
subClassOf: "http://id.loc.gov/ontologies/bibframe/Notation".freeze,
|
972
1022
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
973
1023
|
term :TapeConfig,
|
@@ -1015,8 +1065,8 @@ module RDF::Vocab
|
|
1015
1065
|
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
1016
1066
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
1017
1067
|
term :Urn,
|
1018
|
-
definition: "Uniform Resource
|
1019
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1068
|
+
definition: "Uniform Resource Name.".freeze,
|
1069
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Corrected definition [GH51])".freeze],
|
1020
1070
|
label: "URN".freeze,
|
1021
1071
|
subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze,
|
1022
1072
|
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
@@ -1062,7 +1112,7 @@ module RDF::Vocab
|
|
1062
1112
|
|
1063
1113
|
# Property definitions
|
1064
1114
|
property :absorbed,
|
1065
|
-
comment: ["
|
1115
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1066
1116
|
definition: "Resource that has been incorporated into another resource.".freeze,
|
1067
1117
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1068
1118
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/absorbedBy".freeze,
|
@@ -1070,7 +1120,7 @@ module RDF::Vocab
|
|
1070
1120
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze,
|
1071
1121
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1072
1122
|
property :absorbedBy,
|
1073
|
-
comment: ["
|
1123
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1074
1124
|
definition: "Resource that incorporates another resource.".freeze,
|
1075
1125
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1076
1126
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/absorbed".freeze,
|
@@ -1078,7 +1128,7 @@ module RDF::Vocab
|
|
1078
1128
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze,
|
1079
1129
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1080
1130
|
property :accompaniedBy,
|
1081
|
-
comment: ["
|
1131
|
+
comment: ["Suggested use - With Work, Instance or Item".freeze, "Suggested value - Work, Instance or Item".freeze],
|
1082
1132
|
definition: "Resource that accompanies the described resource.".freeze,
|
1083
1133
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1084
1134
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/accompanies".freeze,
|
@@ -1086,7 +1136,7 @@ module RDF::Vocab
|
|
1086
1136
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1087
1137
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1088
1138
|
property :accompanies,
|
1089
|
-
comment: ["
|
1139
|
+
comment: ["Suggested use - With Work, Instance or Item".freeze, "Suggested value - Work, Instance or Item".freeze],
|
1090
1140
|
definition: "Resource that adds to or is issued with the described resource.".freeze,
|
1091
1141
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1092
1142
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/accompaniedBy".freeze,
|
@@ -1094,46 +1144,80 @@ module RDF::Vocab
|
|
1094
1144
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1095
1145
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1096
1146
|
property :acquisitionSource,
|
1097
|
-
comment: "
|
1147
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1098
1148
|
definition: "Information about an organization, person, etc., from which a resource may be obtained.".freeze,
|
1099
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property
|
1149
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property, slight change to definition)".freeze, "2021-06-09 (Removed range [GH63])".freeze],
|
1100
1150
|
label: "Source of acquisition".freeze,
|
1101
|
-
range: "http://
|
1151
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1102
1152
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1103
1153
|
property :acquisitionTerms,
|
1104
|
-
comment: "
|
1154
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1105
1155
|
definition: "Conditions under which the publisher, distributor, etc., will normally supply a resource, e.g., price of a resource.".freeze,
|
1106
1156
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1107
1157
|
label: "Terms of acquisition".freeze,
|
1108
1158
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1109
1159
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1110
1160
|
property :adminMetadata,
|
1111
|
-
comment: "Used with Unspecified".freeze,
|
1112
1161
|
definition: "Metadata about the metadata, especially provenance information.".freeze,
|
1162
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1113
1163
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1114
1164
|
label: "Administrative metadata".freeze,
|
1115
1165
|
range: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
1116
1166
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1167
|
+
property :adminMetadataFor,
|
1168
|
+
definition: "Relates an Administrative metadata resource to the resource it captures information about.".freeze,
|
1169
|
+
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
1170
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH59])".freeze,
|
1171
|
+
label: "Administrative metadata for".freeze,
|
1172
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1173
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1117
1174
|
property :agent,
|
1118
|
-
comment: "Used with Unspecified".freeze,
|
1119
1175
|
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,
|
1120
|
-
"http://
|
1176
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1177
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH63])".freeze],
|
1121
1178
|
label: "Associated agent".freeze,
|
1122
|
-
range: "http://
|
1179
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1180
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1181
|
+
property :agentOf,
|
1182
|
+
definition: "Property relating an agent, such as an entity responsible for the content or of the publication, printing, distribution, issue, release or production, to another resource.".freeze,
|
1183
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1184
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH3])".freeze,
|
1185
|
+
label: "Associated agent of".freeze,
|
1186
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1123
1187
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1124
1188
|
property :appliedMaterial,
|
1189
|
+
comment: "Suggested use - With Work, Instance or Item".freeze,
|
1125
1190
|
definition: "Physical or chemical substance applied to a base material of a resource.".freeze,
|
1126
|
-
|
1127
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1191
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH24], Broadened domain, Made subproperty of material [GH26])".freeze],
|
1128
1192
|
label: "Applied material".freeze,
|
1129
|
-
range: "http://
|
1193
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1194
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/material".freeze,
|
1195
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1196
|
+
property :appliedMaterialOf,
|
1197
|
+
definition: "Relates a Material resource to that which it is the applied material of.".freeze,
|
1198
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1199
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH25])".freeze,
|
1200
|
+
label: "Appllied material of".freeze,
|
1201
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1202
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/materialOf".freeze,
|
1130
1203
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1131
1204
|
property :arrangement,
|
1132
|
-
|
1133
|
-
|
1134
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1135
|
-
|
1136
|
-
|
1205
|
+
definition: "Relates one resource to another of which it is an arrangement of the first.".freeze,
|
1206
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1207
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Redefined [GH77])".freeze],
|
1208
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/arrangementOf".freeze,
|
1209
|
+
label: "Arrangement".freeze,
|
1210
|
+
range: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1211
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1212
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1213
|
+
property :arrangementOf,
|
1214
|
+
definition: "Relates an arrangement to the resource of which it is an arrangement.".freeze,
|
1215
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1216
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH77])".freeze,
|
1217
|
+
inverseOf: "http://id.loc.gov/ontologies/bibframe/arrangement".freeze,
|
1218
|
+
label: "Arrangement of".freeze,
|
1219
|
+
range: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1220
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1137
1221
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1138
1222
|
property :ascensionAndDeclination,
|
1139
1223
|
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,
|
@@ -1143,7 +1227,7 @@ module RDF::Vocab
|
|
1143
1227
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1144
1228
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1145
1229
|
property :aspectRatio,
|
1146
|
-
comment: "
|
1230
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1147
1231
|
definition: "Proportional relationship between an image's width and its height.".freeze,
|
1148
1232
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1149
1233
|
label: "Aspect ratio".freeze,
|
@@ -1151,24 +1235,34 @@ module RDF::Vocab
|
|
1151
1235
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1152
1236
|
property :assigner,
|
1153
1237
|
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,
|
1154
|
-
domain: "http://
|
1155
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1238
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1239
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Broaden domain [GH60], Removed range [GH63])".freeze],
|
1156
1240
|
label: "Assigner".freeze,
|
1157
|
-
range: "http://
|
1241
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1158
1242
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1159
1243
|
property :awards,
|
1160
|
-
comment: "
|
1244
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1161
1245
|
definition: "Information on awards associated with the described resource.".freeze,
|
1162
|
-
|
1246
|
+
editorialNote: "See also the ARM Ontology for strategies to model this information in greater detail.".freeze,
|
1247
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Added note [GH37])".freeze],
|
1163
1248
|
label: "Award note".freeze,
|
1164
1249
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1165
1250
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1166
1251
|
property :baseMaterial,
|
1252
|
+
comment: "Suggested use - With Work, Instance or Item".freeze,
|
1167
1253
|
definition: "Underlying physical material of a resource.".freeze,
|
1168
|
-
|
1169
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1254
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH24], Broadened domain, Made subproperty of material [GH26])".freeze],
|
1170
1255
|
label: "Base material".freeze,
|
1171
|
-
range: "http://
|
1256
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1257
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/material".freeze,
|
1258
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1259
|
+
property :baseMaterialOf,
|
1260
|
+
definition: "Relates a Material resource to that which it is the base material of.".freeze,
|
1261
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1262
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH25])".freeze,
|
1263
|
+
label: "Base material of".freeze,
|
1264
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1265
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/materialOf".freeze,
|
1172
1266
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1173
1267
|
property :bookFormat,
|
1174
1268
|
definition: "Result of folding a printed sheet to form a gathering of leaves.".freeze,
|
@@ -1178,7 +1272,7 @@ module RDF::Vocab
|
|
1178
1272
|
range: "http://id.loc.gov/ontologies/bibframe/BookFormat".freeze,
|
1179
1273
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1180
1274
|
property :capture,
|
1181
|
-
comment: "
|
1275
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1182
1276
|
definition: "Information about place and date associated with the capture (e.g., recording, filming) of the content of a resource.".freeze,
|
1183
1277
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1184
1278
|
label: "Capture of content".freeze,
|
@@ -1192,7 +1286,7 @@ module RDF::Vocab
|
|
1192
1286
|
range: "http://id.loc.gov/ontologies/bibframe/Carrier".freeze,
|
1193
1287
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1194
1288
|
property :cartographicAttributes,
|
1195
|
-
comment: "
|
1289
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1196
1290
|
definition: "Cartographic data that identifies characteristics of the resource, such as coordinates, projection, etc.".freeze,
|
1197
1291
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1198
1292
|
label: "Cartographic data".freeze,
|
@@ -1207,7 +1301,7 @@ module RDF::Vocab
|
|
1207
1301
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date".freeze,
|
1208
1302
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1209
1303
|
property :classification,
|
1210
|
-
comment: "
|
1304
|
+
comment: "Suggested use - With Work, Instance or Item".freeze,
|
1211
1305
|
definition: "Classification number in any scheme.".freeze,
|
1212
1306
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1213
1307
|
label: "Classification".freeze,
|
@@ -1221,16 +1315,37 @@ module RDF::Vocab
|
|
1221
1315
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1222
1316
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1223
1317
|
property :code,
|
1224
|
-
comment: "Used with Unspecified".freeze,
|
1225
1318
|
definition: "String of characters that serves as a code representing information.".freeze,
|
1319
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1226
1320
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1227
1321
|
label: "Code".freeze,
|
1228
1322
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1229
1323
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1324
|
+
property :collectionArrangement,
|
1325
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1326
|
+
definition: "Information about the organization and arrangement of a collection of resources.".freeze,
|
1327
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH77])".freeze,
|
1328
|
+
label: "Collection Organization and arrangement".freeze,
|
1329
|
+
range: "http://id.loc.gov/ontologies/bibframe/CollectionArrangement".freeze,
|
1330
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1331
|
+
property :collectionArrangementOf,
|
1332
|
+
comment: "Suggested value - Work or Instance".freeze,
|
1333
|
+
definition: "Relates an Arrangement resource to that which it describes.".freeze,
|
1334
|
+
domain: "http://id.loc.gov/ontologies/bibframe/CollectionArrangement".freeze,
|
1335
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH77])".freeze,
|
1336
|
+
label: "Organization and arrangement of Collection".freeze,
|
1337
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1338
|
+
property :collectionOrganization,
|
1339
|
+
definition: "Manner in which the resource is divided into smaller units.".freeze,
|
1340
|
+
domain: "http://id.loc.gov/ontologies/bibframe/CollectionArrangement".freeze,
|
1341
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH77])".freeze,
|
1342
|
+
label: "Organization of material".freeze,
|
1343
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1344
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1230
1345
|
property :colorContent,
|
1231
|
-
comment: "
|
1346
|
+
comment: "Suggested use - With Work, Instance or Item".freeze,
|
1232
1347
|
definition: "Color characteristics, e.g., black and white, multicolored.".freeze,
|
1233
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1348
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Broaden range [GH31])".freeze],
|
1234
1349
|
label: "Color content".freeze,
|
1235
1350
|
range: "http://id.loc.gov/ontologies/bibframe/ColorContent".freeze,
|
1236
1351
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
@@ -1242,14 +1357,14 @@ module RDF::Vocab
|
|
1242
1357
|
range: "http://id.loc.gov/ontologies/bibframe/Content".freeze,
|
1243
1358
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1244
1359
|
property :contentAccessibility,
|
1245
|
-
comment: "
|
1360
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1246
1361
|
definition: "Information that assists those with a sensory impairment for greater understanding of content, e.g., captions.".freeze,
|
1247
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (changed from data to object property)".freeze, "2017-03-15 fixed typo in range".freeze],
|
1362
|
+
"http://purl.org/dc/terms/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
1363
|
label: "Content accessibility information".freeze,
|
1249
1364
|
range: "http://id.loc.gov/ontologies/bibframe/ContentAccessibility".freeze,
|
1250
1365
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1251
1366
|
property :continuedBy,
|
1252
|
-
comment: ["
|
1367
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1253
1368
|
definition: "Resource whose content continues an earlier resource under a new title.".freeze,
|
1254
1369
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1255
1370
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/continues".freeze,
|
@@ -1257,7 +1372,7 @@ module RDF::Vocab
|
|
1257
1372
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze,
|
1258
1373
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1259
1374
|
property :continuedInPartBy,
|
1260
|
-
comment: ["
|
1375
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1261
1376
|
definition: "Resource part of whose content separated from an earlier resource to form a new resource.".freeze,
|
1262
1377
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1263
1378
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/separatedFrom".freeze,
|
@@ -1265,7 +1380,7 @@ module RDF::Vocab
|
|
1265
1380
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze,
|
1266
1381
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1267
1382
|
property :continues,
|
1268
|
-
comment: ["
|
1383
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1269
1384
|
definition: "Resource that is continued by the content of a later resource under a new title.".freeze,
|
1270
1385
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1271
1386
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/continuedBy".freeze,
|
@@ -1273,7 +1388,7 @@ module RDF::Vocab
|
|
1273
1388
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze,
|
1274
1389
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1275
1390
|
property :continuesInPart,
|
1276
|
-
comment: ["
|
1391
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1277
1392
|
definition: "Resource that split into two or more separate resources with new titles.".freeze,
|
1278
1393
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1279
1394
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/splitInto".freeze,
|
@@ -1281,12 +1396,19 @@ module RDF::Vocab
|
|
1281
1396
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze,
|
1282
1397
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1283
1398
|
property :contribution,
|
1284
|
-
comment: "
|
1399
|
+
comment: "Suggested use - With Work, Instance or Item".freeze,
|
1285
1400
|
definition: "Agent and its role in relation to the resource.".freeze,
|
1286
1401
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Corrected label)".freeze],
|
1287
1402
|
label: "Contributor and role".freeze,
|
1288
1403
|
range: "http://id.loc.gov/ontologies/bibframe/Contribution".freeze,
|
1289
1404
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1405
|
+
property :contributionOf,
|
1406
|
+
comment: "Suggested value - Work, Instance or Item".freeze,
|
1407
|
+
definition: "Relates a contribution resource, which associates an Agent and Role together, to the relevant resource.".freeze,
|
1408
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Contribution".freeze,
|
1409
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH4])".freeze,
|
1410
|
+
label: "Contribution of".freeze,
|
1411
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1290
1412
|
property :coordinates,
|
1291
1413
|
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,
|
1292
1414
|
domain: "http://id.loc.gov/ontologies/bibframe/Cartographic".freeze,
|
@@ -1295,7 +1417,7 @@ module RDF::Vocab
|
|
1295
1417
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1296
1418
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1297
1419
|
property :copyrightDate,
|
1298
|
-
comment: "
|
1420
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1299
1421
|
definition: "Date associated with a claim of protection under copyright or a similar regime.".freeze,
|
1300
1422
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1301
1423
|
label: "Copyright date".freeze,
|
@@ -1303,21 +1425,21 @@ module RDF::Vocab
|
|
1303
1425
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date".freeze,
|
1304
1426
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1305
1427
|
property :copyrightRegistration,
|
1306
|
-
comment: "
|
1428
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1307
1429
|
definition: "Copyright and Legal Deposit registration information".freeze,
|
1308
1430
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-05-04 (Corrected expected value)".freeze],
|
1309
1431
|
label: "Copyright registration information".freeze,
|
1310
1432
|
range: "http://id.loc.gov/ontologies/bibframe/CopyrightRegistration".freeze,
|
1311
1433
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1312
1434
|
property :count,
|
1313
|
-
comment: "Used with Unspecified".freeze,
|
1314
1435
|
definition: "Number associated with a measure of units, such as the number of units and/or subunits making up a resource.".freeze,
|
1436
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1315
1437
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1316
1438
|
label: "Number of units".freeze,
|
1317
1439
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1318
1440
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1319
1441
|
property :coverArt,
|
1320
|
-
comment: "
|
1442
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1321
1443
|
definition: "Cover art image of a resource.".freeze,
|
1322
1444
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1323
1445
|
label: "Cover art".freeze,
|
@@ -1332,29 +1454,30 @@ module RDF::Vocab
|
|
1332
1454
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date".freeze,
|
1333
1455
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1334
1456
|
property :credits,
|
1335
|
-
comment: "
|
1457
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1336
1458
|
definition: "Information in note form of credits for persons or organizations who have participated in the creation and/or production of the resource.".freeze,
|
1337
1459
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1338
1460
|
label: "Credits note".freeze,
|
1339
1461
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1340
1462
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1341
1463
|
property :custodialHistory,
|
1342
|
-
comment: "
|
1464
|
+
comment: "Suggested use - With Work, Instance or Item".freeze,
|
1343
1465
|
definition: "Information about the provenance, such as origin, ownership and custodial history (chain of custody), of a resource.".freeze,
|
1344
|
-
|
1466
|
+
editorialNote: "See also the ARM Ontology for strategies to model this information in greater detail.".freeze,
|
1467
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Added note [GH38])".freeze],
|
1345
1468
|
label: "Custodial history".freeze,
|
1346
1469
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1347
1470
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1348
1471
|
property :dataSource,
|
1349
|
-
comment: ["
|
1472
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1350
1473
|
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,
|
1351
1474
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (updated range)".freeze],
|
1352
1475
|
label: "Data source".freeze,
|
1353
1476
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1354
1477
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1355
1478
|
property :date,
|
1356
|
-
comment: "Used with Unspecified".freeze,
|
1357
1479
|
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,
|
1480
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1358
1481
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1359
1482
|
label: "Date".freeze,
|
1360
1483
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
@@ -1367,7 +1490,7 @@ module RDF::Vocab
|
|
1367
1490
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1368
1491
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1369
1492
|
property :derivativeOf,
|
1370
|
-
comment: ["
|
1493
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1371
1494
|
definition: "Source work from which the described resource is derived.".freeze,
|
1372
1495
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1373
1496
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/hasDerivative".freeze,
|
@@ -1377,10 +1500,10 @@ module RDF::Vocab
|
|
1377
1500
|
property :derivedFrom,
|
1378
1501
|
definition: "Link to the metadata that was the source of the data.".freeze,
|
1379
1502
|
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
1380
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1503
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH41])".freeze],
|
1381
1504
|
label: "Source metadata".freeze,
|
1382
|
-
range: "http://www.w3.org/2000/01/rdf-schema#
|
1383
|
-
type: "http://www.w3.org/2002/07/owl#
|
1505
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1506
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1384
1507
|
property :descriptionAuthentication,
|
1385
1508
|
definition: "Indication of specific types of reviews that have been carried out on the description information.".freeze,
|
1386
1509
|
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
@@ -1405,9 +1528,9 @@ module RDF::Vocab
|
|
1405
1528
|
property :descriptionModifier,
|
1406
1529
|
definition: "Agency that modified a description.".freeze,
|
1407
1530
|
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze,
|
1408
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1531
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH63])".freeze],
|
1409
1532
|
label: "Description modifier".freeze,
|
1410
|
-
range: "http://
|
1533
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1411
1534
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1412
1535
|
property :digitalCharacteristic,
|
1413
1536
|
definition: "Technical specification relating to the digital encoding of text, image, audio, video, and other types of data in a resource.".freeze,
|
@@ -1419,19 +1542,20 @@ module RDF::Vocab
|
|
1419
1542
|
property :dimensions,
|
1420
1543
|
definition: "Measurements of the carrier or carriers and/or the container of a resource.".freeze,
|
1421
1544
|
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1422
|
-
|
1545
|
+
editorialNote: "See also the ARM Ontology for strategies to model this information in greater detail.".freeze,
|
1546
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Added note [GH39])".freeze],
|
1423
1547
|
label: "Dimensions".freeze,
|
1424
1548
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1425
1549
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1426
1550
|
property :dissertation,
|
1427
|
-
comment: "
|
1551
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1428
1552
|
definition: "Work presented as part of the formal requirements for an academic degree.".freeze,
|
1429
1553
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1430
1554
|
label: "Dissertation Information".freeze,
|
1431
1555
|
range: "http://id.loc.gov/ontologies/bibframe/Dissertation".freeze,
|
1432
1556
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1433
1557
|
property :duration,
|
1434
|
-
comment: "
|
1558
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1435
1559
|
definition: "Information about the playing time, running time, etc. of a resource.".freeze,
|
1436
1560
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1437
1561
|
label: "Duration".freeze,
|
@@ -1460,9 +1584,10 @@ module RDF::Vocab
|
|
1460
1584
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1461
1585
|
property :electronicLocator,
|
1462
1586
|
definition: "Electronic location from which the resource is available.".freeze,
|
1463
|
-
domain: "http://
|
1464
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1587
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1588
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed domain [GH66])".freeze],
|
1465
1589
|
label: "Electronic location".freeze,
|
1590
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1466
1591
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1467
1592
|
property :emulsion,
|
1468
1593
|
definition: "Suspension of light-sensitive chemicals used as a coating on a microfilm or microfiche, e.g., silver halide.".freeze,
|
@@ -1472,16 +1597,16 @@ module RDF::Vocab
|
|
1472
1597
|
range: "http://id.loc.gov/ontologies/bibframe/Emulsion".freeze,
|
1473
1598
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1474
1599
|
property :ensemble,
|
1475
|
-
definition: "Ensemble
|
1600
|
+
definition: "Ensemble applicable to the Work.".freeze,
|
1476
1601
|
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1477
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1602
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Changed domain [GH56], Modified definition [GH56])".freeze],
|
1478
1603
|
label: "Ensemble".freeze,
|
1479
|
-
range: "http://id.loc.gov/ontologies/bibframe/
|
1604
|
+
range: "http://id.loc.gov/ontologies/bibframe/Ensemble".freeze,
|
1480
1605
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1481
1606
|
property :ensembleType,
|
1482
1607
|
definition: "Specific type of ensemble, such as orchestra, band, guitar ensemble.".freeze,
|
1483
|
-
domain: "http://id.loc.gov/ontologies/bibframe/
|
1484
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1608
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Ensemble".freeze,
|
1609
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Changed domain [GH56])".freeze],
|
1485
1610
|
label: "Ensemble type".freeze,
|
1486
1611
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1487
1612
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
@@ -1525,9 +1650,9 @@ module RDF::Vocab
|
|
1525
1650
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1526
1651
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1527
1652
|
property :expressionOf,
|
1528
|
-
definition: "Work that the described Work is an expression of.
|
1653
|
+
definition: "Work that the described Work is an expression of. Use to connect Works under LRM/RDA guidelines or similar implementations.".freeze,
|
1529
1654
|
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1530
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1655
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze, "2021-06-09 (Modified definition [GH8])".freeze],
|
1531
1656
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/hasExpression".freeze,
|
1532
1657
|
label: "Expression of".freeze,
|
1533
1658
|
range: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
@@ -1535,13 +1660,13 @@ module RDF::Vocab
|
|
1535
1660
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1536
1661
|
property :extent,
|
1537
1662
|
definition: "Number and type of units and/or subunits making up a resource.".freeze,
|
1538
|
-
domain: "http://
|
1539
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1663
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1664
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Broadened range [GH30])".freeze],
|
1540
1665
|
label: "Extent".freeze,
|
1541
1666
|
range: "http://id.loc.gov/ontologies/bibframe/Extent".freeze,
|
1542
1667
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1543
1668
|
property :findingAid,
|
1544
|
-
comment: ["
|
1669
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1545
1670
|
definition: "Relationship for archival, visual, and manuscript resources to a finding aid or similar control materials.".freeze,
|
1546
1671
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1547
1672
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/findingAidOf".freeze,
|
@@ -1549,7 +1674,7 @@ module RDF::Vocab
|
|
1549
1674
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompaniedBy".freeze,
|
1550
1675
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1551
1676
|
property :findingAidOf,
|
1552
|
-
comment: ["
|
1677
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1553
1678
|
definition: "Finding aid or similar control materials for archival, visual, and manuscript resources.".freeze,
|
1554
1679
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1555
1680
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/findingAid".freeze,
|
@@ -1557,23 +1682,24 @@ module RDF::Vocab
|
|
1557
1682
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompanies".freeze,
|
1558
1683
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1559
1684
|
property :firstIssue,
|
1560
|
-
comment: "Used with Work or Instance".freeze,
|
1561
1685
|
definition: "Beginning date of a resource and/or the sequential designations.".freeze,
|
1562
|
-
"http://
|
1686
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1687
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed domain [GH76])".freeze],
|
1563
1688
|
label: "Multipart first issue".freeze,
|
1564
1689
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1565
1690
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1566
1691
|
property :fontSize,
|
1567
1692
|
definition: "Size of the type used to represent the characters and symbols in a resource.".freeze,
|
1568
1693
|
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1569
|
-
|
1694
|
+
editorialNote: "See also the ARM Ontology for strategies to model this information in greater detail.".freeze,
|
1695
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Added note [GH40])".freeze],
|
1570
1696
|
label: "Font size".freeze,
|
1571
1697
|
range: "http://id.loc.gov/ontologies/bibframe/FontSize".freeze,
|
1572
1698
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1573
1699
|
property :frequency,
|
1574
|
-
comment: "Used with Work or Instance".freeze,
|
1575
1700
|
definition: "Intervals at which the parts of a serially produced resource or the updates to an integrating resource are issued.".freeze,
|
1576
|
-
"http://
|
1701
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1702
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed domain [GH76])".freeze],
|
1577
1703
|
label: "Frequency".freeze,
|
1578
1704
|
range: "http://id.loc.gov/ontologies/bibframe/Frequency".freeze,
|
1579
1705
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
@@ -1600,28 +1726,28 @@ module RDF::Vocab
|
|
1600
1726
|
range: "http://id.loc.gov/ontologies/bibframe/GenerationProcess".freeze,
|
1601
1727
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1602
1728
|
property :genreForm,
|
1603
|
-
comment: "
|
1729
|
+
comment: "Suggested use - With Work, Instance or Item".freeze,
|
1604
1730
|
definition: "Form category or genre to which a resource belongs".freeze,
|
1605
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1731
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH16])".freeze],
|
1606
1732
|
label: "Genre/form".freeze,
|
1607
|
-
range: "http://
|
1733
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1608
1734
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1609
1735
|
property :geographicCoverage,
|
1610
1736
|
definition: "Geographic coverage of the content of the resource.".freeze,
|
1611
|
-
domain: "http://
|
1612
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property)".freeze],
|
1737
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1738
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property)".freeze, "2021-06-09 (Removed domain [GH15])".freeze],
|
1613
1739
|
label: "Geographic coverage".freeze,
|
1614
1740
|
range: "http://id.loc.gov/ontologies/bibframe/GeographicCoverage".freeze,
|
1615
1741
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1616
1742
|
property :grantingInstitution,
|
1617
1743
|
definition: "Name of degree granting institution.".freeze,
|
1618
1744
|
domain: "http://id.loc.gov/ontologies/bibframe/Dissertation".freeze,
|
1619
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1745
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH63])".freeze],
|
1620
1746
|
label: "Degree issuing institution".freeze,
|
1621
|
-
range: "http://
|
1747
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1622
1748
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1623
1749
|
property :hasDerivative,
|
1624
|
-
comment: ["
|
1750
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1625
1751
|
definition: "Resource that is a modification of the described work.".freeze,
|
1626
1752
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1627
1753
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/derivativeOf".freeze,
|
@@ -1629,16 +1755,16 @@ module RDF::Vocab
|
|
1629
1755
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1630
1756
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1631
1757
|
property :hasEquivalent,
|
1632
|
-
comment: ["
|
1758
|
+
comment: ["Suggested use - With Work, Instance or Item".freeze, "Suggested value - Work, Instance or Item".freeze],
|
1633
1759
|
definition: "Resource embodies the same content as the described resource.".freeze,
|
1634
1760
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1635
1761
|
label: "Equivalence".freeze,
|
1636
1762
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1637
1763
|
type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze
|
1638
1764
|
property :hasExpression,
|
1639
|
-
definition: "Work that is an expression of a described Work.
|
1765
|
+
definition: "Work that is an expression of a described Work. Use to relate Works under LRM/RDA guidelines or similar implementations.".freeze,
|
1640
1766
|
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1641
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1767
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze, "2021-06-09 (Modified definition [GH8])".freeze],
|
1642
1768
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/expressionOf".freeze,
|
1643
1769
|
label: "Expressed as".freeze,
|
1644
1770
|
range: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
@@ -1663,9 +1789,9 @@ module RDF::Vocab
|
|
1663
1789
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
1664
1790
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1665
1791
|
property :hasPart,
|
1666
|
-
comment: ["
|
1792
|
+
comment: ["Suggested use - With Work, Instance, Item or Event".freeze, "Suggested value - Work, Instance, Item or Event".freeze],
|
1667
1793
|
definition: "Resource that is included either physically or logically in the described resource".freeze,
|
1668
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
1794
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze, "2021-06-09 (Use with Event also [GH9])".freeze],
|
1669
1795
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/partOf".freeze,
|
1670
1796
|
label: "Has part".freeze,
|
1671
1797
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
@@ -1680,7 +1806,7 @@ module RDF::Vocab
|
|
1680
1806
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasEquivalent".freeze,
|
1681
1807
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1682
1808
|
property :hasSeries,
|
1683
|
-
comment: ["
|
1809
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1684
1810
|
definition: "Resource in which the part has been issued; the title of the larger resource appears on the part.".freeze,
|
1685
1811
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1686
1812
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/seriesOf".freeze,
|
@@ -1688,7 +1814,7 @@ module RDF::Vocab
|
|
1688
1814
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/partOf".freeze,
|
1689
1815
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1690
1816
|
property :hasSubseries,
|
1691
|
-
comment: ["
|
1817
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1692
1818
|
definition: "series resource that is part of another series.".freeze,
|
1693
1819
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1694
1820
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/subseriesOf".freeze,
|
@@ -1698,14 +1824,14 @@ module RDF::Vocab
|
|
1698
1824
|
property :heldBy,
|
1699
1825
|
definition: "Entity holding the item or from which it is available.".freeze,
|
1700
1826
|
domain: "http://id.loc.gov/ontologies/bibframe/Item".freeze,
|
1701
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1827
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH63])".freeze],
|
1702
1828
|
label: "Held by".freeze,
|
1703
|
-
range: "http://
|
1829
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1704
1830
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1705
1831
|
property :hierarchicalLevel,
|
1706
1832
|
definition: "Hierarchical position of the described materials relative to other material from the same source.".freeze,
|
1707
|
-
domain: "http://id.loc.gov/ontologies/bibframe/
|
1708
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1833
|
+
domain: "http://id.loc.gov/ontologies/bibframe/CollectionArrangement".freeze,
|
1834
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Modified range [GH77])".freeze],
|
1709
1835
|
label: "Hierarchical level of material".freeze,
|
1710
1836
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1711
1837
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
@@ -1717,8 +1843,8 @@ module RDF::Vocab
|
|
1717
1843
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1718
1844
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1719
1845
|
property :identifiedBy,
|
1720
|
-
comment: "Used with Unspecified".freeze,
|
1721
1846
|
definition: "Character string associated with a resource that serves to differentiate that resource from other resources, i.e., that uniquely identifies an entity.".freeze,
|
1847
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1722
1848
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-05-04 (New inverse)".freeze],
|
1723
1849
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/identifies".freeze,
|
1724
1850
|
label: "Identifier".freeze,
|
@@ -1730,9 +1856,10 @@ module RDF::Vocab
|
|
1730
1856
|
"http://purl.org/dc/terms/modified": "2017-02-03 (New inverse)".freeze,
|
1731
1857
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/identifiedBy".freeze,
|
1732
1858
|
label: "Resource identified".freeze,
|
1859
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1733
1860
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1734
1861
|
property :illustrativeContent,
|
1735
|
-
comment: "
|
1862
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1736
1863
|
definition: "Information about content intended to illustrate a resource.".freeze,
|
1737
1864
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1738
1865
|
label: "Illustrative content information".freeze,
|
@@ -1746,7 +1873,7 @@ module RDF::Vocab
|
|
1746
1873
|
range: "http://id.loc.gov/ontologies/bibframe/ImmediateAcquisition".freeze,
|
1747
1874
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1748
1875
|
property :index,
|
1749
|
-
comment: ["
|
1876
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1750
1877
|
definition: "Resource has an accompanying index".freeze,
|
1751
1878
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze, "2017-02-03 (corrected label)".freeze],
|
1752
1879
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/indexOf".freeze,
|
@@ -1754,7 +1881,7 @@ module RDF::Vocab
|
|
1754
1881
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompaniedBy".freeze,
|
1755
1882
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1756
1883
|
property :indexOf,
|
1757
|
-
comment: ["
|
1884
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1758
1885
|
definition: "Index that accompanies a resource.".freeze,
|
1759
1886
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1760
1887
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/index".freeze,
|
@@ -1785,25 +1912,24 @@ module RDF::Vocab
|
|
1785
1912
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1786
1913
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1787
1914
|
property :intendedAudience,
|
1788
|
-
comment: "
|
1915
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1789
1916
|
definition: "Information that identifies the specific audience or intellectual level for which the content of the resource is considered appropriate.".freeze,
|
1790
1917
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1791
1918
|
label: "Intended audience".freeze,
|
1792
1919
|
range: "http://id.loc.gov/ontologies/bibframe/IntendedAudience".freeze,
|
1793
1920
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1794
1921
|
property :issuance,
|
1795
|
-
comment: "
|
1922
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1796
1923
|
definition: "Categorization reflecting whether a resource is issued in one or more parts, the way it is updated, and its intended termination.".freeze,
|
1797
1924
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1798
1925
|
label: "Mode of issuance".freeze,
|
1799
1926
|
range: "http://id.loc.gov/ontologies/bibframe/Issuance".freeze,
|
1800
1927
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1801
1928
|
property :issuedWith,
|
1929
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1802
1930
|
definition: "Resource that is issued on the same carrier as the resource being described.".freeze,
|
1803
|
-
|
1804
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1931
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH62], Broadened domain [GH62])".freeze],
|
1805
1932
|
label: "Issued with".freeze,
|
1806
|
-
range: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1807
1933
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompanies".freeze,
|
1808
1934
|
type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze
|
1809
1935
|
property :itemOf,
|
@@ -1823,16 +1949,16 @@ module RDF::Vocab
|
|
1823
1949
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1824
1950
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1825
1951
|
property :language,
|
1826
|
-
comment: "Used with Unspecified".freeze,
|
1827
1952
|
definition: "Language associated with a resource or its parts.".freeze,
|
1953
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1828
1954
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1829
1955
|
label: "Language information".freeze,
|
1830
1956
|
range: "http://id.loc.gov/ontologies/bibframe/Language".freeze,
|
1831
1957
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1832
1958
|
property :lastIssue,
|
1833
|
-
comment: "Used with Work or Instance".freeze,
|
1834
1959
|
definition: "Ending date of a resource and/or the sequential designations.".freeze,
|
1835
|
-
"http://
|
1960
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1961
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed domain [GH76])".freeze],
|
1836
1962
|
label: "Multipart last issue".freeze,
|
1837
1963
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1838
1964
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
@@ -1858,15 +1984,29 @@ module RDF::Vocab
|
|
1858
1984
|
label: "Main title".freeze,
|
1859
1985
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1860
1986
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1987
|
+
property :material,
|
1988
|
+
comment: "Suggested use - With Work, Instance or Item".freeze,
|
1989
|
+
definition: "Resource uses, is composed of, integrates, etc. the related material.".freeze,
|
1990
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH26])".freeze,
|
1991
|
+
label: "Material".freeze,
|
1992
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1993
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1994
|
+
property :materialOf,
|
1995
|
+
comment: "Suggested use - With Work, Instance or Item".freeze,
|
1996
|
+
definition: "This material is related to a resource.".freeze,
|
1997
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH26])".freeze,
|
1998
|
+
label: "Material of".freeze,
|
1999
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
2000
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1861
2001
|
property :media,
|
1862
|
-
comment: "
|
2002
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1863
2003
|
definition: "Categorization reflecting the general type of intermediation device required to view, play, run, etc., the content of a resource.".freeze,
|
1864
2004
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1865
2005
|
label: "Media type".freeze,
|
1866
2006
|
range: "http://id.loc.gov/ontologies/bibframe/Media".freeze,
|
1867
2007
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1868
2008
|
property :mergedToForm,
|
1869
|
-
comment: ["
|
2009
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1870
2010
|
definition: "One of two or more resources that come together to form a new resource.".freeze,
|
1871
2011
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1872
2012
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/mergerOf".freeze,
|
@@ -1874,7 +2014,7 @@ module RDF::Vocab
|
|
1874
2014
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze,
|
1875
2015
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1876
2016
|
property :mergerOf,
|
1877
|
-
comment: ["
|
2017
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1878
2018
|
definition: "One of two or more resources which came together to form a new resource.".freeze,
|
1879
2019
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1880
2020
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/mergedToForm".freeze,
|
@@ -1882,14 +2022,14 @@ module RDF::Vocab
|
|
1882
2022
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze,
|
1883
2023
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1884
2024
|
property :mount,
|
1885
|
-
definition: "Physical material used for the support or backing to which the base material of a resource has been attached.".freeze,
|
2025
|
+
definition: "Physical material or object used for the support or backing to which the base material of a resource has been attached.".freeze,
|
1886
2026
|
domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
1887
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1888
|
-
label: "Mount material".freeze,
|
1889
|
-
range: "http://
|
2027
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Modified label [GH29])".freeze],
|
2028
|
+
label: "Mount material or object".freeze,
|
2029
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1890
2030
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1891
2031
|
property :musicFormat,
|
1892
|
-
comment: "
|
2032
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1893
2033
|
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,
|
1894
2034
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1895
2035
|
label: "Format of notated music".freeze,
|
@@ -1931,26 +2071,33 @@ module RDF::Vocab
|
|
1931
2071
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1932
2072
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1933
2073
|
property :natureOfContent,
|
1934
|
-
comment: "
|
2074
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1935
2075
|
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,
|
1936
2076
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1937
2077
|
label: "Content nature".freeze,
|
1938
2078
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1939
2079
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1940
2080
|
property :notation,
|
1941
|
-
comment: "
|
2081
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
1942
2082
|
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,
|
1943
2083
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1944
2084
|
label: "Notation system".freeze,
|
1945
2085
|
range: "http://id.loc.gov/ontologies/bibframe/Notation".freeze,
|
1946
2086
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1947
2087
|
property :note,
|
1948
|
-
comment: "Used with Unspecified".freeze,
|
1949
2088
|
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,
|
2089
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1950
2090
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1951
2091
|
label: "Note".freeze,
|
1952
2092
|
range: "http://id.loc.gov/ontologies/bibframe/Note".freeze,
|
1953
2093
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2094
|
+
property :noteFor,
|
2095
|
+
definition: "Relates a Note resource to the resource to which the note pertains.".freeze,
|
2096
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Note".freeze,
|
2097
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH34])".freeze,
|
2098
|
+
label: "Note for".freeze,
|
2099
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
2100
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1954
2101
|
property :noteType,
|
1955
2102
|
definition: "Type of note.".freeze,
|
1956
2103
|
domain: "http://id.loc.gov/ontologies/bibframe/Note".freeze,
|
@@ -1958,31 +2105,24 @@ module RDF::Vocab
|
|
1958
2105
|
label: "Note type".freeze,
|
1959
2106
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1960
2107
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1961
|
-
property :organization,
|
1962
|
-
definition: "Manner in which the resource is divided into smaller units.".freeze,
|
1963
|
-
domain: "http://id.loc.gov/ontologies/bibframe/Arrangement".freeze,
|
1964
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1965
|
-
label: "Organization of material".freeze,
|
1966
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1967
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1968
2108
|
property :originDate,
|
1969
2109
|
definition: "Date or date range associated with the creation of a Work.".freeze,
|
1970
2110
|
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1971
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1972
|
-
label: "
|
2111
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Better align definition with property name [GH50])".freeze],
|
2112
|
+
label: "Origin date".freeze,
|
1973
2113
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
1974
2114
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date".freeze,
|
1975
2115
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
1976
2116
|
property :originPlace,
|
1977
2117
|
definition: "Place from which the creation of the Work originated.".freeze,
|
1978
2118
|
domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze,
|
1979
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
1980
|
-
label: "
|
1981
|
-
range: "http://
|
2119
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Better align definition with property name [GH50], Removed range [GH19])".freeze],
|
2120
|
+
label: "Origin place".freeze,
|
2121
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
1982
2122
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/place".freeze,
|
1983
2123
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1984
2124
|
property :originalVersion,
|
1985
|
-
comment: ["
|
2125
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1986
2126
|
definition: "Resource is the original version of which this resource is a reproduction.".freeze,
|
1987
2127
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1988
2128
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/originalVersionOf".freeze,
|
@@ -1990,7 +2130,7 @@ module RDF::Vocab
|
|
1990
2130
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/derivativeOf".freeze,
|
1991
2131
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
1992
2132
|
property :originalVersionOf,
|
1993
|
-
comment: ["
|
2133
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
1994
2134
|
definition: "Original version of a resource.".freeze,
|
1995
2135
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
1996
2136
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/originalVersion".freeze,
|
@@ -1998,16 +2138,16 @@ module RDF::Vocab
|
|
1998
2138
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasDerivative".freeze,
|
1999
2139
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2000
2140
|
property :otherEdition,
|
2001
|
-
comment: ["
|
2141
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
2002
2142
|
definition: "Resource has other available editions, for example simultaneously published language editions or reprints.".freeze,
|
2003
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-05-13 (symmetrical)".freeze],
|
2143
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-05-13 (symmetrical)".freeze, "2021-06-09 (Change subproperty to relatedTo [GH61])".freeze],
|
2004
2144
|
label: "Other edition".freeze,
|
2005
|
-
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/
|
2145
|
+
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
2006
2146
|
type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze
|
2007
2147
|
property :otherPhysicalFormat,
|
2148
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
2008
2149
|
definition: "Resource that is manifested in another physical carrier.".freeze,
|
2009
|
-
|
2010
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2150
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Broadened domain [GH79])".freeze],
|
2011
2151
|
label: "Has other physical format".freeze,
|
2012
2152
|
range: "http://id.loc.gov/ontologies/bibframe/Instance".freeze,
|
2013
2153
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasEquivalent".freeze,
|
@@ -2020,8 +2160,8 @@ module RDF::Vocab
|
|
2020
2160
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2021
2161
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2022
2162
|
property :part,
|
2023
|
-
comment: "Used with Unspecified".freeze,
|
2024
2163
|
definition: "Part of a resource to which information applies.".freeze,
|
2164
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
2025
2165
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2026
2166
|
label: "Part".freeze,
|
2027
2167
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
@@ -2041,17 +2181,17 @@ module RDF::Vocab
|
|
2041
2181
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2042
2182
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2043
2183
|
property :partOf,
|
2044
|
-
comment: ["
|
2184
|
+
comment: ["Suggested use - With Work, Instance, Item or Event".freeze, "Suggested value - Work, Instance, Item or Event".freeze],
|
2045
2185
|
definition: "Resource in which the described resource is physically or logically contained.".freeze,
|
2046
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
2186
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze, "2021-06-09 (Use with Event also [GH9])".freeze],
|
2047
2187
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/hasPart".freeze,
|
2048
2188
|
label: "Is part of".freeze,
|
2049
2189
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
2050
2190
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2051
2191
|
property :pattern,
|
2052
2192
|
definition: "Pattern of arrangement of materials within a unit.".freeze,
|
2053
|
-
domain: "http://id.loc.gov/ontologies/bibframe/
|
2054
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2193
|
+
domain: "http://id.loc.gov/ontologies/bibframe/CollectionArrangement".freeze,
|
2194
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Modified range [GH77])".freeze],
|
2055
2195
|
label: "Arrangement of material".freeze,
|
2056
2196
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2057
2197
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
@@ -2063,11 +2203,11 @@ module RDF::Vocab
|
|
2063
2203
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2064
2204
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2065
2205
|
property :place,
|
2066
|
-
comment: "Used with Unspecified".freeze,
|
2067
2206
|
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,
|
2068
|
-
"http://
|
2207
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
2208
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH19])".freeze],
|
2069
2209
|
label: "Place".freeze,
|
2070
|
-
range: "http://
|
2210
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
2071
2211
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2072
2212
|
property :polarity,
|
2073
2213
|
definition: "Relationship of the colors and tones in an image to the colors and tones of the object reproduced.".freeze,
|
@@ -2077,7 +2217,7 @@ module RDF::Vocab
|
|
2077
2217
|
range: "http://id.loc.gov/ontologies/bibframe/Polarity".freeze,
|
2078
2218
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2079
2219
|
property :precededBy,
|
2080
|
-
comment: ["
|
2220
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
2081
2221
|
definition: "Resource that precedes the resource being described, e.g., is earlier in time or before in narrative.".freeze,
|
2082
2222
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
2083
2223
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze,
|
@@ -2085,7 +2225,7 @@ module RDF::Vocab
|
|
2085
2225
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
2086
2226
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2087
2227
|
property :preferredCitation,
|
2088
|
-
comment: "
|
2228
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
2089
2229
|
definition: "Citation to the resource preferred by its custodian of the resource.".freeze,
|
2090
2230
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2091
2231
|
label: "Preferred citation".freeze,
|
@@ -2126,9 +2266,16 @@ module RDF::Vocab
|
|
2126
2266
|
label: "Provider statement".freeze,
|
2127
2267
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2128
2268
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2269
|
+
property :pubFrequency,
|
2270
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
2271
|
+
definition: "Relates a resource to a publication frequency resource to capture such details as first issue, last issue, status, etc.".freeze,
|
2272
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH76])".freeze,
|
2273
|
+
label: "Publication frequency".freeze,
|
2274
|
+
range: "http://id.loc.gov/ontologies/bibframe/PubFrequency".freeze,
|
2275
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2129
2276
|
property :qualifier,
|
2130
|
-
comment: "Used with Unspecified".freeze,
|
2131
2277
|
definition: "Qualifier of information, such as an addition to a title to make it unique or qualifying information associated with an identifier.".freeze,
|
2278
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
2132
2279
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2133
2280
|
label: "Qualifier".freeze,
|
2134
2281
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
@@ -2141,7 +2288,7 @@ module RDF::Vocab
|
|
2141
2288
|
range: "http://id.loc.gov/ontologies/bibframe/ReductionRatio".freeze,
|
2142
2289
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2143
2290
|
property :referencedBy,
|
2144
|
-
comment: ["
|
2291
|
+
comment: ["Suggested use - With Work, Instance or Item".freeze, "Suggested value - Work, Instance or Item".freeze],
|
2145
2292
|
definition: "Resource that references the described resource".freeze,
|
2146
2293
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
2147
2294
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/references".freeze,
|
@@ -2149,7 +2296,7 @@ module RDF::Vocab
|
|
2149
2296
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
2150
2297
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2151
2298
|
property :references,
|
2152
|
-
comment: ["
|
2299
|
+
comment: ["Suggested use - With Work, Instance or Item".freeze, "Suggested value - Work, Instance or Item".freeze],
|
2153
2300
|
definition: "Resource that is referenced by the described resource.".freeze,
|
2154
2301
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
2155
2302
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/referencedBy".freeze,
|
@@ -2157,12 +2304,14 @@ module RDF::Vocab
|
|
2157
2304
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
2158
2305
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2159
2306
|
property :relatedTo,
|
2160
|
-
definition: "Any relationship between Work, Instance, and
|
2161
|
-
"http://
|
2307
|
+
definition: "Any relationship between Work, Instance, Item, and Event resources.".freeze,
|
2308
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
2309
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Modified definition [GH2])".freeze],
|
2162
2310
|
label: "Related resource".freeze,
|
2311
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
2163
2312
|
type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze
|
2164
2313
|
property :replacedBy,
|
2165
|
-
comment: ["
|
2314
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
2166
2315
|
definition: "Later resource used in place of an earlier resource, usually because the later resource contains updated or new information.".freeze,
|
2167
2316
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
2168
2317
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/replacementOf".freeze,
|
@@ -2170,7 +2319,7 @@ module RDF::Vocab
|
|
2170
2319
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze,
|
2171
2320
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2172
2321
|
property :replacementOf,
|
2173
|
-
comment: ["
|
2322
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
2174
2323
|
definition: "Earlier resource whose content has been replaced by a later resource, usually because the later resource contains updated or new information.".freeze,
|
2175
2324
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
2176
2325
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/replacedBy".freeze,
|
@@ -2194,7 +2343,7 @@ module RDF::Vocab
|
|
2194
2343
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2195
2344
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2196
2345
|
property :review,
|
2197
|
-
comment: "
|
2346
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
2198
2347
|
definition: "Review of a resource.".freeze,
|
2199
2348
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2200
2349
|
label: "Review content".freeze,
|
@@ -2208,7 +2357,7 @@ module RDF::Vocab
|
|
2208
2357
|
range: "http://id.loc.gov/ontologies/bibframe/Role".freeze,
|
2209
2358
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2210
2359
|
property :scale,
|
2211
|
-
comment: "
|
2360
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
2212
2361
|
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,
|
2213
2362
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (changed from data to object property)".freeze],
|
2214
2363
|
label: "Scale".freeze,
|
@@ -2222,7 +2371,7 @@ module RDF::Vocab
|
|
2222
2371
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2223
2372
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2224
2373
|
property :separatedFrom,
|
2225
|
-
comment: ["
|
2374
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
2226
2375
|
definition: "Resource that spun off a part of its content to form a new resource.".freeze,
|
2227
2376
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
2228
2377
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/continuedInPartBy".freeze,
|
@@ -2237,7 +2386,7 @@ module RDF::Vocab
|
|
2237
2386
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2238
2387
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2239
2388
|
property :seriesOf,
|
2240
|
-
comment: ["
|
2389
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
2241
2390
|
definition: "Resource that is a part of a larger resource.".freeze,
|
2242
2391
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
2243
2392
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/hasSeries".freeze,
|
@@ -2266,18 +2415,18 @@ module RDF::Vocab
|
|
2266
2415
|
range: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic".freeze,
|
2267
2416
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2268
2417
|
property :soundContent,
|
2269
|
-
comment: "
|
2418
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
2270
2419
|
definition: "Indication of whether the production of sound is an integral part of the resource.".freeze,
|
2271
2420
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2272
2421
|
label: "Sound content".freeze,
|
2273
2422
|
range: "http://id.loc.gov/ontologies/bibframe/SoundContent".freeze,
|
2274
2423
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2275
2424
|
property :source,
|
2276
|
-
comment: "Used with Unspecified".freeze,
|
2277
2425
|
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,
|
2278
|
-
"http://
|
2426
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
2427
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH63])".freeze],
|
2279
2428
|
label: "Source".freeze,
|
2280
|
-
range: "http://
|
2429
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
2281
2430
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2282
2431
|
property :spanEnd,
|
2283
2432
|
definition: "Ending number of classification number span.".freeze,
|
@@ -2287,7 +2436,7 @@ module RDF::Vocab
|
|
2287
2436
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2288
2437
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2289
2438
|
property :splitInto,
|
2290
|
-
comment: ["
|
2439
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
2291
2440
|
definition: "One of two or more resources resulting from the division of an earlier resource into separate resources.".freeze,
|
2292
2441
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
2293
2442
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/continuesInPart".freeze,
|
@@ -2295,17 +2444,25 @@ module RDF::Vocab
|
|
2295
2444
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze,
|
2296
2445
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2297
2446
|
property :status,
|
2298
|
-
comment: "Used with Unspecified".freeze,
|
2299
2447
|
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,
|
2448
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
2300
2449
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2301
2450
|
label: "Status".freeze,
|
2302
2451
|
range: "http://id.loc.gov/ontologies/bibframe/Status".freeze,
|
2303
2452
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2304
2453
|
property :subject,
|
2305
|
-
comment: "
|
2454
|
+
comment: "Suggested use - With Work, Instance, Item or Event".freeze,
|
2306
2455
|
definition: "Subject term(s) describing a resource.".freeze,
|
2307
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2456
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Broadened domain [GH21])".freeze],
|
2308
2457
|
label: "Subject".freeze,
|
2458
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
2459
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2460
|
+
property :subjectOf,
|
2461
|
+
comment: "Suggested value - Work, Instance, Item or Event".freeze,
|
2462
|
+
definition: "Relates a subject to that which it describes.".freeze,
|
2463
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
2464
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH20])".freeze,
|
2465
|
+
label: "Subject of".freeze,
|
2309
2466
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2310
2467
|
property :sublocation,
|
2311
2468
|
definition: "Specific place within the holding entity where the item is located or made available.".freeze,
|
@@ -2322,7 +2479,7 @@ module RDF::Vocab
|
|
2322
2479
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2323
2480
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2324
2481
|
property :subseriesOf,
|
2325
|
-
comment: ["
|
2482
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
2326
2483
|
definition: "Series resource of which the described resource is a part.".freeze,
|
2327
2484
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
2328
2485
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/hasSubseries".freeze,
|
@@ -2344,7 +2501,7 @@ module RDF::Vocab
|
|
2344
2501
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2345
2502
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2346
2503
|
property :succeededBy,
|
2347
|
-
comment: ["
|
2504
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
2348
2505
|
definition: "Resource that succeeds the resource being described, e.g., later in time or after in a narrative.".freeze,
|
2349
2506
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
|
2350
2507
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze,
|
@@ -2352,14 +2509,14 @@ module RDF::Vocab
|
|
2352
2509
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze,
|
2353
2510
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2354
2511
|
property :summary,
|
2355
|
-
comment: "
|
2512
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
2356
2513
|
definition: "Summary or abstract of the resource described.".freeze,
|
2357
2514
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2358
2515
|
label: "Summary content".freeze,
|
2359
2516
|
range: "http://id.loc.gov/ontologies/bibframe/Summary".freeze,
|
2360
2517
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2361
2518
|
property :supplement,
|
2362
|
-
comment: ["
|
2519
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
2363
2520
|
definition: "Resource that updates or otherwise complements the predominant resource.".freeze,
|
2364
2521
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
2365
2522
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/supplementTo".freeze,
|
@@ -2367,7 +2524,7 @@ module RDF::Vocab
|
|
2367
2524
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompaniedBy".freeze,
|
2368
2525
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2369
2526
|
property :supplementTo,
|
2370
|
-
comment: ["
|
2527
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
2371
2528
|
definition: "Resource that is updated or otherwise complemented by the augmenting resource.".freeze,
|
2372
2529
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
|
2373
2530
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/supplement".freeze,
|
@@ -2375,7 +2532,7 @@ module RDF::Vocab
|
|
2375
2532
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompanies".freeze,
|
2376
2533
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2377
2534
|
property :supplementaryContent,
|
2378
|
-
comment: "
|
2535
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
2379
2536
|
definition: "Material such as an index, bibliography, appendix intended to supplement the primary content of a resource.".freeze,
|
2380
2537
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2381
2538
|
label: "Supplementary material".freeze,
|
@@ -2396,7 +2553,7 @@ module RDF::Vocab
|
|
2396
2553
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2397
2554
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2398
2555
|
property :tableOfContents,
|
2399
|
-
comment: "
|
2556
|
+
comment: "Suggested use - With Work or Instance".freeze,
|
2400
2557
|
definition: "Table of contents of the described resource.".freeze,
|
2401
2558
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2402
2559
|
label: "Table of contents content".freeze,
|
@@ -2417,14 +2574,21 @@ module RDF::Vocab
|
|
2417
2574
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
2418
2575
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
2419
2576
|
property :title,
|
2420
|
-
comment: "
|
2577
|
+
comment: "Suggested use - With Work, Instance, Item or Event".freeze,
|
2421
2578
|
definition: "Name given to a resource.".freeze,
|
2422
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2579
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Broadened domain [GH23])".freeze],
|
2423
2580
|
label: "Title resource".freeze,
|
2424
2581
|
range: "http://id.loc.gov/ontologies/bibframe/Title".freeze,
|
2425
2582
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2583
|
+
property :titleOf,
|
2584
|
+
comment: "Suggested value - Work, Instance, Item or Event".freeze,
|
2585
|
+
definition: "Relates a title resource to that which it is the title of.".freeze,
|
2586
|
+
domain: "http://id.loc.gov/ontologies/bibframe/Title".freeze,
|
2587
|
+
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH22])".freeze,
|
2588
|
+
label: "Title of".freeze,
|
2589
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2426
2590
|
property :translation,
|
2427
|
-
comment: ["
|
2591
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
2428
2592
|
definition: "Resource that translates the text of the source entity into a language different from that of the original.".freeze,
|
2429
2593
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze, "2017-02-03 (corrected subproperty)".freeze],
|
2430
2594
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/translationOf".freeze,
|
@@ -2432,7 +2596,7 @@ module RDF::Vocab
|
|
2432
2596
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasDerivative".freeze,
|
2433
2597
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2434
2598
|
property :translationOf,
|
2435
|
-
comment: ["
|
2599
|
+
comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze],
|
2436
2600
|
definition: "Resource that has been translated, i.e., the text is expressed in a language different from that of the original resource.".freeze,
|
2437
2601
|
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze, "2017-02-03 (corrected subproperty)".freeze],
|
2438
2602
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/translation".freeze,
|
@@ -2440,14 +2604,14 @@ module RDF::Vocab
|
|
2440
2604
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/derivativeOf".freeze,
|
2441
2605
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2442
2606
|
property :unit,
|
2443
|
-
comment: "Used with Unspecified".freeze,
|
2444
2607
|
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,
|
2608
|
+
domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
2445
2609
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2446
2610
|
label: "Type of unit".freeze,
|
2447
2611
|
range: "http://id.loc.gov/ontologies/bibframe/Unit".freeze,
|
2448
2612
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
2449
2613
|
property :usageAndAccessPolicy,
|
2450
|
-
comment: "
|
2614
|
+
comment: "Suggested use - With Work, Instance or Item".freeze,
|
2451
2615
|
definition: "General statement of allowances and restrictions on access to a resource, including retention, reproduction, access, and lending.".freeze,
|
2452
2616
|
"http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze,
|
2453
2617
|
label: "Use and access condition".freeze,
|