lib/rdf/vocab/bf2.rb in rdf-vocab-3.1.13 vs lib/rdf/vocab/bf2.rb in rdf-vocab-3.1.14

- old
+ new

@@ -5,15 +5,20 @@ module RDF::Vocab BF2 = Class.new(RDF::StrictVocabulary("http://id.loc.gov/ontologies/bibframe/")) do # Ontology definition ontology :"http://id.loc.gov/ontologies/bibframe/", - "http://purl.org/dc/terms/modified": "2020-03-06T16:54:50.319-05:00".freeze, - "http://www.w3.org/2002/07/owl#ontologyIRI": "http://id.loc.gov/ontologies/bibframe/".freeze, - "http://www.w3.org/2002/07/owl#priorVersion": "http://id.loc.gov/ontologies/bibframe-2-0-0/".freeze, - "http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/bibframe-2-0-1/".freeze, - "http://www.w3.org/2002/07/owl#versionInfo": "2.0.1".freeze, + "http://creativecommons.org/ns#license": "https://creativecommons.org/publicdomain/zero/1.0/".freeze, + "http://purl.org/dc/terms/creator": "".freeze, + "http://purl.org/dc/terms/description": "The Bibframe vocabulary consists of RDF classes and properties used for the description of \r\n items cataloged principally by libraries, but may also be used to describe items cataloged by museums and archives. \r\n Classes include the three core classes - Work, Instance, and Item - in addition to many more \r\n classes to support description. Properties describe characteristics of the resource being \r\n described as well as relationships among resources. For example: one Work\r\n might be a \"translation of\" another Work; an Instance may be an \r\n \"instance of\" a particular Bibframe Work. Other properties describe attributes of Works and Instances. For\r\n example: the Bibframe property \"subject\" expresses an important attribute of a Work \r\n (what the Work is about), and the property \"extent\" (e.g. number of pages) expresses an\r\n attribute of an Instance.".freeze, + "http://purl.org/dc/terms/issued": "2021-06-10T12:00:00.000-05:00".freeze, + "http://purl.org/dc/terms/modified": "2021-06-24T13:27:14.395-04:00".freeze, + "http://purl.org/dc/terms/publisher": "".freeze, + "http://purl.org/dc/terms/rights": "https://creativecommons.org/publicdomain/zero/1.0/".freeze, + "http://www.w3.org/2002/07/owl#priorVersion": "http://id.loc.gov/ontologies/bibframe-2-0-1/".freeze, + "http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/bibframe-2-1-0/".freeze, + "http://www.w3.org/2002/07/owl#versionInfo": "2.1.0".freeze, label: "BIBFRAME vocabulary".freeze, type: "http://www.w3.org/2002/07/owl#Ontology".freeze # Class definitions term :AbbreviatedTitle, @@ -26,10 +31,16 @@ definition: "Access restrictions and allowances regarding access to a resource, e.g., lending policy, access restrictions, embargos.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Access policy".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/UsageAndAccessPolicy".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze + term :AccessionNumber, + definition: "Accession Number".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH11])".freeze, + label: "Accession number".freeze, + subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze, + type: "http://www.w3.org/2002/07/owl#Class".freeze term :AcquisitionSource, definition: "Information about an organization, person, etc., from which a resource may be obtained.".freeze, "http://purl.org/dc/terms/modified": "2017-02-06 (New)".freeze, label: "Acquisition source".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze @@ -50,23 +61,25 @@ label: "ANSI number".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :AppliedMaterial, definition: "Physical or chemical substance applied to a base material of a resource.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Changed subclass to Material [GH28])".freeze], label: "Applied material".freeze, + subClassOf: "http://id.loc.gov/ontologies/bibframe/Material".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :Archival, 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, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Archival controlled".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :Arrangement, - 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, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, - label: "Organization of materials information".freeze, + definition: "Resource that represents an arrangement of another resource.".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Redefined [GH77])".freeze], + label: "Arrangement".freeze, + subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :AspectRatio, definition: "Proportional relationship between an image's width and its height.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Aspect ratio".freeze, @@ -95,12 +108,13 @@ label: "Barcode".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :BaseMaterial, definition: "Underlying physical material of a resource.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Changed subclass to Material [GH28])".freeze], label: "Base material".freeze, + subClassOf: "http://id.loc.gov/ontologies/bibframe/Material".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :BookFormat, definition: "Result of folding a printed sheet to form a gathering of leaves.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Book format".freeze, @@ -150,11 +164,12 @@ label: "Chronology".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/EnumerationAndChronology".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :Classification, definition: "System of coding and organizing materials according to their subject.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + editorialNote: "Any entry from the Classification Schemes vocabulary at ID may be used; all have been defined as a bf:Classification".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Added editorial note [GH55])".freeze], label: "Classification entity".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :ClassificationDdc, definition: "Dewey Decimal Classification number used for subject access.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, @@ -188,10 +203,15 @@ term :Collection, definition: "Aggregation of resources, generally gathered together artificially.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Collection".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze + term :CollectionArrangement, + 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, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH77])".freeze, + label: "Organization of materials information".freeze, + type: "http://www.w3.org/2002/07/owl#Class".freeze term :CollectiveTitle, definition: "Title for a compilation of resources.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Collective title".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/VariantTitle".freeze, @@ -282,10 +302,16 @@ definition: "International Article Identifier.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "EAN".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze + term :Eidr, + definition: "Entertainment Identifier Registry".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH78])".freeze, + label: "EIDR".freeze, + subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze, + type: "http://www.w3.org/2002/07/owl#Class".freeze term :Electronic, definition: "Resource that is intended for manipulation by a computer, accessed either directly or remotely.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Electronic".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, @@ -305,10 +331,15 @@ definition: "Schema, standard, etc., used to encode the digital content of a resource, e.g., MP3, XML, JPEG.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Encoding format".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze + term :Ensemble, + definition: "Ensemble".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH56])".freeze, + label: "Ensemble".freeze, + type: "http://www.w3.org/2002/07/owl#Class".freeze term :Enumeration, definition: "Numbering or other enumeration associated with issues or items held.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Enumeration".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/EnumerationAndChronology".freeze, @@ -317,12 +348,12 @@ definition: "Numbering or other enumeration and dates associated with issues or items held.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Enumeration and chronology".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :Event, - 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, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + definition: "Something that happens at a certain time and location, such as a performance, speech, or athletic event.".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Broaden definition [GH12])".freeze], label: "Event entity".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :Extent, definition: "Number and type of units and/or subunits making up a resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, @@ -372,12 +403,12 @@ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-24 (fixed class name)".freeze], label: "Generation process".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :GenreForm, - 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, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + definition: "Form category or genre to which a resource belongs.".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Broaden definition [GH17])".freeze], label: "Genre/form".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :GeographicCoverage, definition: "Geographic coverage of the content of the resource.".freeze, "http://purl.org/dc/terms/modified": "2017-02-06 (New)".freeze, @@ -399,13 +430,20 @@ definition: "Unique and persistent identifier for digital objects developed by the Corporation for National Research Initiatives.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Handle".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze + term :Hub, + definition: "An abstract resource that functions as a bridge between two Works.".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH75])".freeze, + label: "Hub".freeze, + subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze, + type: "http://www.w3.org/2002/07/owl#Class".freeze term :Identifier, definition: "Token or name that is associated with a resource, such as a URI or an ISBN.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + editorialNote: "Any entry from the Standard Identifiers vocabulary at ID may be used; all have been defined as a bf:Identifier".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Added editorial note [GH44])".freeze], label: "Identifier".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :Illustration, definition: "Information about content intended to illustrate a resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, @@ -546,10 +584,15 @@ definition: "Resource that is written in handwriting or typescript. These are generally unique resources.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Manuscript".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze + term :Material, + definition: "Substance or composition of the resource.".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH28])".freeze, + label: "Material".freeze, + type: "http://www.w3.org/2002/07/owl#Class".freeze term :MatrixNumber, definition: "Matrix identifier assigned to the master from which a specific sound recording was pressed.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Revised definition)".freeze], label: "Audio matrix number".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze, @@ -570,18 +613,18 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Mixed material".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Work".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :Mount, - definition: "Physical material used for the support or backing to which the base material of a resource has been attached.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + definition: "Physical material or object used for the support or backing to which the base material of a resource has been attached.".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Amended definition [GH29])".freeze], label: "Mount".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :MovementNotation, definition: "Information on the symbol system used to convey the content of a movement resource.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, - label: "Movement notation used".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Modified label [GH67])".freeze], + label: "Movement notation".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Notation".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :MovingImage, definition: "Images intended to be perceived as moving, including motion pictures (using liveaction and/or animation), video recordings of performances, events,etc.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-26 (fixed typo in definition)".freeze], @@ -600,12 +643,13 @@ label: "Music distributor number".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :MusicEnsemble, definition: "Ensemble for which a musical work is appropriate.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Changed subclass to Ensemble [GH56])".freeze], label: "Music ensemble".freeze, + subClassOf: "http://id.loc.gov/ontologies/bibframe/Ensemble".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :MusicFormat, definition: "Layout for content of a resource that is presented in the form of musical notation.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Notated music format".freeze, @@ -620,12 +664,12 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Music medium information".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :MusicNotation, definition: "Information on the symbol system used to convey the content of a music resource.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, - label: "Music notation used".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Modified label [GH67])".freeze], + label: "Music notation".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Notation".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :MusicPlate, 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, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Revised definition)".freeze], @@ -666,11 +710,12 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Notation".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :Note, definition: "Information, usually in textual form, on attributes of a resource or some aspect of a resource.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + editorialNote: "Any entry from the Note Types vocabulary at ID may be used; all have been defined as a bf:Note".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Added editorial note [GH35])".freeze], label: "Note".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :Object, 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, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, @@ -777,10 +822,15 @@ term :ProvisionActivity, definition: "Information about the agent or place relating to the publication, printing, distribution, issue, release, or production of a resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Provider entity".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze + term :PubFrequency, + definition: "Information about the publication frequency of a resource.".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH76])".freeze, + label: "Publication Frequency".freeze, + type: "http://www.w3.org/2002/07/owl#Class".freeze term :Publication, definition: "Information relating to publication of a resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Publisher".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/ProvisionActivity".freeze, @@ -847,12 +897,12 @@ "http://purl.org/dc/terms/modified": "2017-02-03 (New)".freeze, label: "Scale".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :Script, definition: "Information on the script, or symbol system used to convey the content of a text resource.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, - label: "Script used".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Modified label [GH67])".freeze], + label: "Script".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Notation".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :ShelfMark, definition: "Piece/item identifier, such as a call or other type of number.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, @@ -964,12 +1014,12 @@ label: "Tactile material".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :TactileNotation, definition: "Information on the symbol system used to convey the content of a tactile resource.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, - label: "Tactile notation used".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Modified label [GH67])".freeze], + label: "Tactile notation".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Notation".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :TapeConfig, definition: "Number of tracks on an audiotape, e.g., 12 track.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, @@ -1013,12 +1063,12 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "UPC".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :Urn, - definition: "Uniform Resource Number.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + definition: "Uniform Resource Name.".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Corrected definition [GH51])".freeze], label: "URN".freeze, subClassOf: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze term :UsageAndAccessPolicy, definition: "General statement of allowances and restrictions on access to a resource, including retention, reproduction, access, and lending.".freeze, @@ -1060,127 +1110,171 @@ label: "Work".freeze, type: "http://www.w3.org/2002/07/owl#Class".freeze # Property definitions property :absorbed, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource that has been incorporated into another resource.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/absorbedBy".freeze, label: "Absorption of".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :absorbedBy, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource that incorporates another resource.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/absorbed".freeze, label: "Absorbed by".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :accompaniedBy, - comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze], + comment: ["Suggested use - With Work, Instance or Item".freeze, "Suggested value - Work, Instance or Item".freeze], definition: "Resource that accompanies the described resource.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/accompanies".freeze, label: "Accompanied by".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :accompanies, - comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze], + comment: ["Suggested use - With Work, Instance or Item".freeze, "Suggested value - Work, Instance or Item".freeze], definition: "Resource that adds to or is issued with the described resource.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/accompaniedBy".freeze, label: "Accompanies".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :acquisitionSource, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Information about an organization, person, etc., from which a resource may be obtained.".freeze, - "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property".freeze, "slight change to definition)".freeze], + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property, slight change to definition)".freeze, "2021-06-09 (Removed range [GH63])".freeze], label: "Source of acquisition".freeze, - range: "http://id.loc.gov/ontologies/bibframe/AcquisitionSource".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :acquisitionTerms, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Conditions under which the publisher, distributor, etc., will normally supply a resource, e.g., price of a resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Terms of acquisition".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :adminMetadata, - comment: "Used with Unspecified".freeze, definition: "Metadata about the metadata, especially provenance information.".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Administrative metadata".freeze, range: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze + property :adminMetadataFor, + definition: "Relates an Administrative metadata resource to the resource it captures information about.".freeze, + domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH59])".freeze, + label: "Administrative metadata for".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :agent, - comment: "Used with Unspecified".freeze, 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, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH63])".freeze], label: "Associated agent".freeze, - range: "http://id.loc.gov/ontologies/bibframe/Agent".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze + property :agentOf, + definition: "Property relating an agent, such as an entity responsible for the content or of the publication, printing, distribution, issue, release or production, to another resource.".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH3])".freeze, + label: "Associated agent of".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :appliedMaterial, + comment: "Suggested use - With Work, Instance or Item".freeze, definition: "Physical or chemical substance applied to a base material of a resource.".freeze, - domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH24], Broadened domain, Made subproperty of material [GH26])".freeze], label: "Applied material".freeze, - range: "http://id.loc.gov/ontologies/bibframe/AppliedMaterial".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + subPropertyOf: "http://id.loc.gov/ontologies/bibframe/material".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze + property :appliedMaterialOf, + definition: "Relates a Material resource to that which it is the applied material of.".freeze, + domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH25])".freeze, + label: "Appllied material of".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + subPropertyOf: "http://id.loc.gov/ontologies/bibframe/materialOf".freeze, + type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :arrangement, - comment: "Used with Work or Instance".freeze, - definition: "Information about the organization and arrangement of a collection of resources.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, - label: "Organization and arrangement".freeze, - range: "http://id.loc.gov/ontologies/bibframe/Arrangement".freeze, + definition: "Relates one resource to another of which it is an arrangement of the first.".freeze, + domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Redefined [GH77])".freeze], + inverseOf: "http://id.loc.gov/ontologies/bibframe/arrangementOf".freeze, + label: "Arrangement".freeze, + range: "http://id.loc.gov/ontologies/bibframe/Work".freeze, + subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze + property :arrangementOf, + definition: "Relates an arrangement to the resource of which it is an arrangement.".freeze, + domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH77])".freeze, + inverseOf: "http://id.loc.gov/ontologies/bibframe/arrangement".freeze, + label: "Arrangement of".freeze, + range: "http://id.loc.gov/ontologies/bibframe/Work".freeze, + subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, + type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :ascensionAndDeclination, 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, domain: "http://id.loc.gov/ontologies/bibframe/Cartographic".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Cartographic ascension and declination".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :aspectRatio, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Proportional relationship between an image's width and its height.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Aspect ratio".freeze, range: "http://id.loc.gov/ontologies/bibframe/AspectRatio".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :assigner, 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, - domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Broaden domain [GH60], Removed range [GH63])".freeze], label: "Assigner".freeze, - range: "http://id.loc.gov/ontologies/bibframe/Agent".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :awards, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Information on awards associated with the described resource.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + editorialNote: "See also the ARM Ontology for strategies to model this information in greater detail.".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Added note [GH37])".freeze], label: "Award note".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :baseMaterial, + comment: "Suggested use - With Work, Instance or Item".freeze, definition: "Underlying physical material of a resource.".freeze, - domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH24], Broadened domain, Made subproperty of material [GH26])".freeze], label: "Base material".freeze, - range: "http://id.loc.gov/ontologies/bibframe/BaseMaterial".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + subPropertyOf: "http://id.loc.gov/ontologies/bibframe/material".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze + property :baseMaterialOf, + definition: "Relates a Material resource to that which it is the base material of.".freeze, + domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH25])".freeze, + label: "Base material of".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + subPropertyOf: "http://id.loc.gov/ontologies/bibframe/materialOf".freeze, + type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :bookFormat, definition: "Result of folding a printed sheet to form a gathering of leaves.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Book format".freeze, range: "http://id.loc.gov/ontologies/bibframe/BookFormat".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :capture, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Information about place and date associated with the capture (e.g., recording, filming) of the content of a resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Capture of content".freeze, range: "http://id.loc.gov/ontologies/bibframe/Capture".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze @@ -1190,11 +1284,11 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Carrier type".freeze, range: "http://id.loc.gov/ontologies/bibframe/Carrier".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :cartographicAttributes, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Cartographic data that identifies characteristics of the resource, such as coordinates, projection, etc.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Cartographic data".freeze, range: "http://id.loc.gov/ontologies/bibframe/Cartographic".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze @@ -1205,11 +1299,11 @@ label: "Description change date".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :classification, - comment: "Used with Work, Instance or Item".freeze, + comment: "Suggested use - With Work, Instance or Item".freeze, definition: "Classification number in any scheme.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Classification".freeze, range: "http://id.loc.gov/ontologies/bibframe/Classification".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze @@ -1219,20 +1313,41 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Classification number".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :code, - comment: "Used with Unspecified".freeze, definition: "String of characters that serves as a code representing information.".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Code".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze + property :collectionArrangement, + comment: "Suggested use - With Work or Instance".freeze, + definition: "Information about the organization and arrangement of a collection of resources.".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH77])".freeze, + label: "Collection Organization and arrangement".freeze, + range: "http://id.loc.gov/ontologies/bibframe/CollectionArrangement".freeze, + type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze + property :collectionArrangementOf, + comment: "Suggested value - Work or Instance".freeze, + definition: "Relates an Arrangement resource to that which it describes.".freeze, + domain: "http://id.loc.gov/ontologies/bibframe/CollectionArrangement".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH77])".freeze, + label: "Organization and arrangement of Collection".freeze, + type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze + property :collectionOrganization, + definition: "Manner in which the resource is divided into smaller units.".freeze, + domain: "http://id.loc.gov/ontologies/bibframe/CollectionArrangement".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH77])".freeze, + label: "Organization of material".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, + type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :colorContent, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work, Instance or Item".freeze, definition: "Color characteristics, e.g., black and white, multicolored.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Broaden range [GH31])".freeze], label: "Color content".freeze, range: "http://id.loc.gov/ontologies/bibframe/ColorContent".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :content, 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, @@ -1240,86 +1355,93 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Content type".freeze, range: "http://id.loc.gov/ontologies/bibframe/Content".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :contentAccessibility, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Information that assists those with a sensory impairment for greater understanding of content, e.g., captions.".freeze, - "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (changed from data to object property)".freeze, "2017-03-15 fixed typo in range".freeze], + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (changed from data to object property)".freeze, "2017-03-15 (fixed typo in range)".freeze], label: "Content accessibility information".freeze, range: "http://id.loc.gov/ontologies/bibframe/ContentAccessibility".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :continuedBy, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource whose content continues an earlier resource under a new title.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/continues".freeze, label: "Continued by".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :continuedInPartBy, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource part of whose content separated from an earlier resource to form a new resource.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/separatedFrom".freeze, label: "Continued in part by".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :continues, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource that is continued by the content of a later resource under a new title.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/continuedBy".freeze, label: "Continuation of".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :continuesInPart, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource that split into two or more separate resources with new titles.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/splitInto".freeze, label: "Continuation in part of".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :contribution, - comment: "Used with Work, Instance or Item".freeze, + comment: "Suggested use - With Work, Instance or Item".freeze, definition: "Agent and its role in relation to the resource.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Corrected label)".freeze], label: "Contributor and role".freeze, range: "http://id.loc.gov/ontologies/bibframe/Contribution".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze + property :contributionOf, + comment: "Suggested value - Work, Instance or Item".freeze, + definition: "Relates a contribution resource, which associates an Agent and Role together, to the relevant resource.".freeze, + domain: "http://id.loc.gov/ontologies/bibframe/Contribution".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH4])".freeze, + label: "Contribution of".freeze, + type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :coordinates, 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, domain: "http://id.loc.gov/ontologies/bibframe/Cartographic".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Cartographic coordinates".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :copyrightDate, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Date associated with a claim of protection under copyright or a similar regime.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Copyright date".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :copyrightRegistration, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Copyright and Legal Deposit registration information".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-05-04 (Corrected expected value)".freeze], label: "Copyright registration information".freeze, range: "http://id.loc.gov/ontologies/bibframe/CopyrightRegistration".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :count, - comment: "Used with Unspecified".freeze, definition: "Number associated with a measure of units, such as the number of units and/or subunits making up a resource.".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Number of units".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :coverArt, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Cover art image of a resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Cover art".freeze, range: "http://id.loc.gov/ontologies/bibframe/CoverArt".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze @@ -1330,33 +1452,34 @@ label: "Description creation date".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :credits, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Information in note form of credits for persons or organizations who have participated in the creation and/or production of the resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Credits note".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :custodialHistory, - comment: "Used with Work, Instance or Item".freeze, + comment: "Suggested use - With Work, Instance or Item".freeze, definition: "Information about the provenance, such as origin, ownership and custodial history (chain of custody), of a resource.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + editorialNote: "See also the ARM Ontology for strategies to model this information in greater detail.".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Added note [GH38])".freeze], label: "Custodial history".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :dataSource, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], 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, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (updated range)".freeze], label: "Data source".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :date, - comment: "Used with Unspecified".freeze, 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, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Date".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :degree, @@ -1365,24 +1488,24 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Degree".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :derivativeOf, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Source work from which the described resource is derived.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/hasDerivative".freeze, label: "Is derivative of".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :derivedFrom, definition: "Link to the metadata that was the source of the data.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH41])".freeze], label: "Source metadata".freeze, - range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, - type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :descriptionAuthentication, definition: "Indication of specific types of reviews that have been carried out on the description information.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Description authentication".freeze, @@ -1403,13 +1526,13 @@ range: "http://id.loc.gov/ontologies/bibframe/Language".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :descriptionModifier, definition: "Agency that modified a description.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/AdminMetadata".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH63])".freeze], label: "Description modifier".freeze, - range: "http://id.loc.gov/ontologies/bibframe/Agent".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :digitalCharacteristic, definition: "Technical specification relating to the digital encoding of text, image, audio, video, and other types of data in a resource.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, @@ -1417,23 +1540,24 @@ range: "http://id.loc.gov/ontologies/bibframe/DigitalCharacteristic".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :dimensions, definition: "Measurements of the carrier or carriers and/or the container of a resource.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + editorialNote: "See also the ARM Ontology for strategies to model this information in greater detail.".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Added note [GH39])".freeze], label: "Dimensions".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :dissertation, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Work presented as part of the formal requirements for an academic degree.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Dissertation Information".freeze, range: "http://id.loc.gov/ontologies/bibframe/Dissertation".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :duration, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Information about the playing time, running time, etc. of a resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Duration".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze @@ -1458,32 +1582,33 @@ label: "Edition statement".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :electronicLocator, definition: "Electronic location from which the resource is available.".freeze, - domain: "http://id.loc.gov/ontologies/bibframe/Item".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed domain [GH66])".freeze], label: "Electronic location".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :emulsion, definition: "Suspension of light-sensitive chemicals used as a coating on a microfilm or microfiche, e.g., silver halide.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Emulsion".freeze, range: "http://id.loc.gov/ontologies/bibframe/Emulsion".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :ensemble, - definition: "Ensemble for which a musical work is appropriate.".freeze, + definition: "Ensemble applicable to the Work.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Changed domain [GH56], Modified definition [GH56])".freeze], label: "Ensemble".freeze, - range: "http://id.loc.gov/ontologies/bibframe/MusicEnsemble".freeze, + range: "http://id.loc.gov/ontologies/bibframe/Ensemble".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :ensembleType, definition: "Specific type of ensemble, such as orchestra, band, guitar ensemble.".freeze, - domain: "http://id.loc.gov/ontologies/bibframe/MusicEnsemble".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + domain: "http://id.loc.gov/ontologies/bibframe/Ensemble".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Changed domain [GH56])".freeze], label: "Ensemble type".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :enumerationAndChronology, definition: "Numbering and dates of issues or items held.".freeze, @@ -1523,59 +1648,60 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Cartographic G ring area excluded".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :expressionOf, - definition: "Work that the described Work is an expression of. For use to connect Works under FRBR/RDA rules.".freeze, + definition: "Work that the described Work is an expression of. Use to connect Works under LRM/RDA guidelines or similar implementations.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze, - "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze], + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze, "2021-06-09 (Modified definition [GH8])".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/hasExpression".freeze, label: "Expression of".freeze, range: "http://id.loc.gov/ontologies/bibframe/Work".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :extent, definition: "Number and type of units and/or subunits making up a resource.".freeze, - domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Broadened range [GH30])".freeze], label: "Extent".freeze, range: "http://id.loc.gov/ontologies/bibframe/Extent".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :findingAid, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Relationship for archival, visual, and manuscript resources to a finding aid or similar control materials.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/findingAidOf".freeze, label: "Finding aid".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompaniedBy".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :findingAidOf, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Finding aid or similar control materials for archival, visual, and manuscript resources.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/findingAid".freeze, label: "Finding aid for".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompanies".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :firstIssue, - comment: "Used with Work or Instance".freeze, definition: "Beginning date of a resource and/or the sequential designations.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed domain [GH76])".freeze], label: "Multipart first issue".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :fontSize, definition: "Size of the type used to represent the characters and symbols in a resource.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + editorialNote: "See also the ARM Ontology for strategies to model this information in greater detail.".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Added note [GH40])".freeze], label: "Font size".freeze, range: "http://id.loc.gov/ontologies/bibframe/FontSize".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :frequency, - comment: "Used with Work or Instance".freeze, definition: "Intervals at which the parts of a serially produced resource or the updates to an integrating resource are issued.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed domain [GH76])".freeze], label: "Frequency".freeze, range: "http://id.loc.gov/ontologies/bibframe/Frequency".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :generation, definition: "Relationship between an original carrier and the carrier of a reproduction made from the original.".freeze, @@ -1598,49 +1724,49 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Description generation".freeze, range: "http://id.loc.gov/ontologies/bibframe/GenerationProcess".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :genreForm, - comment: "Used with Work, Instance or Item".freeze, + comment: "Suggested use - With Work, Instance or Item".freeze, definition: "Form category or genre to which a resource belongs".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH16])".freeze], label: "Genre/form".freeze, - range: "http://id.loc.gov/ontologies/bibframe/GenreForm".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :geographicCoverage, definition: "Geographic coverage of the content of the resource.".freeze, - domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze, - "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property)".freeze], + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property)".freeze, "2021-06-09 (Removed domain [GH15])".freeze], label: "Geographic coverage".freeze, range: "http://id.loc.gov/ontologies/bibframe/GeographicCoverage".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :grantingInstitution, definition: "Name of degree granting institution.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Dissertation".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH63])".freeze], label: "Degree issuing institution".freeze, - range: "http://id.loc.gov/ontologies/bibframe/Agent".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :hasDerivative, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource that is a modification of the described work.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/derivativeOf".freeze, label: "Has derivative".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :hasEquivalent, - comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze], + comment: ["Suggested use - With Work, Instance or Item".freeze, "Suggested value - Work, Instance or Item".freeze], definition: "Resource embodies the same content as the described resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Equivalence".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze property :hasExpression, - definition: "Work that is an expression of a described Work. For use to relate Works under FRBR/RDA rules.".freeze, + definition: "Work that is an expression of a described Work. Use to relate Works under LRM/RDA guidelines or similar implementations.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze, - "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze], + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze, "2021-06-09 (Modified definition [GH8])".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/expressionOf".freeze, label: "Expressed as".freeze, range: "http://id.loc.gov/ontologies/bibframe/Work".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze @@ -1661,13 +1787,13 @@ label: "Has holding".freeze, range: "http://id.loc.gov/ontologies/bibframe/Item".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :hasPart, - comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze], + comment: ["Suggested use - With Work, Instance, Item or Event".freeze, "Suggested value - Work, Instance, Item or Event".freeze], definition: "Resource that is included either physically or logically in the described resource".freeze, - "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze], + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze, "2021-06-09 (Use with Event also [GH9])".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/partOf".freeze, label: "Has part".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :hasReproduction, @@ -1678,36 +1804,36 @@ label: "Reproduced as".freeze, range: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasEquivalent".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :hasSeries, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource in which the part has been issued; the title of the larger resource appears on the part.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/seriesOf".freeze, label: "In series".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/partOf".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :hasSubseries, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "series resource that is part of another series.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/subseriesOf".freeze, label: "Subseries".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/partOf".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :heldBy, definition: "Entity holding the item or from which it is available.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Item".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH63])".freeze], label: "Held by".freeze, - range: "http://id.loc.gov/ontologies/bibframe/Agent".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :hierarchicalLevel, definition: "Hierarchical position of the described materials relative to other material from the same source.".freeze, - domain: "http://id.loc.gov/ontologies/bibframe/Arrangement".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + domain: "http://id.loc.gov/ontologies/bibframe/CollectionArrangement".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Modified range [GH77])".freeze], label: "Hierarchical level of material".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :historyOfWork, definition: "Information about the history of a Work.".freeze, @@ -1715,12 +1841,12 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "History of the work".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :identifiedBy, - comment: "Used with Unspecified".freeze, definition: "Character string associated with a resource that serves to differentiate that resource from other resources, i.e., that uniquely identifies an entity.".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-05-04 (New inverse)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/identifies".freeze, label: "Identifier".freeze, range: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze @@ -1728,13 +1854,14 @@ definition: "Resource that is associated with a character string that serves to differentiate one resource from another.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Identifier".freeze, "http://purl.org/dc/terms/modified": "2017-02-03 (New inverse)".freeze, inverseOf: "http://id.loc.gov/ontologies/bibframe/identifiedBy".freeze, label: "Resource identified".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :illustrativeContent, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Information about content intended to illustrate a resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Illustrative content information".freeze, range: "http://id.loc.gov/ontologies/bibframe/Illustration".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze @@ -1744,19 +1871,19 @@ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-06 (Changed from data to object property)".freeze], label: "Immediate acquisition".freeze, range: "http://id.loc.gov/ontologies/bibframe/ImmediateAcquisition".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :index, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource has an accompanying index".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze, "2017-02-03 (corrected label)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/indexOf".freeze, label: "Has index".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompaniedBy".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :indexOf, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Index that accompanies a resource.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/index".freeze, label: "Index to".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompanies".freeze, @@ -1783,29 +1910,28 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Instrument role".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :intendedAudience, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Information that identifies the specific audience or intellectual level for which the content of the resource is considered appropriate.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Intended audience".freeze, range: "http://id.loc.gov/ontologies/bibframe/IntendedAudience".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :issuance, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Categorization reflecting whether a resource is issued in one or more parts, the way it is updated, and its intended termination.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Mode of issuance".freeze, range: "http://id.loc.gov/ontologies/bibframe/Issuance".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :issuedWith, + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource that is issued on the same carrier as the resource being described.".freeze, - domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH62], Broadened domain [GH62])".freeze], label: "Issued with".freeze, - range: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompanies".freeze, type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze property :itemOf, definition: "Instance for which the described Item is an example.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Item".freeze, @@ -1821,20 +1947,20 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Classification item number".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :language, - comment: "Used with Unspecified".freeze, definition: "Language associated with a resource or its parts.".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Language information".freeze, range: "http://id.loc.gov/ontologies/bibframe/Language".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :lastIssue, - comment: "Used with Work or Instance".freeze, definition: "Ending date of a resource and/or the sequential designations.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed domain [GH76])".freeze], label: "Multipart last issue".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :layout, definition: "Arrangement of text, images, tactile notation, etc., in a resource.".freeze, @@ -1856,42 +1982,56 @@ domain: "http://id.loc.gov/ontologies/bibframe/Title".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Main title".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze + property :material, + comment: "Suggested use - With Work, Instance or Item".freeze, + definition: "Resource uses, is composed of, integrates, etc. the related material.".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH26])".freeze, + label: "Material".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze + property :materialOf, + comment: "Suggested use - With Work, Instance or Item".freeze, + definition: "This material is related to a resource.".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH26])".freeze, + label: "Material of".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :media, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Categorization reflecting the general type of intermediation device required to view, play, run, etc., the content of a resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Media type".freeze, range: "http://id.loc.gov/ontologies/bibframe/Media".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :mergedToForm, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "One of two or more resources that come together to form a new resource.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/mergerOf".freeze, label: "Merged to form".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :mergerOf, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "One of two or more resources which came together to form a new resource.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/mergedToForm".freeze, label: "Merger of".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :mount, - definition: "Physical material used for the support or backing to which the base material of a resource has been attached.".freeze, + definition: "Physical material or object used for the support or backing to which the base material of a resource has been attached.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, - label: "Mount material".freeze, - range: "http://id.loc.gov/ontologies/bibframe/Mount".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Modified label [GH29])".freeze], + label: "Mount material or object".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :musicFormat, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, 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, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Format of notated music".freeze, range: "http://id.loc.gov/ontologies/bibframe/MusicFormat".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze @@ -1929,87 +2069,87 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Music thematic number".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :natureOfContent, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, 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, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Content nature".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :notation, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, 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, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Notation system".freeze, range: "http://id.loc.gov/ontologies/bibframe/Notation".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :note, - comment: "Used with Unspecified".freeze, 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, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Note".freeze, range: "http://id.loc.gov/ontologies/bibframe/Note".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze + property :noteFor, + definition: "Relates a Note resource to the resource to which the note pertains.".freeze, + domain: "http://id.loc.gov/ontologies/bibframe/Note".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH34])".freeze, + label: "Note for".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :noteType, definition: "Type of note.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Note".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Note type".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze - property :organization, - definition: "Manner in which the resource is divided into smaller units.".freeze, - domain: "http://id.loc.gov/ontologies/bibframe/Arrangement".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, - label: "Organization of material".freeze, - range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, - type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :originDate, definition: "Date or date range associated with the creation of a Work.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, - label: "Associated title date".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Better align definition with property name [GH50])".freeze], + label: "Origin date".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/date".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :originPlace, definition: "Place from which the creation of the Work originated.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Work".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, - label: "Associated title place".freeze, - range: "http://id.loc.gov/ontologies/bibframe/Place".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Better align definition with property name [GH50], Removed range [GH19])".freeze], + label: "Origin place".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/place".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :originalVersion, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource is the original version of which this resource is a reproduction.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/originalVersionOf".freeze, label: "Original version".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/derivativeOf".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :originalVersionOf, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Original version of a resource.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/originalVersion".freeze, label: "Original version of".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasDerivative".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :otherEdition, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource has other available editions, for example simultaneously published language editions or reprints.".freeze, - "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-05-13 (symmetrical)".freeze], + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-05-13 (symmetrical)".freeze, "2021-06-09 (Change subproperty to relatedTo [GH61])".freeze], label: "Other edition".freeze, - subPropertyOf: "http://id.loc.gov/ontologies/bibframe/derivativeOf".freeze, + subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze property :otherPhysicalFormat, + comment: "Suggested use - With Work or Instance".freeze, definition: "Resource that is manifested in another physical carrier.".freeze, - domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Broadened domain [GH79])".freeze], label: "Has other physical format".freeze, range: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasEquivalent".freeze, type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze property :outerGRing, @@ -2018,12 +2158,12 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Cartographic outer G ring area covered".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :part, - comment: "Used with Unspecified".freeze, definition: "Part of a resource to which information applies.".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Part".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :partName, @@ -2039,21 +2179,21 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Part number".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :partOf, - comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze], + comment: ["Suggested use - With Work, Instance, Item or Event".freeze, "Suggested value - Work, Instance, Item or Event".freeze], definition: "Resource in which the described resource is physically or logically contained.".freeze, - "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze], + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze, "2021-06-09 (Use with Event also [GH9])".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/hasPart".freeze, label: "Is part of".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :pattern, definition: "Pattern of arrangement of materials within a unit.".freeze, - domain: "http://id.loc.gov/ontologies/bibframe/Arrangement".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + domain: "http://id.loc.gov/ontologies/bibframe/CollectionArrangement".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Modified range [GH77])".freeze], label: "Arrangement of material".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :physicalLocation, definition: "Location in the holding agency where the item is shelved or stored.".freeze, @@ -2061,33 +2201,33 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Storing or shelving location".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :place, - comment: "Used with Unspecified".freeze, 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, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH19])".freeze], label: "Place".freeze, - range: "http://id.loc.gov/ontologies/bibframe/Place".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :polarity, definition: "Relationship of the colors and tones in an image to the colors and tones of the object reproduced.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Polarity".freeze, range: "http://id.loc.gov/ontologies/bibframe/Polarity".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :precededBy, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource that precedes the resource being described, e.g., is earlier in time or before in narrative.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze, label: "Preceded by".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :preferredCitation, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Citation to the resource preferred by its custodian of the resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Preferred citation".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze @@ -2124,13 +2264,20 @@ domain: "http://id.loc.gov/ontologies/bibframe/Instance".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Provider statement".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze + property :pubFrequency, + comment: "Suggested use - With Work or Instance".freeze, + definition: "Relates a resource to a publication frequency resource to capture such details as first issue, last issue, status, etc.".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH76])".freeze, + label: "Publication frequency".freeze, + range: "http://id.loc.gov/ontologies/bibframe/PubFrequency".freeze, + type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :qualifier, - comment: "Used with Unspecified".freeze, definition: "Qualifier of information, such as an addition to a title to make it unique or qualifying information associated with an identifier.".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Qualifier".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :reductionRatio, @@ -2139,40 +2286,42 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Reduction ratio".freeze, range: "http://id.loc.gov/ontologies/bibframe/ReductionRatio".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :referencedBy, - comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze], + comment: ["Suggested use - With Work, Instance or Item".freeze, "Suggested value - Work, Instance or Item".freeze], definition: "Resource that references the described resource".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/references".freeze, label: "Referenced by".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :references, - comment: ["Expected value Work, Instance or Item".freeze, "Used with Work, Instance or Item".freeze], + comment: ["Suggested use - With Work, Instance or Item".freeze, "Suggested value - Work, Instance or Item".freeze], definition: "Resource that is referenced by the described resource.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/referencedBy".freeze, label: "References".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :relatedTo, - definition: "Any relationship between Work, Instance, and Item resources.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + definition: "Any relationship between Work, Instance, Item, and Event resources.".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Modified definition [GH2])".freeze], label: "Related resource".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, type: "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze property :replacedBy, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Later resource used in place of an earlier resource, usually because the later resource contains updated or new information.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/replacementOf".freeze, label: "Succeeded by".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :replacementOf, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Earlier resource whose content has been replaced by a later resource, usually because the later resource contains updated or new information.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/replacedBy".freeze, label: "Preceded by".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze, @@ -2192,11 +2341,11 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Creative responsibility statement".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :review, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Review of a resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Review content".freeze, range: "http://id.loc.gov/ontologies/bibframe/Review".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze @@ -2206,11 +2355,11 @@ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (Changed from data to object property, adjusted label and definition)".freeze], label: "Contributor role".freeze, range: "http://id.loc.gov/ontologies/bibframe/Role".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :scale, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, 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, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2017-02-03 (changed from data to object property)".freeze], label: "Scale".freeze, range: "http://id.loc.gov/ontologies/bibframe/Scale".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze @@ -2220,11 +2369,11 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Classification designation".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :separatedFrom, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource that spun off a part of its content to form a new resource.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/continuedInPartBy".freeze, label: "Separated from".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze, @@ -2235,11 +2384,11 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Series enumeration".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :seriesOf, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource that is a part of a larger resource.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/hasSeries".freeze, label: "Series container of".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasPart".freeze, @@ -2264,51 +2413,59 @@ "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-21 (fixed name and range typos)".freeze], label: "Sound characteristic".freeze, range: "http://id.loc.gov/ontologies/bibframe/SoundCharacteristic".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :soundContent, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Indication of whether the production of sound is an integral part of the resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Sound content".freeze, range: "http://id.loc.gov/ontologies/bibframe/SoundContent".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :source, - comment: "Used with Unspecified".freeze, 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, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Removed range [GH63])".freeze], label: "Source".freeze, - range: "http://id.loc.gov/ontologies/bibframe/Source".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :spanEnd, definition: "Ending number of classification number span.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Classification".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Classification number span end".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :splitInto, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "One of two or more resources resulting from the division of an earlier resource into separate resources.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/continuesInPart".freeze, label: "Split into".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/succeededBy".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :status, - comment: "Used with Unspecified".freeze, 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, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Status".freeze, range: "http://id.loc.gov/ontologies/bibframe/Status".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :subject, - comment: "Used with Work, Instance or Item".freeze, + comment: "Suggested use - With Work, Instance, Item or Event".freeze, definition: "Subject term(s) describing a resource.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Broadened domain [GH21])".freeze], label: "Subject".freeze, + range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze + property :subjectOf, + comment: "Suggested value - Work, Instance, Item or Event".freeze, + definition: "Relates a subject to that which it describes.".freeze, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH20])".freeze, + label: "Subject of".freeze, + type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :sublocation, definition: "Specific place within the holding entity where the item is located or made available.".freeze, domain: "http://id.loc.gov/ontologies/bibframe/Item".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Held in sublocation".freeze, @@ -2320,11 +2477,11 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Subseries enumeration".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :subseriesOf, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Series resource of which the described resource is a part.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/hasSubseries".freeze, label: "Subseries of".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasPart".freeze, @@ -2342,42 +2499,42 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Subtitle".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :succeededBy, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource that succeeds the resource being described, e.g., later in time or after in a narrative.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/precededBy".freeze, label: "Succeeded by".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/relatedTo".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :summary, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Summary or abstract of the resource described.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Summary content".freeze, range: "http://id.loc.gov/ontologies/bibframe/Summary".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :supplement, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource that updates or otherwise complements the predominant resource.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/supplementTo".freeze, label: "Supplement".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompaniedBy".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :supplementTo, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource that is updated or otherwise complemented by the augmenting resource.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/supplement".freeze, label: "Supplement to".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/accompanies".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :supplementaryContent, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Material such as an index, bibliography, appendix intended to supplement the primary content of a resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Supplementary material".freeze, range: "http://id.loc.gov/ontologies/bibframe/SupplementaryContent".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze @@ -2394,11 +2551,11 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Classification table identification".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :tableOfContents, - comment: "Used with Work or Instance".freeze, + comment: "Suggested use - With Work or Instance".freeze, definition: "Table of contents of the described resource.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Table of contents content".freeze, range: "http://id.loc.gov/ontologies/bibframe/TableOfContents".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze @@ -2415,40 +2572,47 @@ "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Temporal coverage".freeze, range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze, type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze property :title, - comment: "Used with Work, Instance or Item".freeze, + comment: "Suggested use - With Work, Instance, Item or Event".freeze, definition: "Name given to a resource.".freeze, - "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, + "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2021-06-09 (Broadened domain [GH23])".freeze], label: "Title resource".freeze, range: "http://id.loc.gov/ontologies/bibframe/Title".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze + property :titleOf, + comment: "Suggested value - Work, Instance, Item or Event".freeze, + definition: "Relates a title resource to that which it is the title of.".freeze, + domain: "http://id.loc.gov/ontologies/bibframe/Title".freeze, + "http://purl.org/dc/terms/modified": "2021-06-09 (New [GH22])".freeze, + label: "Title of".freeze, + type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :translation, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource that translates the text of the source entity into a language different from that of the original.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze, "2017-02-03 (corrected subproperty)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/translationOf".freeze, label: "Translation as".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/hasDerivative".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :translationOf, - comment: ["Expected value Work or Instance".freeze, "Used with Work or Instance".freeze], + comment: ["Suggested use - With Work or Instance".freeze, "Suggested value - Work or Instance".freeze], definition: "Resource that has been translated, i.e., the text is expressed in a language different from that of the original resource.".freeze, "http://purl.org/dc/terms/modified": ["2016-04-21 (New)".freeze, "2016-04-29 (added inverse, updated range)".freeze, "2017-02-03 (corrected subproperty)".freeze], inverseOf: "http://id.loc.gov/ontologies/bibframe/translation".freeze, label: "Translation of".freeze, subPropertyOf: "http://id.loc.gov/ontologies/bibframe/derivativeOf".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :unit, - comment: "Used with Unspecified".freeze, 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, + domain: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Type of unit".freeze, range: "http://id.loc.gov/ontologies/bibframe/Unit".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze property :usageAndAccessPolicy, - comment: "Used with Work, Instance or Item".freeze, + comment: "Suggested use - With Work, Instance or Item".freeze, definition: "General statement of allowances and restrictions on access to a resource, including retention, reproduction, access, and lending.".freeze, "http://purl.org/dc/terms/modified": "2016-04-21 (New)".freeze, label: "Use and access condition".freeze, range: "http://id.loc.gov/ontologies/bibframe/UsageAndAccessPolicy".freeze, type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze