Details
Assignee
UnassignedUnassignedReporter
Doug LoynesDoug LoynesLabels
Priority
P2Development Team
CitationRelease
Not ScheduledTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Doug Loynes
Doug LoynesLabels
Priority
Development Team
Citation
Release
Not Scheduled
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created October 17, 2024 at 4:32 PM
Updated January 17, 2025 at 12:37 AM
The BIBFRAME standard (v. 2.7) lays out four types of metadata captured as administrative data associated with a resource.
Creation of a resource
Updating a resource
Converting a MARC record into a resource
General (other) metadata
The scope of this card is limited to administrative data defined for “Updating a resource.”
Updating a resource
Date and time when resource updated → 005 | bf:date
Institution that updated the resource → Last occurrence of 040 $d | bf:descriptionModifier
Status → Update of resource metadata always includes bf:status of “changed”
The MARC 005 field (Date and Time of Latest Transaction) is made up of 16 characters that indicate the date and time of the latest record transaction and serve as a version identifier for the record. MARC documentation
The MARC 040 field (Cataloging Source) captures information about the institution the originally cataloged the record, or modified the record, the language of cataloging etc. For the Updating of resource administrative data, only the value of the 040 $d is required. MARC documentation.
NOTE: Need to understand how multiple values for the equivalent of 040 is handled, so that the ‘last occurrence’ value can be identified for the MARC derived record.
Example from BIBFRAME standard documentation
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about=”http://id.loc.gov/vocabulary/mstatus/c”>
<rdfs:label>changed</rdfs:label>
</bf:Status>
</bf:status>
<bf:date rdf:datatype=”http://www.w3.org/2001/XMLSchema#dateTime>2024-10-14T08:17:41</bf:date>
<bf:descriptionModifier>
<bf:Agent rdf:about=”http://id.loc.gov/vocabulary/organizations/dlc”>
<bf:code>DLC</bf:code>
</bf:Agent>
</bf:descriptionModifier>
</bf:AdminMetadata>
</bf:adminMetadata>