Skip to main content
Back to Standards

Bibliographic Reference Ontology

BiRO

An OWL 2 DL ontology within the SPAR (Semantic Publishing and Referencing) suite that provides a structured framework for describing bibliographic references and their collections. BiRO models reference lists as ordered collections of bibliographic references, where each reference is composed of a bibliographic record describing a cited work. It enables the formal representation of the reference sections found in scholarly publications, supporting citation analysis and bibliometric research.

Overview

The Bibliographic Reference Ontology is an OWL 2 DL ontology designed for the formal description of bibliographic references and their ordered collections within scholarly publications. BiRO is part of the SPAR (Semantic Publishing and Referencing) Ontologies suite, a family of complementary ontologies that collectively address the full lifecycle of scholarly communication in a machine-readable, semantically rich manner.

Background

BiRO was developed by David Shotton and Silvio Peroni as part of the broader SPAR initiative, which began around 2010 at the University of Oxford and the University of Bologna. The SPAR suite arose from the recognition that scholarly publishing involves complex relationships -- between citing and cited works, between authors and their roles, between documents and their component parts -- that existing metadata standards did not fully capture in a semantically interoperable way.

Within this suite, BiRO addresses a specific gap: the formal representation of reference lists. While other SPAR ontologies handle citation acts (CiTO), bibliographic entities (FaBiO), and publishing roles (PRO), BiRO focuses on modeling the ordered collections of references that appear at the end of scholarly works.

Purpose & Scope

BiRO provides classes and properties for describing three core entities: bibliographic references (the entries in a reference list), bibliographic records (the descriptive metadata about a cited work), and reference lists (ordered collections of references). A key design decision is the distinction between a reference (which exists in the context of a specific citing document) and the bibliographic record it contains (which describes the cited work independently of any citing context).

This separation enables precise modeling of citation contexts. The same cited work may appear in hundreds of reference lists, each with slightly different formatting or annotation, yet the underlying bibliographic record remains consistent.

Key Classes

Class Purpose
biro:BibliographicReference An entry in a reference list within a citing work
biro:BibliographicRecord A descriptive record of a cited bibliographic resource
biro:BibliographicList An ordered collection of bibliographic references
biro:ReferenceList A reference list appearing in a specific work

Governance & Maintenance

BiRO is maintained as part of the SPAR Ontologies project, hosted on GitHub under the sparontologies organization. Development follows an open, community-driven model. The ontology is published under a Creative Commons Attribution 4.0 license, and its namespace is resolved through PURL (Persistent URL) identifiers, ensuring long-term URI stability.

Notable Implementations

BiRO is used in conjunction with other SPAR ontologies in projects such as OpenCitations, an open scholarly citation database that provides free access to citation data. The ontology has been adopted in bibliometric research and digital library systems where precise modeling of citation relationships is required. It is also registered in the Linked Open Vocabularies (LOV) directory.

Related Standards

  • CiTO -- The Citation Typing Ontology, a SPAR sibling that characterizes the nature of citations
  • FaBiO -- The FRBR-aligned Bibliographic Ontology, which models bibliographic entities themselves

Further Reading