EPeriodical structure¶
-
class
aleph.datastructures.eperiodical.EPeriodical[zdroj]¶ This structure is returned as result of users
SearchRequest.In case of
Search/Countrequests, this structure is filled with data from MARC XML record.-
url¶ str – Url specified by publisher (THIS IS NOT INTERNAL URL!).
-
ISSN¶ list – List of ISSNs for the periodical.
-
invalid_ISSNs¶ list – List of INVALID ISSNs for this book.
-
nazev¶ str – Name of the periodical.
-
anotace¶ str – Anotation. Max lenght: 500 chars.
-
podnazev¶ str – Subname of the book.
-
id_number¶ str – Identification number in aleph.
-
mistoVydani¶ str – City/country origin of the publication.
-
datumVydani¶ str – Date of publication.
-
internal_url¶ str – Link to edeposit/kramerius system.
-
nakladatelVydavatel¶ str – Publisher’s name.
-
ISSNSouboruPublikaci¶ list – ISSN links to other things.
-
static
from_xml(xml)[zdroj]¶ Convert
MARCXMLRecordobject toEPublicationnamedtuple.Parametry: xml (str/MARCXMLRecord) – MARC XML which will be converted to EPublication. In case of str, <record>tag is required.Vrací: EPublicationnamedtuple with data about publication.Typ návratové hodnoty: structure
-