From 696998c8b7c52981eeeac59e125324f3f607d13b Mon Sep 17 00:00:00 2001 From: MartinKrickl Date: Fri, 19 May 2023 12:17:29 +0000 Subject: [PATCH] Update Botanical-illustrations-metadata-readme.md --- ...Botanical-illustrations-metadata-readme.md | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/metadata-readme/Botanical-illustrations-metadata-readme.md b/metadata-readme/Botanical-illustrations-metadata-readme.md index 506ef0e..a826e89 100644 --- a/metadata-readme/Botanical-illustrations-metadata-readme.md +++ b/metadata-readme/Botanical-illustrations-metadata-readme.md @@ -2,24 +2,24 @@ This Readme offers explanations for all attributes of the metadata csv table to | attribute | explanation | frequency | datatype | | ---- | ---- | ---- | ---- | -| manifest_id | | some | string | -| mms_id | | some | string | -| barcode | | some | string | -| signature | | some | string | -| location | | some | string | -| urns | | some | string | -| snISBN | | some | string | -| snISSN | | some | string | -| volumeNumber | | some | string | -| languages | | some | string | -| main_title | | some | string | -| sub_title | | some | string | -| related_title | | some | string | -| countryCodes | | some | string | -| persons | | some | string | -| corperations | | some | string | -| publishers | | some | string | -| placesOfPublication | | some | string | +| manifest_id | ID in the Austrian National Library's digital repository, which is the document ID for the access link as well as the IIIF manifest; for this dataset "BAG_\d{8}"| all | string | +| mms_id | ID of the data record in the integrated library system ALMA (Exlibris group); The ID is the identifier of the local data record (local zone); The MMS-ID may be a value needed for a SRU request | all | string | +| barcode | ID of the document; At the Austrian National Library every digitized document in this collection has a barcode as identifier for the digitized item, usually in the form "+Z\d{7}[0-9, A-Z]{1,2}" or a "dummy-barcode" in the form of "alma\d{6}" | some | string | +| signature | shelfmark of document in collection of the Austrian National Library, for this collection either "PK 507, ddd" or "PK 508, ddd" | all | string | +| location | code for collection department at the Austrian National Library; "POR MAG" stands for the Portrait Collection of the Image Department | all | string | +| urns | ID in the form of a Uniform Resource Name | none | string | +| snISBN | International Standard Book Number | none | string | +| snISSN | International Standard Serial Number | none | string | +| volumeNumber | number of volume as part of a multivolumed resource | none | string | +| languages | code for language of the document in ISO-639 3 | none | string | +| main_title | title of the document, either as in the resource or a fictious title | all | string | +| sub_title | subtitle of the document, either as in the resource or a fictious subtitle | none | string | +| related_title | any other title related to the document | none | string | +| countryCodes | code for country, in which borders the place of creation lies at the time the catalogue entry was created; ISO-code preceeded by "XA" | none | string | +| persons | personal names of creators and other persons involved (e.g. addressees of letters) in the form {surname, forename} OR {surname, forename, dateOfBirth-dateOfDeath, [MARCRelatorsTerm]}; The MARC relators terms are listed in the MARC documentary: https://www.loc.gov/marc/relators/relaterm.html; the values in this dataset are in German, "MalerIn" stands for "Painter" | all | string | +| corperations | personal name of corperation involved | none | string | +| publishers | personal name of publisher if known | none | string | +| placesOfPublication | placename for place of creation or place of publication, not linked to authority file; "Ohne Ort" stands for "no placename known"; Cave: Those entries that do not have a value do not necessarely have no place of publication | none | string | | yearOfPublication | | some | string | | dateOfPublication | | some | string | | Subjects | | some | string | @@ -32,4 +32,4 @@ This Readme offers explanations for all attributes of the metadata csv table to | physicalFormat | | some | string | | sequence | | some | string | | urls | | some | string | -| idnr | | some | string | \ No newline at end of file +| idnr | | some | string | -- GitLab