A collection of compound digital documents (e.g. that of digitized
manuscripts or sound recordings) consists of several complex documents whose root files
are individual bibliographic descriptions BIBLDESCR (DESCR.HTM). For them the concrete
DOBM formats as defined for single items are the basic structural platform.
To map a collection in its DOBMENT.SGM, it is necessary to add the
COLLECTION TAG into the list of categories applied (into the CTGSET tag).
It will have the category label “COLLECTION” and the English name
“Collection” (e.g., the Czech name will be “sbírka”) as shown below:
The files with metadata for each type of document are added the
category COLLECTION to as follows for manuscripts and sound recordings taken as examples:
The COLLECTION file contains the description of the collection,
especially its main characteristics, number of items, historical circumstances of its
building, and other interesting information about the collection as a whole. It has in
fact a character of an annotation.
The COLLECTION category contains this information in one category
labelled as shown below:
For manuscripts and old printed books the CTGSET will be added and
inserted the following to:
The structures of the BIBLDESCR, TECHDESCR, BOOK (WORK, ...), PAGE
(PART, ...) files remain the same as defined by the concrete specifications for each type
of document.
<!DOCTYPE DOBMENT PUBLIC "-//AIP//DTD DOBMENT//EN">
<DOBMENT>
<ROOTS><!-- Reference to the top of the tree structure of the
description - ->
<BEG HREF="COLLECT.HTM" CTGLABEL="COLLECTION" NAME="Collection
Description">
</ROOTS>
<CTGSET>
<DOBM SPEC="NKP//MANUSCRIPT 2. 5"
CTGLABEL="COLLECTION" NAME="Collection">
<DX CTGLABEL="COLLDESCR" NAME="Collection
Description" TYPE="TEXT">
</DX>
</DOBM>
<DOBM SPEC="NKP//MANUSCRIPT 5" CTGLABEL="PAGE"
NAME="Page">
<DATA CTGLABEL="GALLERYQ" NAME="Gallery Quality
Picture" TYPE="IMAGE">
<DATA CTGLABEL="PREVIEWQ" NAME="Preview Quality
Picture" TYPE="IMAGE">
<DATA CTGLABEL="INTERNETQ" NAME="Internet Quality
Picture" TYPE="IMAGE">
<DATA CTGLABEL="NORMALQ" NAME="Normal Quality
Picture" TYPE="IMAGE">
<DATA CTGLABEL="EXCELLENTQ" NAME="Excellent Quality
Picture" TYPE="IMAGE">
<DATA CTGLABEL="DETAIL" NAME="Detail"
TYPE="IMAGE">
<DATA CTGLABEL="WATERMARK" NAME="Watermark"
TYPE="IMAGE">
</DOBM>
<DOBM SPEC="NKP//MANUSCRIPT 2.5" CTGLABEL="BOOK"
NAME="Book">
<REFERENCE SPEC="NKP//MANUSCRIPT 2.1"
CTGLABEL="PAGE">
</DOBM>
<DOBM SPEC="NKP//MANUSCRIPT 2.5"
CTGLABEL="TECHDESCR" NAME="Technical Description">
<DX CTGLABEL="CAPTURE" NAME="Image Capturing Data"
TYPE="TEXT">
</DX>
</DOBM>
<DOBM SPEC="NKP//MANUSCRIPT 2.5"
CTGLABEL="BIBLDESCR" NAME="Bibliographic Description">
<REFERENCE SPEC="NKP//MANUSCRIPT 2.1.coll"
CTGLABEL="TECHDESCR">
<REFERENCE SPEC="NKP//MANUSCRIPT 2.1.coll"
CTGLABEL="BOOK">
<DX CTGLABEL="SHELFNO" NAME="Shelf-number"
TYPE="TEXT">
</DX>
<DX CTGLABEL="LIBRARY" NAME="Library"
TYPE="TEXT">
</DX>
<DX CTGLABEL="OWNER" NAME="Owner"
TYPE="TEXT">
</DX>
<DX CTGLABEL="MAINTTL" NAME="Title"
TYPE="TEXT">
</DX>
<DX CTGLABEL="FSTOFRESP" NAME="Author"
TYPE="TEXT">
</DX>
<DX CTGLABEL="EDITST" NAME="Edition"
TYPE="TEXT">
</DX>
<DX CTGLABEL="GMD" NAME="Type of Document"
TYPE="TEXT">
</DX>
<DX CTGLABEL="PBLSHER" NAME="Publisher"
TYPE="TEXT">
</DX>
<DX CTGLABEL="PLACEPBL" NAME="Place of Publication"
TYPE="TEXT">
</DX>
<DX CTGLABEL="PRINTER" NAME="Printer"
TYPE="TEXT">
</DX>
<DX CTGLABEL="PLACEPRT" NAME="Place of Printing"
TYPE="TEXT">
</DX>
<DX CTGLABEL="DATOFPUBL" NAME="Datation"
TYPE="TEXT">
</DX>
<DX CTGLABEL="PHYSDESCR" NAME="Physical
Description" TYPE="TEXT">
<DX CTGLABEL="MATERIAL" NAME="Material"
TYPE="TEXT">
</DX>
<DX CTGLABEL="SIZE" NAME="Size"
TYPE="TEXT">
</DX>
<DX CTGLABEL="EXTENT" NAME="Extent"
TYPE="TEXT">
</DX>
<DX CTGLABEL="ILLUM" NAME="Illuminations"
TYPE="TEXT">
</DX>
<DX CTGLABEL="NOTATION" NAME="Notation"
TYPE="TEXT">
</DX>
</DX>
<DX CTGLABEL="NOTES" NAME="Notes"
TYPE="TEXT">
</DX>
<DX CTGLABEL="ANNOT" NAME="Annotation"
TYPE="TEXT">
<DX CTGLABEL="BASINF" NAME="Basic Information"
TYPE="TEXT">
</DX>
<DX CTGLABEL="CONTENTS" NAME="Contents"
TYPE="TEXT">
</DX>
<DX CTGLABEL="INDEX" NAME="Index"
TYPE="TEXT">
</DX>
<DX CTGLABEL="LIT" NAME="Literature"
TYPE="TEXT">
</DX>
</DX>
</DOBM>
</CTGSET>
</DOBMENT>