rdf-vocab 3.1.7 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/rdf/vocab.rb +5 -1
  4. data/lib/rdf/vocab/acl.rb +20 -60
  5. data/lib/rdf/vocab/as.rb +90 -90
  6. data/lib/rdf/vocab/bf2.rb +488 -488
  7. data/lib/rdf/vocab/bibo.rb +120 -123
  8. data/lib/rdf/vocab/cc.rb +18 -47
  9. data/lib/rdf/vocab/crm.rb +240 -775
  10. data/lib/rdf/vocab/dc.rb +98 -98
  11. data/lib/rdf/vocab/dc11.rb +30 -30
  12. data/lib/rdf/vocab/dcat.rb +85 -85
  13. data/lib/rdf/vocab/dcmitype.rb +12 -12
  14. data/lib/rdf/vocab/disco.rb +58 -58
  15. data/lib/rdf/vocab/dwc.rb +188 -188
  16. data/lib/rdf/vocab/earl.rb +27 -27
  17. data/lib/rdf/vocab/ebucore.rb +1232 -1522
  18. data/lib/rdf/vocab/edm.rb +52 -75
  19. data/lib/rdf/vocab/fcrepo4.rb +21 -21
  20. data/lib/rdf/vocab/foaf.rb +75 -75
  21. data/lib/rdf/vocab/geo.rb +8 -109
  22. data/lib/rdf/vocab/geojson.rb +16 -16
  23. data/lib/rdf/vocab/geonames.rb +1344 -1352
  24. data/lib/rdf/vocab/gr.rb +177 -564
  25. data/lib/rdf/vocab/ht.rb +40 -40
  26. data/lib/rdf/vocab/hydra.rb +99 -58
  27. data/lib/rdf/vocab/iana.rb +71 -113
  28. data/lib/rdf/vocab/ical.rb +123 -171
  29. data/lib/rdf/vocab/identifiers.rb +161 -662
  30. data/lib/rdf/vocab/iiif.rb +25 -25
  31. data/lib/rdf/vocab/jsonld.rb +33 -51
  32. data/lib/rdf/vocab/lrmi.rb +16 -16
  33. data/lib/rdf/vocab/ma.rb +79 -79
  34. data/lib/rdf/vocab/marcrelators.rb +4 -3
  35. data/lib/rdf/vocab/mo.rb +196 -539
  36. data/lib/rdf/vocab/mods.rb +119 -123
  37. data/lib/rdf/vocab/oa.rb +68 -72
  38. data/lib/rdf/vocab/ogc.rb +8 -8
  39. data/lib/rdf/vocab/ore.rb +13 -13
  40. data/lib/rdf/vocab/org.rb +46 -46
  41. data/lib/rdf/vocab/pcdm.rb +11 -33
  42. data/lib/rdf/vocab/pplan.rb +18 -196
  43. data/lib/rdf/vocab/premis.rb +321 -416
  44. data/lib/rdf/vocab/premiseventtype.rb +1 -1
  45. data/lib/rdf/vocab/prov.rb +90 -115
  46. data/lib/rdf/vocab/ptr.rb +34 -36
  47. data/lib/rdf/vocab/rightsstatements.rb +12 -12
  48. data/lib/rdf/vocab/rss.rb +10 -10
  49. data/lib/rdf/vocab/schema.rb +3131 -3445
  50. data/lib/rdf/vocab/schemas.rb +27066 -0
  51. data/lib/rdf/vocab/sd.rb +38 -38
  52. data/lib/rdf/vocab/sh.rb +183 -183
  53. data/lib/rdf/vocab/sioc.rb +97 -97
  54. data/lib/rdf/vocab/siocservices.rb +8 -8
  55. data/lib/rdf/vocab/sioctypes.rb +38 -38
  56. data/lib/rdf/vocab/skos.rb +45 -47
  57. data/lib/rdf/vocab/skosxl.rb +10 -10
  58. data/lib/rdf/vocab/v.rb +32 -36
  59. data/lib/rdf/vocab/vcard.rb +117 -118
  60. data/lib/rdf/vocab/vmd.rb +32 -36
  61. data/lib/rdf/vocab/void.rb +26 -26
  62. data/lib/rdf/vocab/vs.rb +4 -4
  63. data/lib/rdf/vocab/wdrs.rb +22 -22
  64. data/lib/rdf/vocab/wot.rb +18 -18
  65. data/lib/rdf/vocab/xhv.rb +84 -200
  66. data/lib/rdf/vocab/xkos.rb +10 -10
  67. metadata +6 -5
@@ -579,15 +579,15 @@ module RDF::Vocab
579
579
  # # @return [RDF::Vocabulary::Term]
580
580
  # attr_reader :absorbedBy
581
581
  #
582
- # # Used with Work, Instance or Item
583
- # #
584
582
  # # Expected value Work, Instance or Item
583
+ # #
584
+ # # Used with Work, Instance or Item
585
585
  # # @return [RDF::Vocabulary::Term]
586
586
  # attr_reader :accompaniedBy
587
587
  #
588
- # # Used with Work, Instance or Item
589
- # #
590
588
  # # Expected value Work, Instance or Item
589
+ # #
590
+ # # Used with Work, Instance or Item
591
591
  # # @return [RDF::Vocabulary::Term]
592
592
  # attr_reader :accompanies
593
593
  #
@@ -866,9 +866,9 @@ module RDF::Vocab
866
866
  # # @return [RDF::Vocabulary::Term]
867
867
  # attr_reader :hasDerivative
868
868
  #
869
- # # Used with Work, Instance or Item
870
- # #
871
869
  # # Expected value Work, Instance or Item
870
+ # #
871
+ # # Used with Work, Instance or Item
872
872
  # # @return [RDF::Vocabulary::Term]
873
873
  # attr_reader :hasEquivalent
874
874
  #
@@ -881,9 +881,9 @@ module RDF::Vocab
881
881
  # # @return [RDF::Vocabulary::Term]
882
882
  # attr_reader :hasItem
883
883
  #
884
- # # Used with Work, Instance or Item
885
- # #
886
884
  # # Expected value Work, Instance or Item
885
+ # #
886
+ # # Used with Work, Instance or Item
887
887
  # # @return [RDF::Vocabulary::Term]
888
888
  # attr_reader :hasPart
889
889
  #
@@ -1076,9 +1076,9 @@ module RDF::Vocab
1076
1076
  # # @return [RDF::Vocabulary::Term]
1077
1077
  # attr_reader :partNumber
1078
1078
  #
1079
- # # Used with Work, Instance or Item
1080
- # #
1081
1079
  # # Expected value Work, Instance or Item
1080
+ # #
1081
+ # # Used with Work, Instance or Item
1082
1082
  # # @return [RDF::Vocabulary::Term]
1083
1083
  # attr_reader :partOf
1084
1084
  #
@@ -1127,15 +1127,15 @@ module RDF::Vocab
1127
1127
  # # @return [RDF::Vocabulary::Term]
1128
1128
  # attr_reader :reductionRatio
1129
1129
  #
1130
- # # Used with Work, Instance or Item
1131
- # #
1132
1130
  # # Expected value Work, Instance or Item
1131
+ # #
1132
+ # # Used with Work, Instance or Item
1133
1133
  # # @return [RDF::Vocabulary::Term]
1134
1134
  # attr_reader :referencedBy
1135
1135
  #
1136
- # # Used with Work, Instance or Item
1137
- # #
1138
1136
  # # Expected value Work, Instance or Item
1137
+ # #
1138
+ # # Used with Work, Instance or Item
1139
1139
  # # @return [RDF::Vocabulary::Term]
1140
1140
  # attr_reader :references
1141
1141
  #
@@ -1327,7 +1327,7 @@ module RDF::Vocab
1327
1327
 
1328
1328
  # Ontology definition
1329
1329
  ontology :"http://id.loc.gov/ontologies/bibframe/",
1330
- "dc:modified": "2019-01-09T12:06:57.926-05:00".freeze,
1330
+ "dc:modified": "2020-03-06T16:54:50.319-05:00".freeze,
1331
1331
  label: "BIBFRAME vocabulary".freeze,
1332
1332
  "owl:ontologyIRI": "bf2:".freeze,
1333
1333
  "owl:priorVersion": "http://id.loc.gov/ontologies/bibframe-2-0-0/".freeze,
@@ -1338,1490 +1338,1490 @@ module RDF::Vocab
1338
1338
  # Class definitions
1339
1339
  term :AbbreviatedTitle,
1340
1340
  "dc:modified": "2016-04-21 (New)".freeze,
1341
- definition: %(Title as abbreviated for citation, indexing, and/or identification.).freeze,
1341
+ definition: "Title as abbreviated for citation, indexing, and/or identification.".freeze,
1342
1342
  label: "Abbreviated title".freeze,
1343
1343
  subClassOf: "bf2:VariantTitle".freeze,
1344
1344
  type: "owl:Class".freeze
1345
1345
  term :AccessPolicy,
1346
1346
  "dc:modified": "2016-04-21 (New)".freeze,
1347
- definition: %(Access restrictions and allowances regarding access to a resource, e.g., lending policy, access restrictions, embargos.).freeze,
1347
+ definition: "Access restrictions and allowances regarding access to a resource, e.g., lending policy, access restrictions, embargos.".freeze,
1348
1348
  label: "Access policy".freeze,
1349
1349
  subClassOf: "bf2:UsageAndAccessPolicy".freeze,
1350
1350
  type: "owl:Class".freeze
1351
1351
  term :AcquisitionSource,
1352
1352
  "dc:modified": "2017-02-06 (New)".freeze,
1353
- definition: %(Information about an organization, person, etc., from which a resource may be obtained.).freeze,
1353
+ definition: "Information about an organization, person, etc., from which a resource may be obtained.".freeze,
1354
1354
  label: "Acquisition source".freeze,
1355
1355
  type: "owl:Class".freeze
1356
1356
  term :AdminMetadata,
1357
1357
  "dc:modified": "2016-04-21 (New)".freeze,
1358
- definition: %(Metadata about the metadata, especially provenance information.).freeze,
1358
+ definition: "Metadata about the metadata, especially provenance information.".freeze,
1359
1359
  label: "Administrative metadata".freeze,
1360
1360
  type: "owl:Class".freeze
1361
1361
  term :Agent,
1362
1362
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-05-13 (New subclass)".freeze],
1363
- definition: %(Entity having a role in a resource, such as a person or organization.).freeze,
1363
+ definition: "Entity having a role in a resource, such as a person or organization.".freeze,
1364
1364
  label: "Agent".freeze,
1365
1365
  subClassOf: "foaf:Agent".freeze,
1366
1366
  type: "owl:Class".freeze
1367
1367
  term :Ansi,
1368
1368
  "dc:modified": "2016-04-21 (New)".freeze,
1369
- definition: %(American National Standards Institute identifier.).freeze,
1369
+ definition: "American National Standards Institute identifier.".freeze,
1370
1370
  label: "ANSI number".freeze,
1371
1371
  subClassOf: "bf2:Identifier".freeze,
1372
1372
  type: "owl:Class".freeze
1373
1373
  term :AppliedMaterial,
1374
1374
  "dc:modified": "2016-04-21 (New)".freeze,
1375
- definition: %(Physical or chemical substance applied to a base material of a resource.).freeze,
1375
+ definition: "Physical or chemical substance applied to a base material of a resource.".freeze,
1376
1376
  label: "Applied material".freeze,
1377
1377
  type: "owl:Class".freeze
1378
1378
  term :Archival,
1379
1379
  "dc:modified": "2016-04-21 (New)".freeze,
1380
- definition: %(Resources organically created, accumulated, and/or used by a person, family, or organization in the course of conduct of affairs and preserved because of their continuing value.).freeze,
1380
+ definition: "Resources organically created, accumulated, and/or used by a person, family, or organization in the course of conduct of affairs and preserved because of their continuing value.".freeze,
1381
1381
  label: "Archival controlled".freeze,
1382
1382
  subClassOf: "bf2:Instance".freeze,
1383
1383
  type: "owl:Class".freeze
1384
1384
  term :Arrangement,
1385
1385
  "dc:modified": "2016-04-21 (New)".freeze,
1386
- definition: %(Information about the organization and arrangement of a collection of items. For instance, for computer files, organization and arrangement information may be the file structure and sort sequence of a file; for visual materials, this information may be how a collection is arranged.).freeze,
1386
+ definition: "Information about the organization and arrangement of a collection of items. For instance, for computer files, organization and arrangement information may be the file structure and sort sequence of a file; for visual materials, this information may be how a collection is arranged.".freeze,
1387
1387
  label: "Organization of materials information".freeze,
1388
1388
  type: "owl:Class".freeze
1389
1389
  term :AspectRatio,
1390
1390
  "dc:modified": "2016-04-21 (New)".freeze,
1391
- definition: %(Proportional relationship between an image's width and its height.).freeze,
1391
+ definition: "Proportional relationship between an image's width and its height.".freeze,
1392
1392
  label: "Aspect ratio".freeze,
1393
1393
  type: "owl:Class".freeze
1394
1394
  term :Audio,
1395
1395
  "dc:modified": "2016-04-21 (New)".freeze,
1396
- definition: %(Resources expressed in an audible form, including music or other sounds.).freeze,
1396
+ definition: "Resources expressed in an audible form, including music or other sounds.".freeze,
1397
1397
  label: "Audio".freeze,
1398
1398
  subClassOf: "bf2:Work".freeze,
1399
1399
  type: "owl:Class".freeze
1400
1400
  term :AudioIssueNumber,
1401
1401
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Revised property name and definition)".freeze],
1402
- definition: %(Number assigned by publishers of sound recordings to identify the issue designation, or serial identification, of the resource.).freeze,
1402
+ definition: "Number assigned by publishers of sound recordings to identify the issue designation, or serial identification, of the resource.".freeze,
1403
1403
  label: "Audio issue number".freeze,
1404
1404
  subClassOf: "bf2:Identifier".freeze,
1405
1405
  type: "owl:Class".freeze
1406
1406
  term :AudioTake,
1407
1407
  "dc:modified": "2017-02-03 (New)".freeze,
1408
- definition: %(Identifier assigned to the smallest identifiable unit of a recording session, e.g., a specific recording of an individual song.).freeze,
1408
+ definition: "Identifier assigned to the smallest identifiable unit of a recording session, e.g., a specific recording of an individual song.".freeze,
1409
1409
  label: "Audio recording take".freeze,
1410
1410
  subClassOf: "bf2:Identifier".freeze,
1411
1411
  type: "owl:Class".freeze
1412
1412
  term :Barcode,
1413
1413
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Moved to Identifier class group from Item group)".freeze],
1414
- definition: %(Optical machine-readable representation of data relating to the item to which it is attached.).freeze,
1414
+ definition: "Optical machine-readable representation of data relating to the item to which it is attached.".freeze,
1415
1415
  label: "Barcode".freeze,
1416
1416
  subClassOf: "bf2:Identifier".freeze,
1417
1417
  type: "owl:Class".freeze
1418
1418
  term :BaseMaterial,
1419
1419
  "dc:modified": "2016-04-21 (New)".freeze,
1420
- definition: %(Underlying physical material of a resource.).freeze,
1420
+ definition: "Underlying physical material of a resource.".freeze,
1421
1421
  label: "Base material".freeze,
1422
1422
  type: "owl:Class".freeze
1423
1423
  term :BookFormat,
1424
1424
  "dc:modified": "2016-04-21 (New)".freeze,
1425
- definition: %(Result of folding a printed sheet to form a gathering of leaves.).freeze,
1425
+ definition: "Result of folding a printed sheet to form a gathering of leaves.".freeze,
1426
1426
  label: "Book format".freeze,
1427
1427
  type: "owl:Class".freeze
1428
1428
  term :BroadcastStandard,
1429
1429
  "dc:modified": "2016-04-21 (New)".freeze,
1430
- definition: %(System used to format a video resource for television broadcast, e.g., HDTV, PAL.).freeze,
1430
+ definition: "System used to format a video resource for television broadcast, e.g., HDTV, PAL.".freeze,
1431
1431
  label: "Broadcast standard".freeze,
1432
1432
  subClassOf: "bf2:VideoCharacteristic".freeze,
1433
1433
  type: "owl:Class".freeze
1434
1434
  term :Capture,
1435
1435
  "dc:modified": "2016-04-21 (New)".freeze,
1436
- definition: %(Information about place and date associated with the capture \(i.e., recording, filming, etc.\) of the content of a resource.).freeze,
1436
+ definition: "Information about place and date associated with the capture (i.e., recording, filming, etc.) of the content of a resource.".freeze,
1437
1437
  label: "Capture of content".freeze,
1438
1438
  type: "owl:Class".freeze
1439
1439
  term :Carrier,
1440
1440
  "dc:modified": "2016-04-21 (New)".freeze,
1441
- definition: %(Categorization reflecting the format of the storage medium and housing of a carrier.).freeze,
1441
+ definition: "Categorization reflecting the format of the storage medium and housing of a carrier.".freeze,
1442
1442
  label: "Carrier type".freeze,
1443
1443
  type: "owl:Class".freeze
1444
1444
  term :Cartographic,
1445
1445
  "dc:modified": "2016-04-21 (New)".freeze,
1446
- definition: %(Content that represents the whole or part of the earth, any celestial body, or imaginary place at any scale.).freeze,
1446
+ definition: "Content that represents the whole or part of the earth, any celestial body, or imaginary place at any scale.".freeze,
1447
1447
  label: "Cartographic information".freeze,
1448
1448
  type: "owl:Class".freeze
1449
1449
  term :CartographicDataType,
1450
1450
  "dc:modified": "2016-04-21 (New)".freeze,
1451
- definition: %(Data type for encoding of geospatial information in a cartographic resource, e.g., raster, vector, point.).freeze,
1451
+ definition: "Data type for encoding of geospatial information in a cartographic resource, e.g., raster, vector, point.".freeze,
1452
1452
  label: "Digital cartographic data type".freeze,
1453
1453
  subClassOf: "bf2:DigitalCharacteristic".freeze,
1454
1454
  type: "owl:Class".freeze
1455
1455
  term :CartographicObjectType,
1456
1456
  "dc:modified": "2016-04-21 (New)".freeze,
1457
- definition: %(Object type for encoding of geospatial information in a cartographic resource, e.g., point, line, polygon.).freeze,
1457
+ definition: "Object type for encoding of geospatial information in a cartographic resource, e.g., point, line, polygon.".freeze,
1458
1458
  label: "Digital cartographic object type".freeze,
1459
1459
  subClassOf: "bf2:DigitalCharacteristic".freeze,
1460
1460
  type: "owl:Class".freeze
1461
1461
  term :Cartography,
1462
1462
  "dc:modified": "2016-04-25 (fixed typo in definition)".freeze,
1463
- definition: %(Resource that shows spatial information, including maps, atlases, globes, digital, and other cartographic resources.).freeze,
1463
+ definition: "Resource that shows spatial information, including maps, atlases, globes, digital, and other cartographic resources.".freeze,
1464
1464
  label: "Cartography".freeze,
1465
1465
  subClassOf: "bf2:Work".freeze,
1466
1466
  type: "owl:Class".freeze
1467
1467
  term :Chronology,
1468
1468
  "dc:modified": "2016-04-21 (New)".freeze,
1469
- definition: %(Dates associated with issues or items held.).freeze,
1469
+ definition: "Dates associated with issues or items held.".freeze,
1470
1470
  label: "Chronology".freeze,
1471
1471
  subClassOf: "bf2:EnumerationAndChronology".freeze,
1472
1472
  type: "owl:Class".freeze
1473
1473
  term :Classification,
1474
1474
  "dc:modified": "2016-04-21 (New)".freeze,
1475
- definition: %(System of coding and organizing materials according to their subject.).freeze,
1475
+ definition: "System of coding and organizing materials according to their subject.".freeze,
1476
1476
  label: "Classification entity".freeze,
1477
1477
  type: "owl:Class".freeze
1478
1478
  term :ClassificationDdc,
1479
1479
  "dc:modified": "2016-04-21 (New)".freeze,
1480
- definition: %(Dewey Decimal Classification number used for subject access.).freeze,
1480
+ definition: "Dewey Decimal Classification number used for subject access.".freeze,
1481
1481
  label: "DDC Classification".freeze,
1482
1482
  subClassOf: "bf2:Classification".freeze,
1483
1483
  type: "owl:Class".freeze
1484
1484
  term :ClassificationLcc,
1485
1485
  "dc:modified": "2016-04-21 (New)".freeze,
1486
- definition: %(Library of Congress Classification number used for subject access.).freeze,
1486
+ definition: "Library of Congress Classification number used for subject access.".freeze,
1487
1487
  label: "LCC Classification".freeze,
1488
1488
  subClassOf: "bf2:Classification".freeze,
1489
1489
  type: "owl:Class".freeze
1490
1490
  term :ClassificationNlm,
1491
1491
  "dc:modified": "2016-04-21 (New)".freeze,
1492
- definition: %(National Library of Medicine Classification number used for subject access).freeze,
1492
+ definition: "National Library of Medicine Classification number used for subject access".freeze,
1493
1493
  label: "NLM classification".freeze,
1494
1494
  subClassOf: "bf2:Classification".freeze,
1495
1495
  type: "owl:Class".freeze
1496
1496
  term :ClassificationUdc,
1497
1497
  "dc:modified": "2016-04-21 (New)".freeze,
1498
- definition: %(Universal Decimal Classification number used for subject access.).freeze,
1498
+ definition: "Universal Decimal Classification number used for subject access.".freeze,
1499
1499
  label: "UDC Classification".freeze,
1500
1500
  subClassOf: "bf2:Classification".freeze,
1501
1501
  type: "owl:Class".freeze
1502
1502
  term :Coden,
1503
1503
  "dc:modified": "2016-04-21 (New)".freeze,
1504
- definition: %(Identifier for scientific and technical periodical titles assigned by the International CODEN Section of Chemical Abstracts Service.).freeze,
1504
+ definition: "Identifier for scientific and technical periodical titles assigned by the International CODEN Section of Chemical Abstracts Service.".freeze,
1505
1505
  label: "CODEN".freeze,
1506
1506
  subClassOf: "bf2:Identifier".freeze,
1507
1507
  type: "owl:Class".freeze
1508
1508
  term :Collection,
1509
1509
  "dc:modified": "2016-04-21 (New)".freeze,
1510
- definition: %(Aggregation of resources, generally gathered together artificially.).freeze,
1510
+ definition: "Aggregation of resources, generally gathered together artificially.".freeze,
1511
1511
  label: "Collection".freeze,
1512
1512
  type: "owl:Class".freeze
1513
1513
  term :CollectiveTitle,
1514
1514
  "dc:modified": "2016-04-21 (New)".freeze,
1515
- definition: %(Title for a compilation of resources.).freeze,
1515
+ definition: "Title for a compilation of resources.".freeze,
1516
1516
  label: "Collective title".freeze,
1517
1517
  subClassOf: "bf2:VariantTitle".freeze,
1518
1518
  type: "owl:Class".freeze
1519
1519
  term :ColorContent,
1520
1520
  "dc:modified": "2016-04-21 (New)".freeze,
1521
- definition: %(Color characteristics of a resource, e.g., black and white, multicolored, etc.).freeze,
1521
+ definition: "Color characteristics of a resource, e.g., black and white, multicolored, etc.".freeze,
1522
1522
  label: "Color content".freeze,
1523
1523
  type: "owl:Class".freeze
1524
1524
  term :Content,
1525
1525
  "dc:modified": "2016-04-21 (New)".freeze,
1526
- 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.).freeze,
1526
+ 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.".freeze,
1527
1527
  label: "Content type".freeze,
1528
1528
  type: "owl:Class".freeze
1529
1529
  term :ContentAccessibility,
1530
1530
  "dc:modified": "2017-02-07 (New)".freeze,
1531
- definition: %(Information that assists those with a sensory impairment for greater understanding of content, e.g., captions.).freeze,
1531
+ definition: "Information that assists those with a sensory impairment for greater understanding of content, e.g., captions.".freeze,
1532
1532
  label: "Content accessibility information".freeze,
1533
1533
  type: "owl:Class".freeze
1534
1534
  term :Contribution,
1535
1535
  "dc:modified": "2016-04-21 (New)".freeze,
1536
- definition: %(Agent and role with respect to the resource being described.).freeze,
1536
+ definition: "Agent and role with respect to the resource being described.".freeze,
1537
1537
  label: "Contribution".freeze,
1538
1538
  type: "owl:Class".freeze
1539
1539
  term :CopyrightNumber,
1540
1540
  "dc:modified": "2016-04-21 (New)".freeze,
1541
- definition: %(Identifier assigned to a copyright registration or legal deposit.).freeze,
1541
+ definition: "Identifier assigned to a copyright registration or legal deposit.".freeze,
1542
1542
  label: "Copyright-legal deposit number".freeze,
1543
1543
  subClassOf: "bf2:Identifier".freeze,
1544
1544
  type: "owl:Class".freeze
1545
1545
  term :CopyrightRegistration,
1546
1546
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-05-04 (Class name corrected)".freeze],
1547
- definition: %(Copyright or Legal Deposit registration information).freeze,
1547
+ definition: "Copyright or Legal Deposit registration information".freeze,
1548
1548
  label: "Copyright registration".freeze,
1549
1549
  type: "owl:Class".freeze
1550
1550
  term :CoverArt,
1551
1551
  "dc:modified": "2016-04-21 (New)".freeze,
1552
- definition: %(Cover illustration of a resource.).freeze,
1552
+ definition: "Cover illustration of a resource.".freeze,
1553
1553
  label: "Cover art".freeze,
1554
1554
  type: "owl:Class".freeze
1555
1555
  term :Dataset,
1556
1556
  "dc:modified": "2016-04-21 (New)".freeze,
1557
- definition: %(Data encoded in a defined structure. Includes numeric data, environmental data,etc., used by applications software to calculate averages, correlations, etc., or to produce models, etc., but not normally displayed in its raw form.).freeze,
1557
+ definition: "Data encoded in a defined structure. Includes numeric data, environmental data,etc., used by applications software to calculate averages, correlations, etc., or to produce models, etc., but not normally displayed in its raw form.".freeze,
1558
1558
  label: "Dataset".freeze,
1559
1559
  subClassOf: "bf2:Work".freeze,
1560
1560
  type: "owl:Class".freeze
1561
1561
  term :DescriptionAuthentication,
1562
1562
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (fixed class name)".freeze],
1563
- definition: %(Indication of specific types of reviews that have been carried out on the description information.).freeze,
1563
+ definition: "Indication of specific types of reviews that have been carried out on the description information.".freeze,
1564
1564
  label: "Metadata authentication".freeze,
1565
1565
  subClassOf: "bf2:AdminMetadata".freeze,
1566
1566
  type: "owl:Class".freeze
1567
1567
  term :DescriptionConventions,
1568
1568
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-24 (fixed class name)".freeze],
1569
- definition: %(Rules used for the descriptive content of the resource description.).freeze,
1569
+ definition: "Rules used for the descriptive content of the resource description.".freeze,
1570
1570
  label: "Description conventions".freeze,
1571
1571
  subClassOf: "bf2:AdminMetadata".freeze,
1572
1572
  type: "owl:Class".freeze
1573
1573
  term :DigitalCharacteristic,
1574
1574
  "dc:modified": "2016-04-21 (New)".freeze,
1575
- definition: %(Technical specification relating to the digital encoding of text, image, audio, video, and other types of data in a resource.).freeze,
1575
+ definition: "Technical specification relating to the digital encoding of text, image, audio, video, and other types of data in a resource.".freeze,
1576
1576
  label: "Digital characteristic".freeze,
1577
1577
  type: "owl:Class".freeze
1578
1578
  term :Dissertation,
1579
1579
  "dc:modified": "2016-04-21 (New)".freeze,
1580
- definition: %(Information about a work presented as part of the formal requirements for an academic degree.).freeze,
1580
+ definition: "Information about a work presented as part of the formal requirements for an academic degree.".freeze,
1581
1581
  label: "Dissertation information".freeze,
1582
1582
  type: "owl:Class".freeze
1583
1583
  term :DissertationIdentifier,
1584
1584
  "dc:modified": "2016-04-21 (New)".freeze,
1585
- definition: %(Identifier assigned to a thesis or dissertation for identification purposes .).freeze,
1585
+ definition: "Identifier assigned to a thesis or dissertation for identification purposes .".freeze,
1586
1586
  label: "Dissertation Identifier".freeze,
1587
1587
  subClassOf: "bf2:Identifier".freeze,
1588
1588
  type: "owl:Class".freeze
1589
1589
  term :Distribution,
1590
1590
  "dc:modified": "2016-04-21 (New)".freeze,
1591
- definition: %(Information relating to distribution of a resource.).freeze,
1591
+ definition: "Information relating to distribution of a resource.".freeze,
1592
1592
  label: "Distributor".freeze,
1593
1593
  subClassOf: "bf2:ProvisionActivity".freeze,
1594
1594
  type: "owl:Class".freeze
1595
1595
  term :Doi,
1596
1596
  "dc:modified": "2016-04-21 (New)".freeze,
1597
- definition: %(Digital Object Identifier.).freeze,
1597
+ definition: "Digital Object Identifier.".freeze,
1598
1598
  label: "DOI".freeze,
1599
1599
  subClassOf: "bf2:Identifier".freeze,
1600
1600
  type: "owl:Class".freeze
1601
1601
  term :Ean,
1602
1602
  "dc:modified": "2016-04-21 (New)".freeze,
1603
- definition: %(International Article Identifier.).freeze,
1603
+ definition: "International Article Identifier.".freeze,
1604
1604
  label: "EAN".freeze,
1605
1605
  subClassOf: "bf2:Identifier".freeze,
1606
1606
  type: "owl:Class".freeze
1607
1607
  term :Electronic,
1608
1608
  "dc:modified": "2016-04-21 (New)".freeze,
1609
- definition: %(Resource that is intended for manipulation by a computer, accessed either directly or remotely.).freeze,
1609
+ definition: "Resource that is intended for manipulation by a computer, accessed either directly or remotely.".freeze,
1610
1610
  label: "Electronic".freeze,
1611
1611
  subClassOf: "bf2:Instance".freeze,
1612
1612
  type: "owl:Class".freeze
1613
1613
  term :Emulsion,
1614
1614
  "dc:modified": "2016-04-21 (New)".freeze,
1615
- definition: %(Suspension of light-sensitive chemicals used as a coating on a microfilm or microfiche, e.g., silver halide.).freeze,
1615
+ definition: "Suspension of light-sensitive chemicals used as a coating on a microfilm or microfiche, e.g., silver halide.".freeze,
1616
1616
  label: "Emulsion".freeze,
1617
1617
  type: "owl:Class".freeze
1618
1618
  term :EncodedBitrate,
1619
1619
  "dc:modified": "2016-04-21 (New)".freeze,
1620
- definition: %(Speed at which streaming audio, video, etc., is designed to play, e.g., 32 kbps.).freeze,
1620
+ definition: "Speed at which streaming audio, video, etc., is designed to play, e.g., 32 kbps.".freeze,
1621
1621
  label: "Encoded bitrate".freeze,
1622
1622
  subClassOf: "bf2:DigitalCharacteristic".freeze,
1623
1623
  type: "owl:Class".freeze
1624
1624
  term :EncodingFormat,
1625
1625
  "dc:modified": "2016-04-21 (New)".freeze,
1626
- definition: %(Schema, standard, etc., used to encode the digital content of a resource, e.g., MP3, XML, JPEG.).freeze,
1626
+ definition: "Schema, standard, etc., used to encode the digital content of a resource, e.g., MP3, XML, JPEG.".freeze,
1627
1627
  label: "Encoding format".freeze,
1628
1628
  subClassOf: "bf2:DigitalCharacteristic".freeze,
1629
1629
  type: "owl:Class".freeze
1630
1630
  term :Enumeration,
1631
1631
  "dc:modified": "2016-04-21 (New)".freeze,
1632
- definition: %(Numbering or other enumeration associated with issues or items held.).freeze,
1632
+ definition: "Numbering or other enumeration associated with issues or items held.".freeze,
1633
1633
  label: "Enumeration".freeze,
1634
1634
  subClassOf: "bf2:EnumerationAndChronology".freeze,
1635
1635
  type: "owl:Class".freeze
1636
1636
  term :EnumerationAndChronology,
1637
1637
  "dc:modified": "2016-04-21 (New)".freeze,
1638
- definition: %(Numbering or other enumeration and dates associated with issues or items held.).freeze,
1638
+ definition: "Numbering or other enumeration and dates associated with issues or items held.".freeze,
1639
1639
  label: "Enumeration and chronology".freeze,
1640
1640
  type: "owl:Class".freeze
1641
1641
  term :Event,
1642
1642
  "dc:modified": "2016-04-21 (New)".freeze,
1643
- definition: %(Something that happens at a certain time and location, such as a performance, speech, or athletic event, that is documented by a resource.).freeze,
1643
+ definition: "Something that happens at a certain time and location, such as a performance, speech, or athletic event, that is documented by a resource.".freeze,
1644
1644
  label: "Event entity".freeze,
1645
1645
  type: "owl:Class".freeze
1646
1646
  term :Extent,
1647
1647
  "dc:modified": "2016-04-21 (New)".freeze,
1648
- definition: %(Number and type of units and/or subunits making up a resource.).freeze,
1648
+ definition: "Number and type of units and/or subunits making up a resource.".freeze,
1649
1649
  label: "Extent".freeze,
1650
1650
  type: "owl:Class".freeze
1651
1651
  term :Family,
1652
1652
  "dc:modified": "2016-04-21 (New)".freeze,
1653
- definition: %(Two or more persons related by birth, marriage, adoption, civil union, or similar legal status, or who otherwise present themselves as a family.).freeze,
1653
+ definition: "Two or more persons related by birth, marriage, adoption, civil union, or similar legal status, or who otherwise present themselves as a family.".freeze,
1654
1654
  label: "Family".freeze,
1655
1655
  subClassOf: "bf2:Agent".freeze,
1656
1656
  type: "owl:Class".freeze
1657
1657
  term :FileSize,
1658
1658
  "dc:modified": "2016-04-21 (New)".freeze,
1659
- definition: %(Number of bytes in a digital file, e.g., 162 KB.).freeze,
1659
+ definition: "Number of bytes in a digital file, e.g., 162 KB.".freeze,
1660
1660
  label: "File size".freeze,
1661
1661
  subClassOf: "bf2:DigitalCharacteristic".freeze,
1662
1662
  type: "owl:Class".freeze
1663
1663
  term :FileType,
1664
1664
  "dc:modified": "2016-04-21 (New)".freeze,
1665
- definition: %(General type of data content encoded in a computer file, e.g., text file, audio file.).freeze,
1665
+ definition: "General type of data content encoded in a computer file, e.g., text file, audio file.".freeze,
1666
1666
  label: "File type".freeze,
1667
1667
  subClassOf: "bf2:DigitalCharacteristic".freeze,
1668
1668
  type: "owl:Class".freeze
1669
1669
  term :Fingerprint,
1670
1670
  "dc:modified": "2016-04-21 (New)".freeze,
1671
- definition: %(Identifier that is used to assist in the identification of antiquarian books by recording information comprising groups of characters taken from specified positions on specified pages of the book.).freeze,
1671
+ definition: "Identifier that is used to assist in the identification of antiquarian books by recording information comprising groups of characters taken from specified positions on specified pages of the book.".freeze,
1672
1672
  label: "Fingerprint identifier".freeze,
1673
1673
  subClassOf: "bf2:Identifier".freeze,
1674
1674
  type: "owl:Class".freeze
1675
1675
  term :FontSize,
1676
1676
  "dc:modified": "2016-04-21 (New)".freeze,
1677
- definition: %(Size of the type used to represent the characters and symbols in a resource.).freeze,
1677
+ definition: "Size of the type used to represent the characters and symbols in a resource.".freeze,
1678
1678
  label: "Font size".freeze,
1679
1679
  type: "owl:Class".freeze
1680
1680
  term :Frequency,
1681
1681
  "dc:modified": "2016-04-21 (New)".freeze,
1682
- definition: %(Information about intervals at which the parts of a serially produced resource or the updates to an integrating resource are issued.).freeze,
1682
+ definition: "Information about intervals at which the parts of a serially produced resource or the updates to an integrating resource are issued.".freeze,
1683
1683
  label: "Frequency".freeze,
1684
1684
  type: "owl:Class".freeze
1685
1685
  term :Generation,
1686
1686
  "dc:modified": "2016-04-21 (New)".freeze,
1687
- definition: %(Relationship between an original carrier and the carrier of a reproduction made from the original.).freeze,
1687
+ definition: "Relationship between an original carrier and the carrier of a reproduction made from the original.".freeze,
1688
1688
  label: "Generation".freeze,
1689
1689
  type: "owl:Class".freeze
1690
1690
  term :GenerationProcess,
1691
1691
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-24 (fixed class name)".freeze],
1692
- definition: %(Indication of the program or process used to generate the description by application of a particular transformation.).freeze,
1692
+ definition: "Indication of the program or process used to generate the description by application of a particular transformation.".freeze,
1693
1693
  label: "Generation process".freeze,
1694
1694
  subClassOf: "bf2:AdminMetadata".freeze,
1695
1695
  type: "owl:Class".freeze
1696
1696
  term :GenreForm,
1697
1697
  "dc:modified": "2016-04-21 (New)".freeze,
1698
- definition: %(Characteristics of works with similar plots, themes, settings, etc. \(e.g., westerns, thrillers\), or with a particular format of purpose \(e.g., animation, short\), or a combination \(e.g., horror film where horror is the genre and film is the form\).).freeze,
1698
+ definition: "Characteristics of works with similar plots, themes, settings, etc. (e.g., westerns, thrillers), or with a particular format of purpose (e.g., animation, short), or a combination (e.g., horror film where horror is the genre and film is the form).".freeze,
1699
1699
  label: "Genre/form".freeze,
1700
1700
  type: "owl:Class".freeze
1701
1701
  term :GeographicCoverage,
1702
1702
  "dc:modified": "2017-02-06 (New)".freeze,
1703
- definition: %(Geographic coverage of the content of the resource.).freeze,
1703
+ definition: "Geographic coverage of the content of the resource.".freeze,
1704
1704
  label: "Geographic coverage".freeze,
1705
1705
  type: "owl:Class".freeze
1706
1706
  term :GrooveCharacteristic,
1707
1707
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-26 (fixed typo in definition)".freeze, "2017-02-03 (Fixed name of property)".freeze],
1708
- definition: %(Groove width of an analog disc or the groove pitch of an analog cylinder, e.g., coarse groove, microgroove).freeze,
1708
+ definition: "Groove width of an analog disc or the groove pitch of an analog cylinder, e.g., coarse groove, microgroove".freeze,
1709
1709
  label: "Groove characteristic".freeze,
1710
1710
  subClassOf: "bf2:SoundCharacteristic".freeze,
1711
1711
  type: "owl:Class".freeze
1712
1712
  term :Gtin14Number,
1713
1713
  "dc:modified": "2017-02-03 (New)".freeze,
1714
- definition: %(14 digit number assigned to identify trade items as various packaging levels. GTIN-14 encompasses EAN/UCC-128 and ITF-14.).freeze,
1714
+ definition: "14 digit number assigned to identify trade items as various packaging levels. GTIN-14 encompasses EAN/UCC-128 and ITF-14.".freeze,
1715
1715
  label: "Global Trade Item Number 14".freeze,
1716
1716
  subClassOf: "bf2:Identifier".freeze,
1717
1717
  type: "owl:Class".freeze
1718
1718
  term :Hdl,
1719
1719
  "dc:modified": "2016-04-21 (New)".freeze,
1720
- definition: %(Unique and persistent identifier for digital objects developed by the Corporation for National Research Initiatives.).freeze,
1720
+ definition: "Unique and persistent identifier for digital objects developed by the Corporation for National Research Initiatives.".freeze,
1721
1721
  label: "Handle".freeze,
1722
1722
  subClassOf: "bf2:Identifier".freeze,
1723
1723
  type: "owl:Class".freeze
1724
1724
  term :Identifier,
1725
1725
  "dc:modified": "2016-04-21 (New)".freeze,
1726
- definition: %(Token or name that is associated with a resource, such as a URI or an ISBN.).freeze,
1726
+ definition: "Token or name that is associated with a resource, such as a URI or an ISBN.".freeze,
1727
1727
  label: "Identifier".freeze,
1728
1728
  type: "owl:Class".freeze
1729
1729
  term :Illustration,
1730
1730
  "dc:modified": "2016-04-21 (New)".freeze,
1731
- definition: %(Information about content intended to illustrate a resource.).freeze,
1731
+ definition: "Information about content intended to illustrate a resource.".freeze,
1732
1732
  label: "Illustrative content".freeze,
1733
1733
  type: "owl:Class".freeze
1734
1734
  term :ImmediateAcquisition,
1735
1735
  "dc:modified": "2017-02-06 (New)".freeze,
1736
- definition: %(Information about the circumstances, e.g., source, date, method, under which the resource was directly acquired.).freeze,
1736
+ definition: "Information about the circumstances, e.g., source, date, method, under which the resource was directly acquired.".freeze,
1737
1737
  label: "Immediate acquisition".freeze,
1738
1738
  type: "owl:Class".freeze
1739
1739
  term :Instance,
1740
1740
  "dc:modified": "2016-04-21 (New)".freeze,
1741
- definition: %(Resource reflecting an individual, material embodiment of a Work.).freeze,
1741
+ definition: "Resource reflecting an individual, material embodiment of a Work.".freeze,
1742
1742
  label: "Instance".freeze,
1743
1743
  type: "owl:Class".freeze
1744
1744
  term :IntendedAudience,
1745
1745
  "dc:modified": "2016-04-21 (New)".freeze,
1746
- definition: %(Information that identifies the specific intended or target audience or intellectual level for which the content described is considered appropriate. Also used to record interest and motivation levels and special learner characteristics.).freeze,
1746
+ definition: "Information that identifies the specific intended or target audience or intellectual level for which the content described is considered appropriate. Also used to record interest and motivation levels and special learner characteristics.".freeze,
1747
1747
  label: "Intended audience information".freeze,
1748
1748
  type: "owl:Class".freeze
1749
1749
  term :Isan,
1750
1750
  "dc:modified": "2016-04-21 (New)".freeze,
1751
- definition: %(International Standard Audiovisual Number.).freeze,
1751
+ definition: "International Standard Audiovisual Number.".freeze,
1752
1752
  label: "ISAN".freeze,
1753
1753
  subClassOf: "bf2:Identifier".freeze,
1754
1754
  type: "owl:Class".freeze
1755
1755
  term :Isbn,
1756
1756
  "dc:modified": "2016-04-21 (New)".freeze,
1757
- definition: %(International Standard Book Number.).freeze,
1757
+ definition: "International Standard Book Number.".freeze,
1758
1758
  label: "ISBN".freeze,
1759
1759
  subClassOf: "bf2:Identifier".freeze,
1760
1760
  type: "owl:Class".freeze
1761
1761
  term :Ismn,
1762
1762
  "dc:modified": "2016-04-21 (New)".freeze,
1763
- definition: %(International Standard Music Number.).freeze,
1763
+ definition: "International Standard Music Number.".freeze,
1764
1764
  label: "ISMN".freeze,
1765
1765
  subClassOf: "bf2:Identifier".freeze,
1766
1766
  type: "owl:Class".freeze
1767
1767
  term :Isni,
1768
1768
  "dc:modified": "2017-02-03 (New)".freeze,
1769
- definition: %(International Standard Name Identifier, a unique, persistent reference number for the identities of contributors to creative works.).freeze,
1769
+ definition: "International Standard Name Identifier, a unique, persistent reference number for the identities of contributors to creative works.".freeze,
1770
1770
  label: "ISNI".freeze,
1771
1771
  subClassOf: "bf2:Identifier".freeze,
1772
1772
  type: "owl:Class".freeze
1773
1773
  term :Iso,
1774
1774
  "dc:modified": "2016-04-21 (New)".freeze,
1775
- definition: %(International Organization for Standardization standard number.).freeze,
1775
+ definition: "International Organization for Standardization standard number.".freeze,
1776
1776
  label: "ISO number".freeze,
1777
1777
  subClassOf: "bf2:Identifier".freeze,
1778
1778
  type: "owl:Class".freeze
1779
1779
  term :Isrc,
1780
1780
  "dc:modified": "2016-04-21 (New)".freeze,
1781
- definition: %(International Standard Recording Code.).freeze,
1781
+ definition: "International Standard Recording Code.".freeze,
1782
1782
  label: "ISRC".freeze,
1783
1783
  subClassOf: "bf2:Identifier".freeze,
1784
1784
  type: "owl:Class".freeze
1785
1785
  term :Issn,
1786
1786
  "dc:modified": "2016-04-21 (New)".freeze,
1787
- definition: %(International Standard Serial Number.).freeze,
1787
+ definition: "International Standard Serial Number.".freeze,
1788
1788
  label: "ISSN".freeze,
1789
1789
  subClassOf: "bf2:Identifier".freeze,
1790
1790
  type: "owl:Class".freeze
1791
1791
  term :IssnL,
1792
1792
  "dc:modified": "2016-04-21 (New)".freeze,
1793
- definition: %(International Standard Serial Number that links together various media versions of a continuing resource.).freeze,
1793
+ definition: "International Standard Serial Number that links together various media versions of a continuing resource.".freeze,
1794
1794
  label: "ISSN-L".freeze,
1795
1795
  subClassOf: "bf2:Identifier".freeze,
1796
1796
  type: "owl:Class".freeze
1797
1797
  term :Issuance,
1798
1798
  "dc:modified": "2016-04-21 (New)".freeze,
1799
- definition: %(Information about whether a resource is issued in one or more parts, the way it is updated, and its intended termination.).freeze,
1799
+ definition: "Information about whether a resource is issued in one or more parts, the way it is updated, and its intended termination.".freeze,
1800
1800
  label: "Mode of issuance".freeze,
1801
1801
  type: "owl:Class".freeze
1802
1802
  term :Istc,
1803
1803
  "dc:modified": "2016-04-21 (New)".freeze,
1804
- definition: %(International Standard Text Code, a numbering system developed to enable the unique identification of textual works.).freeze,
1804
+ definition: "International Standard Text Code, a numbering system developed to enable the unique identification of textual works.".freeze,
1805
1805
  label: "ISTC".freeze,
1806
1806
  subClassOf: "bf2:Identifier".freeze,
1807
1807
  type: "owl:Class".freeze
1808
1808
  term :Iswc,
1809
1809
  "dc:modified": "2016-04-21 (New)".freeze,
1810
- definition: %(International Standard Musical Work Code, a unique, persistent reference number for the identification of musical works.).freeze,
1810
+ definition: "International Standard Musical Work Code, a unique, persistent reference number for the identification of musical works.".freeze,
1811
1811
  label: "ISWC".freeze,
1812
1812
  subClassOf: "bf2:Identifier".freeze,
1813
1813
  type: "owl:Class".freeze
1814
1814
  term :Item,
1815
1815
  "dc:modified": "2016-04-21 (New)".freeze,
1816
- definition: %(Single example of an Instance.).freeze,
1816
+ definition: "Single example of an Instance.".freeze,
1817
1817
  label: "Item".freeze,
1818
1818
  type: "owl:Class".freeze
1819
1819
  term :Jurisdiction,
1820
1820
  "dc:modified": "2016-04-21 (New)".freeze,
1821
- definition: %(Legal or political unit administering a geographic area.).freeze,
1821
+ definition: "Legal or political unit administering a geographic area.".freeze,
1822
1822
  label: "Jurisdiction".freeze,
1823
1823
  subClassOf: "bf2:Agent".freeze,
1824
1824
  type: "owl:Class".freeze
1825
1825
  term :KeyTitle,
1826
1826
  "dc:modified": "2016-04-21 (New)".freeze,
1827
- definition: %(Unique title for a continuing resource that is assigned by the ISSN International Center in conjunction with an ISSN.).freeze,
1827
+ definition: "Unique title for a continuing resource that is assigned by the ISSN International Center in conjunction with an ISSN.".freeze,
1828
1828
  label: "Key title".freeze,
1829
1829
  subClassOf: "bf2:VariantTitle".freeze,
1830
1830
  type: "owl:Class".freeze
1831
1831
  term :Language,
1832
1832
  "dc:modified": "2016-04-21 (New)".freeze,
1833
- definition: %(Language entity.).freeze,
1833
+ definition: "Language entity.".freeze,
1834
1834
  label: "Language entity".freeze,
1835
1835
  type: "owl:Class".freeze
1836
1836
  term :Layout,
1837
1837
  "dc:modified": "2016-04-21 (New)".freeze,
1838
- definition: %(Arrangement of text, images, tactile notation, etc., in a resource.).freeze,
1838
+ definition: "Arrangement of text, images, tactile notation, etc., in a resource.".freeze,
1839
1839
  label: "Layout".freeze,
1840
1840
  type: "owl:Class".freeze
1841
1841
  term :LcOverseasAcq,
1842
1842
  "dc:modified": "2016-04-21 (New)".freeze,
1843
- definition: %(Identification number assigned by the Library of Congress to works acquired through one of its collaborative overseas acquisition programs.).freeze,
1843
+ definition: "Identification number assigned by the Library of Congress to works acquired through one of its collaborative overseas acquisition programs.".freeze,
1844
1844
  label: "LC acquisition program".freeze,
1845
1845
  subClassOf: "bf2:Identifier".freeze,
1846
1846
  type: "owl:Class".freeze
1847
1847
  term :Lccn,
1848
1848
  "dc:modified": "2016-04-21 (New)".freeze,
1849
- definition: %(Library of Congress Control Number that identifies a resource description.).freeze,
1849
+ definition: "Library of Congress Control Number that identifies a resource description.".freeze,
1850
1850
  label: "LCCN".freeze,
1851
1851
  subClassOf: "bf2:Identifier".freeze,
1852
1852
  type: "owl:Class".freeze
1853
1853
  term :Local,
1854
1854
  "dc:modified": "2016-04-21 (New)".freeze,
1855
- definition: %(Identifier established locally and not a standard number.).freeze,
1855
+ definition: "Identifier established locally and not a standard number.".freeze,
1856
1856
  label: "Local identifier".freeze,
1857
1857
  subClassOf: "bf2:Identifier".freeze,
1858
1858
  type: "owl:Class".freeze
1859
1859
  term :Manufacture,
1860
1860
  "dc:modified": "2016-04-21 (New)".freeze,
1861
- definition: %(Information relating to manufacture of a resource.).freeze,
1861
+ definition: "Information relating to manufacture of a resource.".freeze,
1862
1862
  label: "Manufacturer".freeze,
1863
1863
  subClassOf: "bf2:ProvisionActivity".freeze,
1864
1864
  type: "owl:Class".freeze
1865
1865
  term :Manuscript,
1866
1866
  "dc:modified": "2016-04-21 (New)".freeze,
1867
- definition: %(Resource that is written in handwriting or typescript. These are generally unique resources.).freeze,
1867
+ definition: "Resource that is written in handwriting or typescript. These are generally unique resources.".freeze,
1868
1868
  label: "Manuscript".freeze,
1869
1869
  subClassOf: "bf2:Instance".freeze,
1870
1870
  type: "owl:Class".freeze
1871
1871
  term :MatrixNumber,
1872
1872
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Revised definition)".freeze],
1873
- definition: %(Matrix identifier assigned to the master from which a specific sound recording was pressed.).freeze,
1873
+ definition: "Matrix identifier assigned to the master from which a specific sound recording was pressed.".freeze,
1874
1874
  label: "Audio matrix number".freeze,
1875
1875
  subClassOf: "bf2:Identifier".freeze,
1876
1876
  type: "owl:Class".freeze
1877
1877
  term :Media,
1878
1878
  "dc:modified": "2016-04-21 (New)".freeze,
1879
- definition: %(Categorization reflecting the general type of intermediation device required to view, play, run, etc., the content of a resource.).freeze,
1879
+ definition: "Categorization reflecting the general type of intermediation device required to view, play, run, etc., the content of a resource.".freeze,
1880
1880
  label: "Media type".freeze,
1881
1881
  type: "owl:Class".freeze
1882
1882
  term :Meeting,
1883
1883
  "dc:modified": "2016-04-21 (New)".freeze,
1884
- definition: %(Gathering of individuals or representatives of various bodies for the purpose of discussing and/or acting on topics of common interest.).freeze,
1884
+ definition: "Gathering of individuals or representatives of various bodies for the purpose of discussing and/or acting on topics of common interest.".freeze,
1885
1885
  label: "Meeting".freeze,
1886
1886
  subClassOf: "bf2:Agent".freeze,
1887
1887
  type: "owl:Class".freeze
1888
1888
  term :MixedMaterial,
1889
1889
  "dc:modified": "2016-04-21 (New)".freeze,
1890
- definition: %(Resource comprised of multiple types which is not driven by software; for instance, a manuscript collection of text, photographs and sound recordings.).freeze,
1890
+ definition: "Resource comprised of multiple types which is not driven by software; for instance, a manuscript collection of text, photographs and sound recordings.".freeze,
1891
1891
  label: "Mixed material".freeze,
1892
1892
  subClassOf: "bf2:Work".freeze,
1893
1893
  type: "owl:Class".freeze
1894
1894
  term :Mount,
1895
1895
  "dc:modified": "2016-04-21 (New)".freeze,
1896
- definition: %(Physical material used for the support or backing to which the base material of a resource has been attached.).freeze,
1896
+ definition: "Physical material used for the support or backing to which the base material of a resource has been attached.".freeze,
1897
1897
  label: "Mount".freeze,
1898
1898
  type: "owl:Class".freeze
1899
1899
  term :MovementNotation,
1900
1900
  "dc:modified": "2016-04-21 (New)".freeze,
1901
- definition: %(Information on the symbol system used to convey the content of a movement resource.).freeze,
1901
+ definition: "Information on the symbol system used to convey the content of a movement resource.".freeze,
1902
1902
  label: "Movement notation used".freeze,
1903
1903
  subClassOf: "bf2:Notation".freeze,
1904
1904
  type: "owl:Class".freeze
1905
1905
  term :MovingImage,
1906
1906
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-26 (fixed typo in definition)".freeze],
1907
- definition: %(Images intended to be perceived as moving, including motion pictures \(using liveaction and/or animation\), video recordings of performances, events,etc.).freeze,
1907
+ definition: "Images intended to be perceived as moving, including motion pictures (using liveaction and/or animation), video recordings of performances, events,etc.".freeze,
1908
1908
  label: "Moving image".freeze,
1909
1909
  subClassOf: "bf2:Work".freeze,
1910
1910
  type: "owl:Class".freeze
1911
1911
  term :Multimedia,
1912
1912
  "dc:modified": "2016-04-21 (New)".freeze,
1913
- definition: %(Electronic resource that is a computer program \(i.e., digitally encoded instructions intended to be processed and performed by a computer\) or which consists of multiple media types that are software driven, such as videogames.).freeze,
1913
+ definition: "Electronic resource that is a computer program (i.e., digitally encoded instructions intended to be processed and performed by a computer) or which consists of multiple media types that are software driven, such as videogames.".freeze,
1914
1914
  label: "Software or multimedia".freeze,
1915
1915
  subClassOf: "bf2:Work".freeze,
1916
1916
  type: "owl:Class".freeze
1917
1917
  term :MusicDistributorNumber,
1918
1918
  "dc:modified": "2017-02-07 (New)".freeze,
1919
- definition: %(Identifier appearing on a resource assigned by a distributor to a specific audio recording, notated music publication, music-related publication, or videorecording.).freeze,
1919
+ definition: "Identifier appearing on a resource assigned by a distributor to a specific audio recording, notated music publication, music-related publication, or videorecording.".freeze,
1920
1920
  label: "Music distributor number".freeze,
1921
1921
  subClassOf: "bf2:Identifier".freeze,
1922
1922
  type: "owl:Class".freeze
1923
1923
  term :MusicEnsemble,
1924
1924
  "dc:modified": "2016-04-21 (New)".freeze,
1925
- definition: %(Ensemble for which a musical work is appropriate.).freeze,
1925
+ definition: "Ensemble for which a musical work is appropriate.".freeze,
1926
1926
  label: "Music ensemble".freeze,
1927
1927
  type: "owl:Class".freeze
1928
1928
  term :MusicFormat,
1929
1929
  "dc:modified": "2016-04-21 (New)".freeze,
1930
- definition: %(Layout for content of a resource that is presented in the form of musical notation.).freeze,
1930
+ definition: "Layout for content of a resource that is presented in the form of musical notation.".freeze,
1931
1931
  label: "Notated music format".freeze,
1932
1932
  type: "owl:Class".freeze
1933
1933
  term :MusicInstrument,
1934
1934
  "dc:modified": "2016-04-21 (New)".freeze,
1935
- definition: %(Instrument for which a musical work is appropriate.).freeze,
1935
+ definition: "Instrument for which a musical work is appropriate.".freeze,
1936
1936
  label: "Musical instrument".freeze,
1937
1937
  type: "owl:Class".freeze
1938
1938
  term :MusicMedium,
1939
1939
  "dc:modified": "2016-04-21 (New)".freeze,
1940
- definition: %(Summary statement of the medium for a musical work.).freeze,
1940
+ definition: "Summary statement of the medium for a musical work.".freeze,
1941
1941
  label: "Music medium information".freeze,
1942
1942
  type: "owl:Class".freeze
1943
1943
  term :MusicNotation,
1944
1944
  "dc:modified": "2016-04-21 (New)".freeze,
1945
- definition: %(Information on the symbol system used to convey the content of a music resource.).freeze,
1945
+ definition: "Information on the symbol system used to convey the content of a music resource.".freeze,
1946
1946
  label: "Music notation used".freeze,
1947
1947
  subClassOf: "bf2:Notation".freeze,
1948
1948
  type: "owl:Class".freeze
1949
1949
  term :MusicPlate,
1950
1950
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Revised definition)".freeze],
1951
- definition: %(Identifiers assigned by a music publisher or printer to the printing plates for the notated portion of a notated music publication, or an identifier that emulates the printing plate tradition in contemporary publications.).freeze,
1951
+ definition: "Identifiers assigned by a music publisher or printer to the printing plates for the notated portion of a notated music publication, or an identifier that emulates the printing plate tradition in contemporary publications.".freeze,
1952
1952
  label: "Music plate number".freeze,
1953
1953
  subClassOf: "bf2:Identifier".freeze,
1954
1954
  type: "owl:Class".freeze
1955
1955
  term :MusicPublisherNumber,
1956
1956
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Revised definition)".freeze],
1957
- definition: %(Identifier assigned to a notated music publication other than an issue, matrix, or plate number.).freeze,
1957
+ definition: "Identifier assigned to a notated music publication other than an issue, matrix, or plate number.".freeze,
1958
1958
  label: "Music publisher number".freeze,
1959
1959
  subClassOf: "bf2:Identifier".freeze,
1960
1960
  type: "owl:Class".freeze
1961
1961
  term :MusicVoice,
1962
1962
  "dc:modified": "2016-04-21 (New)".freeze,
1963
- definition: %(Voice for which a musical work is appropriate.).freeze,
1963
+ definition: "Voice for which a musical work is appropriate.".freeze,
1964
1964
  label: "Music voice".freeze,
1965
1965
  type: "owl:Class".freeze
1966
1966
  term :Nbn,
1967
1967
  "dc:modified": "2016-04-21 (New)".freeze,
1968
- definition: %(National Bibliography Number that identifies a resource description.).freeze,
1968
+ definition: "National Bibliography Number that identifies a resource description.".freeze,
1969
1969
  label: "NBN".freeze,
1970
1970
  subClassOf: "bf2:Identifier".freeze,
1971
1971
  type: "owl:Class".freeze
1972
1972
  term :NotatedMovement,
1973
1973
  "dc:modified": "2016-04-21 (New)".freeze,
1974
- definition: %(Graphic, non-realized representations of movement intended to be perceived visually, e.g. dance.).freeze,
1974
+ definition: "Graphic, non-realized representations of movement intended to be perceived visually, e.g. dance.".freeze,
1975
1975
  label: "Notated movement".freeze,
1976
1976
  subClassOf: "bf2:Work".freeze,
1977
1977
  type: "owl:Class".freeze
1978
1978
  term :NotatedMusic,
1979
1979
  "dc:modified": "2016-04-21 (New)".freeze,
1980
- definition: %(Graphic, non-realized representations of musical works intended to be perceived visually.).freeze,
1980
+ definition: "Graphic, non-realized representations of musical works intended to be perceived visually.".freeze,
1981
1981
  label: "Notated music".freeze,
1982
1982
  subClassOf: "bf2:Work".freeze,
1983
1983
  type: "owl:Class".freeze
1984
1984
  term :Notation,
1985
1985
  "dc:modified": "2016-04-21 (New)".freeze,
1986
- definition: %(Information on the alphabet, script, or symbol system used to convey the content of the resource, including specialized scripts, typefaces, tactile notation, movement notation, and musical notation.).freeze,
1986
+ definition: "Information on the alphabet, script, or symbol system used to convey the content of the resource, including specialized scripts, typefaces, tactile notation, movement notation, and musical notation.".freeze,
1987
1987
  label: "Notation".freeze,
1988
1988
  type: "owl:Class".freeze
1989
1989
  term :Note,
1990
1990
  "dc:modified": "2016-04-21 (New)".freeze,
1991
- definition: %(Information, usually in textual form, on attributes of a resource or some aspect of a resource.).freeze,
1991
+ definition: "Information, usually in textual form, on attributes of a resource or some aspect of a resource.".freeze,
1992
1992
  label: "Note".freeze,
1993
1993
  type: "owl:Class".freeze
1994
1994
  term :Object,
1995
1995
  "dc:modified": "2016-04-21 (New)".freeze,
1996
- definition: %(Resource in a form intended to be perceived visually in three-dimensions. Includes man-made objects such as models, sculptures, clothing, and toys, as well as naturally occurring objects such as specimens mounted for viewing.).freeze,
1996
+ definition: "Resource in a form intended to be perceived visually in three-dimensions. Includes man-made objects such as models, sculptures, clothing, and toys, as well as naturally occurring objects such as specimens mounted for viewing.".freeze,
1997
1997
  label: "Three-dimensional object".freeze,
1998
1998
  subClassOf: "bf2:Work".freeze,
1999
1999
  type: "owl:Class".freeze
2000
2000
  term :ObjectCount,
2001
2001
  "dc:modified": "2016-04-21 (New)".freeze,
2002
- definition: %(Number of objects in encoded geospatial information in a cartographic resource.).freeze,
2002
+ definition: "Number of objects in encoded geospatial information in a cartographic resource.".freeze,
2003
2003
  label: "Digital cartographic object count".freeze,
2004
2004
  subClassOf: "bf2:DigitalCharacteristic".freeze,
2005
2005
  type: "owl:Class".freeze
2006
2006
  term :Organization,
2007
2007
  "dc:modified": "2016-04-21 (New)".freeze,
2008
- definition: %(Corporation or group of persons and/or organizations that acts, or may act, as a unit.).freeze,
2008
+ definition: "Corporation or group of persons and/or organizations that acts, or may act, as a unit.".freeze,
2009
2009
  label: "Organization".freeze,
2010
2010
  subClassOf: "bf2:Agent".freeze,
2011
2011
  type: "owl:Class".freeze
2012
2012
  term :ParallelTitle,
2013
2013
  "dc:modified": "2016-04-21 (New)".freeze,
2014
- definition: %(Title in another language and/or script.).freeze,
2014
+ definition: "Title in another language and/or script.".freeze,
2015
2015
  label: "Parallel title proper".freeze,
2016
2016
  subClassOf: "bf2:VariantTitle".freeze,
2017
2017
  type: "owl:Class".freeze
2018
2018
  term :Person,
2019
2019
  "dc:modified": "2016-04-21 (New)".freeze,
2020
- definition: %(Individual or identity established by an individual \(either alone or in collaboration with one or more other individuals\).).freeze,
2020
+ definition: "Individual or identity established by an individual (either alone or in collaboration with one or more other individuals).".freeze,
2021
2021
  label: "Person".freeze,
2022
2022
  subClassOf: ["bf2:Agent".freeze, "foaf:Person".freeze],
2023
2023
  type: "owl:Class".freeze
2024
2024
  term :Place,
2025
2025
  "dc:modified": "2016-04-21 (New)".freeze,
2026
- definition: %(Geographic location.).freeze,
2026
+ definition: "Geographic location.".freeze,
2027
2027
  label: "Place".freeze,
2028
2028
  type: "owl:Class".freeze
2029
2029
  term :PlaybackChannels,
2030
2030
  "dc:modified": "2016-04-21 (New)".freeze,
2031
- definition: %(Configuration/number of sound channels used to make a recording, such as one channel for a monophonic recording, e.g., mono, stereo, quadraphonic, surround.).freeze,
2031
+ definition: "Configuration/number of sound channels used to make a recording, such as one channel for a monophonic recording, e.g., mono, stereo, quadraphonic, surround.".freeze,
2032
2032
  label: "Configuration of playback channels".freeze,
2033
2033
  subClassOf: "bf2:SoundCharacteristic".freeze,
2034
2034
  type: "owl:Class".freeze
2035
2035
  term :PlaybackCharacteristic,
2036
2036
  "dc:modified": "2016-04-21 (New)".freeze,
2037
- definition: %(Equalization system, noise reduction system, etc., used in making an audio recording, e.g., CCIR standard, CX encoded, Dolby.).freeze,
2037
+ definition: "Equalization system, noise reduction system, etc., used in making an audio recording, e.g., CCIR standard, CX encoded, Dolby.".freeze,
2038
2038
  label: "Special playback characteristics".freeze,
2039
2039
  subClassOf: "bf2:SoundCharacteristic".freeze,
2040
2040
  type: "owl:Class".freeze
2041
2041
  term :PlayingSpeed,
2042
2042
  "dc:modified": "2016-04-21 (New)".freeze,
2043
- definition: %(Speed at which an audio carrier must be operated to produce the sound intended, e.g., 78 rpm, 19 cm/s.).freeze,
2043
+ definition: "Speed at which an audio carrier must be operated to produce the sound intended, e.g., 78 rpm, 19 cm/s.".freeze,
2044
2044
  label: "Playing speed".freeze,
2045
2045
  subClassOf: "bf2:SoundCharacteristic".freeze,
2046
2046
  type: "owl:Class".freeze
2047
2047
  term :Polarity,
2048
2048
  "dc:modified": "2016-04-21 (New)".freeze,
2049
- definition: %(Relationship of the colors and tones in an image to the colors and tones of the object reproduced.).freeze,
2049
+ definition: "Relationship of the colors and tones in an image to the colors and tones of the object reproduced.".freeze,
2050
2050
  label: "Polarity".freeze,
2051
2051
  type: "owl:Class".freeze
2052
2052
  term :PostalRegistration,
2053
2053
  "dc:modified": "2016-04-21 (New)".freeze,
2054
- definition: %(Number assigned to a publication for which the specified postal service permits the use of a special mailing class privilege.).freeze,
2054
+ definition: "Number assigned to a publication for which the specified postal service permits the use of a special mailing class privilege.".freeze,
2055
2055
  label: "Postal registration number".freeze,
2056
2056
  subClassOf: "bf2:Identifier".freeze,
2057
2057
  type: "owl:Class".freeze
2058
2058
  term :PresentationFormat,
2059
2059
  "dc:modified": "2016-04-21 (New)".freeze,
2060
- definition: %(Format used in the production of a projected image, e.g., Cinerama, IMAX.).freeze,
2060
+ definition: "Format used in the production of a projected image, e.g., Cinerama, IMAX.".freeze,
2061
2061
  label: "Presentation format".freeze,
2062
2062
  subClassOf: "bf2:ProjectionCharacteristic".freeze,
2063
2063
  type: "owl:Class".freeze
2064
2064
  term :Print,
2065
2065
  "dc:modified": "2016-04-21 (New)".freeze,
2066
- definition: %(Resource that is printed.).freeze,
2066
+ definition: "Resource that is printed.".freeze,
2067
2067
  label: "Printed".freeze,
2068
2068
  subClassOf: "bf2:Instance".freeze,
2069
2069
  type: "owl:Class".freeze
2070
2070
  term :Production,
2071
2071
  "dc:modified": "2016-04-21 (New)".freeze,
2072
- definition: %(Information relating to production of a resource.).freeze,
2072
+ definition: "Information relating to production of a resource.".freeze,
2073
2073
  label: "Producer".freeze,
2074
2074
  subClassOf: "bf2:ProvisionActivity".freeze,
2075
2075
  type: "owl:Class".freeze
2076
2076
  term :ProductionMethod,
2077
2077
  "dc:modified": "2016-04-21 (New)".freeze,
2078
- definition: %(Process used to produce a resource).freeze,
2078
+ definition: "Process used to produce a resource".freeze,
2079
2079
  label: "Production method".freeze,
2080
2080
  type: "owl:Class".freeze
2081
2081
  term :Projection,
2082
2082
  "dc:modified": "2017-02-03 (New)".freeze,
2083
- definition: %(Method or system used to represent the surface of the earth or of a celestial sphere on a plane.).freeze,
2083
+ definition: "Method or system used to represent the surface of the earth or of a celestial sphere on a plane.".freeze,
2084
2084
  label: "Projection".freeze,
2085
2085
  type: "owl:Class".freeze
2086
2086
  term :ProjectionCharacteristic,
2087
2087
  "dc:modified": "2016-04-21 (New)".freeze,
2088
- definition: %(Technical specification relating to the projection of a motion picture film.).freeze,
2088
+ definition: "Technical specification relating to the projection of a motion picture film.".freeze,
2089
2089
  label: "Projection characteristic".freeze,
2090
2090
  type: "owl:Class".freeze
2091
2091
  term :ProjectionSpeed,
2092
2092
  "dc:modified": "2016-04-21 (New)".freeze,
2093
- definition: %(Speed at which a projected carrier must be operated to produce the moving image intended, e.g., 20 fps.).freeze,
2093
+ definition: "Speed at which a projected carrier must be operated to produce the moving image intended, e.g., 20 fps.".freeze,
2094
2094
  label: "Projection speed".freeze,
2095
2095
  subClassOf: "bf2:ProjectionCharacteristic".freeze,
2096
2096
  type: "owl:Class".freeze
2097
2097
  term :ProvisionActivity,
2098
2098
  "dc:modified": "2016-04-21 (New)".freeze,
2099
- definition: %(Information about the agent or place relating to the publication, printing, distribution, issue, release, or production of a resource.).freeze,
2099
+ definition: "Information about the agent or place relating to the publication, printing, distribution, issue, release, or production of a resource.".freeze,
2100
2100
  label: "Provider entity".freeze,
2101
2101
  type: "owl:Class".freeze
2102
2102
  term :Publication,
2103
2103
  "dc:modified": "2016-04-21 (New)".freeze,
2104
- definition: %(Information relating to publication of a resource.).freeze,
2104
+ definition: "Information relating to publication of a resource.".freeze,
2105
2105
  label: "Publisher".freeze,
2106
2106
  subClassOf: "bf2:ProvisionActivity".freeze,
2107
2107
  type: "owl:Class".freeze
2108
2108
  term :PublisherNumber,
2109
2109
  "dc:modified": "2016-04-21 (New)".freeze,
2110
- definition: %(Number assigned by a publisher that is not one of the specific defined types.).freeze,
2110
+ definition: "Number assigned by a publisher that is not one of the specific defined types.".freeze,
2111
2111
  label: "Publisher number".freeze,
2112
2112
  subClassOf: "bf2:Identifier".freeze,
2113
2113
  type: "owl:Class".freeze
2114
2114
  term :RecordingMedium,
2115
2115
  "dc:modified": "2016-04-21 (New)".freeze,
2116
- definition: %(Type of medium used to record sound on an audio carrier, e.g., magnetic, optical.).freeze,
2116
+ definition: "Type of medium used to record sound on an audio carrier, e.g., magnetic, optical.".freeze,
2117
2117
  label: "Recording medium".freeze,
2118
2118
  subClassOf: "bf2:SoundCharacteristic".freeze,
2119
2119
  type: "owl:Class".freeze
2120
2120
  term :RecordingMethod,
2121
2121
  "dc:modified": "2016-04-21 (New)".freeze,
2122
- definition: %(Method used to encode audio content for playback, e.g., analog, digital.).freeze,
2122
+ definition: "Method used to encode audio content for playback, e.g., analog, digital.".freeze,
2123
2123
  label: "Type of recording".freeze,
2124
2124
  subClassOf: "bf2:SoundCharacteristic".freeze,
2125
2125
  type: "owl:Class".freeze
2126
2126
  term :ReductionRatio,
2127
2127
  "dc:modified": "2016-04-21 (New)".freeze,
2128
- definition: %(Size of a micro-image in relation to the original from which it was produced.).freeze,
2128
+ definition: "Size of a micro-image in relation to the original from which it was produced.".freeze,
2129
2129
  label: "Reduction ratio".freeze,
2130
2130
  type: "owl:Class".freeze
2131
2131
  term :RegionalEncoding,
2132
2132
  "dc:modified": "2016-04-21 (New)".freeze,
2133
- definition: %(Identification of the region of the world for which a videodisc has been encoded, e.g., region 4.).freeze,
2133
+ definition: "Identification of the region of the world for which a videodisc has been encoded, e.g., region 4.".freeze,
2134
2134
  label: "Regional encoding".freeze,
2135
2135
  subClassOf: "bf2:DigitalCharacteristic".freeze,
2136
2136
  type: "owl:Class".freeze
2137
2137
  term :ReportNumber,
2138
2138
  "dc:modified": "2016-04-21 (New)".freeze,
2139
- definition: %(Identification number of a technical report that is not a Standard Technical Report Number.).freeze,
2139
+ definition: "Identification number of a technical report that is not a Standard Technical Report Number.".freeze,
2140
2140
  label: "Technical report number".freeze,
2141
2141
  subClassOf: "bf2:Identifier".freeze,
2142
2142
  type: "owl:Class".freeze
2143
2143
  term :Resolution,
2144
2144
  "dc:modified": "2016-04-21 (New)".freeze,
2145
- definition: %(Clarity or fineness of detail in a digital image, expressed by the measurement of the image in pixels, etc., e.g., 3.1 megapixels.).freeze,
2145
+ definition: "Clarity or fineness of detail in a digital image, expressed by the measurement of the image in pixels, etc., e.g., 3.1 megapixels.".freeze,
2146
2146
  label: "Resolution".freeze,
2147
2147
  subClassOf: "bf2:DigitalCharacteristic".freeze,
2148
2148
  type: "owl:Class".freeze
2149
2149
  term :RetentionPolicy,
2150
2150
  "dc:modified": "2016-04-21 (New)".freeze,
2151
- definition: %(Policy of holding institution for retaining resource.).freeze,
2151
+ definition: "Policy of holding institution for retaining resource.".freeze,
2152
2152
  label: "Retention policy".freeze,
2153
2153
  subClassOf: "bf2:UsageAndAccessPolicy".freeze,
2154
2154
  type: "owl:Class".freeze
2155
2155
  term :Review,
2156
2156
  "dc:modified": "2016-04-21 (New)".freeze,
2157
- definition: %(Review of a resource.).freeze,
2157
+ definition: "Review of a resource.".freeze,
2158
2158
  label: "Review".freeze,
2159
2159
  type: "owl:Class".freeze
2160
2160
  term :Role,
2161
2161
  "dc:modified": "2017-02-03 (New)".freeze,
2162
- definition: %(Function played or provided by a contributor, e.g., author, illustrator, etc.).freeze,
2162
+ definition: "Function played or provided by a contributor, e.g., author, illustrator, etc.".freeze,
2163
2163
  label: "Role".freeze,
2164
2164
  type: "owl:Class".freeze
2165
2165
  term :Scale,
2166
2166
  "dc:modified": "2017-02-03 (New)".freeze,
2167
- definition: %(Ratio of the dimensions of a form contained or embodied in a resource to the dimensions of the entity it represents, e.g., for images or cartographic resources.).freeze,
2167
+ definition: "Ratio of the dimensions of a form contained or embodied in a resource to the dimensions of the entity it represents, e.g., for images or cartographic resources.".freeze,
2168
2168
  label: "Scale".freeze,
2169
2169
  type: "owl:Class".freeze
2170
2170
  term :Script,
2171
2171
  "dc:modified": "2016-04-21 (New)".freeze,
2172
- definition: %(Information on the script, or symbol system used to convey the content of a text resource.).freeze,
2172
+ definition: "Information on the script, or symbol system used to convey the content of a text resource.".freeze,
2173
2173
  label: "Script used".freeze,
2174
2174
  subClassOf: "bf2:Notation".freeze,
2175
2175
  type: "owl:Class".freeze
2176
2176
  term :ShelfMark,
2177
2177
  "dc:modified": "2016-04-21 (New)".freeze,
2178
- definition: %(Piece/item identifier, such as a call or other type of number.).freeze,
2178
+ definition: "Piece/item identifier, such as a call or other type of number.".freeze,
2179
2179
  label: "Shelf location".freeze,
2180
2180
  subClassOf: "bf2:Identifier".freeze,
2181
2181
  type: "owl:Class".freeze
2182
2182
  term :ShelfMarkDdc,
2183
2183
  "dc:modified": "2016-04-21 (New)".freeze,
2184
- definition: %(Shelf mark based on Dewey Decimal Classification.).freeze,
2184
+ definition: "Shelf mark based on Dewey Decimal Classification.".freeze,
2185
2185
  label: "DDC call number".freeze,
2186
2186
  subClassOf: "bf2:ShelfMark".freeze,
2187
2187
  type: "owl:Class".freeze
2188
2188
  term :ShelfMarkLcc,
2189
2189
  "dc:modified": "2016-04-21 (New)".freeze,
2190
- definition: %(Shelf mark based on Library of Congress Classification.).freeze,
2190
+ definition: "Shelf mark based on Library of Congress Classification.".freeze,
2191
2191
  label: "LCC call number".freeze,
2192
2192
  subClassOf: "bf2:ShelfMark".freeze,
2193
2193
  type: "owl:Class".freeze
2194
2194
  term :ShelfMarkNlm,
2195
2195
  "dc:modified": "2016-04-21 (New)".freeze,
2196
- definition: %(Shelf mark based on National Library of Medicine Classification.).freeze,
2196
+ definition: "Shelf mark based on National Library of Medicine Classification.".freeze,
2197
2197
  label: "NLM call number".freeze,
2198
2198
  subClassOf: "bf2:ShelfMark".freeze,
2199
2199
  type: "owl:Class".freeze
2200
2200
  term :ShelfMarkUdc,
2201
2201
  "dc:modified": "2016-04-21 (New)".freeze,
2202
- definition: %(Shelf mark based on Universal Decimal Classification.).freeze,
2202
+ definition: "Shelf mark based on Universal Decimal Classification.".freeze,
2203
2203
  label: "UDC call number".freeze,
2204
2204
  subClassOf: "bf2:ShelfMark".freeze,
2205
2205
  type: "owl:Class".freeze
2206
2206
  term :Sici,
2207
2207
  "dc:modified": "2016-04-21 (New)".freeze,
2208
- definition: %(Serial Item and Contribution Identifier.).freeze,
2208
+ definition: "Serial Item and Contribution Identifier.".freeze,
2209
2209
  label: "SICI".freeze,
2210
2210
  subClassOf: "bf2:Identifier".freeze,
2211
2211
  type: "owl:Class".freeze
2212
2212
  term :SoundCharacteristic,
2213
2213
  "dc:modified": "2016-04-21 (New)".freeze,
2214
- definition: %(Technical specification relating to the encoding of sound in a resource.).freeze,
2214
+ definition: "Technical specification relating to the encoding of sound in a resource.".freeze,
2215
2215
  label: "Sound characteristic".freeze,
2216
2216
  type: "owl:Class".freeze
2217
2217
  term :SoundContent,
2218
2218
  "dc:modified": "2016-04-21 (New)".freeze,
2219
- definition: %(Indication of whether the production of sound is an integral part of the resource.).freeze,
2219
+ definition: "Indication of whether the production of sound is an integral part of the resource.".freeze,
2220
2220
  label: "Sound content".freeze,
2221
2221
  type: "owl:Class".freeze
2222
2222
  term :Source,
2223
2223
  "dc:modified": "2016-04-21 (New)".freeze,
2224
- definition: %(Resource from which value or label came or was derived.).freeze,
2224
+ definition: "Resource from which value or label came or was derived.".freeze,
2225
2225
  label: "Source".freeze,
2226
2226
  type: "owl:Class".freeze
2227
2227
  term :Status,
2228
2228
  "dc:modified": "2016-04-21 (New)".freeze,
2229
- definition: %(Designation of the validity or position of something, e.g., whether something is incorrect or available.).freeze,
2229
+ definition: "Designation of the validity or position of something, e.g., whether something is incorrect or available.".freeze,
2230
2230
  label: "Status".freeze,
2231
2231
  type: "owl:Class".freeze
2232
2232
  term :StillImage,
2233
2233
  "dc:modified": "2016-04-21 (New)".freeze,
2234
- definition: %(Resource expressed through line, shape, shading, etc., intended to be perceived visually as a still image or images in two dimensions. Includes two-dimensional images and slides and transparencies.).freeze,
2234
+ definition: "Resource expressed through line, shape, shading, etc., intended to be perceived visually as a still image or images in two dimensions. Includes two-dimensional images and slides and transparencies.".freeze,
2235
2235
  label: "Still image".freeze,
2236
2236
  subClassOf: "bf2:Work".freeze,
2237
2237
  type: "owl:Class".freeze
2238
2238
  term :StockNumber,
2239
2239
  "dc:modified": "2016-04-21 (New)".freeze,
2240
- definition: %(Identification number used for stock purposes and assigned by agencies such as distributors, publishers, or vendors.).freeze,
2240
+ definition: "Identification number used for stock purposes and assigned by agencies such as distributors, publishers, or vendors.".freeze,
2241
2241
  label: "Stock number".freeze,
2242
2242
  subClassOf: "bf2:Identifier".freeze,
2243
2243
  type: "owl:Class".freeze
2244
2244
  term :Strn,
2245
2245
  "dc:modified": "2016-04-21 (New)".freeze,
2246
- definition: %(Standard Technical Report Number.).freeze,
2246
+ definition: "Standard Technical Report Number.".freeze,
2247
2247
  label: "STRN".freeze,
2248
2248
  subClassOf: "bf2:Identifier".freeze,
2249
2249
  type: "owl:Class".freeze
2250
2250
  term :StudyNumber,
2251
2251
  "dc:modified": "2016-04-21 (New)".freeze,
2252
- definition: %(Identification number for a computer data file.).freeze,
2252
+ definition: "Identification number for a computer data file.".freeze,
2253
2253
  label: "Study number".freeze,
2254
2254
  subClassOf: "bf2:Identifier".freeze,
2255
2255
  type: "owl:Class".freeze
2256
2256
  term :Sublocation,
2257
2257
  "dc:modified": "2016-04-21 (New)".freeze,
2258
- definition: %(Specific place within the holding entity where the item is located or made available.).freeze,
2258
+ definition: "Specific place within the holding entity where the item is located or made available.".freeze,
2259
2259
  label: "Sublocation".freeze,
2260
2260
  type: "owl:Class".freeze
2261
2261
  term :Summary,
2262
2262
  "dc:modified": "2016-04-21 (New)".freeze,
2263
- definition: %(Description of the content of a resource, such as an abstract, summary, etc..).freeze,
2263
+ definition: "Description of the content of a resource, such as an abstract, summary, etc..".freeze,
2264
2264
  label: "Summary".freeze,
2265
2265
  type: "owl:Class".freeze
2266
2266
  term :SupplementaryContent,
2267
2267
  "dc:modified": "2016-04-21 (New)".freeze,
2268
- definition: %(Index, bibliography, appendix, etc. intended to supplement the primary content of a resource.).freeze,
2268
+ definition: "Index, bibliography, appendix, etc. intended to supplement the primary content of a resource.".freeze,
2269
2269
  label: "Supplementary material".freeze,
2270
2270
  type: "owl:Class".freeze
2271
2271
  term :SystemRequirement,
2272
2272
  "dc:modified": "2017-02-06 (New)".freeze,
2273
- definition: %(Equipment or system requirements beyond what is normal and obvious for the type of carrier or type of file, such as make and model of equipment or hardware, operating system, amount of memory, programming language, other necessary software, any plug-ins or peripherals required to play, view, or run the resource, etc.).freeze,
2273
+ definition: "Equipment or system requirements beyond what is normal and obvious for the type of carrier or type of file, such as make and model of equipment or hardware, operating system, amount of memory, programming language, other necessary software, any plug-ins or peripherals required to play, view, or run the resource, etc.".freeze,
2274
2274
  label: "System Requirement".freeze,
2275
2275
  type: "owl:Class".freeze
2276
2276
  term :TableOfContents,
2277
2277
  "dc:modified": "2016-04-21 (New)".freeze,
2278
- definition: %(Table of contents of a resource.).freeze,
2278
+ definition: "Table of contents of a resource.".freeze,
2279
2279
  label: "Table of contents".freeze,
2280
2280
  type: "owl:Class".freeze
2281
2281
  term :Tactile,
2282
2282
  "dc:modified": "2016-04-21 (New)".freeze,
2283
- definition: %(Resource that is intended to be perceived by touch.).freeze,
2283
+ definition: "Resource that is intended to be perceived by touch.".freeze,
2284
2284
  label: "Tactile material".freeze,
2285
2285
  subClassOf: "bf2:Instance".freeze,
2286
2286
  type: "owl:Class".freeze
2287
2287
  term :TactileNotation,
2288
2288
  "dc:modified": "2016-04-21 (New)".freeze,
2289
- definition: %(Information on the symbol system used to convey the content of a tactile resource.).freeze,
2289
+ definition: "Information on the symbol system used to convey the content of a tactile resource.".freeze,
2290
2290
  label: "Tactile notation used".freeze,
2291
2291
  subClassOf: "bf2:Notation".freeze,
2292
2292
  type: "owl:Class".freeze
2293
2293
  term :TapeConfig,
2294
2294
  "dc:modified": "2016-04-21 (New)".freeze,
2295
- definition: %(Number of tracks on an audiotape, e.g., 12 track.).freeze,
2295
+ definition: "Number of tracks on an audiotape, e.g., 12 track.".freeze,
2296
2296
  label: "Tape configuration".freeze,
2297
2297
  subClassOf: "bf2:SoundCharacteristic".freeze,
2298
2298
  type: "owl:Class".freeze
2299
2299
  term :Temporal,
2300
2300
  "dc:modified": "2016-04-21 (New)".freeze,
2301
- definition: %(Chronological period.).freeze,
2301
+ definition: "Chronological period.".freeze,
2302
2302
  label: "Temporal concept".freeze,
2303
2303
  type: "owl:Class".freeze
2304
2304
  term :Text,
2305
2305
  "dc:modified": "2016-04-21 (New)".freeze,
2306
- definition: %(Resource intended to be perceived visually and understood through the use of language in written or spoken form.).freeze,
2306
+ definition: "Resource intended to be perceived visually and understood through the use of language in written or spoken form.".freeze,
2307
2307
  label: "Text".freeze,
2308
2308
  subClassOf: "bf2:Work".freeze,
2309
2309
  type: "owl:Class".freeze
2310
2310
  term :Title,
2311
2311
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Definition changed)".freeze],
2312
- definition: %(Title information relating to a resource: work title, preferred title, instance title, transcribed title, translated title, variant form of title, etc.).freeze,
2312
+ definition: "Title information relating to a resource: work title, preferred title, instance title, transcribed title, translated title, variant form of title, etc.".freeze,
2313
2313
  label: "Title entity".freeze,
2314
2314
  type: "owl:Class".freeze
2315
2315
  term :Topic,
2316
2316
  "dc:modified": "2016-04-21 (New)".freeze,
2317
- definition: %(Concept or area of knowledge.).freeze,
2317
+ definition: "Concept or area of knowledge.".freeze,
2318
2318
  label: "Topic".freeze,
2319
2319
  type: "owl:Class".freeze
2320
2320
  term :TrackConfig,
2321
2321
  "dc:modified": "2016-04-21 (New)".freeze,
2322
- definition: %(Configuration of the audio track on a sound-track film, e.g., center track, edge track.).freeze,
2322
+ definition: "Configuration of the audio track on a sound-track film, e.g., center track, edge track.".freeze,
2323
2323
  label: "Track configuration".freeze,
2324
2324
  subClassOf: "bf2:SoundCharacteristic".freeze,
2325
2325
  type: "owl:Class".freeze
2326
2326
  term :Unit,
2327
2327
  "dc:modified": "2016-04-21 (New)".freeze,
2328
- definition: %(Units in which a value is expressed.).freeze,
2328
+ definition: "Units in which a value is expressed.".freeze,
2329
2329
  label: "Unit".freeze,
2330
2330
  type: "owl:Class".freeze
2331
2331
  term :Upc,
2332
2332
  "dc:modified": "2016-04-21 (New)".freeze,
2333
- definition: %(Universal Product Code.).freeze,
2333
+ definition: "Universal Product Code.".freeze,
2334
2334
  label: "UPC".freeze,
2335
2335
  subClassOf: "bf2:Identifier".freeze,
2336
2336
  type: "owl:Class".freeze
2337
2337
  term :Urn,
2338
2338
  "dc:modified": "2016-04-21 (New)".freeze,
2339
- definition: %(Uniform Resource Number.).freeze,
2339
+ definition: "Uniform Resource Number.".freeze,
2340
2340
  label: "URN".freeze,
2341
2341
  subClassOf: "bf2:Identifier".freeze,
2342
2342
  type: "owl:Class".freeze
2343
2343
  term :UsageAndAccessPolicy,
2344
2344
  "dc:modified": "2016-04-21 (New)".freeze,
2345
- definition: %(General statement of allowances and restrictions on access to a resource, including retention, reproduction, access, and lending.).freeze,
2345
+ definition: "General statement of allowances and restrictions on access to a resource, including retention, reproduction, access, and lending.".freeze,
2346
2346
  label: "Use and access conditions".freeze,
2347
2347
  type: "owl:Class".freeze
2348
2348
  term :UsePolicy,
2349
2349
  "dc:modified": "2016-04-21 (New)".freeze,
2350
- definition: %(Usage limitations placed on a resource with respect to reproduction, publication, exhibition, etc..).freeze,
2350
+ definition: "Usage limitations placed on a resource with respect to reproduction, publication, exhibition, etc..".freeze,
2351
2351
  label: "Use policy".freeze,
2352
2352
  subClassOf: "bf2:UsageAndAccessPolicy".freeze,
2353
2353
  type: "owl:Class".freeze
2354
2354
  term :VariantTitle,
2355
2355
  "dc:modified": "2016-04-21 (New)".freeze,
2356
- definition: %(Title associated with the resource that is different from the Work or Instance title.).freeze,
2356
+ definition: "Title associated with the resource that is different from the Work or Instance title.".freeze,
2357
2357
  label: "Title variation".freeze,
2358
2358
  subClassOf: "bf2:Title".freeze,
2359
2359
  type: "owl:Class".freeze
2360
2360
  term :VideoCharacteristic,
2361
2361
  "dc:modified": "2016-04-21 (New)".freeze,
2362
- definition: %(Technical specification relating to the encoding of video images in a resource.).freeze,
2362
+ definition: "Technical specification relating to the encoding of video images in a resource.".freeze,
2363
2363
  label: "Video characteristic".freeze,
2364
2364
  type: "owl:Class".freeze
2365
2365
  term :VideoFormat,
2366
2366
  "dc:modified": "2016-04-21 (New)".freeze,
2367
- definition: %(Standard, etc., used to encode the analog video content of a resource, e.g., Beta, 8mm.).freeze,
2367
+ definition: "Standard, etc., used to encode the analog video content of a resource, e.g., Beta, 8mm.".freeze,
2368
2368
  label: "Video format".freeze,
2369
2369
  subClassOf: "bf2:VideoCharacteristic".freeze,
2370
2370
  type: "owl:Class".freeze
2371
2371
  term :VideoRecordingNumber,
2372
2372
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Corrected case in class name)".freeze],
2373
- definition: %(Number assigned by a publisher to a video recording.).freeze,
2373
+ definition: "Number assigned by a publisher to a video recording.".freeze,
2374
2374
  label: "Video recording number".freeze,
2375
2375
  subClassOf: "bf2:Identifier".freeze,
2376
2376
  type: "owl:Class".freeze
2377
2377
  term :Work,
2378
2378
  "dc:modified": "2016-04-21 (New)".freeze,
2379
- definition: %(Resource reflecting a conceptual essence of a cataloging resource.).freeze,
2379
+ definition: "Resource reflecting a conceptual essence of a cataloging resource.".freeze,
2380
2380
  label: "Work".freeze,
2381
2381
  type: "owl:Class".freeze
2382
2382
 
2383
2383
  # Property definitions
2384
2384
  property :absorbed,
2385
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2385
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
2386
2386
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
2387
- definition: %(Resource that has been incorporated into another resource.).freeze,
2387
+ definition: "Resource that has been incorporated into another resource.".freeze,
2388
2388
  inverseOf: "bf2:absorbedBy".freeze,
2389
2389
  label: "Absorption of".freeze,
2390
2390
  subPropertyOf: "bf2:precededBy".freeze,
2391
2391
  type: "owl:ObjectProperty".freeze
2392
2392
  property :absorbedBy,
2393
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2393
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
2394
2394
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
2395
- definition: %(Resource that incorporates another resource.).freeze,
2395
+ definition: "Resource that incorporates another resource.".freeze,
2396
2396
  inverseOf: "bf2:absorbed".freeze,
2397
2397
  label: "Absorbed by".freeze,
2398
2398
  subPropertyOf: "bf2:succeededBy".freeze,
2399
2399
  type: "owl:ObjectProperty".freeze
2400
2400
  property :accompaniedBy,
2401
- comment: [%(Expected value Work, Instance or Item).freeze, %(Used with Work, Instance or Item).freeze],
2401
+ comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze],
2402
2402
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
2403
- definition: %(Resource that accompanies the described resource.).freeze,
2403
+ definition: "Resource that accompanies the described resource.".freeze,
2404
2404
  inverseOf: "bf2:accompanies".freeze,
2405
2405
  label: "Accompanied by".freeze,
2406
2406
  subPropertyOf: "bf2:relatedTo".freeze,
2407
2407
  type: "owl:ObjectProperty".freeze
2408
2408
  property :accompanies,
2409
- comment: [%(Expected value Work, Instance or Item).freeze, %(Used with Work, Instance or Item).freeze],
2409
+ comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze],
2410
2410
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
2411
- definition: %(Resource that adds to or is issued with the described resource.).freeze,
2411
+ definition: "Resource that adds to or is issued with the described resource.".freeze,
2412
2412
  inverseOf: "bf2:accompaniedBy".freeze,
2413
2413
  label: "Accompanies".freeze,
2414
2414
  subPropertyOf: "bf2:relatedTo".freeze,
2415
2415
  type: "owl:ObjectProperty".freeze
2416
2416
  property :acquisitionSource,
2417
- comment: %(Used with Work or Instance).freeze,
2417
+ comment: "Used with Work or Instance".freeze,
2418
2418
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property".freeze, "slight change to definition)".freeze],
2419
- definition: %(Information about an organization, person, etc., from which a resource may be obtained.).freeze,
2419
+ definition: "Information about an organization, person, etc., from which a resource may be obtained.".freeze,
2420
2420
  label: "Source of acquisition".freeze,
2421
2421
  range: "bf2:AcquisitionSource".freeze,
2422
2422
  type: "owl:ObjectProperty".freeze
2423
2423
  property :acquisitionTerms,
2424
- comment: %(Used with Work or Instance).freeze,
2424
+ comment: "Used with Work or Instance".freeze,
2425
2425
  "dc:modified": "2016-04-21 (New)".freeze,
2426
- definition: %(Conditions under which the publisher, distributor, etc., will normally supply a resource, e.g., price of a resource.).freeze,
2426
+ definition: "Conditions under which the publisher, distributor, etc., will normally supply a resource, e.g., price of a resource.".freeze,
2427
2427
  label: "Terms of acquisition".freeze,
2428
2428
  range: "rdfs:Literal".freeze,
2429
2429
  type: "owl:DatatypeProperty".freeze
2430
2430
  property :adminMetadata,
2431
- comment: %(Used with Unspecified).freeze,
2431
+ comment: "Used with Unspecified".freeze,
2432
2432
  "dc:modified": "2016-04-21 (New)".freeze,
2433
- definition: %(Metadata about the metadata, especially provenance information.).freeze,
2433
+ definition: "Metadata about the metadata, especially provenance information.".freeze,
2434
2434
  label: "Administrative metadata".freeze,
2435
2435
  range: "bf2:AdminMetadata".freeze,
2436
2436
  type: "owl:ObjectProperty".freeze
2437
2437
  property :agent,
2438
- comment: %(Used with Unspecified).freeze,
2438
+ comment: "Used with Unspecified".freeze,
2439
2439
  "dc:modified": "2016-04-21 (New)".freeze,
2440
- definition: %(Entity associated with a resource or element of description, such as the name of the entity responsible for the content or of the publication, printing, distribution, issue, release or production of a resource.).freeze,
2440
+ definition: "Entity associated with a resource or element of description, such as the name of the entity responsible for the content or of the publication, printing, distribution, issue, release or production of a resource.".freeze,
2441
2441
  label: "Associated agent".freeze,
2442
2442
  range: "bf2:Agent".freeze,
2443
2443
  type: "owl:ObjectProperty".freeze
2444
2444
  property :appliedMaterial,
2445
2445
  "dc:modified": "2016-04-21 (New)".freeze,
2446
- definition: %(Physical or chemical substance applied to a base material of a resource.).freeze,
2446
+ definition: "Physical or chemical substance applied to a base material of a resource.".freeze,
2447
2447
  domain: "bf2:Instance".freeze,
2448
2448
  label: "Applied material".freeze,
2449
2449
  range: "bf2:AppliedMaterial".freeze,
2450
2450
  type: "owl:ObjectProperty".freeze
2451
2451
  property :arrangement,
2452
- comment: %(Used with Work or Instance).freeze,
2452
+ comment: "Used with Work or Instance".freeze,
2453
2453
  "dc:modified": "2016-04-21 (New)".freeze,
2454
- definition: %(Information about the organization and arrangement of a collection of resources.).freeze,
2454
+ definition: "Information about the organization and arrangement of a collection of resources.".freeze,
2455
2455
  label: "Organization and arrangement".freeze,
2456
2456
  range: "bf2:Arrangement".freeze,
2457
2457
  type: "owl:ObjectProperty".freeze
2458
2458
  property :ascensionAndDeclination,
2459
2459
  "dc:modified": "2016-04-21 (New)".freeze,
2460
- definition: %(System for identifying the location of a celestial object in the sky covered by the cartographic content of a resource using the angles of right ascension and declination.).freeze,
2460
+ definition: "System for identifying the location of a celestial object in the sky covered by the cartographic content of a resource using the angles of right ascension and declination.".freeze,
2461
2461
  domain: "bf2:Cartographic".freeze,
2462
2462
  label: "Cartographic ascension and declination".freeze,
2463
2463
  range: "rdfs:Literal".freeze,
2464
2464
  type: "owl:DatatypeProperty".freeze
2465
2465
  property :aspectRatio,
2466
- comment: %(Used with Work or Instance).freeze,
2466
+ comment: "Used with Work or Instance".freeze,
2467
2467
  "dc:modified": "2016-04-21 (New)".freeze,
2468
- definition: %(Proportional relationship between an image's width and its height.).freeze,
2468
+ definition: "Proportional relationship between an image's width and its height.".freeze,
2469
2469
  label: "Aspect ratio".freeze,
2470
2470
  range: "bf2:AspectRatio".freeze,
2471
2471
  type: "owl:ObjectProperty".freeze
2472
2472
  property :assigner,
2473
2473
  "dc:modified": "2016-04-21 (New)".freeze,
2474
- definition: %(Entity that assigned the metadata, such as the entity that assigned a classification number, entity that assigned a name, entity that assigned an identifier.).freeze,
2474
+ definition: "Entity that assigned the metadata, such as the entity that assigned a classification number, entity that assigned a name, entity that assigned an identifier.".freeze,
2475
2475
  domain: "bf2:AdminMetadata".freeze,
2476
2476
  label: "Assigner".freeze,
2477
2477
  range: "bf2:Agent".freeze,
2478
2478
  type: "owl:ObjectProperty".freeze
2479
2479
  property :awards,
2480
- comment: %(Used with Work or Instance).freeze,
2480
+ comment: "Used with Work or Instance".freeze,
2481
2481
  "dc:modified": "2016-04-21 (New)".freeze,
2482
- definition: %(Information on awards associated with the described resource.).freeze,
2482
+ definition: "Information on awards associated with the described resource.".freeze,
2483
2483
  label: "Award note".freeze,
2484
2484
  range: "rdfs:Literal".freeze,
2485
2485
  type: "owl:DatatypeProperty".freeze
2486
2486
  property :baseMaterial,
2487
2487
  "dc:modified": "2016-04-21 (New)".freeze,
2488
- definition: %(Underlying physical material of a resource.).freeze,
2488
+ definition: "Underlying physical material of a resource.".freeze,
2489
2489
  domain: "bf2:Instance".freeze,
2490
2490
  label: "Base material".freeze,
2491
2491
  range: "bf2:BaseMaterial".freeze,
2492
2492
  type: "owl:ObjectProperty".freeze
2493
2493
  property :bookFormat,
2494
2494
  "dc:modified": "2016-04-21 (New)".freeze,
2495
- definition: %(Result of folding a printed sheet to form a gathering of leaves.).freeze,
2495
+ definition: "Result of folding a printed sheet to form a gathering of leaves.".freeze,
2496
2496
  domain: "bf2:Instance".freeze,
2497
2497
  label: "Book format".freeze,
2498
2498
  range: "bf2:BookFormat".freeze,
2499
2499
  type: "owl:ObjectProperty".freeze
2500
2500
  property :capture,
2501
- comment: %(Used with Work or Instance).freeze,
2501
+ comment: "Used with Work or Instance".freeze,
2502
2502
  "dc:modified": "2016-04-21 (New)".freeze,
2503
- definition: %(Information about place and date associated with the capture \(e.g., recording, filming\) of the content of a resource.).freeze,
2503
+ definition: "Information about place and date associated with the capture (e.g., recording, filming) of the content of a resource.".freeze,
2504
2504
  label: "Capture of content".freeze,
2505
2505
  range: "bf2:Capture".freeze,
2506
2506
  type: "owl:ObjectProperty".freeze
2507
2507
  property :carrier,
2508
2508
  "dc:modified": "2016-04-21 (New)".freeze,
2509
- definition: %(Categorization reflecting the format of the storage medium and housing of a carrier.).freeze,
2509
+ definition: "Categorization reflecting the format of the storage medium and housing of a carrier.".freeze,
2510
2510
  domain: "bf2:Instance".freeze,
2511
2511
  label: "Carrier type".freeze,
2512
2512
  range: "bf2:Carrier".freeze,
2513
2513
  type: "owl:ObjectProperty".freeze
2514
2514
  property :cartographicAttributes,
2515
- comment: %(Used with Work or Instance).freeze,
2515
+ comment: "Used with Work or Instance".freeze,
2516
2516
  "dc:modified": "2016-04-21 (New)".freeze,
2517
- definition: %(Cartographic data that identifies characteristics of the resource, such as coordinates, projection, etc.).freeze,
2517
+ definition: "Cartographic data that identifies characteristics of the resource, such as coordinates, projection, etc.".freeze,
2518
2518
  label: "Cartographic data".freeze,
2519
2519
  range: "bf2:Cartographic".freeze,
2520
2520
  type: "owl:ObjectProperty".freeze
2521
2521
  property :changeDate,
2522
2522
  "dc:modified": "2016-04-21 (New)".freeze,
2523
- definition: %(Date or date and time on which the metadata was modified.).freeze,
2523
+ definition: "Date or date and time on which the metadata was modified.".freeze,
2524
2524
  domain: "bf2:AdminMetadata".freeze,
2525
2525
  label: "Description change date".freeze,
2526
2526
  range: "rdfs:Literal".freeze,
2527
2527
  subPropertyOf: "bf2:date".freeze,
2528
2528
  type: "owl:DatatypeProperty".freeze
2529
2529
  property :classification,
2530
- comment: %(Used with Work, Instance or Item).freeze,
2530
+ comment: "Used with Work, Instance or Item".freeze,
2531
2531
  "dc:modified": "2016-04-21 (New)".freeze,
2532
- definition: %(Classification number in any scheme.).freeze,
2532
+ definition: "Classification number in any scheme.".freeze,
2533
2533
  label: "Classification".freeze,
2534
2534
  range: "bf2:Classification".freeze,
2535
2535
  type: "owl:ObjectProperty".freeze
2536
2536
  property :classificationPortion,
2537
2537
  "dc:modified": "2016-04-21 (New)".freeze,
2538
- definition: %(Classification number \(single class number or beginning number of a span\) that indicates the subject by applying a formal system of coding and organizing resources.).freeze,
2538
+ definition: "Classification number (single class number or beginning number of a span) that indicates the subject by applying a formal system of coding and organizing resources.".freeze,
2539
2539
  domain: "bf2:Classification".freeze,
2540
2540
  label: "Classification number".freeze,
2541
2541
  range: "rdfs:Literal".freeze,
2542
2542
  type: "owl:DatatypeProperty".freeze
2543
2543
  property :code,
2544
- comment: %(Used with Unspecified).freeze,
2544
+ comment: "Used with Unspecified".freeze,
2545
2545
  "dc:modified": "2016-04-21 (New)".freeze,
2546
- definition: %(String of characters that serves as a code representing information.).freeze,
2546
+ definition: "String of characters that serves as a code representing information.".freeze,
2547
2547
  label: "Code".freeze,
2548
2548
  range: "rdfs:Literal".freeze,
2549
2549
  type: "owl:DatatypeProperty".freeze
2550
2550
  property :colorContent,
2551
- comment: %(Used with Work or Instance).freeze,
2551
+ comment: "Used with Work or Instance".freeze,
2552
2552
  "dc:modified": "2016-04-21 (New)".freeze,
2553
- definition: %(Color characteristics, e.g., black and white, multicolored.).freeze,
2553
+ definition: "Color characteristics, e.g., black and white, multicolored.".freeze,
2554
2554
  label: "Color content".freeze,
2555
2555
  range: "bf2:ColorContent".freeze,
2556
2556
  type: "owl:ObjectProperty".freeze
2557
2557
  property :content,
2558
2558
  "dc:modified": "2016-04-21 (New)".freeze,
2559
- 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.).freeze,
2559
+ 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.".freeze,
2560
2560
  domain: "bf2:Work".freeze,
2561
2561
  label: "Content type".freeze,
2562
2562
  range: "bf2:Content".freeze,
2563
2563
  type: "owl:ObjectProperty".freeze
2564
2564
  property :contentAccessibility,
2565
- comment: %(Used with Work or Instance).freeze,
2565
+ comment: "Used with Work or Instance".freeze,
2566
2566
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-03 (changed from data to object property)".freeze, "2017-03-15 fixed typo in range".freeze],
2567
- definition: %(Information that assists those with a sensory impairment for greater understanding of content, e.g., captions.).freeze,
2567
+ definition: "Information that assists those with a sensory impairment for greater understanding of content, e.g., captions.".freeze,
2568
2568
  label: "Content accessibility information".freeze,
2569
2569
  range: "bf2:ContentAccessibility".freeze,
2570
2570
  type: "owl:ObjectProperty".freeze
2571
2571
  property :continuedBy,
2572
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2572
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
2573
2573
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
2574
- definition: %(Resource whose content continues an earlier resource under a new title.).freeze,
2574
+ definition: "Resource whose content continues an earlier resource under a new title.".freeze,
2575
2575
  inverseOf: "bf2:continues".freeze,
2576
2576
  label: "Continued by".freeze,
2577
2577
  subPropertyOf: "bf2:succeededBy".freeze,
2578
2578
  type: "owl:ObjectProperty".freeze
2579
2579
  property :continuedInPartBy,
2580
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2580
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
2581
2581
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
2582
- definition: %(Resource part of whose content separated from an earlier resource to form a new resource.).freeze,
2582
+ definition: "Resource part of whose content separated from an earlier resource to form a new resource.".freeze,
2583
2583
  inverseOf: "bf2:separatedFrom".freeze,
2584
2584
  label: "Continued in part by".freeze,
2585
2585
  subPropertyOf: "bf2:succeededBy".freeze,
2586
2586
  type: "owl:ObjectProperty".freeze
2587
2587
  property :continues,
2588
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2588
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
2589
2589
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
2590
- definition: %(Resource that is continued by the content of a later resource under a new title.).freeze,
2590
+ definition: "Resource that is continued by the content of a later resource under a new title.".freeze,
2591
2591
  inverseOf: "bf2:continuedBy".freeze,
2592
2592
  label: "Continuation of".freeze,
2593
2593
  subPropertyOf: "bf2:precededBy".freeze,
2594
2594
  type: "owl:ObjectProperty".freeze
2595
2595
  property :continuesInPart,
2596
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2596
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
2597
2597
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
2598
- definition: %(Resource that split into two or more separate resources with new titles.).freeze,
2598
+ definition: "Resource that split into two or more separate resources with new titles.".freeze,
2599
2599
  inverseOf: "bf2:splitInto".freeze,
2600
2600
  label: "Continuation in part of".freeze,
2601
2601
  subPropertyOf: "bf2:precededBy".freeze,
2602
2602
  type: "owl:ObjectProperty".freeze
2603
2603
  property :contribution,
2604
- comment: %(Used with Work, Instance or Item).freeze,
2604
+ comment: "Used with Work, Instance or Item".freeze,
2605
2605
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Corrected label)".freeze],
2606
- definition: %(Agent and its role in relation to the resource.).freeze,
2606
+ definition: "Agent and its role in relation to the resource.".freeze,
2607
2607
  label: "Contributor and role".freeze,
2608
2608
  range: "bf2:Contribution".freeze,
2609
2609
  type: "owl:ObjectProperty".freeze
2610
2610
  property :coordinates,
2611
2611
  "dc:modified": "2016-04-21 (New)".freeze,
2612
- definition: %(Mathematical system for identifying the area covered by the cartographic content of a resource, expressed either by means of longitude and latitude on the surface of planets or by the angles of right ascension and declination for celestial cartographic content.).freeze,
2612
+ definition: "Mathematical system for identifying the area covered by the cartographic content of a resource, expressed either by means of longitude and latitude on the surface of planets or by the angles of right ascension and declination for celestial cartographic content.".freeze,
2613
2613
  domain: "bf2:Cartographic".freeze,
2614
2614
  label: "Cartographic coordinates".freeze,
2615
2615
  range: "rdfs:Literal".freeze,
2616
2616
  type: "owl:DatatypeProperty".freeze
2617
2617
  property :copyrightDate,
2618
- comment: %(Used with Work or Instance).freeze,
2618
+ comment: "Used with Work or Instance".freeze,
2619
2619
  "dc:modified": "2016-04-21 (New)".freeze,
2620
- definition: %(Date associated with a claim of protection under copyright or a similar regime.).freeze,
2620
+ definition: "Date associated with a claim of protection under copyright or a similar regime.".freeze,
2621
2621
  label: "Copyright date".freeze,
2622
2622
  range: "rdfs:Literal".freeze,
2623
2623
  subPropertyOf: "bf2:date".freeze,
2624
2624
  type: "owl:DatatypeProperty".freeze
2625
2625
  property :copyrightRegistration,
2626
- comment: %(Used with Work or Instance).freeze,
2626
+ comment: "Used with Work or Instance".freeze,
2627
2627
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-05-04 (Corrected expected value)".freeze],
2628
- definition: %(Copyright and Legal Deposit registration information).freeze,
2628
+ definition: "Copyright and Legal Deposit registration information".freeze,
2629
2629
  label: "Copyright registration information".freeze,
2630
2630
  range: "bf2:CopyrightRegistration".freeze,
2631
2631
  type: "owl:ObjectProperty".freeze
2632
2632
  property :count,
2633
- comment: %(Used with Unspecified).freeze,
2633
+ comment: "Used with Unspecified".freeze,
2634
2634
  "dc:modified": "2016-04-21 (New)".freeze,
2635
- definition: %(Number associated with a measure of units, such as the number of units and/or subunits making up a resource.).freeze,
2635
+ definition: "Number associated with a measure of units, such as the number of units and/or subunits making up a resource.".freeze,
2636
2636
  label: "Number of units".freeze,
2637
2637
  range: "rdfs:Literal".freeze,
2638
2638
  type: "owl:DatatypeProperty".freeze
2639
2639
  property :coverArt,
2640
- comment: %(Used with Work or Instance).freeze,
2640
+ comment: "Used with Work or Instance".freeze,
2641
2641
  "dc:modified": "2016-04-21 (New)".freeze,
2642
- definition: %(Cover art image of a resource.).freeze,
2642
+ definition: "Cover art image of a resource.".freeze,
2643
2643
  label: "Cover art".freeze,
2644
2644
  range: "bf2:CoverArt".freeze,
2645
2645
  type: "owl:ObjectProperty".freeze
2646
2646
  property :creationDate,
2647
2647
  "dc:modified": "2016-04-21 (New)".freeze,
2648
- definition: %(Date or date and time on which the original metadata first created.).freeze,
2648
+ definition: "Date or date and time on which the original metadata first created.".freeze,
2649
2649
  domain: "bf2:AdminMetadata".freeze,
2650
2650
  label: "Description creation date".freeze,
2651
2651
  range: "rdfs:Literal".freeze,
2652
2652
  subPropertyOf: "bf2:date".freeze,
2653
2653
  type: "owl:DatatypeProperty".freeze
2654
2654
  property :credits,
2655
- comment: %(Used with Work or Instance).freeze,
2655
+ comment: "Used with Work or Instance".freeze,
2656
2656
  "dc:modified": "2016-04-21 (New)".freeze,
2657
- definition: %(Information in note form of credits for persons or organizations who have participated in the creation and/or production of the resource.).freeze,
2657
+ definition: "Information in note form of credits for persons or organizations who have participated in the creation and/or production of the resource.".freeze,
2658
2658
  label: "Credits note".freeze,
2659
2659
  range: "rdfs:Literal".freeze,
2660
2660
  type: "owl:DatatypeProperty".freeze
2661
2661
  property :custodialHistory,
2662
- comment: %(Used with Work, Instance or Item).freeze,
2662
+ comment: "Used with Work, Instance or Item".freeze,
2663
2663
  "dc:modified": "2016-04-21 (New)".freeze,
2664
- definition: %(Information about the provenance, such as origin, ownership and custodial history \(chain of custody\), of a resource.).freeze,
2664
+ definition: "Information about the provenance, such as origin, ownership and custodial history (chain of custody), of a resource.".freeze,
2665
2665
  label: "Custodial history".freeze,
2666
2666
  range: "rdfs:Literal".freeze,
2667
2667
  type: "owl:DatatypeProperty".freeze
2668
2668
  property :dataSource,
2669
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2669
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
2670
2670
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (updated range)".freeze],
2671
- definition: %(Resource that is a data source to which the described resource is related. It may contain information about other files, printed sources, or collection procedures.).freeze,
2671
+ definition: "Resource that is a data source to which the described resource is related. It may contain information about other files, printed sources, or collection procedures.".freeze,
2672
2672
  label: "Data source".freeze,
2673
2673
  subPropertyOf: "bf2:relatedTo".freeze,
2674
2674
  type: "owl:ObjectProperty".freeze
2675
2675
  property :date,
2676
- comment: %(Used with Unspecified).freeze,
2676
+ comment: "Used with Unspecified".freeze,
2677
2677
  "dc:modified": "2016-04-21 (New)".freeze,
2678
- definition: %(Date designation associated with a resource or element of description, such as date of title variation; year a degree was awarded; date associated with the publication, printing, distribution, issue, release or production of a resource. May be date typed.).freeze,
2678
+ definition: "Date designation associated with a resource or element of description, such as date of title variation; year a degree was awarded; date associated with the publication, printing, distribution, issue, release or production of a resource. May be date typed.".freeze,
2679
2679
  label: "Date".freeze,
2680
2680
  range: "rdfs:Literal".freeze,
2681
2681
  type: "owl:DatatypeProperty".freeze
2682
2682
  property :degree,
2683
2683
  "dc:modified": "2016-04-21 (New)".freeze,
2684
- definition: %(Degree for which author was a candidate.).freeze,
2684
+ definition: "Degree for which author was a candidate.".freeze,
2685
2685
  domain: "bf2:Dissertation".freeze,
2686
2686
  label: "Degree".freeze,
2687
2687
  range: "rdfs:Literal".freeze,
2688
2688
  type: "owl:DatatypeProperty".freeze
2689
2689
  property :derivativeOf,
2690
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2690
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
2691
2691
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
2692
- definition: %(Source work from which the described resource is derived.).freeze,
2692
+ definition: "Source work from which the described resource is derived.".freeze,
2693
2693
  inverseOf: "bf2:hasDerivative".freeze,
2694
2694
  label: "Is derivative of".freeze,
2695
2695
  subPropertyOf: "bf2:relatedTo".freeze,
2696
2696
  type: "owl:ObjectProperty".freeze
2697
2697
  property :derivedFrom,
2698
2698
  "dc:modified": "2016-04-21 (New)".freeze,
2699
- definition: %(Link to the metadata that was the source of the data.).freeze,
2699
+ definition: "Link to the metadata that was the source of the data.".freeze,
2700
2700
  domain: "bf2:AdminMetadata".freeze,
2701
2701
  label: "Source metadata".freeze,
2702
2702
  range: "rdfs:Literal".freeze,
2703
2703
  type: "owl:DatatypeProperty".freeze
2704
2704
  property :descriptionAuthentication,
2705
2705
  "dc:modified": "2016-04-21 (New)".freeze,
2706
- definition: %(Indication of specific types of reviews that have been carried out on the description information.).freeze,
2706
+ definition: "Indication of specific types of reviews that have been carried out on the description information.".freeze,
2707
2707
  domain: "bf2:AdminMetadata".freeze,
2708
2708
  label: "Description authentication".freeze,
2709
2709
  range: "bf2:DescriptionAuthentication".freeze,
2710
2710
  type: "owl:ObjectProperty".freeze
2711
2711
  property :descriptionConventions,
2712
2712
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-24 (fixed domain name)".freeze],
2713
- definition: %(Rules used for the descriptive content of the resource description.).freeze,
2713
+ definition: "Rules used for the descriptive content of the resource description.".freeze,
2714
2714
  domain: "bf2:AdminMetadata".freeze,
2715
2715
  label: "Description conventions".freeze,
2716
2716
  range: "bf2:DescriptionConventions".freeze,
2717
2717
  type: "owl:ObjectProperty".freeze
2718
2718
  property :descriptionLanguage,
2719
2719
  "dc:modified": "2016-04-21 (New)".freeze,
2720
- definition: %(Language used for the metadata.).freeze,
2720
+ definition: "Language used for the metadata.".freeze,
2721
2721
  domain: "bf2:AdminMetadata".freeze,
2722
2722
  label: "Description language".freeze,
2723
2723
  range: "bf2:Language".freeze,
2724
2724
  type: "owl:ObjectProperty".freeze
2725
2725
  property :descriptionModifier,
2726
2726
  "dc:modified": "2016-04-21 (New)".freeze,
2727
- definition: %(Agency that modified a description.).freeze,
2727
+ definition: "Agency that modified a description.".freeze,
2728
2728
  domain: "bf2:AdminMetadata".freeze,
2729
2729
  label: "Description modifier".freeze,
2730
2730
  range: "bf2:Agent".freeze,
2731
2731
  type: "owl:ObjectProperty".freeze
2732
2732
  property :digitalCharacteristic,
2733
2733
  "dc:modified": "2016-04-21 (New)".freeze,
2734
- definition: %(Technical specification relating to the digital encoding of text, image, audio, video, and other types of data in a resource.).freeze,
2734
+ definition: "Technical specification relating to the digital encoding of text, image, audio, video, and other types of data in a resource.".freeze,
2735
2735
  domain: "bf2:Instance".freeze,
2736
2736
  label: "Digital characteristic".freeze,
2737
2737
  range: "bf2:DigitalCharacteristic".freeze,
2738
2738
  type: "owl:ObjectProperty".freeze
2739
2739
  property :dimensions,
2740
2740
  "dc:modified": "2016-04-21 (New)".freeze,
2741
- definition: %(Measurements of the carrier or carriers and/or the container of a resource.).freeze,
2741
+ definition: "Measurements of the carrier or carriers and/or the container of a resource.".freeze,
2742
2742
  domain: "bf2:Instance".freeze,
2743
2743
  label: "Dimensions".freeze,
2744
2744
  range: "rdfs:Literal".freeze,
2745
2745
  type: "owl:DatatypeProperty".freeze
2746
2746
  property :dissertation,
2747
- comment: %(Used with Work or Instance).freeze,
2747
+ comment: "Used with Work or Instance".freeze,
2748
2748
  "dc:modified": "2016-04-21 (New)".freeze,
2749
- definition: %(Work presented as part of the formal requirements for an academic degree.).freeze,
2749
+ definition: "Work presented as part of the formal requirements for an academic degree.".freeze,
2750
2750
  label: "Dissertation Information".freeze,
2751
2751
  range: "bf2:Dissertation".freeze,
2752
2752
  type: "owl:ObjectProperty".freeze
2753
2753
  property :duration,
2754
- comment: %(Used with Work or Instance).freeze,
2754
+ comment: "Used with Work or Instance".freeze,
2755
2755
  "dc:modified": "2016-04-21 (New)".freeze,
2756
- definition: %(Information about the playing time, running time, etc. of a resource.).freeze,
2756
+ definition: "Information about the playing time, running time, etc. of a resource.".freeze,
2757
2757
  label: "Duration".freeze,
2758
2758
  range: "rdfs:Literal".freeze,
2759
2759
  type: "owl:DatatypeProperty".freeze
2760
2760
  property :edition,
2761
2761
  "dc:modified": "2016-04-21 (New)".freeze,
2762
- definition: %(Edition of the classification scheme, such as full, abridged or a number, when a classification scheme designates editions.).freeze,
2762
+ definition: "Edition of the classification scheme, such as full, abridged or a number, when a classification scheme designates editions.".freeze,
2763
2763
  domain: "bf2:Classification".freeze,
2764
2764
  label: "Classification scheme edition".freeze,
2765
2765
  range: "rdfs:Literal".freeze,
2766
2766
  type: "owl:DatatypeProperty".freeze
2767
2767
  property :editionEnumeration,
2768
2768
  "dc:modified": "2016-04-21 (New)".freeze,
2769
- definition: %(Enumeration of the edition; usually transcribed.).freeze,
2769
+ definition: "Enumeration of the edition; usually transcribed.".freeze,
2770
2770
  domain: "bf2:Instance".freeze,
2771
2771
  label: "Edition enumeration".freeze,
2772
2772
  range: "rdfs:Literal".freeze,
2773
2773
  type: "owl:DatatypeProperty".freeze
2774
2774
  property :editionStatement,
2775
2775
  "dc:modified": "2016-04-21 (New)".freeze,
2776
- definition: %(Information identifying the edition or version of the resource and associated statements of responsibility for the edition; usually transcribed.).freeze,
2776
+ definition: "Information identifying the edition or version of the resource and associated statements of responsibility for the edition; usually transcribed.".freeze,
2777
2777
  domain: "bf2:Instance".freeze,
2778
2778
  label: "Edition statement".freeze,
2779
2779
  range: "rdfs:Literal".freeze,
2780
2780
  type: "owl:DatatypeProperty".freeze
2781
2781
  property :electronicLocator,
2782
2782
  "dc:modified": "2016-04-21 (New)".freeze,
2783
- definition: %(Electronic location from which the resource is available.).freeze,
2783
+ definition: "Electronic location from which the resource is available.".freeze,
2784
2784
  domain: "bf2:Item".freeze,
2785
2785
  label: "Electronic location".freeze,
2786
2786
  type: "owl:ObjectProperty".freeze
2787
2787
  property :emulsion,
2788
2788
  "dc:modified": "2016-04-21 (New)".freeze,
2789
- definition: %(Suspension of light-sensitive chemicals used as a coating on a microfilm or microfiche, e.g., silver halide.).freeze,
2789
+ definition: "Suspension of light-sensitive chemicals used as a coating on a microfilm or microfiche, e.g., silver halide.".freeze,
2790
2790
  domain: "bf2:Instance".freeze,
2791
2791
  label: "Emulsion".freeze,
2792
2792
  range: "bf2:Emulsion".freeze,
2793
2793
  type: "owl:ObjectProperty".freeze
2794
2794
  property :ensemble,
2795
2795
  "dc:modified": "2016-04-21 (New)".freeze,
2796
- definition: %(Ensemble for which a musical work is appropriate.).freeze,
2796
+ definition: "Ensemble for which a musical work is appropriate.".freeze,
2797
2797
  domain: "bf2:Work".freeze,
2798
2798
  label: "Ensemble".freeze,
2799
2799
  range: "bf2:MusicEnsemble".freeze,
2800
2800
  type: "owl:ObjectProperty".freeze
2801
2801
  property :ensembleType,
2802
2802
  "dc:modified": "2016-04-21 (New)".freeze,
2803
- definition: %(Specific type of ensemble, such as orchestra, band, guitar ensemble.).freeze,
2803
+ definition: "Specific type of ensemble, such as orchestra, band, guitar ensemble.".freeze,
2804
2804
  domain: "bf2:MusicEnsemble".freeze,
2805
2805
  label: "Ensemble type".freeze,
2806
2806
  range: "rdfs:Literal".freeze,
2807
2807
  type: "owl:DatatypeProperty".freeze
2808
2808
  property :enumerationAndChronology,
2809
2809
  "dc:modified": "2016-04-21 (New)".freeze,
2810
- definition: %(Numbering and dates of issues or items held.).freeze,
2810
+ definition: "Numbering and dates of issues or items held.".freeze,
2811
2811
  domain: "bf2:Item".freeze,
2812
2812
  label: "Numbering or other enumeration and dates associated with issues or items held.".freeze,
2813
2813
  range: "bf2:EnumerationAndChronology".freeze,
2814
2814
  type: "owl:ObjectProperty".freeze
2815
2815
  property :equinox,
2816
2816
  "dc:modified": "2016-04-21 (New)".freeze,
2817
- definition: %(One of two points of intersection of the ecliptic and the celestial equator, occupied by the sun when its declination is 0 degrees.).freeze,
2817
+ definition: "One of two points of intersection of the ecliptic and the celestial equator, occupied by the sun when its declination is 0 degrees.".freeze,
2818
2818
  domain: "bf2:Cartographic".freeze,
2819
2819
  label: "Cartographic equinox".freeze,
2820
2820
  range: "rdfs:Literal".freeze,
2821
2821
  type: "owl:DatatypeProperty".freeze
2822
2822
  property :eventContent,
2823
2823
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
2824
- definition: %(Work whose content is the described event.).freeze,
2824
+ definition: "Work whose content is the described event.".freeze,
2825
2825
  domain: "bf2:Event".freeze,
2826
2826
  inverseOf: "bf2:eventContentOf".freeze,
2827
2827
  label: "Event content".freeze,
@@ -2830,7 +2830,7 @@ module RDF::Vocab
2830
2830
  type: "owl:ObjectProperty".freeze
2831
2831
  property :eventContentOf,
2832
2832
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
2833
- definition: %(Event that is the content of the described work.).freeze,
2833
+ definition: "Event that is the content of the described work.".freeze,
2834
2834
  domain: "bf2:Work".freeze,
2835
2835
  inverseOf: "bf2:eventContent".freeze,
2836
2836
  label: "Has event content".freeze,
@@ -2839,14 +2839,14 @@ module RDF::Vocab
2839
2839
  type: "owl:ObjectProperty".freeze
2840
2840
  property :exclusionGRing,
2841
2841
  "dc:modified": "2016-04-21 (New)".freeze,
2842
- definition: %(Coordinate pairs that identify the closed non-intersecting boundary of the area contained within the G-polygon outer ring that is excluded.).freeze,
2842
+ definition: "Coordinate pairs that identify the closed non-intersecting boundary of the area contained within the G-polygon outer ring that is excluded.".freeze,
2843
2843
  domain: "bf2:Cartographic".freeze,
2844
2844
  label: "Cartographic G ring area excluded".freeze,
2845
2845
  range: "rdfs:Literal".freeze,
2846
2846
  type: "owl:DatatypeProperty".freeze
2847
2847
  property :expressionOf,
2848
2848
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
2849
- definition: %(Work that the described Work is an expression of. For use to connect Works under FRBR/RDA rules.).freeze,
2849
+ definition: "Work that the described Work is an expression of. For use to connect Works under FRBR/RDA rules.".freeze,
2850
2850
  domain: "bf2:Work".freeze,
2851
2851
  inverseOf: "bf2:hasExpression".freeze,
2852
2852
  label: "Expression of".freeze,
@@ -2855,58 +2855,58 @@ module RDF::Vocab
2855
2855
  type: "owl:ObjectProperty".freeze
2856
2856
  property :extent,
2857
2857
  "dc:modified": "2016-04-21 (New)".freeze,
2858
- definition: %(Number and type of units and/or subunits making up a resource.).freeze,
2858
+ definition: "Number and type of units and/or subunits making up a resource.".freeze,
2859
2859
  domain: "bf2:Instance".freeze,
2860
2860
  label: "Extent".freeze,
2861
2861
  range: "bf2:Extent".freeze,
2862
2862
  type: "owl:ObjectProperty".freeze
2863
2863
  property :findingAid,
2864
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2864
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
2865
2865
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
2866
- definition: %(Relationship for archival, visual, and manuscript resources to a finding aid or similar control materials.).freeze,
2866
+ definition: "Relationship for archival, visual, and manuscript resources to a finding aid or similar control materials.".freeze,
2867
2867
  inverseOf: "bf2:findingAidOf".freeze,
2868
2868
  label: "Finding aid".freeze,
2869
2869
  subPropertyOf: "bf2:accompaniedBy".freeze,
2870
2870
  type: "owl:ObjectProperty".freeze
2871
2871
  property :findingAidOf,
2872
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2872
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
2873
2873
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
2874
- definition: %(Finding aid or similar control materials for archival, visual, and manuscript resources.).freeze,
2874
+ definition: "Finding aid or similar control materials for archival, visual, and manuscript resources.".freeze,
2875
2875
  inverseOf: "bf2:findingAid".freeze,
2876
2876
  label: "Finding aid for".freeze,
2877
2877
  subPropertyOf: "bf2:accompanies".freeze,
2878
2878
  type: "owl:ObjectProperty".freeze
2879
2879
  property :firstIssue,
2880
- comment: %(Used with Work or Instance).freeze,
2880
+ comment: "Used with Work or Instance".freeze,
2881
2881
  "dc:modified": "2016-04-21 (New)".freeze,
2882
- definition: %(Beginning date of a resource and/or the sequential designations.).freeze,
2882
+ definition: "Beginning date of a resource and/or the sequential designations.".freeze,
2883
2883
  label: "Multipart first issue".freeze,
2884
2884
  range: "rdfs:Literal".freeze,
2885
2885
  type: "owl:DatatypeProperty".freeze
2886
2886
  property :fontSize,
2887
2887
  "dc:modified": "2016-04-21 (New)".freeze,
2888
- definition: %(Size of the type used to represent the characters and symbols in a resource.).freeze,
2888
+ definition: "Size of the type used to represent the characters and symbols in a resource.".freeze,
2889
2889
  domain: "bf2:Instance".freeze,
2890
2890
  label: "Font size".freeze,
2891
2891
  range: "bf2:FontSize".freeze,
2892
2892
  type: "owl:ObjectProperty".freeze
2893
2893
  property :frequency,
2894
- comment: %(Used with Work or Instance).freeze,
2894
+ comment: "Used with Work or Instance".freeze,
2895
2895
  "dc:modified": "2016-04-21 (New)".freeze,
2896
- definition: %(Intervals at which the parts of a serially produced resource or the updates to an integrating resource are issued.).freeze,
2896
+ definition: "Intervals at which the parts of a serially produced resource or the updates to an integrating resource are issued.".freeze,
2897
2897
  label: "Frequency".freeze,
2898
2898
  range: "bf2:Frequency".freeze,
2899
2899
  type: "owl:ObjectProperty".freeze
2900
2900
  property :generation,
2901
2901
  "dc:modified": "2016-04-21 (New)".freeze,
2902
- definition: %(Relationship between an original carrier and the carrier of a reproduction made from the original.).freeze,
2902
+ definition: "Relationship between an original carrier and the carrier of a reproduction made from the original.".freeze,
2903
2903
  domain: "bf2:Instance".freeze,
2904
2904
  label: "Generation".freeze,
2905
2905
  range: "bf2:Generation".freeze,
2906
2906
  type: "owl:ObjectProperty".freeze
2907
2907
  property :generationDate,
2908
2908
  "dc:modified": "2016-04-21 (New)".freeze,
2909
- definition: %(Date of conversion of the metadata from another format.).freeze,
2909
+ definition: "Date of conversion of the metadata from another format.".freeze,
2910
2910
  domain: "bf2:AdminMetadata".freeze,
2911
2911
  label: "Date generated".freeze,
2912
2912
  range: "rdfs:Literal".freeze,
@@ -2914,50 +2914,50 @@ module RDF::Vocab
2914
2914
  type: "owl:DatatypeProperty".freeze
2915
2915
  property :generationProcess,
2916
2916
  "dc:modified": "2016-04-21 (New)".freeze,
2917
- definition: %(Indication of the program or process used to generate the description by application of a particular transformation.).freeze,
2917
+ definition: "Indication of the program or process used to generate the description by application of a particular transformation.".freeze,
2918
2918
  domain: "bf2:AdminMetadata".freeze,
2919
2919
  label: "Description generation".freeze,
2920
2920
  range: "bf2:GenerationProcess".freeze,
2921
2921
  type: "owl:ObjectProperty".freeze
2922
2922
  property :genreForm,
2923
- comment: %(Used with Work, Instance or Item).freeze,
2923
+ comment: "Used with Work, Instance or Item".freeze,
2924
2924
  "dc:modified": "2016-04-21 (New)".freeze,
2925
- definition: %(Form category or genre to which a resource belongs).freeze,
2925
+ definition: "Form category or genre to which a resource belongs".freeze,
2926
2926
  label: "Genre/form".freeze,
2927
2927
  range: "bf2:GenreForm".freeze,
2928
2928
  type: "owl:ObjectProperty".freeze
2929
2929
  property :geographicCoverage,
2930
2930
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property)".freeze],
2931
- definition: %(Geographic coverage of the content of the resource.).freeze,
2931
+ definition: "Geographic coverage of the content of the resource.".freeze,
2932
2932
  domain: "bf2:Work".freeze,
2933
2933
  label: "Geographic coverage".freeze,
2934
2934
  range: "bf2:GeographicCoverage".freeze,
2935
2935
  type: "owl:ObjectProperty".freeze
2936
2936
  property :grantingInstitution,
2937
2937
  "dc:modified": "2016-04-21 (New)".freeze,
2938
- definition: %(Name of degree granting institution.).freeze,
2938
+ definition: "Name of degree granting institution.".freeze,
2939
2939
  domain: "bf2:Dissertation".freeze,
2940
2940
  label: "Degree issuing institution".freeze,
2941
2941
  range: "bf2:Agent".freeze,
2942
2942
  type: "owl:ObjectProperty".freeze
2943
2943
  property :hasDerivative,
2944
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
2944
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
2945
2945
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
2946
- definition: %(Resource that is a modification of the described work.).freeze,
2946
+ definition: "Resource that is a modification of the described work.".freeze,
2947
2947
  inverseOf: "bf2:derivativeOf".freeze,
2948
2948
  label: "Has derivative".freeze,
2949
2949
  subPropertyOf: "bf2:relatedTo".freeze,
2950
2950
  type: "owl:ObjectProperty".freeze
2951
2951
  property :hasEquivalent,
2952
- comment: [%(Expected value Work, Instance or Item).freeze, %(Used with Work, Instance or Item).freeze],
2952
+ comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze],
2953
2953
  "dc:modified": "2016-04-21 (New)".freeze,
2954
- definition: %(Resource embodies the same content as the described resource.).freeze,
2954
+ definition: "Resource embodies the same content as the described resource.".freeze,
2955
2955
  label: "Equivalence".freeze,
2956
2956
  subPropertyOf: "bf2:relatedTo".freeze,
2957
2957
  type: "owl:SymmetricProperty".freeze
2958
2958
  property :hasExpression,
2959
2959
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
2960
- definition: %(Work that is an expression of a described Work. For use to relate Works under FRBR/RDA rules.).freeze,
2960
+ definition: "Work that is an expression of a described Work. For use to relate Works under FRBR/RDA rules.".freeze,
2961
2961
  domain: "bf2:Work".freeze,
2962
2962
  inverseOf: "bf2:expressionOf".freeze,
2963
2963
  label: "Expressed as".freeze,
@@ -2966,7 +2966,7 @@ module RDF::Vocab
2966
2966
  type: "owl:ObjectProperty".freeze
2967
2967
  property :hasInstance,
2968
2968
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
2969
- definition: %(Instance is related to described Work. For use to connect Works to Instances in the BIBFRAME structure.).freeze,
2969
+ definition: "Instance is related to described Work. For use to connect Works to Instances in the BIBFRAME structure.".freeze,
2970
2970
  domain: "bf2:Work".freeze,
2971
2971
  inverseOf: "bf2:instanceOf".freeze,
2972
2972
  label: "Instance of Work".freeze,
@@ -2975,7 +2975,7 @@ module RDF::Vocab
2975
2975
  type: "owl:ObjectProperty".freeze
2976
2976
  property :hasItem,
2977
2977
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze, "2017-02-07 (slight revision of definition)".freeze],
2978
- definition: %(Item which is an example of the described Instance.).freeze,
2978
+ definition: "Item which is an example of the described Instance.".freeze,
2979
2979
  domain: "bf2:Instance".freeze,
2980
2980
  inverseOf: "bf2:itemOf".freeze,
2981
2981
  label: "Has holding".freeze,
@@ -2983,16 +2983,16 @@ module RDF::Vocab
2983
2983
  subPropertyOf: "bf2:relatedTo".freeze,
2984
2984
  type: "owl:ObjectProperty".freeze
2985
2985
  property :hasPart,
2986
- comment: [%(Expected value Work, Instance or Item).freeze, %(Used with Work, Instance or Item).freeze],
2986
+ comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze],
2987
2987
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
2988
- definition: %(Resource that is included either physically or logically in the described resource).freeze,
2988
+ definition: "Resource that is included either physically or logically in the described resource".freeze,
2989
2989
  inverseOf: "bf2:partOf".freeze,
2990
2990
  label: "Has part".freeze,
2991
2991
  subPropertyOf: "bf2:relatedTo".freeze,
2992
2992
  type: "owl:ObjectProperty".freeze
2993
2993
  property :hasReproduction,
2994
2994
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
2995
- definition: %(Resource that reproduces another Resource.).freeze,
2995
+ definition: "Resource that reproduces another Resource.".freeze,
2996
2996
  domain: "bf2:Instance".freeze,
2997
2997
  inverseOf: "bf2:reproductionOf".freeze,
2998
2998
  label: "Reproduced as".freeze,
@@ -3000,90 +3000,90 @@ module RDF::Vocab
3000
3000
  subPropertyOf: "bf2:hasEquivalent".freeze,
3001
3001
  type: "owl:ObjectProperty".freeze
3002
3002
  property :hasSeries,
3003
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3003
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3004
3004
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
3005
- definition: %(Resource in which the part has been issued; the title of the larger resource appears on the part.).freeze,
3005
+ definition: "Resource in which the part has been issued; the title of the larger resource appears on the part.".freeze,
3006
3006
  inverseOf: "bf2:seriesOf".freeze,
3007
3007
  label: "In series".freeze,
3008
3008
  subPropertyOf: "bf2:partOf".freeze,
3009
3009
  type: "owl:ObjectProperty".freeze
3010
3010
  property :hasSubseries,
3011
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3011
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3012
3012
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
3013
- definition: %(series resource that is part of another series.).freeze,
3013
+ definition: "series resource that is part of another series.".freeze,
3014
3014
  inverseOf: "bf2:subseriesOf".freeze,
3015
3015
  label: "Subseries".freeze,
3016
3016
  subPropertyOf: "bf2:partOf".freeze,
3017
3017
  type: "owl:ObjectProperty".freeze
3018
3018
  property :heldBy,
3019
3019
  "dc:modified": "2016-04-21 (New)".freeze,
3020
- definition: %(Entity holding the item or from which it is available.).freeze,
3020
+ definition: "Entity holding the item or from which it is available.".freeze,
3021
3021
  domain: "bf2:Item".freeze,
3022
3022
  label: "Held by".freeze,
3023
3023
  range: "bf2:Agent".freeze,
3024
3024
  type: "owl:ObjectProperty".freeze
3025
3025
  property :hierarchicalLevel,
3026
3026
  "dc:modified": "2016-04-21 (New)".freeze,
3027
- definition: %(Hierarchical position of the described materials relative to other material from the same source.).freeze,
3027
+ definition: "Hierarchical position of the described materials relative to other material from the same source.".freeze,
3028
3028
  domain: "bf2:Arrangement".freeze,
3029
3029
  label: "Hierarchical level of material".freeze,
3030
3030
  range: "rdfs:Literal".freeze,
3031
3031
  type: "owl:DatatypeProperty".freeze
3032
3032
  property :historyOfWork,
3033
3033
  "dc:modified": "2016-04-21 (New)".freeze,
3034
- definition: %(Information about the history of a Work.).freeze,
3034
+ definition: "Information about the history of a Work.".freeze,
3035
3035
  domain: "bf2:Work".freeze,
3036
3036
  label: "History of the work".freeze,
3037
3037
  range: "rdfs:Literal".freeze,
3038
3038
  type: "owl:DatatypeProperty".freeze
3039
3039
  property :identifiedBy,
3040
- comment: %(Used with Unspecified).freeze,
3040
+ comment: "Used with Unspecified".freeze,
3041
3041
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-05-04 (New inverse)".freeze],
3042
- definition: %(Character string associated with a resource that serves to differentiate that resource from other resources, i.e., that uniquely identifies an entity.).freeze,
3042
+ definition: "Character string associated with a resource that serves to differentiate that resource from other resources, i.e., that uniquely identifies an entity.".freeze,
3043
3043
  inverseOf: "bf2:identifies".freeze,
3044
3044
  label: "Identifier".freeze,
3045
3045
  range: "bf2:Identifier".freeze,
3046
3046
  type: "owl:ObjectProperty".freeze
3047
3047
  property :identifies,
3048
3048
  "dc:modified": "2017-02-03 (New inverse)".freeze,
3049
- definition: %(Resource that is associated with a character string that serves to differentiate one resource from another.).freeze,
3049
+ definition: "Resource that is associated with a character string that serves to differentiate one resource from another.".freeze,
3050
3050
  domain: "bf2:Identifier".freeze,
3051
3051
  inverseOf: "bf2:identifiedBy".freeze,
3052
3052
  label: "Resource identified".freeze,
3053
3053
  type: "owl:ObjectProperty".freeze
3054
3054
  property :illustrativeContent,
3055
- comment: %(Used with Work or Instance).freeze,
3055
+ comment: "Used with Work or Instance".freeze,
3056
3056
  "dc:modified": "2016-04-21 (New)".freeze,
3057
- definition: %(Information about content intended to illustrate a resource.).freeze,
3057
+ definition: "Information about content intended to illustrate a resource.".freeze,
3058
3058
  label: "Illustrative content information".freeze,
3059
3059
  range: "bf2:Illustration".freeze,
3060
3060
  type: "owl:ObjectProperty".freeze
3061
3061
  property :immediateAcquisition,
3062
3062
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property)".freeze],
3063
- definition: %(Information about the circumstances, e.g., source, date, method, under which the resource was directly acquired.).freeze,
3063
+ definition: "Information about the circumstances, e.g., source, date, method, under which the resource was directly acquired.".freeze,
3064
3064
  domain: "bf2:Item".freeze,
3065
3065
  label: "Immediate acquisition".freeze,
3066
3066
  range: "bf2:ImmediateAcquisition".freeze,
3067
3067
  type: "owl:ObjectProperty".freeze
3068
3068
  property :index,
3069
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3069
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3070
3070
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze, "2017-02-03 (corrected label)".freeze],
3071
- definition: %(Resource has an accompanying index).freeze,
3071
+ definition: "Resource has an accompanying index".freeze,
3072
3072
  inverseOf: "bf2:indexOf".freeze,
3073
3073
  label: "Has index".freeze,
3074
3074
  subPropertyOf: "bf2:accompaniedBy".freeze,
3075
3075
  type: "owl:ObjectProperty".freeze
3076
3076
  property :indexOf,
3077
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3077
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3078
3078
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
3079
- definition: %(Index that accompanies a resource.).freeze,
3079
+ definition: "Index that accompanies a resource.".freeze,
3080
3080
  inverseOf: "bf2:index".freeze,
3081
3081
  label: "Index to".freeze,
3082
3082
  subPropertyOf: "bf2:accompanies".freeze,
3083
3083
  type: "owl:ObjectProperty".freeze
3084
3084
  property :instanceOf,
3085
3085
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
3086
- definition: %(Work the Instance described instantiates or manifests. For use to connect Instances to Works in the BIBFRAME structure.).freeze,
3086
+ definition: "Work the Instance described instantiates or manifests. For use to connect Instances to Works in the BIBFRAME structure.".freeze,
3087
3087
  domain: "bf2:Instance".freeze,
3088
3088
  inverseOf: "bf2:hasInstance".freeze,
3089
3089
  label: "Instance of".freeze,
@@ -3092,35 +3092,35 @@ module RDF::Vocab
3092
3092
  type: "owl:ObjectProperty".freeze
3093
3093
  property :instrument,
3094
3094
  "dc:modified": "2016-04-21 (New)".freeze,
3095
- definition: %(Instrument for which a musical Work is appropriate.).freeze,
3095
+ definition: "Instrument for which a musical Work is appropriate.".freeze,
3096
3096
  domain: "bf2:Work".freeze,
3097
3097
  label: "Instrument".freeze,
3098
3098
  range: "bf2:MusicInstrument".freeze,
3099
3099
  type: "owl:ObjectProperty".freeze
3100
3100
  property :instrumentalType,
3101
3101
  "dc:modified": "2016-04-21 (New)".freeze,
3102
- definition: %(Specific role of instrument, such as alternate, doubling, solo, ensemble.).freeze,
3102
+ definition: "Specific role of instrument, such as alternate, doubling, solo, ensemble.".freeze,
3103
3103
  domain: "bf2:MusicInstrument".freeze,
3104
3104
  label: "Instrument role".freeze,
3105
3105
  range: "rdfs:Literal".freeze,
3106
3106
  type: "owl:DatatypeProperty".freeze
3107
3107
  property :intendedAudience,
3108
- comment: %(Used with Work or Instance).freeze,
3108
+ comment: "Used with Work or Instance".freeze,
3109
3109
  "dc:modified": "2016-04-21 (New)".freeze,
3110
- definition: %(Information that identifies the specific audience or intellectual level for which the content of the resource is considered appropriate.).freeze,
3110
+ definition: "Information that identifies the specific audience or intellectual level for which the content of the resource is considered appropriate.".freeze,
3111
3111
  label: "Intended audience".freeze,
3112
3112
  range: "bf2:IntendedAudience".freeze,
3113
3113
  type: "owl:ObjectProperty".freeze
3114
3114
  property :issuance,
3115
- comment: %(Used with Work or Instance).freeze,
3115
+ comment: "Used with Work or Instance".freeze,
3116
3116
  "dc:modified": "2016-04-21 (New)".freeze,
3117
- definition: %(Categorization reflecting whether a resource is issued in one or more parts, the way it is updated, and its intended termination.).freeze,
3117
+ definition: "Categorization reflecting whether a resource is issued in one or more parts, the way it is updated, and its intended termination.".freeze,
3118
3118
  label: "Mode of issuance".freeze,
3119
3119
  range: "bf2:Issuance".freeze,
3120
3120
  type: "owl:ObjectProperty".freeze
3121
3121
  property :issuedWith,
3122
3122
  "dc:modified": "2016-04-21 (New)".freeze,
3123
- definition: %(Resource that is issued on the same carrier as the resource being described.).freeze,
3123
+ definition: "Resource that is issued on the same carrier as the resource being described.".freeze,
3124
3124
  domain: "bf2:Instance".freeze,
3125
3125
  label: "Issued with".freeze,
3126
3126
  range: "bf2:Instance".freeze,
@@ -3128,7 +3128,7 @@ module RDF::Vocab
3128
3128
  type: "owl:SymmetricProperty".freeze
3129
3129
  property :itemOf,
3130
3130
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze, "2017-02-07 (slight revision of definition)".freeze],
3131
- definition: %(Instance for which the described Item is an example.).freeze,
3131
+ definition: "Instance for which the described Item is an example.".freeze,
3132
3132
  domain: "bf2:Item".freeze,
3133
3133
  inverseOf: "bf2:hasItem".freeze,
3134
3134
  label: "Holding for".freeze,
@@ -3137,35 +3137,35 @@ module RDF::Vocab
3137
3137
  type: "owl:ObjectProperty".freeze
3138
3138
  property :itemPortion,
3139
3139
  "dc:modified": "2016-04-21 (New)".freeze,
3140
- definition: %(Number attached to a classification string that indicates a particular item.).freeze,
3140
+ definition: "Number attached to a classification string that indicates a particular item.".freeze,
3141
3141
  domain: "bf2:Classification".freeze,
3142
3142
  label: "Classification item number".freeze,
3143
3143
  range: "rdfs:Literal".freeze,
3144
3144
  type: "owl:DatatypeProperty".freeze
3145
3145
  property :language,
3146
- comment: %(Used with Unspecified).freeze,
3146
+ comment: "Used with Unspecified".freeze,
3147
3147
  "dc:modified": "2016-04-21 (New)".freeze,
3148
- definition: %(Language associated with a resource or its parts.).freeze,
3148
+ definition: "Language associated with a resource or its parts.".freeze,
3149
3149
  label: "Language information".freeze,
3150
3150
  range: "bf2:Language".freeze,
3151
3151
  type: "owl:ObjectProperty".freeze
3152
3152
  property :lastIssue,
3153
- comment: %(Used with Work or Instance).freeze,
3153
+ comment: "Used with Work or Instance".freeze,
3154
3154
  "dc:modified": "2016-04-21 (New)".freeze,
3155
- definition: %(Ending date of a resource and/or the sequential designations.).freeze,
3155
+ definition: "Ending date of a resource and/or the sequential designations.".freeze,
3156
3156
  label: "Multipart last issue".freeze,
3157
3157
  range: "rdfs:Literal".freeze,
3158
3158
  type: "owl:DatatypeProperty".freeze
3159
3159
  property :layout,
3160
3160
  "dc:modified": "2016-04-21 (New)".freeze,
3161
- definition: %(Arrangement of text, images, tactile notation, etc., in a resource.).freeze,
3161
+ definition: "Arrangement of text, images, tactile notation, etc., in a resource.".freeze,
3162
3162
  domain: "bf2:Instance".freeze,
3163
3163
  label: "Layout".freeze,
3164
3164
  range: "bf2:Layout".freeze,
3165
3165
  type: "owl:ObjectProperty".freeze
3166
3166
  property :legalDate,
3167
3167
  "dc:modified": "2016-04-21 (New)".freeze,
3168
- definition: %(Date of legal work, or promulgation of a law, or signing of a treaty.).freeze,
3168
+ definition: "Date of legal work, or promulgation of a law, or signing of a treaty.".freeze,
3169
3169
  domain: "bf2:Work".freeze,
3170
3170
  label: "Date of legal work".freeze,
3171
3171
  range: "rdfs:Literal".freeze,
@@ -3173,121 +3173,121 @@ module RDF::Vocab
3173
3173
  type: "owl:DatatypeProperty".freeze
3174
3174
  property :mainTitle,
3175
3175
  "dc:modified": "2016-04-21 (New)".freeze,
3176
- definition: %(Title being addressed. Possible title component.).freeze,
3176
+ definition: "Title being addressed. Possible title component.".freeze,
3177
3177
  domain: "bf2:Title".freeze,
3178
3178
  label: "Main title".freeze,
3179
3179
  range: "rdfs:Literal".freeze,
3180
3180
  type: "owl:DatatypeProperty".freeze
3181
3181
  property :media,
3182
- comment: %(Used with Work or Instance).freeze,
3182
+ comment: "Used with Work or Instance".freeze,
3183
3183
  "dc:modified": "2016-04-21 (New)".freeze,
3184
- definition: %(Categorization reflecting the general type of intermediation device required to view, play, run, etc., the content of a resource.).freeze,
3184
+ definition: "Categorization reflecting the general type of intermediation device required to view, play, run, etc., the content of a resource.".freeze,
3185
3185
  label: "Media type".freeze,
3186
3186
  range: "bf2:Media".freeze,
3187
3187
  type: "owl:ObjectProperty".freeze
3188
3188
  property :mergedToForm,
3189
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3189
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3190
3190
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
3191
- definition: %(One of two or more resources that come together to form a new resource.).freeze,
3191
+ definition: "One of two or more resources that come together to form a new resource.".freeze,
3192
3192
  inverseOf: "bf2:mergerOf".freeze,
3193
3193
  label: "Merged to form".freeze,
3194
3194
  subPropertyOf: "bf2:succeededBy".freeze,
3195
3195
  type: "owl:ObjectProperty".freeze
3196
3196
  property :mergerOf,
3197
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3197
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3198
3198
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
3199
- definition: %(One of two or more resources which came together to form a new resource.).freeze,
3199
+ definition: "One of two or more resources which came together to form a new resource.".freeze,
3200
3200
  inverseOf: "bf2:mergedToForm".freeze,
3201
3201
  label: "Merger of".freeze,
3202
3202
  subPropertyOf: "bf2:precededBy".freeze,
3203
3203
  type: "owl:ObjectProperty".freeze
3204
3204
  property :mount,
3205
3205
  "dc:modified": "2016-04-21 (New)".freeze,
3206
- definition: %(Physical material used for the support or backing to which the base material of a resource has been attached.).freeze,
3206
+ definition: "Physical material used for the support or backing to which the base material of a resource has been attached.".freeze,
3207
3207
  domain: "bf2:Instance".freeze,
3208
3208
  label: "Mount material".freeze,
3209
3209
  range: "bf2:Mount".freeze,
3210
3210
  type: "owl:ObjectProperty".freeze
3211
3211
  property :musicFormat,
3212
- comment: %(Used with Work or Instance).freeze,
3212
+ comment: "Used with Work or Instance".freeze,
3213
3213
  "dc:modified": "2016-04-21 (New)".freeze,
3214
- definition: %(Layout for content of a resource that is presented in the form of musical notation, such as full score, condensed score, vocal score, etc.).freeze,
3214
+ definition: "Layout for content of a resource that is presented in the form of musical notation, such as full score, condensed score, vocal score, etc.".freeze,
3215
3215
  label: "Format of notated music".freeze,
3216
3216
  range: "bf2:MusicFormat".freeze,
3217
3217
  type: "owl:ObjectProperty".freeze
3218
3218
  property :musicKey,
3219
3219
  "dc:modified": "2016-04-21 (New)".freeze,
3220
- definition: %(Pitch and mode for music.).freeze,
3220
+ definition: "Pitch and mode for music.".freeze,
3221
3221
  domain: "bf2:Work".freeze,
3222
3222
  label: "Music key".freeze,
3223
3223
  range: "rdfs:Literal".freeze,
3224
3224
  type: "owl:DatatypeProperty".freeze
3225
3225
  property :musicMedium,
3226
3226
  "dc:modified": "2016-04-21 (New)".freeze,
3227
- definition: %(Instrumental, vocal, and/or other medium of performance for which a musical resource was originally conceived, written or performed.).freeze,
3227
+ definition: "Instrumental, vocal, and/or other medium of performance for which a musical resource was originally conceived, written or performed.".freeze,
3228
3228
  domain: "bf2:Work".freeze,
3229
3229
  label: "Music medium of performance".freeze,
3230
3230
  range: "bf2:MusicMedium".freeze,
3231
3231
  type: "owl:ObjectProperty".freeze
3232
3232
  property :musicOpusNumber,
3233
3233
  "dc:modified": "2016-04-21 (New)".freeze,
3234
- definition: %(Numeric designation of a musical work assigned by a composer, publisher, or a musicologist.).freeze,
3234
+ definition: "Numeric designation of a musical work assigned by a composer, publisher, or a musicologist.".freeze,
3235
3235
  domain: "bf2:Work".freeze,
3236
3236
  label: "Music opus number".freeze,
3237
3237
  range: "rdfs:Literal".freeze,
3238
3238
  type: "owl:DatatypeProperty".freeze
3239
3239
  property :musicSerialNumber,
3240
3240
  "dc:modified": "2016-04-21 (New)".freeze,
3241
- definition: %(Numeric designation for musical works consecutively numbered in music reference sources.).freeze,
3241
+ definition: "Numeric designation for musical works consecutively numbered in music reference sources.".freeze,
3242
3242
  domain: "bf2:Work".freeze,
3243
3243
  label: "Music serial number".freeze,
3244
3244
  range: "rdfs:Literal".freeze,
3245
3245
  type: "owl:DatatypeProperty".freeze
3246
3246
  property :musicThematicNumber,
3247
3247
  "dc:modified": "2016-04-21 (New)".freeze,
3248
- definition: %(Numeric designation for a musical work as found in a thematic index for the composer.).freeze,
3248
+ definition: "Numeric designation for a musical work as found in a thematic index for the composer.".freeze,
3249
3249
  domain: "bf2:Work".freeze,
3250
3250
  label: "Music thematic number".freeze,
3251
3251
  range: "rdfs:Literal".freeze,
3252
3252
  type: "owl:DatatypeProperty".freeze
3253
3253
  property :natureOfContent,
3254
- comment: %(Used with Work or Instance).freeze,
3254
+ comment: "Used with Work or Instance".freeze,
3255
3255
  "dc:modified": "2016-04-21 (New)".freeze,
3256
- definition: %(Characterization that epitomizes the primary content of a resource, e.g., field recording of birdsong; combined time series analysis and graph plotting system.).freeze,
3256
+ definition: "Characterization that epitomizes the primary content of a resource, e.g., field recording of birdsong; combined time series analysis and graph plotting system.".freeze,
3257
3257
  label: "Content nature".freeze,
3258
3258
  range: "rdfs:Literal".freeze,
3259
3259
  type: "owl:DatatypeProperty".freeze
3260
3260
  property :notation,
3261
- comment: %(Used with Work or Instance).freeze,
3261
+ comment: "Used with Work or Instance".freeze,
3262
3262
  "dc:modified": "2016-04-21 (New)".freeze,
3263
- definition: %(Alphabet, script, or symbol system used to convey the content of the resource, including specialized scripts, typefaces, tactile notation, movement notation, and musical notation.).freeze,
3263
+ definition: "Alphabet, script, or symbol system used to convey the content of the resource, including specialized scripts, typefaces, tactile notation, movement notation, and musical notation.".freeze,
3264
3264
  label: "Notation system".freeze,
3265
3265
  range: "bf2:Notation".freeze,
3266
3266
  type: "owl:ObjectProperty".freeze
3267
3267
  property :note,
3268
- comment: %(Used with Unspecified).freeze,
3268
+ comment: "Used with Unspecified".freeze,
3269
3269
  "dc:modified": "2016-04-21 (New)".freeze,
3270
- definition: %(General textual information relating to a resource, such as Information about a specific copy of a resource or information about a particular attribute of a resource.).freeze,
3270
+ definition: "General textual information relating to a resource, such as Information about a specific copy of a resource or information about a particular attribute of a resource.".freeze,
3271
3271
  label: "Note".freeze,
3272
3272
  range: "bf2:Note".freeze,
3273
3273
  type: "owl:ObjectProperty".freeze
3274
3274
  property :noteType,
3275
3275
  "dc:modified": "2016-04-21 (New)".freeze,
3276
- definition: %(Type of note.).freeze,
3276
+ definition: "Type of note.".freeze,
3277
3277
  domain: "bf2:Note".freeze,
3278
3278
  label: "Note type".freeze,
3279
3279
  range: "rdfs:Literal".freeze,
3280
3280
  type: "owl:DatatypeProperty".freeze
3281
3281
  property :organization,
3282
3282
  "dc:modified": "2016-04-21 (New)".freeze,
3283
- definition: %(Manner in which the resource is divided into smaller units.).freeze,
3283
+ definition: "Manner in which the resource is divided into smaller units.".freeze,
3284
3284
  domain: "bf2:Arrangement".freeze,
3285
3285
  label: "Organization of material".freeze,
3286
3286
  range: "rdfs:Literal".freeze,
3287
3287
  type: "owl:DatatypeProperty".freeze
3288
3288
  property :originDate,
3289
3289
  "dc:modified": "2016-04-21 (New)".freeze,
3290
- definition: %(Date or date range associated with the creation of a Work.).freeze,
3290
+ definition: "Date or date range associated with the creation of a Work.".freeze,
3291
3291
  domain: "bf2:Work".freeze,
3292
3292
  label: "Associated title date".freeze,
3293
3293
  range: "rdfs:Literal".freeze,
@@ -3295,38 +3295,38 @@ module RDF::Vocab
3295
3295
  type: "owl:DatatypeProperty".freeze
3296
3296
  property :originPlace,
3297
3297
  "dc:modified": "2016-04-21 (New)".freeze,
3298
- definition: %(Place from which the creation of the Work originated.).freeze,
3298
+ definition: "Place from which the creation of the Work originated.".freeze,
3299
3299
  domain: "bf2:Work".freeze,
3300
3300
  label: "Associated title place".freeze,
3301
3301
  range: "bf2:Place".freeze,
3302
3302
  subPropertyOf: "bf2:place".freeze,
3303
3303
  type: "owl:ObjectProperty".freeze
3304
3304
  property :originalVersion,
3305
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3305
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3306
3306
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
3307
- definition: %(Resource is the original version of which this resource is a reproduction.).freeze,
3307
+ definition: "Resource is the original version of which this resource is a reproduction.".freeze,
3308
3308
  inverseOf: "bf2:originalVersionOf".freeze,
3309
3309
  label: "Original version".freeze,
3310
3310
  subPropertyOf: "bf2:derivativeOf".freeze,
3311
3311
  type: "owl:ObjectProperty".freeze
3312
3312
  property :originalVersionOf,
3313
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3313
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3314
3314
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
3315
- definition: %(Original version of a resource.).freeze,
3315
+ definition: "Original version of a resource.".freeze,
3316
3316
  inverseOf: "bf2:originalVersion".freeze,
3317
3317
  label: "Original version of".freeze,
3318
3318
  subPropertyOf: "bf2:hasDerivative".freeze,
3319
3319
  type: "owl:ObjectProperty".freeze
3320
3320
  property :otherEdition,
3321
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3321
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3322
3322
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-05-13 (symmetrical)".freeze],
3323
- definition: %(Resource has other available editions, for example simultaneously published language editions or reprints.).freeze,
3323
+ definition: "Resource has other available editions, for example simultaneously published language editions or reprints.".freeze,
3324
3324
  label: "Other edition".freeze,
3325
3325
  subPropertyOf: "bf2:derivativeOf".freeze,
3326
3326
  type: "owl:SymmetricProperty".freeze
3327
3327
  property :otherPhysicalFormat,
3328
3328
  "dc:modified": "2016-04-21 (New)".freeze,
3329
- definition: %(Resource that is manifested in another physical carrier.).freeze,
3329
+ definition: "Resource that is manifested in another physical carrier.".freeze,
3330
3330
  domain: "bf2:Instance".freeze,
3331
3331
  label: "Has other physical format".freeze,
3332
3332
  range: "bf2:Instance".freeze,
@@ -3334,172 +3334,172 @@ module RDF::Vocab
3334
3334
  type: "owl:SymmetricProperty".freeze
3335
3335
  property :outerGRing,
3336
3336
  "dc:modified": "2016-04-21 (New)".freeze,
3337
- definition: %(Coordinate pairs that identify the closed non-intersecting boundary of the area covered.).freeze,
3337
+ definition: "Coordinate pairs that identify the closed non-intersecting boundary of the area covered.".freeze,
3338
3338
  domain: "bf2:Cartographic".freeze,
3339
3339
  label: "Cartographic outer G ring area covered".freeze,
3340
3340
  range: "rdfs:Literal".freeze,
3341
3341
  type: "owl:DatatypeProperty".freeze
3342
3342
  property :part,
3343
- comment: %(Used with Unspecified).freeze,
3343
+ comment: "Used with Unspecified".freeze,
3344
3344
  "dc:modified": "2016-04-21 (New)".freeze,
3345
- definition: %(Part of a resource to which information applies.).freeze,
3345
+ definition: "Part of a resource to which information applies.".freeze,
3346
3346
  label: "Part".freeze,
3347
3347
  range: "rdfs:Literal".freeze,
3348
3348
  type: "owl:DatatypeProperty".freeze
3349
3349
  property :partName,
3350
3350
  "dc:modified": "2016-04-21 (New)".freeze,
3351
- definition: %(Part or section name of a title. Possible title component.).freeze,
3351
+ definition: "Part or section name of a title. Possible title component.".freeze,
3352
3352
  domain: "bf2:Title".freeze,
3353
3353
  label: "Part title".freeze,
3354
3354
  range: "rdfs:Literal".freeze,
3355
3355
  type: "owl:DatatypeProperty".freeze
3356
3356
  property :partNumber,
3357
3357
  "dc:modified": "2016-04-21 (New)".freeze,
3358
- definition: %(Part or section enumeration of a title. Possible title component.).freeze,
3358
+ definition: "Part or section enumeration of a title. Possible title component.".freeze,
3359
3359
  domain: "bf2:Title".freeze,
3360
3360
  label: "Part number".freeze,
3361
3361
  range: "rdfs:Literal".freeze,
3362
3362
  type: "owl:DatatypeProperty".freeze
3363
3363
  property :partOf,
3364
- comment: [%(Expected value Work, Instance or Item).freeze, %(Used with Work, Instance or Item).freeze],
3364
+ comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze],
3365
3365
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
3366
- definition: %(Resource in which the described resource is physically or logically contained.).freeze,
3366
+ definition: "Resource in which the described resource is physically or logically contained.".freeze,
3367
3367
  inverseOf: "bf2:hasPart".freeze,
3368
3368
  label: "Is part of".freeze,
3369
3369
  subPropertyOf: "bf2:relatedTo".freeze,
3370
3370
  type: "owl:ObjectProperty".freeze
3371
3371
  property :pattern,
3372
3372
  "dc:modified": "2016-04-21 (New)".freeze,
3373
- definition: %(Pattern of arrangement of materials within a unit.).freeze,
3373
+ definition: "Pattern of arrangement of materials within a unit.".freeze,
3374
3374
  domain: "bf2:Arrangement".freeze,
3375
3375
  label: "Arrangement of material".freeze,
3376
3376
  range: "rdfs:Literal".freeze,
3377
3377
  type: "owl:DatatypeProperty".freeze
3378
3378
  property :physicalLocation,
3379
3379
  "dc:modified": "2016-04-21 (New)".freeze,
3380
- definition: %(Location in the holding agency where the item is shelved or stored.).freeze,
3380
+ definition: "Location in the holding agency where the item is shelved or stored.".freeze,
3381
3381
  domain: "bf2:Item".freeze,
3382
3382
  label: "Storing or shelving location".freeze,
3383
3383
  range: "rdfs:Literal".freeze,
3384
3384
  type: "owl:DatatypeProperty".freeze
3385
3385
  property :place,
3386
- comment: %(Used with Unspecified).freeze,
3386
+ comment: "Used with Unspecified".freeze,
3387
3387
  "dc:modified": "2016-04-21 (New)".freeze,
3388
- definition: %(Geographic location or place entity associated with a resource or element of description, such as the place associated with the publication, printing, distribution, issue, release or production of a resource, place of an event.).freeze,
3388
+ definition: "Geographic location or place entity associated with a resource or element of description, such as the place associated with the publication, printing, distribution, issue, release or production of a resource, place of an event.".freeze,
3389
3389
  label: "Place".freeze,
3390
3390
  range: "bf2:Place".freeze,
3391
3391
  type: "owl:ObjectProperty".freeze
3392
3392
  property :polarity,
3393
3393
  "dc:modified": "2016-04-21 (New)".freeze,
3394
- definition: %(Relationship of the colors and tones in an image to the colors and tones of the object reproduced.).freeze,
3394
+ definition: "Relationship of the colors and tones in an image to the colors and tones of the object reproduced.".freeze,
3395
3395
  domain: "bf2:Instance".freeze,
3396
3396
  label: "Polarity".freeze,
3397
3397
  range: "bf2:Polarity".freeze,
3398
3398
  type: "owl:ObjectProperty".freeze
3399
3399
  property :precededBy,
3400
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3400
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3401
3401
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
3402
- definition: %(Resource that precedes the resource being described, e.g., is earlier in time or before in narrative.).freeze,
3402
+ definition: "Resource that precedes the resource being described, e.g., is earlier in time or before in narrative.".freeze,
3403
3403
  inverseOf: "bf2:succeededBy".freeze,
3404
3404
  label: "Preceded by".freeze,
3405
3405
  subPropertyOf: "bf2:relatedTo".freeze,
3406
3406
  type: "owl:ObjectProperty".freeze
3407
3407
  property :preferredCitation,
3408
- comment: %(Used with Work or Instance).freeze,
3408
+ comment: "Used with Work or Instance".freeze,
3409
3409
  "dc:modified": "2016-04-21 (New)".freeze,
3410
- definition: %(Citation to the resource preferred by its custodian of the resource.).freeze,
3410
+ definition: "Citation to the resource preferred by its custodian of the resource.".freeze,
3411
3411
  label: "Preferred citation".freeze,
3412
3412
  range: "rdfs:Literal".freeze,
3413
3413
  type: "owl:DatatypeProperty".freeze
3414
3414
  property :productionMethod,
3415
3415
  "dc:modified": "2016-04-21 (New)".freeze,
3416
- definition: %(Process used to produce a resource.).freeze,
3416
+ definition: "Process used to produce a resource.".freeze,
3417
3417
  domain: "bf2:Instance".freeze,
3418
3418
  label: "Production method".freeze,
3419
3419
  range: "bf2:ProductionMethod".freeze,
3420
3420
  type: "owl:ObjectProperty".freeze
3421
3421
  property :projection,
3422
3422
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-03 (changed from data to object property)".freeze],
3423
- definition: %(Method or system used to represent the surface of the earth or of a celestial sphere on a plane.).freeze,
3423
+ definition: "Method or system used to represent the surface of the earth or of a celestial sphere on a plane.".freeze,
3424
3424
  domain: "bf2:Cartographic".freeze,
3425
3425
  label: "Cartographic projection".freeze,
3426
3426
  range: "bf2:Projection".freeze,
3427
3427
  type: "owl:ObjectProperty".freeze
3428
3428
  property :projectionCharacteristic,
3429
3429
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-03 (fixed typo in property name)".freeze],
3430
- definition: %(Technical specification relating to the projection of a motion picture film.).freeze,
3430
+ definition: "Technical specification relating to the projection of a motion picture film.".freeze,
3431
3431
  domain: "bf2:Instance".freeze,
3432
3432
  label: "Projection characteristic".freeze,
3433
3433
  range: "bf2:ProjectionCharacteristic".freeze,
3434
3434
  type: "owl:ObjectProperty".freeze
3435
3435
  property :provisionActivity,
3436
3436
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-03 (revised label and slightly revised definition)".freeze],
3437
- definition: %(Place, name, and/or date information relating to the publication, printing, distribution, issue, release, production, etc. of a resource.).freeze,
3437
+ definition: "Place, name, and/or date information relating to the publication, printing, distribution, issue, release, production, etc. of a resource.".freeze,
3438
3438
  domain: "bf2:Instance".freeze,
3439
3439
  label: "Provision activity".freeze,
3440
3440
  range: "bf2:ProvisionActivity".freeze,
3441
3441
  type: "owl:ObjectProperty".freeze
3442
3442
  property :provisionActivityStatement,
3443
3443
  "dc:modified": "2016-04-21 (New)".freeze,
3444
- definition: %(Statement relating to providers of a resource; usually transcribed.).freeze,
3444
+ definition: "Statement relating to providers of a resource; usually transcribed.".freeze,
3445
3445
  domain: "bf2:Instance".freeze,
3446
3446
  label: "Provider statement".freeze,
3447
3447
  range: "rdfs:Literal".freeze,
3448
3448
  type: "owl:DatatypeProperty".freeze
3449
3449
  property :qualifier,
3450
- comment: %(Used with Unspecified).freeze,
3450
+ comment: "Used with Unspecified".freeze,
3451
3451
  "dc:modified": "2016-04-21 (New)".freeze,
3452
- definition: %(Qualifier of information, such as an addition to a title to make it unique or qualifying information associated with an identifier.).freeze,
3452
+ definition: "Qualifier of information, such as an addition to a title to make it unique or qualifying information associated with an identifier.".freeze,
3453
3453
  label: "Qualifier".freeze,
3454
3454
  range: "rdfs:Literal".freeze,
3455
3455
  type: "owl:DatatypeProperty".freeze
3456
3456
  property :reductionRatio,
3457
3457
  "dc:modified": "2016-04-21 (New)".freeze,
3458
- definition: %(Size of a micro-image in relation to the original from which it was produced.).freeze,
3458
+ definition: "Size of a micro-image in relation to the original from which it was produced.".freeze,
3459
3459
  domain: "bf2:Instance".freeze,
3460
3460
  label: "Reduction ratio".freeze,
3461
3461
  range: "bf2:ReductionRatio".freeze,
3462
3462
  type: "owl:ObjectProperty".freeze
3463
3463
  property :referencedBy,
3464
- comment: [%(Expected value Work, Instance or Item).freeze, %(Used with Work, Instance or Item).freeze],
3464
+ comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze],
3465
3465
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
3466
- definition: %(Resource that references the described resource).freeze,
3466
+ definition: "Resource that references the described resource".freeze,
3467
3467
  inverseOf: "bf2:references".freeze,
3468
3468
  label: "Referenced by".freeze,
3469
3469
  subPropertyOf: "bf2:relatedTo".freeze,
3470
3470
  type: "owl:ObjectProperty".freeze
3471
3471
  property :references,
3472
- comment: [%(Expected value Work, Instance or Item).freeze, %(Used with Work, Instance or Item).freeze],
3472
+ comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze],
3473
3473
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
3474
- definition: %(Resource that is referenced by the described resource.).freeze,
3474
+ definition: "Resource that is referenced by the described resource.".freeze,
3475
3475
  inverseOf: "bf2:referencedBy".freeze,
3476
3476
  label: "References".freeze,
3477
3477
  subPropertyOf: "bf2:relatedTo".freeze,
3478
3478
  type: "owl:ObjectProperty".freeze
3479
3479
  property :relatedTo,
3480
3480
  "dc:modified": "2016-04-21 (New)".freeze,
3481
- definition: %(Any relationship between Work, Instance, and Item resources.).freeze,
3481
+ definition: "Any relationship between Work, Instance, and Item resources.".freeze,
3482
3482
  label: "Related resource".freeze,
3483
3483
  type: "owl:SymmetricProperty".freeze
3484
3484
  property :replacedBy,
3485
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3485
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3486
3486
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
3487
- definition: %(Later resource used in place of an earlier resource, usually because the later resource contains updated or new information.).freeze,
3487
+ definition: "Later resource used in place of an earlier resource, usually because the later resource contains updated or new information.".freeze,
3488
3488
  inverseOf: "bf2:replacementOf".freeze,
3489
3489
  label: "Succeeded by".freeze,
3490
3490
  subPropertyOf: "bf2:succeededBy".freeze,
3491
3491
  type: "owl:ObjectProperty".freeze
3492
3492
  property :replacementOf,
3493
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3493
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3494
3494
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
3495
- definition: %(Earlier resource whose content has been replaced by a later resource, usually because the later resource contains updated or new information.).freeze,
3495
+ definition: "Earlier resource whose content has been replaced by a later resource, usually because the later resource contains updated or new information.".freeze,
3496
3496
  inverseOf: "bf2:replacedBy".freeze,
3497
3497
  label: "Preceded by".freeze,
3498
3498
  subPropertyOf: "bf2:precededBy".freeze,
3499
3499
  type: "owl:ObjectProperty".freeze
3500
3500
  property :reproductionOf,
3501
3501
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
3502
- definition: %(Resource that is a reproduction of another Resource.).freeze,
3502
+ definition: "Resource that is a reproduction of another Resource.".freeze,
3503
3503
  domain: "bf2:Instance".freeze,
3504
3504
  inverseOf: "bf2:hasReproduction".freeze,
3505
3505
  label: "Reproduction of".freeze,
@@ -3508,302 +3508,302 @@ module RDF::Vocab
3508
3508
  type: "owl:ObjectProperty".freeze
3509
3509
  property :responsibilityStatement,
3510
3510
  "dc:modified": "2016-04-21 (New)".freeze,
3511
- definition: %(Statement relating to any persons, families, or corporate bodies responsible for the creation of, or contributing to the content of a resource; usually transcribed.).freeze,
3511
+ definition: "Statement relating to any persons, families, or corporate bodies responsible for the creation of, or contributing to the content of a resource; usually transcribed.".freeze,
3512
3512
  domain: "bf2:Instance".freeze,
3513
3513
  label: "Creative responsibility statement".freeze,
3514
3514
  range: "rdfs:Literal".freeze,
3515
3515
  type: "owl:DatatypeProperty".freeze
3516
3516
  property :review,
3517
- comment: %(Used with Work or Instance).freeze,
3517
+ comment: "Used with Work or Instance".freeze,
3518
3518
  "dc:modified": "2016-04-21 (New)".freeze,
3519
- definition: %(Review of a resource.).freeze,
3519
+ definition: "Review of a resource.".freeze,
3520
3520
  label: "Review content".freeze,
3521
3521
  range: "bf2:Review".freeze,
3522
3522
  type: "owl:ObjectProperty".freeze
3523
3523
  property :role,
3524
3524
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Changed from data to object property, adjusted label and definition)".freeze],
3525
- definition: %(Function provided by a contributor, e.g., author, illustrator, etc.).freeze,
3525
+ definition: "Function provided by a contributor, e.g., author, illustrator, etc.".freeze,
3526
3526
  domain: "bf2:Contribution".freeze,
3527
3527
  label: "Contributor role".freeze,
3528
3528
  range: "bf2:Role".freeze,
3529
3529
  type: "owl:ObjectProperty".freeze
3530
3530
  property :scale,
3531
- comment: %(Used with Work or Instance).freeze,
3531
+ comment: "Used with Work or Instance".freeze,
3532
3532
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-03 (changed from data to object property)".freeze],
3533
- definition: %(Ratio of the dimensions of a form contained or embodied in a resource to the dimensions of the entity it represents, e.g., for images or cartographic resources.).freeze,
3533
+ definition: "Ratio of the dimensions of a form contained or embodied in a resource to the dimensions of the entity it represents, e.g., for images or cartographic resources.".freeze,
3534
3534
  label: "Scale".freeze,
3535
3535
  range: "bf2:Scale".freeze,
3536
3536
  type: "owl:ObjectProperty".freeze
3537
3537
  property :schedulePart,
3538
3538
  "dc:modified": "2016-04-21 (New)".freeze,
3539
- definition: %(Designates whether the classification number is from the standard or optional part of a schedule or table.).freeze,
3539
+ definition: "Designates whether the classification number is from the standard or optional part of a schedule or table.".freeze,
3540
3540
  domain: "bf2:Classification".freeze,
3541
3541
  label: "Classification designation".freeze,
3542
3542
  range: "rdfs:Literal".freeze,
3543
3543
  type: "owl:DatatypeProperty".freeze
3544
3544
  property :separatedFrom,
3545
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3545
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3546
3546
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
3547
- definition: %(Resource that spun off a part of its content to form a new resource.).freeze,
3547
+ definition: "Resource that spun off a part of its content to form a new resource.".freeze,
3548
3548
  inverseOf: "bf2:continuedInPartBy".freeze,
3549
3549
  label: "Separated from".freeze,
3550
3550
  subPropertyOf: "bf2:precededBy".freeze,
3551
3551
  type: "owl:ObjectProperty".freeze
3552
3552
  property :seriesEnumeration,
3553
3553
  "dc:modified": "2016-04-21 (New)".freeze,
3554
- definition: %(Series enumeration of the resource; usually transcribed.).freeze,
3554
+ definition: "Series enumeration of the resource; usually transcribed.".freeze,
3555
3555
  domain: "bf2:Instance".freeze,
3556
3556
  label: "Series enumeration".freeze,
3557
3557
  range: "rdfs:Literal".freeze,
3558
3558
  type: "owl:DatatypeProperty".freeze
3559
3559
  property :seriesOf,
3560
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3560
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3561
3561
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
3562
- definition: %(Resource that is a part of a larger resource.).freeze,
3562
+ definition: "Resource that is a part of a larger resource.".freeze,
3563
3563
  inverseOf: "bf2:hasSeries".freeze,
3564
3564
  label: "Series container of".freeze,
3565
3565
  subPropertyOf: "bf2:hasPart".freeze,
3566
3566
  type: "owl:ObjectProperty".freeze
3567
3567
  property :seriesStatement,
3568
3568
  "dc:modified": "2016-04-21 (New)".freeze,
3569
- definition: %(Statement of the series the resource is in; usually transcribed; includes the ISSN if applicable.).freeze,
3569
+ definition: "Statement of the series the resource is in; usually transcribed; includes the ISSN if applicable.".freeze,
3570
3570
  domain: "bf2:Instance".freeze,
3571
3571
  label: "Series statement".freeze,
3572
3572
  range: "rdfs:Literal".freeze,
3573
3573
  type: "owl:DatatypeProperty".freeze
3574
3574
  property :shelfMark,
3575
3575
  "dc:modified": "2016-04-21 (New)".freeze,
3576
- definition: %(Piece identifier, such as a call or other type of number.).freeze,
3576
+ definition: "Piece identifier, such as a call or other type of number.".freeze,
3577
3577
  domain: "bf2:Item".freeze,
3578
3578
  label: "Shelf mark".freeze,
3579
3579
  range: "bf2:ShelfMark".freeze,
3580
3580
  type: "owl:ObjectProperty".freeze
3581
3581
  property :soundCharacteristic,
3582
3582
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-21 (fixed name and range typos)".freeze],
3583
- definition: %(Technical specification relating to the encoding of sound in a resource.).freeze,
3583
+ definition: "Technical specification relating to the encoding of sound in a resource.".freeze,
3584
3584
  domain: "bf2:Instance".freeze,
3585
3585
  label: "Sound characteristic".freeze,
3586
3586
  range: "bf2:SoundCharacteristic".freeze,
3587
3587
  type: "owl:ObjectProperty".freeze
3588
3588
  property :soundContent,
3589
- comment: %(Used with Work or Instance).freeze,
3589
+ comment: "Used with Work or Instance".freeze,
3590
3590
  "dc:modified": "2016-04-21 (New)".freeze,
3591
- definition: %(Indication of whether the production of sound is an integral part of the resource.).freeze,
3591
+ definition: "Indication of whether the production of sound is an integral part of the resource.".freeze,
3592
3592
  label: "Sound content".freeze,
3593
3593
  range: "bf2:SoundContent".freeze,
3594
3594
  type: "owl:ObjectProperty".freeze
3595
3595
  property :source,
3596
- comment: %(Used with Unspecified).freeze,
3596
+ comment: "Used with Unspecified".freeze,
3597
3597
  "dc:modified": "2016-04-21 (New)".freeze,
3598
- definition: %(Resource from which value or label came or was derived, such as the formal source/scheme from which a classification number is taken or derived, list from which an agent name is taken or derived, source within which an identifier is unique.).freeze,
3598
+ definition: "Resource from which value or label came or was derived, such as the formal source/scheme from which a classification number is taken or derived, list from which an agent name is taken or derived, source within which an identifier is unique.".freeze,
3599
3599
  label: "Source".freeze,
3600
3600
  range: "bf2:Source".freeze,
3601
3601
  type: "owl:ObjectProperty".freeze
3602
3602
  property :spanEnd,
3603
3603
  "dc:modified": "2016-04-21 (New)".freeze,
3604
- definition: %(Ending number of classification number span.).freeze,
3604
+ definition: "Ending number of classification number span.".freeze,
3605
3605
  domain: "bf2:Classification".freeze,
3606
3606
  label: "Classification number span end".freeze,
3607
3607
  range: "rdfs:Literal".freeze,
3608
3608
  type: "owl:DatatypeProperty".freeze
3609
3609
  property :splitInto,
3610
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3610
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3611
3611
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
3612
- definition: %(One of two or more resources resulting from the division of an earlier resource into separate resources.).freeze,
3612
+ definition: "One of two or more resources resulting from the division of an earlier resource into separate resources.".freeze,
3613
3613
  inverseOf: "bf2:continuesInPart".freeze,
3614
3614
  label: "Split into".freeze,
3615
3615
  subPropertyOf: "bf2:succeededBy".freeze,
3616
3616
  type: "owl:ObjectProperty".freeze
3617
3617
  property :status,
3618
- comment: %(Used with Unspecified).freeze,
3618
+ comment: "Used with Unspecified".freeze,
3619
3619
  "dc:modified": "2016-04-21 (New)".freeze,
3620
- definition: %(Designation of the validity or position of something, such as indication that the classification number is canceled or invalid, circulation availability of an item, indication of whether the identifier is canceled or invalid.).freeze,
3620
+ definition: "Designation of the validity or position of something, such as indication that the classification number is canceled or invalid, circulation availability of an item, indication of whether the identifier is canceled or invalid.".freeze,
3621
3621
  label: "Status".freeze,
3622
3622
  range: "bf2:Status".freeze,
3623
3623
  type: "owl:ObjectProperty".freeze
3624
3624
  property :subject,
3625
- comment: %(Used with Work, Instance or Item).freeze,
3625
+ comment: "Used with Work, Instance or Item".freeze,
3626
3626
  "dc:modified": "2016-04-21 (New)".freeze,
3627
- definition: %(Subject term\(s\) describing a resource.).freeze,
3627
+ definition: "Subject term(s) describing a resource.".freeze,
3628
3628
  label: "Subject".freeze,
3629
3629
  type: "owl:ObjectProperty".freeze
3630
3630
  property :sublocation,
3631
3631
  "dc:modified": "2016-04-21 (New)".freeze,
3632
- definition: %(Specific place within the holding entity where the item is located or made available.).freeze,
3632
+ definition: "Specific place within the holding entity where the item is located or made available.".freeze,
3633
3633
  domain: "bf2:Item".freeze,
3634
3634
  label: "Held in sublocation".freeze,
3635
3635
  range: "bf2:Sublocation".freeze,
3636
3636
  type: "owl:ObjectProperty".freeze
3637
3637
  property :subseriesEnumeration,
3638
3638
  "dc:modified": "2016-04-21 (New)".freeze,
3639
- definition: %(Subseries enumeration of the resource; usually transcribed.).freeze,
3639
+ definition: "Subseries enumeration of the resource; usually transcribed.".freeze,
3640
3640
  domain: "bf2:Instance".freeze,
3641
3641
  label: "Subseries enumeration".freeze,
3642
3642
  range: "rdfs:Literal".freeze,
3643
3643
  type: "owl:DatatypeProperty".freeze
3644
3644
  property :subseriesOf,
3645
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3645
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3646
3646
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
3647
- definition: %(Series resource of which the described resource is a part.).freeze,
3647
+ definition: "Series resource of which the described resource is a part.".freeze,
3648
3648
  inverseOf: "bf2:hasSubseries".freeze,
3649
3649
  label: "Subseries of".freeze,
3650
3650
  subPropertyOf: "bf2:hasPart".freeze,
3651
3651
  type: "owl:ObjectProperty".freeze
3652
3652
  property :subseriesStatement,
3653
3653
  "dc:modified": "2016-04-21 (New)".freeze,
3654
- definition: %(Statement of the subseries the resource is in; usually transcribed; includes the ISSN if applicable.).freeze,
3654
+ definition: "Statement of the subseries the resource is in; usually transcribed; includes the ISSN if applicable.".freeze,
3655
3655
  domain: "bf2:Instance".freeze,
3656
3656
  label: "Subseries statement".freeze,
3657
3657
  range: "rdfs:Literal".freeze,
3658
3658
  type: "owl:DatatypeProperty".freeze
3659
3659
  property :subtitle,
3660
3660
  "dc:modified": "2016-04-21 (New)".freeze,
3661
- definition: %(Word, character, or group of words and/or characters that contains the remainder of the title after the main title. Possible title component.).freeze,
3661
+ definition: "Word, character, or group of words and/or characters that contains the remainder of the title after the main title. Possible title component.".freeze,
3662
3662
  domain: "bf2:Title".freeze,
3663
3663
  label: "Subtitle".freeze,
3664
3664
  range: "rdfs:Literal".freeze,
3665
3665
  type: "owl:DatatypeProperty".freeze
3666
3666
  property :succeededBy,
3667
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3667
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3668
3668
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze],
3669
- definition: %(Resource that succeeds the resource being described, e.g., later in time or after in a narrative.).freeze,
3669
+ definition: "Resource that succeeds the resource being described, e.g., later in time or after in a narrative.".freeze,
3670
3670
  inverseOf: "bf2:precededBy".freeze,
3671
3671
  label: "Succeeded by".freeze,
3672
3672
  subPropertyOf: "bf2:relatedTo".freeze,
3673
3673
  type: "owl:ObjectProperty".freeze
3674
3674
  property :summary,
3675
- comment: %(Used with Work or Instance).freeze,
3675
+ comment: "Used with Work or Instance".freeze,
3676
3676
  "dc:modified": "2016-04-21 (New)".freeze,
3677
- definition: %(Summary or abstract of the resource described.).freeze,
3677
+ definition: "Summary or abstract of the resource described.".freeze,
3678
3678
  label: "Summary content".freeze,
3679
3679
  range: "bf2:Summary".freeze,
3680
3680
  type: "owl:ObjectProperty".freeze
3681
3681
  property :supplement,
3682
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3682
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3683
3683
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
3684
- definition: %(Resource that updates or otherwise complements the predominant resource.).freeze,
3684
+ definition: "Resource that updates or otherwise complements the predominant resource.".freeze,
3685
3685
  inverseOf: "bf2:supplementTo".freeze,
3686
3686
  label: "Supplement".freeze,
3687
3687
  subPropertyOf: "bf2:accompaniedBy".freeze,
3688
3688
  type: "owl:ObjectProperty".freeze
3689
3689
  property :supplementTo,
3690
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3690
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3691
3691
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze],
3692
- definition: %(Resource that is updated or otherwise complemented by the augmenting resource.).freeze,
3692
+ definition: "Resource that is updated or otherwise complemented by the augmenting resource.".freeze,
3693
3693
  inverseOf: "bf2:supplement".freeze,
3694
3694
  label: "Supplement to".freeze,
3695
3695
  subPropertyOf: "bf2:accompanies".freeze,
3696
3696
  type: "owl:ObjectProperty".freeze
3697
3697
  property :supplementaryContent,
3698
- comment: %(Used with Work or Instance).freeze,
3698
+ comment: "Used with Work or Instance".freeze,
3699
3699
  "dc:modified": "2016-04-21 (New)".freeze,
3700
- definition: %(Material such as an index, bibliography, appendix intended to supplement the primary content of a resource.).freeze,
3700
+ definition: "Material such as an index, bibliography, appendix intended to supplement the primary content of a resource.".freeze,
3701
3701
  label: "Supplementary material".freeze,
3702
3702
  range: "bf2:SupplementaryContent".freeze,
3703
3703
  type: "owl:ObjectProperty".freeze
3704
3704
  property :systemRequirement,
3705
3705
  "dc:modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property, changed property name from plural to singular)".freeze],
3706
- definition: %(Equipment or system requirement beyond what is normal and obvious for the type of carrier or type of file, such as make and model of equipment or hardware, operating system, amount of memory, programming language, other necessary software, any plug-ins or peripherals required to play, view, or run the resource, etc.).freeze,
3706
+ definition: "Equipment or system requirement beyond what is normal and obvious for the type of carrier or type of file, such as make and model of equipment or hardware, operating system, amount of memory, programming language, other necessary software, any plug-ins or peripherals required to play, view, or run the resource, etc.".freeze,
3707
3707
  domain: "bf2:Instance".freeze,
3708
3708
  label: "Equipment or system requirements".freeze,
3709
3709
  range: "bf2:SystemRequirement".freeze,
3710
3710
  type: "owl:ObjectProperty".freeze
3711
3711
  property :table,
3712
3712
  "dc:modified": "2016-04-21 (New)".freeze,
3713
- definition: %(Number of the table from which the classification number in a subdivision entry is taken, e.g., a DDC table.).freeze,
3713
+ definition: "Number of the table from which the classification number in a subdivision entry is taken, e.g., a DDC table.".freeze,
3714
3714
  domain: "bf2:Classification".freeze,
3715
3715
  label: "Classification table identification".freeze,
3716
3716
  range: "rdfs:Literal".freeze,
3717
3717
  type: "owl:DatatypeProperty".freeze
3718
3718
  property :tableOfContents,
3719
- comment: %(Used with Work or Instance).freeze,
3719
+ comment: "Used with Work or Instance".freeze,
3720
3720
  "dc:modified": "2016-04-21 (New)".freeze,
3721
- definition: %(Table of contents of the described resource.).freeze,
3721
+ definition: "Table of contents of the described resource.".freeze,
3722
3722
  label: "Table of contents content".freeze,
3723
3723
  range: "bf2:TableOfContents".freeze,
3724
3724
  type: "owl:ObjectProperty".freeze
3725
3725
  property :tableSeq,
3726
3726
  "dc:modified": "2016-04-21 (New)".freeze,
3727
- definition: %(Sequence number or other identifier for an internal classification sub arrangement or add in a classification scheme.).freeze,
3727
+ definition: "Sequence number or other identifier for an internal classification sub arrangement or add in a classification scheme.".freeze,
3728
3728
  domain: "bf2:Classification".freeze,
3729
3729
  label: "Classification table sequence number".freeze,
3730
3730
  range: "rdfs:Literal".freeze,
3731
3731
  type: "owl:DatatypeProperty".freeze
3732
3732
  property :temporalCoverage,
3733
3733
  "dc:modified": "2016-04-21 (New)".freeze,
3734
- definition: %(Time period coverage of the content of the resource.).freeze,
3734
+ definition: "Time period coverage of the content of the resource.".freeze,
3735
3735
  domain: "bf2:Work".freeze,
3736
3736
  label: "Temporal coverage".freeze,
3737
3737
  range: "rdfs:Literal".freeze,
3738
3738
  type: "owl:DatatypeProperty".freeze
3739
3739
  property :title,
3740
- comment: %(Used with Work, Instance or Item).freeze,
3740
+ comment: "Used with Work, Instance or Item".freeze,
3741
3741
  "dc:modified": "2016-04-21 (New)".freeze,
3742
- definition: %(Name given to a resource.).freeze,
3742
+ definition: "Name given to a resource.".freeze,
3743
3743
  label: "Title resource".freeze,
3744
3744
  range: "bf2:Title".freeze,
3745
3745
  type: "owl:ObjectProperty".freeze
3746
3746
  property :translation,
3747
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3747
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3748
3748
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze, "2017-02-03 (corrected subproperty)".freeze],
3749
- definition: %(Resource that translates the text of the source entity into a language different from that of the original.).freeze,
3749
+ definition: "Resource that translates the text of the source entity into a language different from that of the original.".freeze,
3750
3750
  inverseOf: "bf2:translationOf".freeze,
3751
3751
  label: "Translation as".freeze,
3752
3752
  subPropertyOf: "bf2:hasDerivative".freeze,
3753
3753
  type: "owl:ObjectProperty".freeze
3754
3754
  property :translationOf,
3755
- comment: [%(Expected value Work or Instance).freeze, %(Used with Work or Instance).freeze],
3755
+ comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze],
3756
3756
  "dc:modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze, "2017-02-03 (corrected subproperty)".freeze],
3757
- definition: %(Resource that has been translated, i.e., the text is expressed in a language different from that of the original resource.).freeze,
3757
+ definition: "Resource that has been translated, i.e., the text is expressed in a language different from that of the original resource.".freeze,
3758
3758
  inverseOf: "bf2:translation".freeze,
3759
3759
  label: "Translation of".freeze,
3760
3760
  subPropertyOf: "bf2:derivativeOf".freeze,
3761
3761
  type: "owl:ObjectProperty".freeze
3762
3762
  property :unit,
3763
- comment: %(Used with Unspecified).freeze,
3763
+ comment: "Used with Unspecified".freeze,
3764
3764
  "dc:modified": "2016-04-21 (New)".freeze,
3765
- definition: %(Units in which a value is expressed, such as the physical or logical constituent of a resource \(e.g., a volume, audiocassette, film reel, a map, a digital file\).).freeze,
3765
+ definition: "Units in which a value is expressed, such as the physical or logical constituent of a resource (e.g., a volume, audiocassette, film reel, a map, a digital file).".freeze,
3766
3766
  label: "Type of unit".freeze,
3767
3767
  range: "bf2:Unit".freeze,
3768
3768
  type: "owl:ObjectProperty".freeze
3769
3769
  property :usageAndAccessPolicy,
3770
- comment: %(Used with Work, Instance or Item).freeze,
3770
+ comment: "Used with Work, Instance or Item".freeze,
3771
3771
  "dc:modified": "2016-04-21 (New)".freeze,
3772
- definition: %(General statement of allowances and restrictions on access to a resource, including retention, reproduction, access, and lending.).freeze,
3772
+ definition: "General statement of allowances and restrictions on access to a resource, including retention, reproduction, access, and lending.".freeze,
3773
3773
  label: "Use and access condition".freeze,
3774
3774
  range: "bf2:UsageAndAccessPolicy".freeze,
3775
3775
  type: "owl:ObjectProperty".freeze
3776
3776
  property :variantType,
3777
3777
  "dc:modified": "2016-04-21 (New)".freeze,
3778
- definition: %(Type of title variation, e.g., acronym, cover, spine, earlier, later, series version.).freeze,
3778
+ definition: "Type of title variation, e.g., acronym, cover, spine, earlier, later, series version.".freeze,
3779
3779
  domain: "bf2:VariantTitle".freeze,
3780
3780
  label: "Variant title type".freeze,
3781
3781
  range: "rdfs:Literal".freeze,
3782
3782
  type: "owl:DatatypeProperty".freeze
3783
3783
  property :version,
3784
3784
  "dc:modified": "2016-04-21 (New)".freeze,
3785
- definition: %(Term or terms that identify works such as arranged for music, vulgate for religious work, etc.).freeze,
3785
+ definition: "Term or terms that identify works such as arranged for music, vulgate for religious work, etc.".freeze,
3786
3786
  domain: "bf2:Work".freeze,
3787
3787
  label: "Version".freeze,
3788
3788
  range: "rdfs:Literal".freeze,
3789
3789
  type: "owl:DatatypeProperty".freeze
3790
3790
  property :videoCharacteristic,
3791
3791
  "dc:modified": "2016-04-21 (New)".freeze,
3792
- definition: %(Technical specification relating to the encoding of video images in a resource).freeze,
3792
+ definition: "Technical specification relating to the encoding of video images in a resource".freeze,
3793
3793
  domain: "bf2:Instance".freeze,
3794
3794
  label: "Video characteristic".freeze,
3795
3795
  range: "bf2:VideoCharacteristic".freeze,
3796
3796
  type: "owl:ObjectProperty".freeze
3797
3797
  property :voice,
3798
3798
  "dc:modified": "2016-04-21 (New)".freeze,
3799
- definition: %(Voice for which a musical work is appropriate, such as soprano, tenor, mixed.).freeze,
3799
+ definition: "Voice for which a musical work is appropriate, such as soprano, tenor, mixed.".freeze,
3800
3800
  domain: "bf2:Work".freeze,
3801
3801
  label: "Voice".freeze,
3802
3802
  range: "bf2:MusicVoice".freeze,
3803
3803
  type: "owl:ObjectProperty".freeze
3804
3804
  property :voiceType,
3805
3805
  "dc:modified": "2016-04-21 (New)".freeze,
3806
- definition: %(Specific type of voice group, such as chorus, solo.).freeze,
3806
+ definition: "Specific type of voice group, such as chorus, solo.".freeze,
3807
3807
  domain: "bf2:MusicVoice".freeze,
3808
3808
  label: "Type of voice".freeze,
3809
3809
  range: "rdfs:Literal".freeze,