III · 20

Book Format (KEV)

The KEV serialization for books, book chapters, conference proceedings, and reports — the canonical OpenURL format identifier for non-serial monographic content.

The Book KEV format covers monographic publications: books, edited volumes, book chapters, conference proceedings, technical reports. Its identifier is info:ofi/fmt:kev:mtx:book.

Format identifier

rft_val_fmt=info:ofi/fmt:kev:mtx:book

Descriptor keys

KeyDescriptionExample
rft.genreSubtype: book, bookitem, conference, proceeding, report, document, unknownbook
rft.btitleBook titleThe Principles of Mathematics
rft.atitleChapter (or paper) title — used when genre is bookitem, proceeding, conferenceOn Reference
rft.titleGeneric title (alias for btitle in older 0.1-style traffic)
rft.aulastFirst author's surnameRussell
rft.aufirstFirst author's forename or initialsBertrand
rft.auAdditional author (repeatable)Whitehead, A. N.
rft.aucorpCorporate author
rft.isbnISBN9780486417134
rft.placePlace of publicationCambridge
rft.pubPublisherCambridge University Press
rft.editionEdition2nd
rft.tpagesTotal pages564
rft.seriesSeries titleLecture Notes in Computer Science
rft.datePublication date1903
rft.spageStart page (for chapters/items)23
rft.epageEnd page (for chapters/items)56
rft.pagesPage range23-56

Books vs. chapters

For a whole book: set rft.genre=book and use rft.btitle as the title. Page descriptors are optional and usually omitted.

For a chapter in an edited book: set rft.genre=bookitem; use rft.btitle for the book title and rft.atitle for the chapter title; include start and end pages.

For a paper in conference proceedings: set rft.genre=proceeding (or conference); rft.btitle carries the proceedings title and rft.atitle the paper.

Worked example — a book chapter

ctx_ver=Z39.88-2004
&rft_val_fmt=info:ofi/fmt:kev:mtx:book
&rft.genre=bookitem
&rft.btitle=Logic-Based+Knowledge+Representation
&rft.atitle=Description+Logics
&rft.aulast=Baader
&rft.aufirst=Franz
&rft.pub=MIT+Press
&rft.place=Cambridge%2C+MA
&rft.date=2010
&rft.spage=135
&rft.epage=178
&rft.isbn=9780262026789
&rfr_id=info:sid/example.com:database

Sources