BiRO, the Bibliographic Reference Ontology

IRI:
http://purl.org/spar/biro
Date:
05/05/2011
Current version:
1.0
Author:
David Shotton
Silvio Peroni
Imported ontologies:
http://purl.org/spar/frbr (visualize it with LODE)
http://swan.mindinformatics.org/ontologies/1.2/collections.owl (visualize it with LODE)
Other visualizations:
Ontology source
Machester Ontology Browser

Abstract

BiRO, the Bibliographic Reference Ontology is an ontology for describing bibliographic records and references, and their compilation into bibliographic collections and reference lists. It forms part of SPAR, a suite of Semantic Publishing and Referencing Ontologies. Other SPAR ontologies are described at http://purl.org/spar/.

This ontology is available at http://purl.org/spar/biro, and uses the namespace prefix biro.

Table of contents

  1. Introduction
  2. Classes
  3. Object properties
  4. Annotation properties
  5. Namespace declarations

Introduction

BiRO, the Bibliographic Reference Ontology, is an ontology structured according to the FRBR model to define bibliographic records (as subclasses of frbr:Work) and bibliographic references (as subclasses of frbr:Expression), and their compilations into bibliographic collections such as library catalogues, and into bibliographic lists such as reference lists in journal articles, respectively.

It provides a logical system for relating an individual bibliographic reference, such as appears in the reference list of a published article (which may lack the title of the cited article, the full names of the listed authors, or indeed the full list of authors):

• to the full bibliographic record for that cited article, which in addition to missing reference fields may also include the name of the publisher, and the ISSN or ISBN of the publication;

• to collections of bibliographic records such as library catatlogues; and

• to bibliographic lists, such as reference lists.

Classes

bibliographic collectioncback to ToC or Class ToC

IRI: http://purl.org/spar/biro/BibliographicCollection

A collection of bibliographic records, each of which references a publication (or a work in preparation for publication). Examples of bibliographic collections include a collection of the bibliographic records of all the publications that a single individual has authored, or a collection of those bibliographic records to be included in a research paper, where they are expressed as a reference list.

has super-classes
has sub-classes
library cataloguec

A bibliographic collection is composed only of items containing bibliographic records. Moreover, it cannot be part of other bibliographic collections, and it is realized only by bibliographic lists.

bibliographic listcback to ToC or Class ToC

IRI: http://purl.org/spar/biro/BibliographicList

An ordered list of bibliographic items, each of which contains a bibliographic reference.

has super-classes
has sub-classes
reference listc

A bibliographic list is composed only of items containing bibliographic references. Moreover, it is always a realization of a bibliographic collection.

bibliographic recordcback to ToC or Class ToC

IRI: http://purl.org/spar/biro/BibliographicRecord

A record that uniquely references a particular publication (or a work in preparation for publication). Each bibliographic record is a set of entities describing aspects of the referenced work, for example authors, title, journal, publication year, DOI, ISSN, publisher and copyright information. The FRBR expression of a bibliographic record is a bibliographic reference, which usually contains only a sub-set of these entities, ordered in a particular way that corresponds to the house style of the publication in which it occurs.

has super-classes

A bibliographic record is realized only through bibliographic references.

bibliographic referencecback to ToC or Class ToC

IRI: http://purl.org/spar/biro/BibliographicReference

An expression of a bibliographic record in a specific format, that references a particular publication (or a work in preparation for publication). Each bibliographic reference is a list of items containing entities that describe aspects of the referenced work - for example authors, title, journal, publication year - selected from the bibliographic record.

has super-classes

A bibliographic reference is a realization of a bibliographic record. Moreover, it can contain only items referring to elements contained by the bibliographic record it realizes.

library cataloguecback to ToC or Class ToC

IRI: http://purl.org/spar/biro/LibraryCatalogue

A catalogue of the bibliographic holdings of a library.

has super-classes

reference listcback to ToC or Class ToC

IRI: http://purl.org/spar/biro/ReferenceList

A list used to describe the bibliography of a research paper, a journal article, a book, a book chapter or similar publication.

has super-classes

Object properties

is element ofopback to ToC or Object Property ToC

IRI: http://purl.org/spar/biro/isElementOf

The link between an entity and the collection containing it.

has super-properties
  • owl:topObjectPropertyop
has range
  • collections:Collectionc
is inverse of
  • collections:elementop

is referenced byopback to ToC or Object Property ToC

IRI: http://purl.org/spar/biro/isReferencedBy

The relation between a publication and the bibliographic record or bibliographic reference describing it.

has super-properties
  • owl:topObjectPropertyop
has domain
  • core:Endeavourc
has range

referencesopback to ToC or Object Property ToC

IRI: http://purl.org/spar/biro/references

The relation between a bibliographic record or a bibliographic reference and the publication being referenced.

has super-properties
  • owl:topObjectPropertyop
has domain
has range
  • core:Endeavourc
is inverse of

Annotation properties

dc:creatorapback to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/creator

dc:dateapback to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/date

dc:descriptionapback to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/description

dc:rightsapback to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/rights

dc:titleapback to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/title

owl:versionInfoapback to ToC or Annotation Property ToC

IRI: http://www.w3.org/2002/07/owl#versionInfo

rdfs:commentapback to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#comment

rdfs:labelapback to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#label

Namespace declarations back to ToC

default namespace
http://purl.org/spar/biro/
biro
http://purl.org/spar/biro/
collections
http://swan.mindinformatics.org/ontologies/1.2/collections/
core
http://purl.org/vocab/frbr/core#
dc
http://purl.org/dc/elements/1.1/
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, the Live OWL Documentation Environment developed by Silvio Peroni.