Home > Metadata for e-books > Metadata elements

Collection information



E-books are often distributed by publishers in complete collections or thematic compilations. The identification of these collections plays an important role in the processing of metadata in libraries and library networks as well as in the display in search interfaces. All e-books in a jointly distributed collection must therefore contain a corresponding name or identification of the collection in the metadata. Either a publisher-internal label or a label assigned by the library community can be used for this purpose.

Some publishers compile e-book collections under identical collection titles based on license years. In such cases, the collection information consists of a label that also contains the license year.

Collection information (textual and/or publisher identifier) - optional

Definition

The information on the collection/product compiled by the publisher in which an e-book can be licensed is provided as a textual entry in the metadata record for the e-book. If this collection/product has its own identifier with the publisher, this can be specified instead of a textual description or in addition to it. A textual entry or the publisher's own identifier can be supplemented by the specification of a license year if required.

General notes To use a product ISIL as collection information, see the table "Collection information (product ISIL)" below

MARC 21 ONIX 3.0.8 Reference Names
ONIX 3.0.8 Short Tags
Format
950 $a

<Collection>
/ONIXMessage/​Product/DescriptiveDetail/Collection

<CollectionType>
/ONIXMessage/​Product/DescriptiveDetail/Collection/CollectionType with value "10" from code list 148

<TitleDetail>
/ONIXMessage/​Product/DescriptiveDetail/Collection/TitleDetail

<TitleType>
/ONIXMessage/​Product/DescriptiveDetail/Collection/TitleDetail/TitleType with value "01" from code list 15

<TitleElement>
/ONIXMessage/​Product/DescriptiveDetail/Collection/TitleDetail/TitleElement

<TitleElementLevel>
/ONIXMessage/​Product/DescriptiveDetail/Collection/TitleDetail/TitleElement/TitleElementLevel with value "02" from code list 149

<YearOfAnnual>
/ONIXMessage/​Product/DescriptiveDetail/Collection/TitleDetail/TitleElement/YearOfAnnual

<TitleText>
/ONIXMessage/​Product/DescriptiveDetail/Collection/TitleDetail/TitleElement/TitleText

<collection>

        <x329> with value "10" from code list 148

        <titledetail>

                <b202> with value "01" from code list 15

                <titleelement>

                        <x409> with value "02" from code list 149

                        <b020>

                        <b203>

 

Format notes In MARC 21, the standard field scope does not provide for the storage of collection information; the user-specific field 950 is used for the textual storage of collection information. ONIX 3.0.8 does not provide an element for storing the collection information. We suggest using the <collection> element for this purpose.
Example 950 ##$aMedicine (SpringerNature-11650)

<Collection>

    <CollectionType>10</CollectionType>

    <TitleDetail>

        <TitleType>01</TitleType>

        <TitleElement>

            <TitleElementLevel>02</TitleElementLevel>

            <TitleText>Medicine (SpringerNature-11650)</TitleText>

        </TitleElement>

    </TitleDetail>

</Collection>

<collection>

    <x329>10</x329>

    <titledetail>

        <b202>01</b202>

        <titleelement>

            <x409>02</x409>

            <b203>Medicine (SpringerNature-11650)</b203>

        </titleelement>

    </titledetail>

</collection>

Collection information (product ISIL) and license year - optional

Definition

Information on the collection/product compiled by the publisher in which an e-book can be licensed is provided by specifying a product ISIL in the metadata record for the e-book. Such product ISILs for e-book collections are usually applied for by libraries or library network head offices at the responsible German ISIL agency at the Staatsbibliothek zu Berlin and are publicly accessible*. Publishers can also use them to identify the collection for an e-book in its metadata, provided they know the corresponding product ISIL. If required, the product ISIL can be supplemented with the year of the license.

General notes

ISIL = International Standard Identifier for Libraries and Related Organisations (ISO 15511)

Collections with the same title that differ by year are specified by a license year in addition to the product ISIL.


MARC 21 ONIX 3.0.8 Reference Names ONIX 3.0.8 Short Tags
Format

912 $a $b


Option 1 (with element "RelatedProduct")

<RelatedProduct>
/ONIXMessage/​Product/RelatedMaterial/RelatedProduct

<ProductRelationCode>
/ONIXMessage/​Product/RelatedMaterial/RelatedProduct/ProductRelationCode with value "02" from code list 51

<ProductIdentifier>
/ONIXMessage/​Product/RelatedMaterial/RelatedProduct/ProductIdentifier

<ProductIDType>
/ONIXMessage/​Product/RelatedMaterial/RelatedProduct/ProductIdentifier/ProductIDType with value "01" from code list 5

<IDValue>
/ONIXMessage/​Product/RelatedMaterial/RelatedProduct/ProductIdentifier/IDValue

Option 1 (with element "relatedproduct")

<relatedproduct>

        <x455> with value "02" from code list 51

        <productidentifier>

                <b221> with value "01" from code list 5

                <b233>




Option 2 (with element "Collection")

<Collection>
/ONIXMessage/​Product/DescriptiveDetail/Collection

<CollectionType>
/ONIXMessage/​Product/DescriptiveDetail/Collection/CollectionType with value "10" from code list 148

<CollectionIdentifier>
/ONIXMessage/​Product/DescriptiveDetail/Collection/CollectionIdentifier

<CollectionIDType>
/ONIXMessage/​Product/DescriptiveDetail/Collection/CollectionIdentifier/CollectionIDType with value "01" from code list 13

<IDTypeName>
/ONIXMessage/​Product/DescriptiveDetail/Collection/CollectionIdentifier/IDTypeName with value "Produkt-ISIL" (in German)

<IDValue>
/ONIXMessage/​Product/DescriptiveDetail/Collection/CollectionIdentifier/IDValue

Option 2 (with element "collection")

<collection>

        <x329> with value "10" from code list 148

        <collectionidentifier>

                <x344> with value "01" from code list 13

                <b233> with value "Produkt-ISIL" (In German)

                <b244>

 

Format notes

$a - Product ISIL

$b - License year(s) (YYYY or YYYY-YYYY)

The recording of product ISILs is not provided for in ONIX 3.0.8. However, it can be carried out in one of the above-mentioned variants in consultation with the supplied library network headquarters/library. In option 2, "Produkt-ISIL" is assigned as the IDTypeName. If the product ISIL is to be specified by a license year, a suitable procedure will be agreed bilaterally with the supplied library network headquarters/library.

Example

912 ##$aZDB-2-SME$b2021

Option 1 (with element "RelatedProduct")

<RelatedProduct>

    <ProductRelationCode>02</ProductRelationCode>

    <ProductIdentifier>

        <ProductIDType>01</ProductIDType>

        <IDTypeName>Produkt-ISIL</IDTypeName>

        <IDValue>ZDB-2-SME 2021</IDValue>

    </ProductIdentifier>

</RelatedProduct>

Option 1 (with element "relatedproduct")

<relatedproduct>

    <x455>02</x455>

  <productidentifier>

      <b221>01</b221>

      <b233>Produkt-ISIL</b233>

      <b244>ZDB-2-SME 2021</b244>

    </productidentifier>

</relatedproduct>

Option 2 (with element "Collection")

<Collection>

    <CollectionType>10</CollectionType>

  <CollectionIdentifier>

      <CollectionIDType>01</CollectionIDType>

      <IDTypeName>Produkt-ISIL</IDTypeName>

      <IDValue>ZDB-2-SME 2021</IDValue>

    </CollectionIdentifier>

</Collection>

Option 2 (with element "collection")

<collection>

    <x329>10</x329>

    <collectionidentifier>

        <x344>01</x344>

    <b233>Produkt-ISIL</b233>

    <b244>ZDB-2-SME 2021</b244>

    </collectionidentifier>

</collection>



*Further information can be obtained from the information page "Product codes for bundles of electronic resources" of the German ISIL agency: https://sigel.staatsbibliothek-berlin.de/en/vergabe/product-codes



2023-06-01