BibClass

BibClass Overview

All current BibClass documentation is at http://www.dlxs.org/docs/12/class/bib/ and will be updated after the workshop based on feedback we get from it.

BibClass was not intended to replace robust, large-scale bibliographic systems like the library catalog, but to accomplish resource discovery across a large body of bibliographic information managed outside of large integrated library systems.

It was built for succinctness and simplicity, and also is quite flexible in terms of how existing bibliographic structures can be mapped to it. Elements can be used to accommodate outlying existing elements by re-arranging the map file.

BibClass DTD

The current DTD lives at http://www.dlxs.org/docs/12/class/bib/bib.dtd.txt. The following is a brief overview of the BibClass DTD elements using a sample University of Michigan collection record.

<BIBDB><GROUP><COLL>umr</COLL>
These elements are intended as containers for the bibliographic data. We use them to designate collections of data.
<A A="A" ID="AAB8128" DT="2000-08-22">
The <A> element can be defined as the record itself. The most commonly used attributes are ID (i.e., the main record identifier) and DT (i.e., the date of record creation).
<B>
<K>Factors affecting innovation in water quality management: 
implementation of the 1968 Michigan clean water bond issue; / 
by Steven L. Yaffee [and] Jonathan W. Bulkley.</K>
<L>Yaffee, Steven L.</L>
<L>Bulkley, Jonathan W., joint author.</L>
</B>
The <B> element contains the main title and main authors of the bibliographic resource. Other elements that may be contained in <B> are <M> (editor), <N> (sponsor), <O> (funder) and <Q> (principal responsibility).
<D>xii, 233 p. ; illus. ; 28 cm.</D>
The <D> element indicates the dimensions of the physical resource.
<E>
<U>Ann Arbor,</U>
<T>University of Michigan,</T>
<YR>1973.</YR>
<W A="NOTIS">AAB8128</W>
<W A="CALLNO">UMR4246</W>
<X>These pages may be freely searched and displayed. Permission must 
be received for subsequent distribution in print or electronically. 
Please contact umdl-info@umich.edu for more information.</X>
</E>
The <E> element contains the publication information of the resource, including the publisher name (<U>), location (<T>) and date of publication (<YR>). It also contains the record identifiers (<W>) associated with the resource and any rights information (<X>).
<G> 
<AA>Completion report. OWRR project no. A-054-MICH, grant no. 14-31-0001-3522.</AA>
<AA>Thesis (M.A.)--University of Michigan.</AA>
<AA>Bibliography: p. 226-233.</AA>
</G>
The <AA> element contains notes or abstracts that describe the resource. This can be a catch-all element for existing bibliographic structures that are hard to place anywhere else.
<I2><SG>
<SU A="1">Water quality management -- Michigan.</SU>
<SU A="1">Water quality management -- Costs -- Michigan</SU>
</SG></I2>
The <SU> element contains keywords or subject descriptors. The <KW> element can be used for more specific or controlled keywords.
<J>
<URL>http://www.hti.umich.edu/cgi/t/text/text-idx?c=umr&idno=AAB8128.0001.001</URL>
</J>
The <URL> element contains the link to the actual resource, whether that is the image, full text, or further description of the resource.
<FMT>sgml</FMT>
<LANG>eng</LANG>
<TYPE>text</TYPE>
These elements describe the format (e.g., SGML, HTML, JPEG), the language (e.g., English, Hindu, German), and the type (e.g., conference paper, text, archive) of the resource, respectively.

Other important elements not listed in the sample record include the <F> (series statement) and <H> (source description) elements.

For those interested in the hierarchy of BibClass, we've put together a hierarchical cheat sheet of sorts, which will be better updated after the workshop.

And, for indexing BibClass data, you may want to use our "cookbook," which currently is (quite) University of Michigan specific, but will also be updated after the workshop.