Skip to content
core

Relaton Bib

Implements the BibliographicItem model — the foundation of the Relaton data model.

Installation

$gem install relaton-bib

Quick Start

require 'relaton-bib'

# Fetch a bibliographic item
bib = RelatonBib::Bibliography.get("ISO 690:2010")
puts bib.to_xml

Links