rdf-vocab 3.3.0 → 3.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 186b8f21aa52e6826624564d0962167892eeccc40fe33c33b28ca2b5e0bfa6de
4
- data.tar.gz: b58fc4961f50b42cb89609fe7d798e5094d892ce50f386dfb47e9e7d8e91ef40
3
+ metadata.gz: abfe2a199535b4bbf80e54b8dfe1b837a9a412804cd811bd35d47ebc01ee6592
4
+ data.tar.gz: 5a6d94d4db2687c43cb89c249c83b21da6d5165f60173698cd6c1731ee696c19
5
5
  SHA512:
6
- metadata.gz: 91fbe316f08fd3c11332995a9c153a4df1c7f6a40b72ca49d50ceea5e31e3fe244f2681d0d8da8b5c236bd0c39a966a11ffddac4245dd6c0193cf7ddd2d8f52c
7
- data.tar.gz: dd2919b9ff4bd2a518756d15a1bafcb777355c60b4667d15d436080cd9ce86dbb08af41ef094d971fb76814c0f87e6198b2e9668604ccaf7cfe85b60d4387428
6
+ metadata.gz: 4372626480ee8c37fe2ad9d715a99c5c250ae431e1d9e4aac0892e2bc4ad4f368809360bb5f64e1e6c94639b998976a0a04af9112be746d4d4c153a82c4fe630
7
+ data.tar.gz: 97f0acf03efffa53c418abeddf2718b40c9aa6a062f9e6c4343b85dd7137d7a4f78204e7d2cce52c7042ad0f058786344ccc86597a909d43bf6e7f2b905d9ac8
data/README.md CHANGED
@@ -184,6 +184,10 @@ The following definition is for the EARL vocabulary, which uses the `patch` capa
184
184
  }
185
185
  }
186
186
 
187
+ ## Change Log
188
+
189
+ See [Release Notes on GitHub](https://github.com/ruby-rdf/rdf-vocab/releases)
190
+
187
191
  ## Authors
188
192
 
189
193
  * [David Chandek-Stark](https://github.com/dchandekstark)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.3.0
1
+ 3.3.1
data/lib/rdf/vocab/bf2.rb CHANGED
@@ -12,13 +12,13 @@ module RDF::Vocab
12
12
  "http://creativecommons.org/ns#license": "https://creativecommons.org/publicdomain/zero/1.0/",
13
13
  "http://purl.org/dc/terms/creator": "",
14
14
  "http://purl.org/dc/terms/description": {en: "The Bibframe vocabulary consists of RDF classes and properties used for the description of \r\n items cataloged principally by libraries, but may also be used to describe items cataloged by museums and archives. \r\n Classes include the three core classes - Work, Instance, and Item - in addition to many more \r\n classes to support description. Properties describe characteristics of the resource being \r\n described as well as relationships among resources. For example: one Work\r\n might be a \"translation of\" another Work; an Instance may be an \r\n \"instance of\" a particular Bibframe Work. Other properties describe attributes of Works and Instances. For\r\n example: the Bibframe property \"subject\" expresses an important attribute of a Work \r\n (what the Work is about), and the property \"extent\" (e.g. number of pages) expresses an\r\n attribute of an Instance."},
15
- "http://purl.org/dc/terms/issued": "2022-10-06T12:00:00.000-05:00",
16
- "http://purl.org/dc/terms/modified": "2022-10-18T15:48:05.075-04:00",
15
+ "http://purl.org/dc/terms/issued": "2023-11-30T12:00:00.000-05:00",
16
+ "http://purl.org/dc/terms/modified": "2023-12-01T10:02:48.878844-05:00",
17
17
  "http://purl.org/dc/terms/publisher": "",
18
18
  "http://purl.org/dc/terms/rights": "https://creativecommons.org/publicdomain/zero/1.0/",
19
- "http://www.w3.org/2002/07/owl#priorVersion": "http://id.loc.gov/ontologies/bibframe-2-1-0/",
20
- "http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/bibframe-2-2-0/",
21
- "http://www.w3.org/2002/07/owl#versionInfo": "2.2.0",
19
+ "http://www.w3.org/2002/07/owl#priorVersion": "http://id.loc.gov/ontologies/bibframe-2-2-0/",
20
+ "http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/bibframe-2-3-0/",
21
+ "http://www.w3.org/2002/07/owl#versionInfo": "2.3.0",
22
22
  label: "BIBFRAME vocabulary",
23
23
  type: "http://www.w3.org/2002/07/owl#Ontology"
24
24
 
@@ -137,6 +137,12 @@ module RDF::Vocab
137
137
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
138
138
  label: "Capture of content",
139
139
  type: "http://www.w3.org/2002/07/owl#Class"
140
+ term :CaptureStorage,
141
+ definition: "Specifies the sound capture and storage technique used on a sound recording resource.",
142
+ "http://purl.org/dc/terms/modified": "2023-11-30 (New [GH104])",
143
+ label: "Capture and Storage Technique",
144
+ subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic",
145
+ type: "http://www.w3.org/2002/07/owl#Class"
140
146
  term :Carrier,
141
147
  definition: "Categorization reflecting the format of the storage medium and housing of a carrier.",
142
148
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
@@ -444,9 +450,8 @@ module RDF::Vocab
444
450
  type: "http://www.w3.org/2002/07/owl#Class"
445
451
  term :Hub,
446
452
  definition: "An abstract resource that functions as a bridge between two Works.",
447
- "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH75])",
453
+ "http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH75])", "2023-11-30 (moved to Basic Model Class [GH108])"],
448
454
  label: "Hub",
449
- subClassOf: "http://id.loc.gov/ontologies/bibframe/Work",
450
455
  type: "http://www.w3.org/2002/07/owl#Class"
451
456
  term :Identifier,
452
457
  definition: "Token or name that is associated with a resource, such as a URI or an ISBN.",
@@ -630,6 +635,12 @@ module RDF::Vocab
630
635
  label: "Meeting",
631
636
  subClassOf: "http://id.loc.gov/ontologies/bibframe/Agent",
632
637
  type: "http://www.w3.org/2002/07/owl#Class"
638
+ term :Microform,
639
+ definition: "Resource that contains microimages, either transparent or opaque, that may be reproductions of existing textual or graphic materials or may be original publications.",
640
+ "http://purl.org/dc/terms/modified": "2023-11-30 (New [GH101])",
641
+ label: "Microform",
642
+ subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance",
643
+ type: "http://www.w3.org/2002/07/owl#Class"
633
644
  term :MixedMaterial,
634
645
  definition: "Resource comprised of multiple types which is not driven by software. For instance, an archival collection of text, photographs and sound recordings.",
635
646
  "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (revised definition [GH92])"],
@@ -832,6 +843,12 @@ module RDF::Vocab
832
843
  label: "Presentation format",
833
844
  subClassOf: "http://id.loc.gov/ontologies/bibframe/ProjectionCharacteristic",
834
845
  type: "http://www.w3.org/2002/07/owl#Class"
846
+ term :PrimaryContribution,
847
+ definition: "Contribution for which the agent is the name chosen as the name part of the name and title access point.",
848
+ "http://purl.org/dc/terms/modified": "2023-11-30 (New [GH104])",
849
+ label: "Primary contribution",
850
+ subClassOf: "http://id.loc.gov/ontologies/bibframe/Contribution",
851
+ type: "http://www.w3.org/2002/07/owl#Class"
835
852
  term :Print,
836
853
  definition: "Resource that is printed.",
837
854
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
@@ -910,6 +927,11 @@ module RDF::Vocab
910
927
  label: "Regional encoding",
911
928
  subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic",
912
929
  type: "http://www.w3.org/2002/07/owl#Class"
930
+ term :Relief,
931
+ definition: "Relief term specified on a cartographic resource.",
932
+ "http://purl.org/dc/terms/modified": "2023-11-30 (New [GH104])",
933
+ label: "Relief",
934
+ type: "http://www.w3.org/2002/07/owl#Class"
913
935
  term :ReportNumber,
914
936
  definition: "Identification number of a technical report that is not a Standard Technical Report Number.",
915
937
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
@@ -1111,6 +1133,12 @@ module RDF::Vocab
1111
1133
  label: "Track configuration",
1112
1134
  subClassOf: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic",
1113
1135
  type: "http://www.w3.org/2002/07/owl#Class"
1136
+ term :TransliteratedTitle,
1137
+ definition: "Title transliterated from one script to another.",
1138
+ "http://purl.org/dc/terms/modified": "2023-11-30 (New [GH104])",
1139
+ label: "Transliterated title",
1140
+ subClassOf: "http://id.loc.gov/ontologies/bibframe/VariantTitle",
1141
+ type: "http://www.w3.org/2002/07/owl#Class"
1114
1142
  term :Unit,
1115
1143
  definition: "Units in which a value is expressed.",
1116
1144
  "http://purl.org/dc/terms/modified": "2016-04-21 (New)",
@@ -1204,7 +1232,7 @@ module RDF::Vocab
1204
1232
  property :acquisitionSource,
1205
1233
  comment: "Suggested use - With Work or Instance",
1206
1234
  definition: "Information about an organization, person, etc., from which a resource may be obtained.",
1207
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-02-06 (Changed from data to object property, slight change to definition)", "2021-06-09 (Removed range [GH63])"],
1235
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-02-06 (Changed from data to object property, slight change to definition)", "2021-06-09 (Broadened range [GH63])"],
1208
1236
  label: "Source of acquisition",
1209
1237
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1210
1238
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
@@ -1232,7 +1260,7 @@ module RDF::Vocab
1232
1260
  property :agent,
1233
1261
  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.",
1234
1262
  domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
1235
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed range [GH63])"],
1263
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])"],
1236
1264
  label: "Associated agent",
1237
1265
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1238
1266
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
@@ -1246,7 +1274,7 @@ module RDF::Vocab
1246
1274
  property :appliedMaterial,
1247
1275
  comment: "Suggested use - With Work, Instance or Item",
1248
1276
  definition: "Physical or chemical substance applied to a base material of a resource.",
1249
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed range [GH24], Broadened domain, Made subproperty of material [GH26])"],
1277
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH24], Broadened domain, Made subproperty of material [GH26])"],
1250
1278
  label: "Applied material",
1251
1279
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1252
1280
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/material",
@@ -1294,7 +1322,7 @@ module RDF::Vocab
1294
1322
  property :assigner,
1295
1323
  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.",
1296
1324
  domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
1297
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broaden domain [GH60], Removed range [GH63])"],
1325
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broaden domain [GH60], Broadened range [GH63])"],
1298
1326
  label: "Assigner",
1299
1327
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1300
1328
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
@@ -1309,7 +1337,7 @@ module RDF::Vocab
1309
1337
  property :baseMaterial,
1310
1338
  comment: "Suggested use - With Work, Instance or Item",
1311
1339
  definition: "Underlying physical material of a resource.",
1312
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed range [GH24], Broadened domain, Made subproperty of material [GH26])"],
1340
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH24], Broadened domain, Made subproperty of material [GH26])"],
1313
1341
  label: "Base material",
1314
1342
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1315
1343
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/material",
@@ -1346,7 +1374,7 @@ module RDF::Vocab
1346
1374
  property :carrier,
1347
1375
  definition: "Categorization reflecting the format of the storage medium and housing of a carrier.",
1348
1376
  domain: "http://id.loc.gov/ontologies/bibframe/Instance",
1349
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Removed range [GH72])"],
1377
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH72])"],
1350
1378
  label: "Carrier type",
1351
1379
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1352
1380
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
@@ -1417,7 +1445,7 @@ module RDF::Vocab
1417
1445
  property :content,
1418
1446
  definition: "Categorization reflecting the fundamental form of communication in which the content is expressed and the human sense through which it is intended to be perceived.",
1419
1447
  domain: "http://id.loc.gov/ontologies/bibframe/Work",
1420
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Removed range [GH71])"],
1448
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH71])"],
1421
1449
  label: "Content type",
1422
1450
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1423
1451
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
@@ -1565,7 +1593,7 @@ module RDF::Vocab
1565
1593
  property :derivedFrom,
1566
1594
  definition: "Link to the metadata that was the source of the data.",
1567
1595
  domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
1568
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed range [GH41])"],
1596
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH41])"],
1569
1597
  label: "Source metadata",
1570
1598
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1571
1599
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
@@ -1600,7 +1628,7 @@ module RDF::Vocab
1600
1628
  property :descriptionModifier,
1601
1629
  definition: "Agency that modified a description.",
1602
1630
  domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
1603
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed range [GH63])"],
1631
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])"],
1604
1632
  label: "Description modifier",
1605
1633
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1606
1634
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
@@ -1722,12 +1750,11 @@ module RDF::Vocab
1722
1750
  range: "http://www.w3.org/2000/01/rdf-schema#Literal",
1723
1751
  type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
1724
1752
  property :expressionOf,
1725
- definition: "Work that the described Work is an expression of. Use to connect Works under LRM/RDA guidelines or similar implementations.",
1726
- domain: "http://id.loc.gov/ontologies/bibframe/Work",
1727
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)", "2021-06-09 (Modified definition [GH8])"],
1753
+ comment: ["Suggested use - With Work or Hub", "Suggested value - With Work or Hub"],
1754
+ definition: "Work or Hub that the described Work or Hub is an expression of. Use to connect Works and/or Hubs under LRM/RDA guidelines or similar implementations.",
1755
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)", "2021-06-09 (Modified definition [GH8])", "2023-11-30 (Modified domain/range to support Hub [GH110])"],
1728
1756
  inverseOf: "http://id.loc.gov/ontologies/bibframe/hasExpression",
1729
1757
  label: "Expression of",
1730
- range: "http://id.loc.gov/ontologies/bibframe/Work",
1731
1758
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo",
1732
1759
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1733
1760
  property :extent,
@@ -1800,7 +1827,7 @@ module RDF::Vocab
1800
1827
  property :genreForm,
1801
1828
  comment: "Suggested use - With Work, Instance or Item",
1802
1829
  definition: "Form category or genre to which a resource belongs",
1803
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed range [GH16])"],
1830
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH16])"],
1804
1831
  label: "Genre/form",
1805
1832
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1806
1833
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
@@ -1814,7 +1841,7 @@ module RDF::Vocab
1814
1841
  property :grantingInstitution,
1815
1842
  definition: "Name of degree granting institution.",
1816
1843
  domain: "http://id.loc.gov/ontologies/bibframe/Dissertation",
1817
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed range [GH63])"],
1844
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])"],
1818
1845
  label: "Degree issuing institution",
1819
1846
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1820
1847
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
@@ -1834,12 +1861,11 @@ module RDF::Vocab
1834
1861
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo",
1835
1862
  type: "http://www.w3.org/2002/07/owl#SymmetricProperty"
1836
1863
  property :hasExpression,
1837
- definition: "Work that is an expression of a described Work. Use to relate Works under LRM/RDA guidelines or similar implementations.",
1838
- domain: "http://id.loc.gov/ontologies/bibframe/Work",
1839
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)", "2021-06-09 (Modified definition [GH8])"],
1864
+ comment: ["Suggested use - With Work or Hub", "Suggested value - With Work or Hub"],
1865
+ definition: "Work or Hub that is an expression of a described Work or Hub. Use to relate Works and/or Hubs under LRM/RDA guidelines or similar implementations.",
1866
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2016-04-29 (added inverse)", "2021-06-09 (Modified definition [GH8])", "2023-11-30 (Modified domain/range to support Hub [GH110])"],
1840
1867
  inverseOf: "http://id.loc.gov/ontologies/bibframe/expressionOf",
1841
1868
  label: "Expressed as",
1842
- range: "http://id.loc.gov/ontologies/bibframe/Work",
1843
1869
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo",
1844
1870
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
1845
1871
  property :hasInstance,
@@ -1896,7 +1922,7 @@ module RDF::Vocab
1896
1922
  property :heldBy,
1897
1923
  definition: "Entity holding the item or from which it is available.",
1898
1924
  domain: "http://id.loc.gov/ontologies/bibframe/Item",
1899
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed range [GH63])"],
1925
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])"],
1900
1926
  label: "Held by",
1901
1927
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1902
1928
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
@@ -1986,7 +2012,7 @@ module RDF::Vocab
1986
2012
  property :intendedAudience,
1987
2013
  comment: "Suggested use - With Work or Instance",
1988
2014
  definition: "Information that identifies the specific audience or intellectual level for which the content of the resource is considered appropriate.",
1989
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Removed range [GH74])"],
2015
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH74])"],
1990
2016
  label: "Intended audience",
1991
2017
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
1992
2018
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
@@ -2000,7 +2026,7 @@ module RDF::Vocab
2000
2026
  property :issuedWith,
2001
2027
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2002
2028
  definition: "Resource that is issued on the same carrier as the resource being described.",
2003
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed range [GH62], Broadened domain [GH62])"],
2029
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH62], Broadened domain [GH62])"],
2004
2030
  label: "Issued with",
2005
2031
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompanies",
2006
2032
  type: "http://www.w3.org/2002/07/owl#SymmetricProperty"
@@ -2023,7 +2049,7 @@ module RDF::Vocab
2023
2049
  property :language,
2024
2050
  definition: "Language associated with a resource or its parts.",
2025
2051
  domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
2026
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Removed range [GH70])"],
2052
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH70])"],
2027
2053
  label: "Language information",
2028
2054
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2029
2055
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
@@ -2073,7 +2099,7 @@ module RDF::Vocab
2073
2099
  property :media,
2074
2100
  comment: "Suggested use - With Work or Instance",
2075
2101
  definition: "Categorization reflecting the general type of intermediation device required to view, play, run, etc., the content of a resource.",
2076
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Removed range [GH73])"],
2102
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH73])"],
2077
2103
  label: "Media type",
2078
2104
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2079
2105
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
@@ -2188,7 +2214,7 @@ module RDF::Vocab
2188
2214
  property :originPlace,
2189
2215
  comment: "Suggested use - With Work or Instance",
2190
2216
  definition: "Place from which the creation of the resource originated.",
2191
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Better align definition with property name [GH50], Removed range [GH19])", "2022-10-03 (updated domain [GH83])"],
2217
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Better align definition with property name [GH50], Broadened range [GH19])", "2022-10-03 (updated domain [GH83])"],
2192
2218
  label: "Origin place",
2193
2219
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2194
2220
  subPropertyOf: "http://id.loc.gov/ontologies/bibframe/place",
@@ -2277,7 +2303,7 @@ module RDF::Vocab
2277
2303
  property :place,
2278
2304
  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.",
2279
2305
  domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
2280
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed range [GH19])"],
2306
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH19])"],
2281
2307
  label: "Place",
2282
2308
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2283
2309
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"
@@ -2382,6 +2408,13 @@ module RDF::Vocab
2382
2408
  label: "Related resource",
2383
2409
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2384
2410
  type: "http://www.w3.org/2002/07/owl#SymmetricProperty"
2411
+ property :relief,
2412
+ definition: "Relief term specified on a cartographic resource",
2413
+ domain: "http://id.loc.gov/ontologies/bibframe/Instance",
2414
+ "http://purl.org/dc/terms/modified": "2023-11-30 (New [GH104])",
2415
+ label: "Relief",
2416
+ range: "http://id.loc.gov/ontologies/bibframe/Relief",
2417
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty"
2385
2418
  property :replacedBy,
2386
2419
  comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
2387
2420
  definition: "Later resource used in place of an earlier resource, usually because the later resource contains updated or new information.",
@@ -2496,7 +2529,7 @@ module RDF::Vocab
2496
2529
  property :source,
2497
2530
  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.",
2498
2531
  domain: "http://www.w3.org/2000/01/rdf-schema#Resource",
2499
- "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed range [GH63])"],
2532
+ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])"],
2500
2533
  label: "Source",
2501
2534
  range: "http://www.w3.org/2000/01/rdf-schema#Resource",
2502
2535
  type: "http://www.w3.org/2002/07/owl#ObjectProperty"