From a168d561ee1aea24123307b281f7ebdfe19f1978 Mon Sep 17 00:00:00 2001 From: Christoph Steindl Date: Wed, 17 May 2023 17:59:00 +0200 Subject: [PATCH] Update general structure --- ...Botanical-illustrations-metadata-readme.md | 8 ++-- metadata-readme/Die-Bombe-metadata-readme.md | 25 ++++++++-- .../Historical-postcards-metadata-readme.md | 46 +++++++++++++------ ...Personal-documents-Berg-metadata-readme.md | 7 ++- 4 files changed, 59 insertions(+), 27 deletions(-) diff --git a/metadata-readme/Botanical-illustrations-metadata-readme.md b/metadata-readme/Botanical-illustrations-metadata-readme.md index 0b128e2..b0c544e 100644 --- a/metadata-readme/Botanical-illustrations-metadata-readme.md +++ b/metadata-readme/Botanical-illustrations-metadata-readme.md @@ -1,7 +1,5 @@ This Readme offers explanations for all attributes of the metadata csv table to the dataset "Botanical Illustrations" -| attribute | explanation | -| ---- | ---- | -| a | b | - - +| attribute | explanation | frequency | datatype | +| ---- | ---- | ---- | ---- | +| a | b | c | d | \ No newline at end of file diff --git a/metadata-readme/Die-Bombe-metadata-readme.md b/metadata-readme/Die-Bombe-metadata-readme.md index 34cd064..9e6281a 100644 --- a/metadata-readme/Die-Bombe-metadata-readme.md +++ b/metadata-readme/Die-Bombe-metadata-readme.md @@ -1,6 +1,23 @@ This Readme offers explanations for all attributes of the metadata csv table to the dataset "Botanical Illustrations" -| attribute | explanation | -| ---- | ---- | -| a | b | - +| attribute | explanation | frequency | datatype | +| ---- | ---- | ---- | ---- | +| manifest_id | | some | string | +| aid | | some | string | +| year | | some | string | +| day | | some | string | +| dc_title | | some | string | +| dc_title_additional | | some | string | +| subjects | | some | string | +| place_of_publications | | some | string | +| languages | | some | string | +| dc_type | | some | string | +| meta_type | | some | string | +| ini_type | | some | string | +| modification_datetime | | some | string | +| longer_page_id | | some | string | +| dc_date | | some | string | +| link_pdf | | some | string | +| link_old | | some | string | +| has_ocr | | some | string | +| page_count | | some | string | \ No newline at end of file diff --git a/metadata-readme/Historical-postcards-metadata-readme.md b/metadata-readme/Historical-postcards-metadata-readme.md index c73548e..242930d 100644 --- a/metadata-readme/Historical-postcards-metadata-readme.md +++ b/metadata-readme/Historical-postcards-metadata-readme.md @@ -1,17 +1,35 @@ This Readme offers explanations for all attributes of the metadata csv table to the dataset "Historical Postcards" -| attribute | explanation | frequency | -| ---- | ---- | ---- | -| akon_id | id (shelfmark) of the document | all | -| id | id of data record in KAWAN | all | -| altitude | float for geolocation altitude | some | -| building | has literal, if building was tagged in metadata editing | some | -| city | has literal, if city was tagged in metadata editing | most | -| color | has boolean True for color postcards | all | +| attribute | explanation | frequency | datatype | +| ---- | ---- | ---- | ---- | +| akon_id | id (shelfmark) of the document | all | string | +| id | internal numerical id | all | integer | +| altitude | geolocation altitude | some | integer | +| building | has literal, if building was tagged in metadata editing | some | string | +| city | has literal, if city was tagged in metadata editing | most | string | +| color | True for color postcards | all | boolean | | comment | has literal for | most | -| mountain | has literal, if mountain was tagged in metadata editing | some | -| other | has literal for any other tags | some | -| photographer | has literal, if photographer was identified. Name usually in the form \{forename surname\}. Not linked to GND | some | -| publisher | has literal, if publisher was identified. Name usually in the form \{forename surname\} OR \{surname\}. Not linked to GND | some | -| publisher_place | has literal, if publication place was identified. Not linked to Geonames or GND | some | - +| mountain | has literal, if mountain was tagged in metadata editing | some | string | +| other | has literal for any other tags | some | string | +| photographer | has literal, if photographer was identified. Name usually in the form \{forename surname\}. Not linked to GND | some | string | +| publisher | has literal, if publisher was identified. Name usually in the form \{forename surname\} OR \{surname\}. Not linked to GND | some | string | +| publisher_place | has literal, if publication place was identified. Not linked to Geonames or GND | some | string | +| region | | some | string | +| water_body | | some | string | +| year | | some | string | +| inventory_number | | some | string | +| signature | | some | string | +| revision_date | | some | string | +| date | | some | string | +| feature_class | | some | string | +| feature_code | | some | string | +| geoname_id | | some | string | +| latitude | | some | string | +| longitude | | some | string | +| name | | some | string | +| country_id | | some | string | +| admin_name_1 | | some | string | +| admin_code_1 | | some | string | +| geo | | some | string | +| download_link | url to the full resolution image | all | string | +| download_link_256x256 | url to the thumbnail image with resolution 256x256 px | all | string | \ No newline at end of file diff --git a/metadata-readme/Personal-documents-Berg-metadata-readme.md b/metadata-readme/Personal-documents-Berg-metadata-readme.md index 66ccaa1..4ac009a 100644 --- a/metadata-readme/Personal-documents-Berg-metadata-readme.md +++ b/metadata-readme/Personal-documents-Berg-metadata-readme.md @@ -1,6 +1,5 @@ This Readme offers explanations for all attributes of the metadata csv table to the dataset "Personal Documents Alban Berg" -| attribute | explanation | -| ---- | ---- | -| a | b | - +| attribute | explanation | frequency | datatype | +| ---- | ---- | ---- | ---- | +| a | b | c | d | \ No newline at end of file -- GitLab