BIBFRAME is a Linked Data vocabulary and data model for bibliographic description, developed by the Library of Congress as the long-term successor to the MARC 21 exchange formats. By structuring library catalog data as RDF, BIBFRAME aims to make bibliographic information discoverable and interoperable across the wider web, moving library data beyond the closed silo of traditional MARC-based systems.
Background
The Library of Congress launched the Bibliographic Framework Initiative in 2011 to explore how library cataloging data could better leverage modern web architecture. After decades of reliance on MARC, which was designed in the 1960s for batch record exchange, the library community recognized the need for a framework rooted in Linked Data principles. An initial BIBFRAME 1.0 model was published in 2012, drawing on input from the library technology community. BIBFRAME 2.0, released in 2016, substantially revised the model based on implementation experience, simplifying the class hierarchy and aligning more closely with cataloging practice.
Purpose & Scope
BIBFRAME provides a vocabulary for describing all types of bibliographic resources — books, serials, audiovisual materials, maps, notated music, and more. It is intended to serve the same broad domain as MARC 21 but with a structure that supports Linked Data discovery, sharing, and integration. The target audience includes libraries, archives, and any institution managing bibliographic metadata. BIBFRAME is designed to coexist with MARC during a transition period, and the Library of Congress maintains bidirectional conversion tools.
Key Elements / Properties
BIBFRAME 2.0 organizes description around three core classes:
| Class | Definition |
|---|---|
| bf:Work | The conceptual essence of a cataloged resource — its intellectual or artistic content, independent of any physical carrier. |
| bf:Instance | A specific materialization of a Work — an edition, format, or publication. |
| bf:Item | An actual copy or holding of an Instance, with location and access information. |
Supporting these core classes are several key categories of properties:
- Title, Contribution, Subject — descriptive properties analogous to MARC fields for title statements, name/role entries, and subject access.
- Provision Activity — publication, production, distribution, and manufacture details.
- Identifiers — ISBN, ISSN, LCCN, and other standard identifiers.
- Notes and Administrative Metadata — cataloging source, change dates, encoding level.
The vocabulary also includes the bflc extension namespace for Library of Congress-specific properties that supplement the core ontology.
Serializations & Technical Formats
BIBFRAME data is natively expressed in RDF. The canonical namespace URI is http://id.loc.gov/ontologies/bibframe/. The vocabulary definition is available as RDF/XML from the Library of Congress id.loc.gov service. Instances of BIBFRAME data are commonly serialized in RDF/XML, N-Triples, and JSON-LD. The Library of Congress BIBFRAME editor produces data in these formats, and the conversion tools output both BIBFRAME RDF and MARC 21 records.
Governance & Maintenance
BIBFRAME is maintained by the Network Development and MARC Standards Office at the Library of Congress. Development is community-informed through regular BIBFRAME Update Forums held at American Library Association conferences and via the BIBFRAME mailing list. Vocabulary changes and implementation updates are announced through the BIBFRAME news page. The most recent update forum was held in February 2026, and Conversion 3.0 was announced in December 2025, indicating sustained active development.
Notable Implementations
The Library of Congress has been piloting BIBFRAME in production cataloging, with staff creating BIBFRAME descriptions that are converted to MARC for distribution. Several major library systems and cooperative networks have engaged with BIBFRAME, including OCLC (which has explored BIBFRAME-compatible services), the German National Library, the National Library of Medicine, and the Program for Cooperative Cataloging. The BIBFRAME Editor (a web-based cataloging tool) and the Marva editor are key implementation tools. Share-VDE (Shared Virtual Discovery Environment) uses BIBFRAME as its underlying data model for a multi-institution discovery platform.
Related Standards
- MARC 21 — The exchange format that BIBFRAME is designed to eventually replace. Bidirectional conversion tools are maintained by the Library of Congress.
- MARCXML — The XML serialization of MARC 21, used as an intermediate format in MARC-to-BIBFRAME conversions.
- MODS (Metadata Object Description Schema) — An XML schema derived from MARC that covers similar bibliographic description territory.
- RDA (Resource Description and Access) — The cataloging content standard increasingly used alongside BIBFRAME for describing resources.