DigitalLibrary structure

Structure for representing informations about Digital libraries.

class cz_urnnbn_api.api_structures.digital_library.DigitalLibrary(uid, name, description=None, url=None, created=None)

Bases: object

Container used to hold informations about given digital library, where the document to which the URN:NBN points, stored.

url

str – URL of the library.

uid

str – ID of the library.

name

str – Name of the digital library.

created

str – ISO 8601 string.

description

str – Free text description of the library.