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.
@@ -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"
@@ -12,7 +12,7 @@ module RDF::Vocab
12
12
  comment: "",
13
13
  definition: {en: "The Standard Identifiers Scheme lists standard number or code systems and assigns a URI to each database or publication that defines or contains the identifiers. The purpose of these source codes is to enable the type of standard numbers or codes in resource descriptions to be indicated by URI."},
14
14
  "http://www.loc.gov/mads/rdf/v1#definitionNote": {en: "The Standard Identifiers Scheme lists standard number or code systems and assigns a URI to each database or publication that defines or contains the identifiers. The purpose of these source codes is to enable the type of standard numbers or codes in resource descriptions to be indicated by URI."},
15
- "http://www.loc.gov/mads/rdf/v1#hasMADSSchemeMember": ["http://id.loc.gov/vocabulary/identifiers/agorha", "http://id.loc.gov/vocabulary/identifiers/agrovoc", "http://id.loc.gov/vocabulary/identifiers/allmovie", "http://id.loc.gov/vocabulary/identifiers/allmusic", "http://id.loc.gov/vocabulary/identifiers/allocine", "http://id.loc.gov/vocabulary/identifiers/amnbo", "http://id.loc.gov/vocabulary/identifiers/ansi", "http://id.loc.gov/vocabulary/identifiers/archinl", "http://id.loc.gov/vocabulary/identifiers/archinpe", "http://id.loc.gov/vocabulary/identifiers/archinpr", "http://id.loc.gov/vocabulary/identifiers/archna", "http://id.loc.gov/vocabulary/identifiers/archns", "http://id.loc.gov/vocabulary/identifiers/ark", "http://id.loc.gov/vocabulary/identifiers/artsy", "http://id.loc.gov/vocabulary/identifiers/artukart", "http://id.loc.gov/vocabulary/identifiers/artukaw", "http://id.loc.gov/vocabulary/identifiers/atg", "http://id.loc.gov/vocabulary/identifiers/balat", "http://id.loc.gov/vocabulary/identifiers/bbcth", "http://id.loc.gov/vocabulary/identifiers/bdrc", "http://id.loc.gov/vocabulary/identifiers/bdusc", "http://id.loc.gov/vocabulary/identifiers/belvku", "http://id.loc.gov/vocabulary/identifiers/belvwrk", "http://id.loc.gov/vocabulary/identifiers/benezit", "http://id.loc.gov/vocabulary/identifiers/bew", "http://id.loc.gov/vocabulary/identifiers/bfi", "http://id.loc.gov/vocabulary/identifiers/bibbi", "http://id.loc.gov/vocabulary/identifiers/bigenc", "http://id.loc.gov/vocabulary/identifiers/bnfcg", "http://id.loc.gov/vocabulary/identifiers/bpn", "http://id.loc.gov/vocabulary/identifiers/bsi", "http://id.loc.gov/vocabulary/identifiers/cabt", "http://id.loc.gov/vocabulary/identifiers/cana", "http://id.loc.gov/vocabulary/identifiers/cantic", "http://id.loc.gov/vocabulary/identifiers/cbwpid", "http://id.loc.gov/vocabulary/identifiers/cerl", "http://id.loc.gov/vocabulary/identifiers/cgndb", "http://id.loc.gov/vocabulary/identifiers/clara", "http://id.loc.gov/vocabulary/identifiers/cnbksy", "http://id.loc.gov/vocabulary/identifiers/csfdcz", "http://id.loc.gov/vocabulary/identifiers/danacode", "http://id.loc.gov/vocabulary/identifiers/darome", "http://id.loc.gov/vocabulary/identifiers/datoses", "http://id.loc.gov/vocabulary/identifiers/discogs", "http://id.loc.gov/vocabulary/identifiers/dkfilm", "http://id.loc.gov/vocabulary/identifiers/dma", "http://id.loc.gov/vocabulary/identifiers/doi", "http://id.loc.gov/vocabulary/identifiers/dpb", "http://id.loc.gov/vocabulary/identifiers/ean", "http://id.loc.gov/vocabulary/identifiers/ecli", "http://id.loc.gov/vocabulary/identifiers/eidr", "http://id.loc.gov/vocabulary/identifiers/emanus-vlid", "http://id.loc.gov/vocabulary/identifiers/emlo", "http://id.loc.gov/vocabulary/identifiers/erara-vlid", "http://id.loc.gov/vocabulary/identifiers/fast", "http://id.loc.gov/vocabulary/identifiers/fidecp", "http://id.loc.gov/vocabulary/identifiers/filmaff", "http://id.loc.gov/vocabulary/identifiers/filmport", "http://id.loc.gov/vocabulary/identifiers/findagr", "http://id.loc.gov/vocabulary/identifiers/fisa", "http://id.loc.gov/vocabulary/identifiers/freebase", "http://id.loc.gov/vocabulary/identifiers/gacsch", "http://id.loc.gov/vocabulary/identifiers/gec", "http://id.loc.gov/vocabulary/identifiers/geogndb", "http://id.loc.gov/vocabulary/identifiers/geonames", "http://id.loc.gov/vocabulary/identifiers/geprishisp", "http://id.loc.gov/vocabulary/identifiers/gettyaat", "http://id.loc.gov/vocabulary/identifiers/gettyart", "http://id.loc.gov/vocabulary/identifiers/gettyobj", "http://id.loc.gov/vocabulary/identifiers/gettytgn", "http://id.loc.gov/vocabulary/identifiers/gettyulan", "http://id.loc.gov/vocabulary/identifiers/gnd", "http://id.loc.gov/vocabulary/identifiers/gnis", "http://id.loc.gov/vocabulary/identifiers/goodra", "http://id.loc.gov/vocabulary/identifiers/gtaa", "http://id.loc.gov/vocabulary/identifiers/gtin-14", "http://id.loc.gov/vocabulary/identifiers/hdl", "http://id.loc.gov/vocabulary/identifiers/iaafa", "http://id.loc.gov/vocabulary/identifiers/ibdb", "http://id.loc.gov/vocabulary/identifiers/iconauth", "http://id.loc.gov/vocabulary/identifiers/iconclass", "http://id.loc.gov/vocabulary/identifiers/idref", "http://id.loc.gov/vocabulary/identifiers/ilot", "http://id.loc.gov/vocabulary/identifiers/imdb", "http://id.loc.gov/vocabulary/identifiers/isan", "http://id.loc.gov/vocabulary/identifiers/isbn", "http://id.loc.gov/vocabulary/identifiers/isbn-a", "http://id.loc.gov/vocabulary/identifiers/isbnre", "http://id.loc.gov/vocabulary/identifiers/isbnsbn", "http://id.loc.gov/vocabulary/identifiers/isfdbau", "http://id.loc.gov/vocabulary/identifiers/isfdbaw", "http://id.loc.gov/vocabulary/identifiers/isfdbma", "http://id.loc.gov/vocabulary/identifiers/isfdbpu", "http://id.loc.gov/vocabulary/identifiers/isil", "http://id.loc.gov/vocabulary/identifiers/ismm", "http://id.loc.gov/vocabulary/identifiers/isni", "http://id.loc.gov/vocabulary/identifiers/iso", "http://id.loc.gov/vocabulary/identifiers/isrc", "http://id.loc.gov/vocabulary/identifiers/issn", "http://id.loc.gov/vocabulary/identifiers/issn-l", "http://id.loc.gov/vocabulary/identifiers/issue-number", "http://id.loc.gov/vocabulary/identifiers/istc", "http://id.loc.gov/vocabulary/identifiers/iswc", "http://id.loc.gov/vocabulary/identifiers/it-acnp", "http://id.loc.gov/vocabulary/identifiers/itar", "http://id.loc.gov/vocabulary/identifiers/kaken", "http://id.loc.gov/vocabulary/identifiers/kda", "http://id.loc.gov/vocabulary/identifiers/kdw", "http://id.loc.gov/vocabulary/identifiers/kinopo", "http://id.loc.gov/vocabulary/identifiers/knpam", "http://id.loc.gov/vocabulary/identifiers/ktga", "http://id.loc.gov/vocabulary/identifiers/kulturnav", "http://id.loc.gov/vocabulary/identifiers/lattes", "http://id.loc.gov/vocabulary/identifiers/lccn", "http://id.loc.gov/vocabulary/identifiers/lcmd", "http://id.loc.gov/vocabulary/identifiers/lei", "http://id.loc.gov/vocabulary/identifiers/libaus", "http://id.loc.gov/vocabulary/identifiers/local", "http://id.loc.gov/vocabulary/identifiers/manto", "http://id.loc.gov/vocabulary/identifiers/margaz", "http://id.loc.gov/vocabulary/identifiers/matrix-number", "http://id.loc.gov/vocabulary/identifiers/mesh", "http://id.loc.gov/vocabulary/identifiers/mocofo", "http://id.loc.gov/vocabulary/identifiers/moma", "http://id.loc.gov/vocabulary/identifiers/morana", "http://id.loc.gov/vocabulary/identifiers/moviemetf", "http://id.loc.gov/vocabulary/identifiers/moviemetr", "http://id.loc.gov/vocabulary/identifiers/munzing", "http://id.loc.gov/vocabulary/identifiers/muscl", "http://id.loc.gov/vocabulary/identifiers/music-plate", "http://id.loc.gov/vocabulary/identifiers/music-publisher", "http://id.loc.gov/vocabulary/identifiers/musicb", "http://id.loc.gov/vocabulary/identifiers/nacat", "http://id.loc.gov/vocabulary/identifiers/nagv", "http://id.loc.gov/vocabulary/identifiers/natgazfid", "http://id.loc.gov/vocabulary/identifiers/nga", "http://id.loc.gov/vocabulary/identifiers/ngva", "http://id.loc.gov/vocabulary/identifiers/ngvw", "http://id.loc.gov/vocabulary/identifiers/nii", "http://id.loc.gov/vocabulary/identifiers/nipo", "http://id.loc.gov/vocabulary/identifiers/nlg", "http://id.loc.gov/vocabulary/identifiers/nndb", "http://id.loc.gov/vocabulary/identifiers/npg", "http://id.loc.gov/vocabulary/identifiers/nstc", "http://id.loc.gov/vocabulary/identifiers/nzggn", "http://id.loc.gov/vocabulary/identifiers/odnb", "http://id.loc.gov/vocabulary/identifiers/ofdb", "http://id.loc.gov/vocabulary/identifiers/onix", "http://id.loc.gov/vocabulary/identifiers/opensm", "http://id.loc.gov/vocabulary/identifiers/orcid", "http://id.loc.gov/vocabulary/identifiers/orgnr", "http://id.loc.gov/vocabulary/identifiers/oxforddnb", "http://id.loc.gov/vocabulary/identifiers/pcadbu", "http://id.loc.gov/vocabulary/identifiers/pcadpe", "http://id.loc.gov/vocabulary/identifiers/pcadpf", "http://id.loc.gov/vocabulary/identifiers/permid", "http://id.loc.gov/vocabulary/identifiers/picnypl", "http://id.loc.gov/vocabulary/identifiers/pleiades", "http://id.loc.gov/vocabulary/identifiers/pnta", "http://id.loc.gov/vocabulary/identifiers/porthu", "http://id.loc.gov/vocabulary/identifiers/prabook", "http://id.loc.gov/vocabulary/identifiers/rid", "http://id.loc.gov/vocabulary/identifiers/rkda", "http://id.loc.gov/vocabulary/identifiers/ror", "http://id.loc.gov/vocabulary/identifiers/s2a3bd", "http://id.loc.gov/vocabulary/identifiers/saam", "http://id.loc.gov/vocabulary/identifiers/scholaru", "http://id.loc.gov/vocabulary/identifiers/scope", "http://id.loc.gov/vocabulary/identifiers/scopus", "http://id.loc.gov/vocabulary/identifiers/sici", "http://id.loc.gov/vocabulary/identifiers/smgp", "http://id.loc.gov/vocabulary/identifiers/snac", "http://id.loc.gov/vocabulary/identifiers/spotify", "http://id.loc.gov/vocabulary/identifiers/sprfbsb", "http://id.loc.gov/vocabulary/identifiers/sprfbsk", "http://id.loc.gov/vocabulary/identifiers/sprfcbb", "http://id.loc.gov/vocabulary/identifiers/sprfcfb", "http://id.loc.gov/vocabulary/identifiers/sprfhoc", "http://id.loc.gov/vocabulary/identifiers/sprfoly", "http://id.loc.gov/vocabulary/identifiers/sprfpfb", "http://id.loc.gov/vocabulary/identifiers/ssaut", "http://id.loc.gov/vocabulary/identifiers/stock-number", "http://id.loc.gov/vocabulary/identifiers/strn", "http://id.loc.gov/vocabulary/identifiers/stw", "http://id.loc.gov/vocabulary/identifiers/svfilm", "http://id.loc.gov/vocabulary/identifiers/tatearid", "http://id.loc.gov/vocabulary/identifiers/theatr", "http://id.loc.gov/vocabulary/identifiers/tpce", "http://id.loc.gov/vocabulary/identifiers/trove", "http://id.loc.gov/vocabulary/identifiers/unescot", "http://id.loc.gov/vocabulary/identifiers/upc", "http://id.loc.gov/vocabulary/identifiers/uri", "http://id.loc.gov/vocabulary/identifiers/urn", "http://id.loc.gov/vocabulary/identifiers/vd16", "http://id.loc.gov/vocabulary/identifiers/vd17", "http://id.loc.gov/vocabulary/identifiers/vd18", "http://id.loc.gov/vocabulary/identifiers/vgmdb", "http://id.loc.gov/vocabulary/identifiers/viaf", "http://id.loc.gov/vocabulary/identifiers/videorecording-identifer", "http://id.loc.gov/vocabulary/identifiers/wikidata", "http://id.loc.gov/vocabulary/identifiers/wndla", "http://id.loc.gov/vocabulary/identifiers/worldcat", "http://id.loc.gov/vocabulary/identifiers/xgamea", "http://id.loc.gov/vocabulary/identifiers/zbaut"],
15
+ "http://www.loc.gov/mads/rdf/v1#hasMADSSchemeMember": ["http://id.loc.gov/vocabulary/identifiers/agorha", "http://id.loc.gov/vocabulary/identifiers/agrovoc", "http://id.loc.gov/vocabulary/identifiers/allmovie", "http://id.loc.gov/vocabulary/identifiers/allmusic", "http://id.loc.gov/vocabulary/identifiers/allocine", "http://id.loc.gov/vocabulary/identifiers/amnbo", "http://id.loc.gov/vocabulary/identifiers/ansi", "http://id.loc.gov/vocabulary/identifiers/archinl", "http://id.loc.gov/vocabulary/identifiers/archinpe", "http://id.loc.gov/vocabulary/identifiers/archinpr", "http://id.loc.gov/vocabulary/identifiers/archna", "http://id.loc.gov/vocabulary/identifiers/archns", "http://id.loc.gov/vocabulary/identifiers/ark", "http://id.loc.gov/vocabulary/identifiers/artsy", "http://id.loc.gov/vocabulary/identifiers/artukart", "http://id.loc.gov/vocabulary/identifiers/artukaw", "http://id.loc.gov/vocabulary/identifiers/atg", "http://id.loc.gov/vocabulary/identifiers/ausbn", "http://id.loc.gov/vocabulary/identifiers/auscn", "http://id.loc.gov/vocabulary/identifiers/ausnzst", "http://id.loc.gov/vocabulary/identifiers/ausrn", "http://id.loc.gov/vocabulary/identifiers/ausst", "http://id.loc.gov/vocabulary/identifiers/balat", "http://id.loc.gov/vocabulary/identifiers/bbcth", "http://id.loc.gov/vocabulary/identifiers/bbrainza", "http://id.loc.gov/vocabulary/identifiers/bbrainzp", "http://id.loc.gov/vocabulary/identifiers/bbrainzw", "http://id.loc.gov/vocabulary/identifiers/bdrc", "http://id.loc.gov/vocabulary/identifiers/bdusc", "http://id.loc.gov/vocabulary/identifiers/belvku", "http://id.loc.gov/vocabulary/identifiers/belvwrk", "http://id.loc.gov/vocabulary/identifiers/benezit", "http://id.loc.gov/vocabulary/identifiers/bew", "http://id.loc.gov/vocabulary/identifiers/bfi", "http://id.loc.gov/vocabulary/identifiers/bhb", "http://id.loc.gov/vocabulary/identifiers/bibbi", "http://id.loc.gov/vocabulary/identifiers/bigenc", "http://id.loc.gov/vocabulary/identifiers/bnfcg", "http://id.loc.gov/vocabulary/identifiers/bpn", "http://id.loc.gov/vocabulary/identifiers/bsi", "http://id.loc.gov/vocabulary/identifiers/cabt", "http://id.loc.gov/vocabulary/identifiers/cana", "http://id.loc.gov/vocabulary/identifiers/cantic", "http://id.loc.gov/vocabulary/identifiers/cbwpid", "http://id.loc.gov/vocabulary/identifiers/cerl", "http://id.loc.gov/vocabulary/identifiers/cgndb", "http://id.loc.gov/vocabulary/identifiers/clara", "http://id.loc.gov/vocabulary/identifiers/cnbksy", "http://id.loc.gov/vocabulary/identifiers/conccc", "http://id.loc.gov/vocabulary/identifiers/csfdcz", "http://id.loc.gov/vocabulary/identifiers/danacode", "http://id.loc.gov/vocabulary/identifiers/darome", "http://id.loc.gov/vocabulary/identifiers/datoses", "http://id.loc.gov/vocabulary/identifiers/discogs", "http://id.loc.gov/vocabulary/identifiers/dkfilm", "http://id.loc.gov/vocabulary/identifiers/dma", "http://id.loc.gov/vocabulary/identifiers/doi", "http://id.loc.gov/vocabulary/identifiers/dpb", "http://id.loc.gov/vocabulary/identifiers/ean", "http://id.loc.gov/vocabulary/identifiers/ecli", "http://id.loc.gov/vocabulary/identifiers/eidr", "http://id.loc.gov/vocabulary/identifiers/elsst", "http://id.loc.gov/vocabulary/identifiers/emanus-vlid", "http://id.loc.gov/vocabulary/identifiers/emlo", "http://id.loc.gov/vocabulary/identifiers/erara-vlid", "http://id.loc.gov/vocabulary/identifiers/fast", "http://id.loc.gov/vocabulary/identifiers/fidecp", "http://id.loc.gov/vocabulary/identifiers/filmaff", "http://id.loc.gov/vocabulary/identifiers/filmport", "http://id.loc.gov/vocabulary/identifiers/findagr", "http://id.loc.gov/vocabulary/identifiers/fisa", "http://id.loc.gov/vocabulary/identifiers/freebase", "http://id.loc.gov/vocabulary/identifiers/gacsch", "http://id.loc.gov/vocabulary/identifiers/gec", "http://id.loc.gov/vocabulary/identifiers/geogndb", "http://id.loc.gov/vocabulary/identifiers/geonames", "http://id.loc.gov/vocabulary/identifiers/geprishisp", "http://id.loc.gov/vocabulary/identifiers/gettyaat", "http://id.loc.gov/vocabulary/identifiers/gettyart", "http://id.loc.gov/vocabulary/identifiers/gettyobj", "http://id.loc.gov/vocabulary/identifiers/gettytgn", "http://id.loc.gov/vocabulary/identifiers/gettyulan", "http://id.loc.gov/vocabulary/identifiers/gnd", "http://id.loc.gov/vocabulary/identifiers/gnis", "http://id.loc.gov/vocabulary/identifiers/goodra", "http://id.loc.gov/vocabulary/identifiers/gtaa", "http://id.loc.gov/vocabulary/identifiers/gtin-14", "http://id.loc.gov/vocabulary/identifiers/hdl", "http://id.loc.gov/vocabulary/identifiers/iaafa", "http://id.loc.gov/vocabulary/identifiers/ibdb", "http://id.loc.gov/vocabulary/identifiers/iconauth", "http://id.loc.gov/vocabulary/identifiers/iconclass", "http://id.loc.gov/vocabulary/identifiers/idref", "http://id.loc.gov/vocabulary/identifiers/ilot", "http://id.loc.gov/vocabulary/identifiers/imdb", "http://id.loc.gov/vocabulary/identifiers/isan", "http://id.loc.gov/vocabulary/identifiers/isbn", "http://id.loc.gov/vocabulary/identifiers/isbn-a", "http://id.loc.gov/vocabulary/identifiers/isbnre", "http://id.loc.gov/vocabulary/identifiers/isbnsbn", "http://id.loc.gov/vocabulary/identifiers/isfdbau", "http://id.loc.gov/vocabulary/identifiers/isfdbaw", "http://id.loc.gov/vocabulary/identifiers/isfdbma", "http://id.loc.gov/vocabulary/identifiers/isfdbpu", "http://id.loc.gov/vocabulary/identifiers/isil", "http://id.loc.gov/vocabulary/identifiers/ismm", "http://id.loc.gov/vocabulary/identifiers/isni", "http://id.loc.gov/vocabulary/identifiers/iso", "http://id.loc.gov/vocabulary/identifiers/isrc", "http://id.loc.gov/vocabulary/identifiers/issn", "http://id.loc.gov/vocabulary/identifiers/issn-l", "http://id.loc.gov/vocabulary/identifiers/issue-number", "http://id.loc.gov/vocabulary/identifiers/istc", "http://id.loc.gov/vocabulary/identifiers/iswc", "http://id.loc.gov/vocabulary/identifiers/it-acnp", "http://id.loc.gov/vocabulary/identifiers/itar", "http://id.loc.gov/vocabulary/identifiers/kaken", "http://id.loc.gov/vocabulary/identifiers/kda", "http://id.loc.gov/vocabulary/identifiers/kdw", "http://id.loc.gov/vocabulary/identifiers/kinopo", "http://id.loc.gov/vocabulary/identifiers/knpam", "http://id.loc.gov/vocabulary/identifiers/ktga", "http://id.loc.gov/vocabulary/identifiers/ktgw", "http://id.loc.gov/vocabulary/identifiers/kulturnav", "http://id.loc.gov/vocabulary/identifiers/lattes", "http://id.loc.gov/vocabulary/identifiers/lccn", "http://id.loc.gov/vocabulary/identifiers/lcmd", "http://id.loc.gov/vocabulary/identifiers/lei", "http://id.loc.gov/vocabulary/identifiers/libaus", "http://id.loc.gov/vocabulary/identifiers/local", "http://id.loc.gov/vocabulary/identifiers/manto", "http://id.loc.gov/vocabulary/identifiers/margaz", "http://id.loc.gov/vocabulary/identifiers/matrix-number", "http://id.loc.gov/vocabulary/identifiers/mesh", "http://id.loc.gov/vocabulary/identifiers/mocofo", "http://id.loc.gov/vocabulary/identifiers/moma", "http://id.loc.gov/vocabulary/identifiers/morana", "http://id.loc.gov/vocabulary/identifiers/moviemetf", "http://id.loc.gov/vocabulary/identifiers/moviemetr", "http://id.loc.gov/vocabulary/identifiers/munzing", "http://id.loc.gov/vocabulary/identifiers/muscl", "http://id.loc.gov/vocabulary/identifiers/music-plate", "http://id.loc.gov/vocabulary/identifiers/music-publisher", "http://id.loc.gov/vocabulary/identifiers/musicb", "http://id.loc.gov/vocabulary/identifiers/nacat", "http://id.loc.gov/vocabulary/identifiers/nagv", "http://id.loc.gov/vocabulary/identifiers/natgazfid", "http://id.loc.gov/vocabulary/identifiers/nga", "http://id.loc.gov/vocabulary/identifiers/ngva", "http://id.loc.gov/vocabulary/identifiers/ngvw", "http://id.loc.gov/vocabulary/identifiers/nii", "http://id.loc.gov/vocabulary/identifiers/nipo", "http://id.loc.gov/vocabulary/identifiers/nlg", "http://id.loc.gov/vocabulary/identifiers/nndb", "http://id.loc.gov/vocabulary/identifiers/npg", "http://id.loc.gov/vocabulary/identifiers/nstc", "http://id.loc.gov/vocabulary/identifiers/nzggn", "http://id.loc.gov/vocabulary/identifiers/oalex", "http://id.loc.gov/vocabulary/identifiers/odnb", "http://id.loc.gov/vocabulary/identifiers/ofdb", "http://id.loc.gov/vocabulary/identifiers/onix", "http://id.loc.gov/vocabulary/identifiers/opensm", "http://id.loc.gov/vocabulary/identifiers/orcid", "http://id.loc.gov/vocabulary/identifiers/orgnr", "http://id.loc.gov/vocabulary/identifiers/oxforddnb", "http://id.loc.gov/vocabulary/identifiers/pcadbu", "http://id.loc.gov/vocabulary/identifiers/pcadpe", "http://id.loc.gov/vocabulary/identifiers/pcadpf", "http://id.loc.gov/vocabulary/identifiers/permid", "http://id.loc.gov/vocabulary/identifiers/picnypl", "http://id.loc.gov/vocabulary/identifiers/pleiades", "http://id.loc.gov/vocabulary/identifiers/pnta", "http://id.loc.gov/vocabulary/identifiers/porthu", "http://id.loc.gov/vocabulary/identifiers/prabook", "http://id.loc.gov/vocabulary/identifiers/rid", "http://id.loc.gov/vocabulary/identifiers/rijkspid", "http://id.loc.gov/vocabulary/identifiers/rkda", "http://id.loc.gov/vocabulary/identifiers/ror", "http://id.loc.gov/vocabulary/identifiers/s2a3bd", "http://id.loc.gov/vocabulary/identifiers/saam", "http://id.loc.gov/vocabulary/identifiers/scholaru", "http://id.loc.gov/vocabulary/identifiers/scope", "http://id.loc.gov/vocabulary/identifiers/scopus", "http://id.loc.gov/vocabulary/identifiers/sici", "http://id.loc.gov/vocabulary/identifiers/smgp", "http://id.loc.gov/vocabulary/identifiers/snac", "http://id.loc.gov/vocabulary/identifiers/spotify", "http://id.loc.gov/vocabulary/identifiers/sprfbsb", "http://id.loc.gov/vocabulary/identifiers/sprfbsk", "http://id.loc.gov/vocabulary/identifiers/sprfcbb", "http://id.loc.gov/vocabulary/identifiers/sprfcfb", "http://id.loc.gov/vocabulary/identifiers/sprfhoc", "http://id.loc.gov/vocabulary/identifiers/sprfoly", "http://id.loc.gov/vocabulary/identifiers/sprfpfb", "http://id.loc.gov/vocabulary/identifiers/ssaut", "http://id.loc.gov/vocabulary/identifiers/stock-number", "http://id.loc.gov/vocabulary/identifiers/strn", "http://id.loc.gov/vocabulary/identifiers/stw", "http://id.loc.gov/vocabulary/identifiers/svfilm", "http://id.loc.gov/vocabulary/identifiers/tatearid", "http://id.loc.gov/vocabulary/identifiers/theatr", "http://id.loc.gov/vocabulary/identifiers/tpce", "http://id.loc.gov/vocabulary/identifiers/trove", "http://id.loc.gov/vocabulary/identifiers/twnaf", "http://id.loc.gov/vocabulary/identifiers/unescot", "http://id.loc.gov/vocabulary/identifiers/upc", "http://id.loc.gov/vocabulary/identifiers/urbe", "http://id.loc.gov/vocabulary/identifiers/uri", "http://id.loc.gov/vocabulary/identifiers/urn", "http://id.loc.gov/vocabulary/identifiers/vd16", "http://id.loc.gov/vocabulary/identifiers/vd17", "http://id.loc.gov/vocabulary/identifiers/vd18", "http://id.loc.gov/vocabulary/identifiers/vera", "http://id.loc.gov/vocabulary/identifiers/vgmdb", "http://id.loc.gov/vocabulary/identifiers/viaf", "http://id.loc.gov/vocabulary/identifiers/videorecording-identifer", "http://id.loc.gov/vocabulary/identifiers/wikidata", "http://id.loc.gov/vocabulary/identifiers/wndla", "http://id.loc.gov/vocabulary/identifiers/worldcat", "http://id.loc.gov/vocabulary/identifiers/xgamea", "http://id.loc.gov/vocabulary/identifiers/zbaut"],
16
16
  label: {en: "Standard Identifiers"},
17
17
  type: ["http://www.loc.gov/mads/rdf/v1#MADSScheme", "http://www.w3.org/2004/02/skos/core#ConceptScheme"]
18
18
 
@@ -74,12 +74,36 @@ module RDF::Vocab
74
74
  term :atg,
75
75
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Agricultural thesaurus and glossary",
76
76
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
77
+ term :ausbn,
78
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Australian business number (ABN)",
79
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
80
+ term :auscn,
81
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Australian company number (ACN)",
82
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
83
+ term :ausnzst,
84
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Australian/New Zealand standards",
85
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
86
+ term :ausrn,
87
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Australian registered body number (ABRN)",
88
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
89
+ term :ausst,
90
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Australian standards (Standards Australia)",
91
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
77
92
  term :balat,
78
93
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "BALaT (Belgian art links and tools) People & institutions",
79
94
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
80
95
  term :bbcth,
81
96
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "BBC things",
82
97
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
98
+ term :bbrainza,
99
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "BookBrainz author",
100
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
101
+ term :bbrainzp,
102
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "BookBrainz publisher",
103
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
104
+ term :bbrainzw,
105
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "BookBrainz work",
106
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
83
107
  term :bdrc,
84
108
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Buddhist Digital Resource Center",
85
109
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
@@ -101,6 +125,9 @@ module RDF::Vocab
101
125
  term :bfi,
102
126
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "BFI - British Film Institute",
103
127
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
128
+ term :bhb,
129
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Bibliography of the Hebrew book",
130
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
104
131
  term :bibbi,
105
132
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "BIBBI autoriteter",
106
133
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
@@ -140,6 +167,9 @@ module RDF::Vocab
140
167
  term :cnbksy,
141
168
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Quan guo bao kan suo yin (CNBKSY)",
142
169
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
170
+ term :conccc,
171
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Congress.gov congressional committee codes",
172
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
143
173
  term :csfdcz,
144
174
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Česko-Slovenská filmová databáze",
145
175
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
@@ -176,6 +206,9 @@ module RDF::Vocab
176
206
  term :eidr,
177
207
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "EIDR: entertainment identifier registry",
178
208
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
209
+ term :elsst,
210
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ELSST thesaurus - European language social science thesaurus",
211
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
179
212
  term :"emanus-vlid",
180
213
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Digital platform for manuscript material from Swiss libraries and archives",
181
214
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
@@ -356,6 +389,9 @@ module RDF::Vocab
356
389
  term :ktga,
357
390
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Author ID of the Union Catalogue Database of Japanese Texts",
358
391
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
392
+ term :ktgw,
393
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Work ID of the Union Catalogue Database of Japanese Texts",
394
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
359
395
  term :kulturnav,
360
396
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Kulturnav",
361
397
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
@@ -458,6 +494,9 @@ module RDF::Vocab
458
494
  term :nzggn,
459
495
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "New Zealand gazetteer of place names",
460
496
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
497
+ term :oalex,
498
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "OpenAlex",
499
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
461
500
  term :odnb,
462
501
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Oxford Dictionary of National Biography",
463
502
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
@@ -509,6 +548,9 @@ module RDF::Vocab
509
548
  term :rid,
510
549
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "ResearcherID",
511
550
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
551
+ term :rijkspid,
552
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Rijksmuseum persistent identifiers",
553
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
512
554
  term :rkda,
513
555
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "RKDartists",
514
556
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
@@ -590,12 +632,18 @@ module RDF::Vocab
590
632
  term :trove,
591
633
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Trove",
592
634
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
635
+ term :twnaf,
636
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Taiwan name authority file",
637
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
593
638
  term :unescot,
594
639
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "UNESCO thesaurus = Thésaurus de l'UNESCO = Tesauro de la UNESCO",
595
640
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
596
641
  term :upc,
597
642
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Universal product code",
598
643
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
644
+ term :urbe,
645
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Parsifal",
646
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
599
647
  term :uri,
600
648
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Uniform resource identifier",
601
649
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
@@ -611,6 +659,9 @@ module RDF::Vocab
611
659
  term :vd18,
612
660
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Verzeichnis der Drucke des 18. Jahrhunderts",
613
661
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
662
+ term :vera,
663
+ "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Danish Authority File",
664
+ type: "http://www.loc.gov/mads/rdf/v1#Authority"
614
665
  term :vgmdb,
615
666
  "http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "VGMdb artists",
616
667
  type: "http://www.loc.gov/mads/rdf/v1#Authority"
@@ -9,12 +9,12 @@ module RDF::Vocab
9
9
 
10
10
  # Ontology definition
11
11
  ontology :"http://www.loc.gov/mads/rdf/v1#",
12
- comment: {en: "This document describes the MADS/RDF (Metadata Authority Description Schema in RDF) vocabulary, a data model for authority and vocabulary data used within the library and information science (LIS) community, which is inclusive of museums, archives, and other cultural institutions. It is presented as an OWL ontology. \n \n \n MADS/RDF is a knowledge organization system (KOS) designed for use with controlled values for names (personal, corporate, geographic, etc.), thesauri, taxonomies, subject heading systems, and other controlled value lists. It is closely related to SKOS, the Simple Knowledge Organization System and a widely supported and adopted RDF vocabulary. Given the close relationship between the aim of MADS/RDF and the aim of SKOS, the MADS ontology has been fully mapped to SKOS. \n \n \n Unlike SKOS, however, which is very broad in its application, MADS/RDF is designed specifically to support authority data as used by and needed in the LIS community and its technology systems. For example, MADS/RDF provides a means to record data from the Machine Readable Cataloging (MARC) Authorities format in RDF for use in semantic applications and Linked Data projects. \n \n \n MADS/RDF is designed to support the description of cultural and bibliographic resources. Data described using MADS/RDF, therefore, assists with identifying and annotating bibliographic and cultural resources. MADS/RDF is not focused on the description of Real World Objects. Although a MADS/RDF description may contain information specific to the Real World Object associated with the MADS/RDF authoritative label, the MADS/RDF ontology distinguishes between these two entities – the RWO and the Authority. \n \n \n Updated: 29 October 2015. Addition of new properties, madsrdf:activityEndDate, madsrdf:activityStartDate, madsrdf:associatedLanguage, madsrdf:associatedLocale, madsrdf:birthDate, madsrdf:birthPlace, madsrdf:deathDate, madsrdf:deathPlace, madsrdf:entityDescriptor, madsrdf:establishDate, madsrdf:fieldOfActivity, madsrdf:gender, madsrdf:hasAffiliation, madsrdf:honoraryTitle, madsrdf:isIdentifiedByAuthority, madsrdf:occupation, madsrdf:prominentFamilyMember, madsrdf:terminateDate, madsrdf:fullerName, madsrdf:creationDateStart, madsrdf:creationDateEnd, madsrdf:workOrigin, madsrdf:hasChararacteristic. \n \n \n The MADS/RDF to SKOS/RDF mapping was done by Antoine Isaac. The MADS/RDF model and ontology benefited significantly as a result of the fruitful discussions surrounding his effort to map the MADS/RDF ontology to SKOS. "},
13
- "http://purl.org/dc/terms/modified": "2019-01-04T17:01:03.065-05:00",
12
+ comment: {en: "This document describes the MADS/RDF (Metadata Authority Description Schema in RDF) vocabulary, a data model for authority and vocabulary data used within the library and information science (LIS) community, which is inclusive of museums, archives, and other cultural institutions. It is presented as an OWL ontology. \n \n \n MADS/RDF is a knowledge organization system (KOS) designed for use with controlled values for names (personal, corporate, geographic, etc.), thesauri, taxonomies, subject heading systems, and other controlled value lists. It is closely related to SKOS, the Simple Knowledge Organization System and a widely supported and adopted RDF vocabulary. Given the close relationship between the aim of MADS/RDF and the aim of SKOS, the MADS ontology has been fully mapped to SKOS. \n \n \n Unlike SKOS, however, which is very broad in its application, MADS/RDF is designed specifically to support authority data as used by and needed in the LIS community and its technology systems. For example, MADS/RDF provides a means to record data from the Machine Readable Cataloging (MARC) Authorities format in RDF for use in semantic applications and Linked Data projects. \n \n \n MADS/RDF is designed to support the description of cultural and bibliographic resources. Data described using MADS/RDF, therefore, assists with identifying and annotating bibliographic and cultural resources. MADS/RDF is not focused on the description of Real World Objects. Although a MADS/RDF description may contain information specific to the Real World Object associated with the MADS/RDF authoritative label, the MADS/RDF ontology distinguishes between these two entities – the RWO and the Authority. \n \n \n Updated: 4 March 2024. Addition of new class: Medium, an accidental omission from earlier updates.\n \n \n The MADS/RDF to SKOS/RDF mapping was done by Antoine Isaac. The MADS/RDF model and ontology benefited significantly as a result of the fruitful discussions surrounding his effort to map the MADS/RDF ontology to SKOS. "},
13
+ "http://purl.org/dc/terms/modified": "2024-03-04T10:00:00.000-05:00",
14
14
  "http://www.w3.org/2002/07/owl#ontologyIRI": "http://www.loc.gov/mads/rdf/v1#",
15
- "http://www.w3.org/2002/07/owl#priorVersion": "http://id.loc.gov/ontologies/madsrdf/v1-3-1",
16
- "http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/madsrdf/v1-4-0",
17
- "http://www.w3.org/2002/07/owl#versionInfo": "1.4.0",
15
+ "http://www.w3.org/2002/07/owl#priorVersion": "http://id.loc.gov/ontologies/madsrdf/v1-4-0",
16
+ "http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/madsrdf/v1-5-0",
17
+ "http://www.w3.org/2002/07/owl#versionInfo": "1.5.0",
18
18
  label: "MADS/RDF (Metadata Authority Description Schema in RDF)",
19
19
  type: "http://www.w3.org/2002/07/owl#Ontology"
20
20
 
@@ -192,6 +192,11 @@ module RDF::Vocab
192
192
  label: "Main Title Element",
193
193
  subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement",
194
194
  type: "http://www.w3.org/2002/07/owl#Class"
195
+ term :Medium,
196
+ comment: "Describes a resource whose label represents a material or technical means of expression. For music, these are the instruments and voices used.",
197
+ label: {en: "Medium Type"},
198
+ subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType",
199
+ type: "http://www.w3.org/2002/07/owl#Class"
195
200
  term :Name,
196
201
  comment: {en: "Describes a resource whose label represents a name, especially when a more precise Name type (madsrdf:ConferenceName, masdrdf:FamilyName, etc.) cannot be identified."},
197
202
  label: {en: "Name Type"},