rdf-vocab 3.3.2 → 3.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab/bf2.rb +71 -120
- data/lib/rdf/vocab/bibframe.rb +71 -120
- data/lib/rdf/vocab/identifiers.rb +688 -462
- data/lib/rdf/vocab/marcrelators.rb +930 -602
- data/lib/rdf/vocab/premiseventtype.rb +72 -22
- data/lib/rdf/vocab/rdau.rb +2377 -2378
- data/lib/rdf/vocab/schema.rb +593 -109
- data/lib/rdf/vocab/schemas.rb +593 -109
- data/lib/rdf/vocab/vcard.rb +20 -0
- 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: 9f6fe6d6bde7d63dcf399650381668bd4a7af21ba51ec858721bf3de0e26db2d
|
4
|
+
data.tar.gz: 9aaa5e823cdbebe79a3c050ff149742613029f5f39d93df25a9140ab61a6ae0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 060a9e44b04089fd11ba4530137a6da032c0aabf522b201b34e8052478f202d36f607b1571beb9930d3cb7c6ccd3e2d94810f10eadaa03c9456079a8a3787ee3
|
7
|
+
data.tar.gz: fbf7b3249a8aeace15e956a316544d4eef6988e3f2f5bdafc699cfbbf54d809b9de1e2668ccab0fe32bba2599389f4d083b39caafcb537a3c9e47de906473df2
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.3
|
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": "
|
16
|
-
"http://purl.org/dc/terms/modified": "
|
15
|
+
"http://purl.org/dc/terms/issued": "2025-01-24T12:00:00.000-05:00",
|
16
|
+
"http://purl.org/dc/terms/modified": "2025-02-10T09:52:36.66620558-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-
|
20
|
-
"http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/bibframe-2-
|
21
|
-
"http://www.w3.org/2002/07/owl#versionInfo": "2.
|
19
|
+
"http://www.w3.org/2002/07/owl#priorVersion": "http://id.loc.gov/ontologies/bibframe-2-4-0/",
|
20
|
+
"http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/bibframe-2-5-0/",
|
21
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "2.5.0",
|
22
22
|
label: "BIBFRAME vocabulary",
|
23
23
|
type: "http://www.w3.org/2002/07/owl#Ontology"
|
24
24
|
|
@@ -1254,9 +1254,8 @@ module RDF::Vocab
|
|
1254
1254
|
property :acquisitionSource,
|
1255
1255
|
comment: "Suggested use - With Work or Instance",
|
1256
1256
|
definition: "Information about an organization, person, etc., from which a resource may be obtained.",
|
1257
|
-
"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])"],
|
1257
|
+
"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])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1258
1258
|
label: "Source of acquisition",
|
1259
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1260
1259
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1261
1260
|
property :acquisitionTerms,
|
1262
1261
|
comment: "Suggested use - With Work or Instance",
|
@@ -1267,46 +1266,40 @@ module RDF::Vocab
|
|
1267
1266
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1268
1267
|
property :adminMetadata,
|
1269
1268
|
definition: "Metadata about the metadata, especially provenance information.",
|
1270
|
-
|
1271
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)",
|
1269
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1272
1270
|
label: "Administrative metadata",
|
1273
1271
|
range: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
|
1274
1272
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1275
1273
|
property :adminMetadataFor,
|
1276
1274
|
definition: "Relates an Administrative metadata resource to the resource it captures information about.",
|
1277
1275
|
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
|
1278
|
-
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH59])",
|
1276
|
+
"http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH59])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1279
1277
|
label: "Administrative metadata for",
|
1280
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1281
1278
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1282
1279
|
property :agent,
|
1280
|
+
comment: "Suggested value - bf:Agent or foaf:Agent",
|
1283
1281
|
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.",
|
1284
|
-
|
1285
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])"],
|
1282
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1286
1283
|
label: "Associated agent",
|
1287
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1288
1284
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1289
1285
|
property :agentOf,
|
1286
|
+
comment: "Suggested use - With bf:Agent or foaf:Agent",
|
1290
1287
|
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.",
|
1291
|
-
|
1292
|
-
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH3])",
|
1288
|
+
"http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH3])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1293
1289
|
label: "Associated agent of",
|
1294
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1295
1290
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1296
1291
|
property :appliedMaterial,
|
1297
1292
|
comment: "Suggested use - With Work, Instance or Item",
|
1298
1293
|
definition: "Physical or chemical substance applied to a base material of a resource.",
|
1299
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH24], Broadened domain, Made subproperty of material [GH26])"],
|
1294
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH24], Broadened domain, Made subproperty of material [GH26])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1300
1295
|
label: "Applied material",
|
1301
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1302
1296
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/material",
|
1303
1297
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1304
1298
|
property :appliedMaterialOf,
|
1305
1299
|
definition: "Relates a Material resource to that which it is the applied material of.",
|
1306
1300
|
domain: "http://id.loc.gov/ontologies/bibframe/Instance",
|
1307
|
-
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH25])",
|
1301
|
+
"http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH25])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1308
1302
|
label: "Appllied material of",
|
1309
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1310
1303
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/materialOf",
|
1311
1304
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1312
1305
|
property :arrangement,
|
@@ -1342,17 +1335,16 @@ module RDF::Vocab
|
|
1342
1335
|
range: "http://id.loc.gov/ontologies/bibframe/AspectRatio",
|
1343
1336
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1344
1337
|
property :assigner,
|
1338
|
+
comment: "Suggested value - bf:Organization or bf:Assigner",
|
1345
1339
|
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.",
|
1346
|
-
|
1347
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broaden domain [GH60], Broadened range [GH63])"],
|
1340
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broaden domain [GH60], Broadened range [GH63])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1348
1341
|
label: "Assigner",
|
1349
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1350
1342
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1351
1343
|
property :associatedResource,
|
1352
1344
|
comment: "Suggested value - With Work or Hub",
|
1353
1345
|
definition: "Associated resource",
|
1354
1346
|
domain: "http://id.loc.gov/ontologies/bibframe/Relation",
|
1355
|
-
"http://purl.org/dc/terms/modified": "
|
1347
|
+
"http://purl.org/dc/terms/modified": "2022-07-10 (New [GH116])",
|
1356
1348
|
label: "Associated resource",
|
1357
1349
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1358
1350
|
property :awards,
|
@@ -1366,25 +1358,22 @@ module RDF::Vocab
|
|
1366
1358
|
property :baseMaterial,
|
1367
1359
|
comment: "Suggested use - With Work, Instance or Item",
|
1368
1360
|
definition: "Underlying physical material of a resource.",
|
1369
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH24], Broadened domain, Made subproperty of material [GH26])"],
|
1361
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH24], Broadened domain, Made subproperty of material [GH26])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1370
1362
|
label: "Base material",
|
1371
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1372
1363
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/material",
|
1373
1364
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1374
1365
|
property :baseMaterialOf,
|
1375
1366
|
definition: "Relates a Material resource to that which it is the base material of.",
|
1376
1367
|
domain: "http://id.loc.gov/ontologies/bibframe/Instance",
|
1377
|
-
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH25])",
|
1368
|
+
"http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH25])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1378
1369
|
label: "Base material of",
|
1379
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1380
1370
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/materialOf",
|
1381
1371
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1382
1372
|
property :binding,
|
1383
1373
|
definition: "A method used to bind a published or unpublished resource,or other binding information.",
|
1384
1374
|
domain: "http://id.loc.gov/ontologies/bibframe/Instance",
|
1385
|
-
"http://purl.org/dc/terms/modified": "2022-10-03 (New [GH91])",
|
1375
|
+
"http://purl.org/dc/terms/modified": ["2022-10-03 (New [GH91])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1386
1376
|
label: "Binding method",
|
1387
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1388
1377
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1389
1378
|
property :bookFormat,
|
1390
1379
|
definition: "Result of folding a printed sheet to form a gathering of leaves.",
|
@@ -1401,11 +1390,11 @@ module RDF::Vocab
|
|
1401
1390
|
range: "http://id.loc.gov/ontologies/bibframe/Capture",
|
1402
1391
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1403
1392
|
property :carrier,
|
1393
|
+
comment: "Suggested value - bf:Carrier or skos:Concept",
|
1404
1394
|
definition: "Categorization reflecting the format of the storage medium and housing of a carrier.",
|
1405
1395
|
domain: "http://id.loc.gov/ontologies/bibframe/Instance",
|
1406
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH72])"],
|
1396
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH72])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1407
1397
|
label: "Carrier type",
|
1408
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1409
1398
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1410
1399
|
property :cartographicAttributes,
|
1411
1400
|
comment: "Suggested use - With Work or Instance",
|
@@ -1438,8 +1427,7 @@ module RDF::Vocab
|
|
1438
1427
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1439
1428
|
property :code,
|
1440
1429
|
definition: "String of characters that serves as a code representing information.",
|
1441
|
-
|
1442
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)",
|
1430
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1443
1431
|
label: "Code",
|
1444
1432
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
1445
1433
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
@@ -1472,11 +1460,11 @@ module RDF::Vocab
|
|
1472
1460
|
range: "http://id.loc.gov/ontologies/bibframe/ColorContent",
|
1473
1461
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1474
1462
|
property :content,
|
1463
|
+
comment: "Suggested value - bf:Content or skos:Concept",
|
1475
1464
|
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.",
|
1476
1465
|
domain: "http://id.loc.gov/ontologies/bibframe/Work",
|
1477
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH71])"],
|
1466
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH71])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1478
1467
|
label: "Content type",
|
1479
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1480
1468
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1481
1469
|
property :contentAccessibility,
|
1482
1470
|
comment: "Suggested use - With Work or Instance",
|
@@ -1555,8 +1543,7 @@ module RDF::Vocab
|
|
1555
1543
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1556
1544
|
property :count,
|
1557
1545
|
definition: "Number associated with a measure of units, such as the number of units and/or subunits making up a resource.",
|
1558
|
-
|
1559
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)",
|
1546
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1560
1547
|
label: "Number of units",
|
1561
1548
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
1562
1549
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
@@ -1599,10 +1586,8 @@ module RDF::Vocab
|
|
1599
1586
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1600
1587
|
property :date,
|
1601
1588
|
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.",
|
1602
|
-
|
1603
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)",
|
1589
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Removed defined range [GH125])"],
|
1604
1590
|
label: "Date",
|
1605
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
1606
1591
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1607
1592
|
property :degree,
|
1608
1593
|
definition: "Degree for which author was a candidate.",
|
@@ -1622,9 +1607,8 @@ module RDF::Vocab
|
|
1622
1607
|
property :derivedFrom,
|
1623
1608
|
definition: "Link to the metadata that was the source of the data",
|
1624
1609
|
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
|
1625
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH41])"],
|
1610
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH41])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1626
1611
|
label: "Source metadata",
|
1627
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1628
1612
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1629
1613
|
property :descriptionAuthentication,
|
1630
1614
|
definition: "Indication of specific types of reviews that have been carried out on the description information",
|
@@ -1657,9 +1641,8 @@ module RDF::Vocab
|
|
1657
1641
|
property :descriptionModifier,
|
1658
1642
|
definition: "Agency that modified a description",
|
1659
1643
|
domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata",
|
1660
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])"],
|
1644
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1661
1645
|
label: "Description modifier",
|
1662
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1663
1646
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1664
1647
|
property :digitalCharacteristic,
|
1665
1648
|
definition: "Technical specification relating to the digital encoding of text, image, audio, video, and other types of data in a resource.",
|
@@ -1720,10 +1703,8 @@ module RDF::Vocab
|
|
1720
1703
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1721
1704
|
property :electronicLocator,
|
1722
1705
|
definition: "Electronic location from which the resource is available.",
|
1723
|
-
|
1724
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed domain [GH66])"],
|
1706
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed domain [GH66])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1725
1707
|
label: "Electronic location",
|
1726
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1727
1708
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1728
1709
|
property :emulsion,
|
1729
1710
|
definition: "Suspension of light-sensitive chemicals used as a coating on a microfilm or microfiche, e.g., silver halide.",
|
@@ -1795,8 +1776,7 @@ module RDF::Vocab
|
|
1795
1776
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1796
1777
|
property :extent,
|
1797
1778
|
definition: "Number and type of units and/or subunits making up a resource.",
|
1798
|
-
|
1799
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH30])"],
|
1779
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH30])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1800
1780
|
label: "Extent",
|
1801
1781
|
range: "http://id.loc.gov/ontologies/bibframe/Extent",
|
1802
1782
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
@@ -1818,8 +1798,7 @@ module RDF::Vocab
|
|
1818
1798
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1819
1799
|
property :firstIssue,
|
1820
1800
|
definition: "Beginning date of a resource and/or the sequential designations.",
|
1821
|
-
|
1822
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed domain [GH76])"],
|
1801
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed domain [GH76])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1823
1802
|
label: "Multipart first issue",
|
1824
1803
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
1825
1804
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
@@ -1833,8 +1812,7 @@ module RDF::Vocab
|
|
1833
1812
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1834
1813
|
property :frequency,
|
1835
1814
|
definition: "Intervals at which the parts of a serially produced resource or the updates to an integrating resource are issued.",
|
1836
|
-
|
1837
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed domain [GH76])"],
|
1815
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed domain [GH76])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1838
1816
|
label: "Frequency",
|
1839
1817
|
range: "http://id.loc.gov/ontologies/bibframe/Frequency",
|
1840
1818
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
@@ -1861,25 +1839,22 @@ module RDF::Vocab
|
|
1861
1839
|
range: "http://id.loc.gov/ontologies/bibframe/GenerationProcess",
|
1862
1840
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1863
1841
|
property :genreForm,
|
1864
|
-
comment: "Suggested use - With Work, Instance or Item",
|
1842
|
+
comment: ["Suggested use - With Work, Instance or Item", "Suggested value - bf:GenreForm or madsrdf:GenreForm or skos:Concept"],
|
1865
1843
|
definition: "Form category or genre to which a resource belongs",
|
1866
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH16])"],
|
1844
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH16])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1867
1845
|
label: "Genre/form",
|
1868
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1869
1846
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1870
1847
|
property :geographicCoverage,
|
1848
|
+
comment: "Suggested value - bf:GeographicCoverage or bf:Place or madsrdf:Geographic",
|
1871
1849
|
definition: "Geographic coverage of the content of the resource.",
|
1872
|
-
|
1873
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-02-06 (Changed from data to object property)", "2021-06-09 (Removed domain [GH15])"],
|
1850
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-02-06 (Changed from data to object property)", "2021-06-09 (Removed domain [GH15])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1874
1851
|
label: "Geographic coverage",
|
1875
|
-
range: "http://id.loc.gov/ontologies/bibframe/GeographicCoverage",
|
1876
1852
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1877
1853
|
property :grantingInstitution,
|
1878
1854
|
definition: "Name of degree granting institution.",
|
1879
1855
|
domain: "http://id.loc.gov/ontologies/bibframe/Dissertation",
|
1880
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])"],
|
1856
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1881
1857
|
label: "Degree issuing institution",
|
1882
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1883
1858
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1884
1859
|
property :hasDerivative,
|
1885
1860
|
comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
|
@@ -1958,9 +1933,8 @@ module RDF::Vocab
|
|
1958
1933
|
property :heldBy,
|
1959
1934
|
definition: "Entity holding the item or from which it is available.",
|
1960
1935
|
domain: "http://id.loc.gov/ontologies/bibframe/Item",
|
1961
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])"],
|
1936
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1962
1937
|
label: "Held by",
|
1963
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1964
1938
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1965
1939
|
property :hierarchicalLevel,
|
1966
1940
|
definition: "Hierarchical position of the described materials relative to other material from the same source.",
|
@@ -1978,8 +1952,7 @@ module RDF::Vocab
|
|
1978
1952
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1979
1953
|
property :identifiedBy,
|
1980
1954
|
definition: "Character string associated with a resource that serves to differentiate that resource from other resources, i.e., that uniquely identifies an entity.",
|
1981
|
-
|
1982
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-05-04 (New inverse)"],
|
1955
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2017-05-04 (New inverse)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1983
1956
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/identifies",
|
1984
1957
|
label: "Identifier",
|
1985
1958
|
range: "http://id.loc.gov/ontologies/bibframe/Identifier",
|
@@ -1987,10 +1960,9 @@ module RDF::Vocab
|
|
1987
1960
|
property :identifies,
|
1988
1961
|
definition: "Resource that is associated with a character string that serves to differentiate one resource from another.",
|
1989
1962
|
domain: "http://id.loc.gov/ontologies/bibframe/Identifier",
|
1990
|
-
"http://purl.org/dc/terms/modified": "2017-02-03 (New inverse)",
|
1963
|
+
"http://purl.org/dc/terms/modified": ["2017-02-03 (New inverse)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
1991
1964
|
inverseOf: "http://id.loc.gov/ontologies/bibframe/identifiedBy",
|
1992
1965
|
label: "Resource identified",
|
1993
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
1994
1966
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1995
1967
|
property :illustrativeContent,
|
1996
1968
|
comment: "Suggested use - With Work or Instance",
|
@@ -2048,9 +2020,8 @@ module RDF::Vocab
|
|
2048
2020
|
property :intendedAudience,
|
2049
2021
|
comment: "Suggested use - With Work or Instance",
|
2050
2022
|
definition: "Information that identifies the specific audience or intellectual level for which the content of the resource is considered appropriate.",
|
2051
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH74])"],
|
2023
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH74])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2052
2024
|
label: "Intended audience",
|
2053
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
2054
2025
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2055
2026
|
property :issuance,
|
2056
2027
|
comment: "Suggested use - With Work or Instance",
|
@@ -2083,16 +2054,14 @@ module RDF::Vocab
|
|
2083
2054
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
2084
2055
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
2085
2056
|
property :language,
|
2057
|
+
comment: "Suggested value - bf:Language or madsrdf:Language",
|
2086
2058
|
definition: "Language associated with a resource or its parts.",
|
2087
|
-
|
2088
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH70])"],
|
2059
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH70])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2089
2060
|
label: "Language information",
|
2090
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
2091
2061
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2092
2062
|
property :lastIssue,
|
2093
2063
|
definition: "Ending date of a resource and/or the sequential designations.",
|
2094
|
-
|
2095
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed domain [GH76])"],
|
2064
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Removed domain [GH76])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2096
2065
|
label: "Multipart last issue",
|
2097
2066
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
2098
2067
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
@@ -2128,23 +2097,20 @@ module RDF::Vocab
|
|
2128
2097
|
property :material,
|
2129
2098
|
comment: "Suggested use - With Work, Instance or Item",
|
2130
2099
|
definition: "Resource uses, is composed of, integrates, etc. the related material.",
|
2131
|
-
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH26])",
|
2100
|
+
"http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH26])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2132
2101
|
label: "Material",
|
2133
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
2134
2102
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2135
2103
|
property :materialOf,
|
2136
2104
|
comment: "Suggested use - With Work, Instance or Item",
|
2137
2105
|
definition: "This material is related to a resource.",
|
2138
|
-
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH26])",
|
2106
|
+
"http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH26])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2139
2107
|
label: "Material of",
|
2140
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
2141
2108
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2142
2109
|
property :media,
|
2143
|
-
comment: "Suggested use - With Work or Instance",
|
2110
|
+
comment: ["Suggested use - With Work or Instance", "Suggested value - bf:Media or skos:Concept"],
|
2144
2111
|
definition: "Categorization reflecting the general type of intermediation device required to view, play, run, etc., the content of a resource.",
|
2145
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH73])"],
|
2112
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2022-10-03 (Broadened range [GH73])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2146
2113
|
label: "Media type",
|
2147
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
2148
2114
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2149
2115
|
property :mergedToForm,
|
2150
2116
|
comment: ["Suggested use - With Work or Instance", "Suggested value - Work or Instance"],
|
@@ -2165,9 +2131,8 @@ module RDF::Vocab
|
|
2165
2131
|
property :mount,
|
2166
2132
|
definition: "Physical material or object used for the support or backing to which the base material of a resource has been attached.",
|
2167
2133
|
domain: "http://id.loc.gov/ontologies/bibframe/Instance",
|
2168
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Modified label [GH29])"],
|
2134
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Modified label [GH29])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2169
2135
|
label: "Mount material or object",
|
2170
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
2171
2136
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2172
2137
|
property :musicFormat,
|
2173
2138
|
comment: "Suggested use - With Work or Instance",
|
@@ -2227,17 +2192,15 @@ module RDF::Vocab
|
|
2227
2192
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2228
2193
|
property :note,
|
2229
2194
|
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.",
|
2230
|
-
|
2231
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)",
|
2195
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2232
2196
|
label: "Note",
|
2233
2197
|
range: "http://id.loc.gov/ontologies/bibframe/Note",
|
2234
2198
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2235
2199
|
property :noteFor,
|
2236
2200
|
definition: "Relates a Note resource to the resource to which the note pertains.",
|
2237
2201
|
domain: "http://id.loc.gov/ontologies/bibframe/Note",
|
2238
|
-
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH34])",
|
2202
|
+
"http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH34])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2239
2203
|
label: "Note for",
|
2240
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
2241
2204
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2242
2205
|
property :noteType,
|
2243
2206
|
definition: "Type of note.",
|
@@ -2249,17 +2212,15 @@ module RDF::Vocab
|
|
2249
2212
|
property :originDate,
|
2250
2213
|
definition: "Date or date range associated with the creation of a Work.",
|
2251
2214
|
domain: "http://id.loc.gov/ontologies/bibframe/Work",
|
2252
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Better align definition with property name [GH50])"],
|
2215
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Better align definition with property name [GH50])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2253
2216
|
label: "Origin date",
|
2254
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
2255
2217
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date",
|
2256
2218
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
2257
2219
|
property :originPlace,
|
2258
|
-
comment: "Suggested use - With Work or Instance",
|
2220
|
+
comment: ["Suggested use - With Work or Instance", "Suggested value - bf:Place or madsrdf:Geographic"],
|
2259
2221
|
definition: "Place from which the creation of the resource originated.",
|
2260
|
-
"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])"],
|
2222
|
+
"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])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2261
2223
|
label: "Origin place",
|
2262
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
2263
2224
|
subPropertyOf: "http://id.loc.gov/ontologies/bibframe/place",
|
2264
2225
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2265
2226
|
property :originalVersion,
|
@@ -2302,8 +2263,7 @@ module RDF::Vocab
|
|
2302
2263
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
2303
2264
|
property :part,
|
2304
2265
|
definition: "Part of a resource to which information applies.",
|
2305
|
-
|
2306
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)",
|
2266
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2307
2267
|
label: "Part",
|
2308
2268
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
2309
2269
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
@@ -2344,11 +2304,10 @@ module RDF::Vocab
|
|
2344
2304
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
2345
2305
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
2346
2306
|
property :place,
|
2307
|
+
comment: "Suggested value - bf:Place or madsrdf:Geographic",
|
2347
2308
|
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.",
|
2348
|
-
|
2349
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH19])"],
|
2309
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH19])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2350
2310
|
label: "Place",
|
2351
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
2352
2311
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2353
2312
|
property :polarity,
|
2354
2313
|
definition: "Relationship of the colors and tones in an image to the colors and tones of the object reproduced.",
|
@@ -2430,8 +2389,7 @@ module RDF::Vocab
|
|
2430
2389
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
2431
2390
|
property :qualifier,
|
2432
2391
|
definition: "Qualifier of information, such as an addition to a title to make it unique or qualifying information associated with an identifier.",
|
2433
|
-
|
2434
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)",
|
2392
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2435
2393
|
label: "Qualifier",
|
2436
2394
|
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
2437
2395
|
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
@@ -2460,22 +2418,20 @@ module RDF::Vocab
|
|
2460
2418
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2461
2419
|
property :relatedTo,
|
2462
2420
|
definition: "Any relationship between Work, Instance, Item, and Event resources",
|
2463
|
-
|
2464
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Modified definition [GH2])"],
|
2421
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Modified definition [GH2])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2465
2422
|
label: "Related resource",
|
2466
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
2467
2423
|
type: "http://www.w3.org/2002/07/owl#SymmetricProperty"
|
2468
2424
|
property :relation,
|
2469
|
-
comment: "Suggested use - With
|
2425
|
+
comment: "Suggested use - With Work, Instance or Item",
|
2470
2426
|
definition: "Associated resource and its relationship to the resource being described",
|
2471
|
-
"http://purl.org/dc/terms/modified": "
|
2427
|
+
"http://purl.org/dc/terms/modified": "2022-07-10 (New [GH116])",
|
2472
2428
|
label: "Relation",
|
2473
2429
|
range: "http://id.loc.gov/ontologies/bibframe/Relation",
|
2474
2430
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2475
2431
|
property :relationship,
|
2476
2432
|
definition: "Type of relationship between resources",
|
2477
2433
|
domain: "http://id.loc.gov/ontologies/bibframe/Relation",
|
2478
|
-
"http://purl.org/dc/terms/modified": "
|
2434
|
+
"http://purl.org/dc/terms/modified": "2022-07-10 (New [GH116])",
|
2479
2435
|
label: "Relationship",
|
2480
2436
|
range: "http://id.loc.gov/ontologies/bibframe/Relationship",
|
2481
2437
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
@@ -2598,11 +2554,10 @@ module RDF::Vocab
|
|
2598
2554
|
range: "http://id.loc.gov/ontologies/bibframe/SoundContent",
|
2599
2555
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2600
2556
|
property :source,
|
2557
|
+
comment: "Suggested value - bf:Organization or bf:Assigner",
|
2601
2558
|
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.",
|
2602
|
-
|
2603
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])"],
|
2559
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened range [GH63])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2604
2560
|
label: "Source",
|
2605
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
2606
2561
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2607
2562
|
property :spanEnd,
|
2608
2563
|
definition: "Ending number of classification number span.",
|
@@ -2621,23 +2576,20 @@ module RDF::Vocab
|
|
2621
2576
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2622
2577
|
property :status,
|
2623
2578
|
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.",
|
2624
|
-
|
2625
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)",
|
2579
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2626
2580
|
label: "Status",
|
2627
2581
|
range: "http://id.loc.gov/ontologies/bibframe/Status",
|
2628
2582
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2629
2583
|
property :subject,
|
2630
|
-
comment: "Suggested use - With Work, Instance, Item or Event",
|
2584
|
+
comment: ["Suggested use - With Work, Instance, Item or Event", "Suggested value - bf:Agent or bf:Topic or bf:Hub"],
|
2631
2585
|
definition: "Subject term(s) describing a resource.",
|
2632
|
-
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened domain [GH21])"],
|
2586
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2021-06-09 (Broadened domain [GH21])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2633
2587
|
label: "Subject",
|
2634
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Resource",
|
2635
2588
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2636
2589
|
property :subjectOf,
|
2637
|
-
comment: "Suggested value - Work, Instance, Item or Event",
|
2590
|
+
comment: ["Suggested use - With bf:Agent or bf:Topic or bf:Hub", "Suggested value - Work, Instance, Item or Event"],
|
2638
2591
|
definition: "Relates a subject to that which it describes.",
|
2639
|
-
|
2640
|
-
"http://purl.org/dc/terms/modified": "2021-06-09 (New [GH20])",
|
2592
|
+
"http://purl.org/dc/terms/modified": ["2021-06-09 (New [GH20])", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2641
2593
|
label: "Subject of",
|
2642
2594
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2643
2595
|
property :sublocation,
|
@@ -2781,8 +2733,7 @@ module RDF::Vocab
|
|
2781
2733
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
2782
2734
|
property :unit,
|
2783
2735
|
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).",
|
2784
|
-
|
2785
|
-
"http://purl.org/dc/terms/modified": "2016-04-21 (New)",
|
2736
|
+
"http://purl.org/dc/terms/modified": ["2016-04-21 (New)", "2025-01-23 (Ontological correction - partially addresses [GH121])"],
|
2786
2737
|
label: "Type of unit",
|
2787
2738
|
range: "http://id.loc.gov/ontologies/bibframe/Unit",
|
2788
2739
|
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|