diff --git a/value-sets/hu/marking_types.json b/value-sets/hu/marking_types.json index aed39806..2766f33c 100644 --- a/value-sets/hu/marking_types.json +++ b/value-sets/hu/marking_types.json @@ -20,6 +20,6 @@ "scarified": "Karcolt", "cast": "\u00d6nt\u00f6tt", "painted": "Festett", - "drawn": "Drawn" + "drawn": "Rajzolt" } } \ No newline at end of file diff --git a/value-sets/hu/object_check_types_set.json b/value-sets/hu/object_check_types_set.json index f61e77f9..e5fe6378 100644 --- a/value-sets/hu/object_check_types_set.json +++ b/value-sets/hu/object_check_types_set.json @@ -2,7 +2,7 @@ "object_check_types_set": { "condition_check": "\u00c1llapotellen\u0151rz\u00e9s", "completeness_check": "Teljess\u00e9g-ellen\u0151rz\u00e9s", - "data_correctness_check": "Adatok helyess\u00e9g\u00e9nek ellen\u0151rz\u00e9se", + "data_correctness_check": "Adathelyess\u00e9gi ellen\u0151rz\u00e9se", "location_accuracy_check": "Elhelyez\u00e9s ellen\u0151rz\u00e9se" } } \ No newline at end of file diff --git a/value-sets/hu/object_document_type_set.json b/value-sets/hu/object_document_type_set.json index eeb51507..c19f4932 100644 --- a/value-sets/hu/object_document_type_set.json +++ b/value-sets/hu/object_document_type_set.json @@ -1,7 +1,7 @@ { "object_document_type_set": { "undefined": "Egy\u00e9b", - "provenance_report": "Proveniencia riport", + "provenance_report": "Proveniencia jelent\u00e9s", "purchase_contract": "Ad\u00e1sv\u00e9teli szerz\u0151d\u00e9s", "restoration_report": "Restaur\u00e1l\u00e1si dokument\u00e1ci\u00f3", "assessment": "\u00c9rt\u00e9kel\u00e9s", diff --git a/value-sets/hu/units_count_copies_set.json b/value-sets/hu/units_count_copies_set.json index dda801f9..453029a4 100644 --- a/value-sets/hu/units_count_copies_set.json +++ b/value-sets/hu/units_count_copies_set.json @@ -1,6 +1,6 @@ { "units_count_copies_set": { "copies": "db", - "specimen": "p\u00e9ld\u00e1ny" + "specimen": "egyed" } } \ No newline at end of file diff --git a/value-sets/hu/units_count_parts_set.json b/value-sets/hu/units_count_parts_set.json index 79252709..4848dbfc 100644 --- a/value-sets/hu/units_count_parts_set.json +++ b/value-sets/hu/units_count_parts_set.json @@ -1,6 +1,6 @@ { "units_count_parts_set": { - "parts": "darab", + "parts": "db", "pages": "oldal", "sheets": "lap" } diff --git a/value-sets/ta/actor_variant_types_set.json b/value-sets/ta/actor_variant_types_set.json new file mode 100644 index 00000000..f71779a8 --- /dev/null +++ b/value-sets/ta/actor_variant_types_set.json @@ -0,0 +1,13 @@ +{ + "actor_variant_types_set": { + "birth_name": "Birth name", + "married_name": "Married name", + "monastic_name": "Monastic name", + "pseudonym": "Pseudonym", + "regnal_name": "Regnal name", + "nickname": "Nickname", + "artist_name": "Artist name", + "civil_name": "Civil name", + "generic_other_name": "Alternative Name (generic)" + } +} \ No newline at end of file diff --git a/value-sets/ta/appointment_attendance_modes.json b/value-sets/ta/appointment_attendance_modes.json new file mode 100644 index 00000000..0861f0ba --- /dev/null +++ b/value-sets/ta/appointment_attendance_modes.json @@ -0,0 +1,7 @@ +{ + "appointment_attendance_modes": { + "offline": "Offline", + "online": "Online", + "mixed": "Offline and online" + } +} \ No newline at end of file diff --git a/value-sets/ta/appointment_cancellation_status_set.json b/value-sets/ta/appointment_cancellation_status_set.json new file mode 100644 index 00000000..7daaca2e --- /dev/null +++ b/value-sets/ta/appointment_cancellation_status_set.json @@ -0,0 +1,6 @@ +{ + "appointment_cancellation_status_set": { + "scheduled_done": "Scheduled or done as planned", + "cancelled": "Cancelled" + } +} \ No newline at end of file diff --git a/value-sets/ta/appointment_contributor_roles.json b/value-sets/ta/appointment_contributor_roles.json new file mode 100644 index 00000000..cfb7ba4f --- /dev/null +++ b/value-sets/ta/appointment_contributor_roles.json @@ -0,0 +1,6 @@ +{ + "appointment_contributor_roles": { + "organizer": "Organizer", + "presenter": "Presenter" + } +} \ No newline at end of file diff --git a/value-sets/ta/appointment_status.json b/value-sets/ta/appointment_status.json new file mode 100644 index 00000000..1d372047 --- /dev/null +++ b/value-sets/ta/appointment_status.json @@ -0,0 +1,8 @@ +{ + "appointment_status": { + "scheduled": "Scheduled", + "cancelled": "Cancelled", + "moved_online": "Moved online", + "postponed": "Postponed" + } +} \ No newline at end of file diff --git a/value-sets/ta/attendance_status_set.json b/value-sets/ta/attendance_status_set.json new file mode 100644 index 00000000..151cc749 --- /dev/null +++ b/value-sets/ta/attendance_status_set.json @@ -0,0 +1,6 @@ +{ + "attendance_status_set": { + "offline": "Offline", + "online": "Online" + } +} \ No newline at end of file diff --git a/value-sets/ta/closer_location_types_set.json b/value-sets/ta/closer_location_types_set.json new file mode 100644 index 00000000..bb84a34b --- /dev/null +++ b/value-sets/ta/closer_location_types_set.json @@ -0,0 +1,8 @@ +{ + "closer_location_types_set": [ + "", + "Place of recording", + "Place of discovery", + "Former place" + ] +} \ No newline at end of file diff --git a/value-sets/ta/colors_set.json b/value-sets/ta/colors_set.json new file mode 100644 index 00000000..aba0cb42 --- /dev/null +++ b/value-sets/ta/colors_set.json @@ -0,0 +1,20 @@ +{ + "colors_set": { + "black": "Black", + "green": "Green", + "silver": "Silver", + "lime": "Lime", + "gray": "Gray", + "olive": "Olive", + "white": "White", + "yellow": "Yellow", + "maroon": "Maroon", + "navy": "Navy", + "red": "Red", + "blue": "Blue", + "purple": "Purple", + "teal": "Teal", + "fuchsia": "Fuchsia", + "aqua": "Aqua" + } +} \ No newline at end of file diff --git a/value-sets/ta/conservation_report_type_set.json b/value-sets/ta/conservation_report_type_set.json new file mode 100644 index 00000000..1726a01a --- /dev/null +++ b/value-sets/ta/conservation_report_type_set.json @@ -0,0 +1,10 @@ +{ + "conservation_report_type_set": { + "damage": "Damage", + "conservation": "Conservation", + "condition": "Condition", + "restoration": "Restoration", + "other_report": "Other report", + "other": "Other report" + } +} \ No newline at end of file diff --git a/value-sets/ta/currencies_set.json b/value-sets/ta/currencies_set.json new file mode 100644 index 00000000..8fb2170d --- /dev/null +++ b/value-sets/ta/currencies_set.json @@ -0,0 +1,28 @@ +{ + "currencies_set": { + "eu-EUR": "Euro", + "de-DM": "Deutsche Mark", + "de-RM": "Reichsmark (Germany)", + "es-Real": "Spanish Real", + "hu-Ft": "Forint", + "hu-Lari": "Lari", + "hu-Peng\u0151": "Peng\u0151", + "id-IDR": "Indonesian Rupiah", + "pl-Z\u0142oty": "Z\u0142oty", + "us-USD": "US Dollar", + "ddr-Mark": "Mark (GDR)", + "ddr-MDN": "MDN (GDR)", + "hu-Korona": "Austro-Hungarian krone", + "fr-FF": "French Franc", + "uk-GBP": "Pound Sterling", + "by-BYN": "Belarusian ruble", + "ru-RUB": "Russian ruble", + "su-SUR": "Soviet ruble", + "ua-UAH": "Ukrainian hryvnia", + "ch-CHF": "Swiss franc", + "ua-UAK": "Ukrainian karbovanets" + }, + "license_full_names": { + "CC BY-NC-ND": "Attribution - Non Commercial - No Derivates" + } +} \ No newline at end of file diff --git a/value-sets/ta/custom_report_targets_set.json b/value-sets/ta/custom_report_targets_set.json new file mode 100644 index 00000000..789a4a1c --- /dev/null +++ b/value-sets/ta/custom_report_targets_set.json @@ -0,0 +1,8 @@ +{ + "custom_report_targets_set": { + "object_single": "Single object", + "object_list": "Multiple objects", + "loan": "Loan", + "exhibition": "Exhibition" + } +} \ No newline at end of file diff --git a/value-sets/ta/disposal_method_set.json b/value-sets/ta/disposal_method_set.json new file mode 100644 index 00000000..690ea365 --- /dev/null +++ b/value-sets/ta/disposal_method_set.json @@ -0,0 +1,7 @@ +{ + "disposal_method_set": { + "sold": "Sold", + "destroyed": "Destroyed", + "garbage": "Thrown away \/ garbage collection" + } +} \ No newline at end of file diff --git a/value-sets/ta/entry_types.json b/value-sets/ta/entry_types.json new file mode 100644 index 00000000..6551449a --- /dev/null +++ b/value-sets/ta/entry_types.json @@ -0,0 +1,22 @@ +{ + "entry_types": { + "0": "", + "1": "Donation", + "2": "Purchase", + "3": "Excavation", + "4": "Emergency Rescue", + "5": "Inheritance", + "6": "Endowment", + "7": "Dispossession", + "8": "Original condition", + "9": "Loan", + "10": "Exchange", + "11": "In-house production", + "12": "Material Strain (T\u00f6rzsanyag)", + "14": "Vorlass", + "15": "Finding", + "98": "To be checked", + "99": "Other legal acquisition", + "16": "Permanent loan" + } +} diff --git a/value-sets/ta/eventtype_groups.json b/value-sets/ta/eventtype_groups.json new file mode 100644 index 00000000..2c34245f --- /dev/null +++ b/value-sets/ta/eventtype_groups.json @@ -0,0 +1,8 @@ +{ + "eventtype_groups": { + "production": "Production", + "post_production": "Post-production", + "pre_production": "Pre-production", + "no_production": "No production" + } +} \ No newline at end of file diff --git a/value-sets/ta/eventtype_name.json b/value-sets/ta/eventtype_name.json new file mode 100644 index 00000000..d68503e6 --- /dev/null +++ b/value-sets/ta/eventtype_name.json @@ -0,0 +1,54 @@ +{ + "eventname": { + "1": "Created", + "2": "Found", + "3": "Published", + "4": "Template creation", + "5": "Was depicted (Actor)", + "6": "Was used", + "7": "Written", + "8": "Collected", + "9": "Painted", + "10": "Image taken", + "11": "Received", + "12": "Printing plate produced", + "13": "Sent", + "14": "Issued", + "15": "Signed", + "16": "First description", + "19": "Drawn", + "20": "Copied (by hand)", + "21": "Lived", + "22": "[Relationship to location]", + "23": "[Relation to person or institution]", + "24": "[Relation to time]", + "25": "Commissioned", + "26": "Printed", + "27": "Recorded", + "28": "Sung", + "29": "Decor designed", + "30": "Form designed", + "31": "Modelled", + "32": "Autographed\/Signed", + "33": "Mentioned", + "34": "Buried", + "35": "Intellectual creation", + "36": "Was depicted", + "37": "Painted on", + "38": "Illustrated", + "39": "Assembled", + "40": "Auctioned", + "41": "Bought", + "42": "Owned", + "43": "Sold", + "44": "Restored", + "45": "Damaged", + "46": "Destroyed", + "47": "Lost", + "48": "Edited", + "49": "Donated \/ present", + "50": "Inherited", + "51": "Had subject", + "52": "Emerged" + } +} diff --git a/value-sets/ta/eventtype_persinst.json b/value-sets/ta/eventtype_persinst.json new file mode 100644 index 00000000..42b1675d --- /dev/null +++ b/value-sets/ta/eventtype_persinst.json @@ -0,0 +1,54 @@ +{ + "event_persinst": { + "1": "created by", + "2": "found by", + "3": "published by", + "4": "templates created by", + "5": "depicted", + "6": "was used by", + "7": "written by", + "8": "collected by", + "9": "painted by", + "10": "photographed by", + "11": "received by", + "12": "Printing plate produced by", + "13": "sent by", + "14": "issued by", + "15": "signed by", + "16": "first described by", + "19": "drawn by", + "20": "copied (by hand) by", + "21": "Lived", + "22": "[general]", + "23": "[general]", + "24": "[general]", + "25": "commissioned by", + "26": "printed by", + "27": "recorded by", + "28": "sung by", + "29": "Decor designed by", + "30": "Form designed by", + "31": "modelled by", + "32": "autographed by", + "33": "mentioned by", + "34": "buried by", + "35": "conceived by", + "36": "depicted by", + "37": "painted on by", + "38": "illustrated by", + "39": "assembled by", + "40": "auctioned by", + "41": "bought by", + "42": "owned by", + "43": "sold by", + "44": "restored by", + "45": "damaged by", + "46": "destroyed by", + "47": "lost by", + "48": "edited by", + "49": "donated by", + "50": "inherited by", + "51": "had subject", + "52": "emerged by" + } +} diff --git a/value-sets/ta/eventtype_place.json b/value-sets/ta/eventtype_place.json new file mode 100644 index 00000000..d0cf2aaf --- /dev/null +++ b/value-sets/ta/eventtype_place.json @@ -0,0 +1,54 @@ +{ + "event_place": { + "1": "created in", + "2": "found in", + "3": "published in", + "4": "templates created in", + "5": "was imaged in", + "6": "was used in", + "7": "written in", + "8": "collected in", + "9": "painted in", + "10": "photographed in", + "11": "received in", + "12": "Printing plate produced in", + "13": "sent in", + "14": "issued in", + "15": "signed in", + "16": "Type described in", + "19": "drawn in", + "20": "was copied (by hand) in", + "21": "has lived in", + "22": "[general]", + "23": "[general]", + "24": "[general]", + "25": "commissioned in", + "26": "printed in", + "27": "recorded in", + "28": "sung in", + "29": "Decor designed in", + "30": "Form designed in", + "31": "modelled in", + "32": "autographed in", + "33": "mentioned in", + "34": "buried in", + "35": "conceived in", + "36": "was depicted in", + "37": "painted on in", + "38": "illustrated in", + "39": "assembled in", + "40": "auctioned in", + "41": "bought in", + "42": "owned in", + "43": "sold in", + "44": "restored in", + "45": "damaged in", + "46": "destroyed in", + "47": "lost in", + "48": "edited in", + "49": "donated \/ given as present in", + "50": "inherited in", + "51": "had subject", + "52": "emerged at" + } +} diff --git a/value-sets/ta/eventtype_time.json b/value-sets/ta/eventtype_time.json new file mode 100644 index 00000000..6b410a7d --- /dev/null +++ b/value-sets/ta/eventtype_time.json @@ -0,0 +1,54 @@ +{ + "event_time": { + "1": "created", + "2": "found", + "3": "published", + "4": "template created", + "5": "was imaged", + "6": "was used", + "7": "written", + "8": "collected", + "9": "painted", + "10": "photographed", + "11": "received", + "12": "Printing plate produced", + "13": "sent", + "14": "issued", + "15": "signed", + "16": "Type described", + "19": "drawn", + "20": "copied (by hand)", + "21": "has lived", + "22": "[general]", + "23": "[general]", + "24": "[general]", + "25": "commissioned", + "26": "printed", + "27": "recorded", + "28": "sung", + "29": "Decor designed", + "30": "Form designed", + "31": "modelled", + "32": "autographed", + "33": "was mentioned", + "34": "buried", + "35": "conceived", + "36": "was depicted", + "37": "painted on", + "38": "illustrated", + "39": "assembled at", + "40": "auctioned at", + "41": "bought at", + "42": "owned at", + "43": "sold at", + "44": "restored at", + "45": "damaged at", + "46": "destroyed at", + "47": "lost at", + "48": "edited at", + "49": "donated at", + "50": "inherited at", + "51": "had subject", + "52": "emerged at" + } +} diff --git a/value-sets/ta/exhibition_contributor_roles.json b/value-sets/ta/exhibition_contributor_roles.json new file mode 100644 index 00000000..b1a83c2c --- /dev/null +++ b/value-sets/ta/exhibition_contributor_roles.json @@ -0,0 +1,9 @@ +{ + "exhibition_contributor_roles": { + "concept": "Concept", + "curator": "Curator", + "design": "Design", + "coordinator": "Coordinator", + "protagonist": "Protagonist" + } +} \ No newline at end of file diff --git a/value-sets/ta/gender_set.json b/value-sets/ta/gender_set.json new file mode 100644 index 00000000..781b6e77 --- /dev/null +++ b/value-sets/ta/gender_set.json @@ -0,0 +1,7 @@ +{ + "gender_set": { + "female": "Female", + "male": "Male", + "other": "Other" + } +} \ No newline at end of file diff --git a/value-sets/ta/institution_basic_category_set.json b/value-sets/ta/institution_basic_category_set.json new file mode 100644 index 00000000..4a5e8631 --- /dev/null +++ b/value-sets/ta/institution_basic_category_set.json @@ -0,0 +1,10 @@ +{ + "institution_basic_category_set": { + "archive": "Archive", + "library": "Library", + "memorial_site": "Memorial site", + "private_collection": "Private collection", + "museum": "Museum", + "university_collection": "University collection" + } +} \ No newline at end of file diff --git a/value-sets/ta/institution_collection_area_set.json b/value-sets/ta/institution_collection_area_set.json new file mode 100644 index 00000000..5cb176b7 --- /dev/null +++ b/value-sets/ta/institution_collection_area_set.json @@ -0,0 +1,30 @@ +{ + "institution_collection_area_set": { + "everyday_life": "Everyday life", + "archaeology": "Archaeology", + "architecture": "Architecture", + "history_of_mining": "History of mining", + "botany": "Botany", + "history_of_film": "History of film", + "political_history": "Political history", + "arts": "Arts", + "applied_arts": "Applied arts", + "agriculture": "Agriculture", + "literature": "Literature", + "history_of_medicine": "History of medicine", + "military_history": "Military history", + "mineralogy": "Mineralogy", + "music": "Music", + "numismatics": "Numismatics", + "paleontology": "Paleontology", + "personalia": "Personalia", + "regional_history": "Regional history", + "religion": "Religion", + "technology": "Technology", + "ethnography": "Ethnography", + "zoology": "Zoology" + }, + "institution_basic_category_set": { + "museum": "Museum" + } +} \ No newline at end of file diff --git a/value-sets/ta/institution_external_id_repositories.json b/value-sets/ta/institution_external_id_repositories.json new file mode 100644 index 00000000..8e59e47f --- /dev/null +++ b/value-sets/ta/institution_external_id_repositories.json @@ -0,0 +1,5 @@ +{ + "institution_external_id_repositories": { + "hu_ksh": "Hungarian Central Statistical Office" + } +} \ No newline at end of file diff --git a/value-sets/ta/institution_musdb_use_case_set.json b/value-sets/ta/institution_musdb_use_case_set.json new file mode 100644 index 00000000..f8b2c697 --- /dev/null +++ b/value-sets/ta/institution_musdb_use_case_set.json @@ -0,0 +1,7 @@ +{ + "institution_musdb_use_case_set": { + "collection_management": "Collection management", + "publication": "Publication", + "collection_management_and_publication": "Collection management and publication" + } +} \ No newline at end of file diff --git a/value-sets/ta/institution_public_private_category_set.json b/value-sets/ta/institution_public_private_category_set.json new file mode 100644 index 00000000..1db77e9f --- /dev/null +++ b/value-sets/ta/institution_public_private_category_set.json @@ -0,0 +1,8 @@ +{ + "institution_public_private_category_set": { + "public": "Public", + "private": "Private", + "religious": "Religious", + "mixed": "Mixed" + } +} \ No newline at end of file diff --git a/value-sets/ta/license_explica.json b/value-sets/ta/license_explica.json new file mode 100644 index 00000000..57bbcfc9 --- /dev/null +++ b/value-sets/ta/license_explica.json @@ -0,0 +1,16 @@ +{ + "license_explica": { + "CC BY-NC-SA": "For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.", + "CC BY-NC-ND": "For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.", + "CC BY-NC": "For non commercial purposes the material might be used freely if the attribution is given.", + "CC BY-ND": "The material might be used freely if the attribution is given. It may not be altered.", + "CC BY-SA": "The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.", + "CC BY": "The material might be used freely (and even altered) if the attribution is given.", + "CC0": "No Rights Reserved. You only should use CC0 if you have the right to waive all rights.", + "RR-F": "Free access - no reuse.", + "RR-P": "Paid access - no reuse. Previews might be freely accessible.", + "RR-R": "Restricted access. Reserved rights.", + "Orphan Work": "The rightsholder could not be determined. The work is listed at the EU list of orphan works.", + "Public Domain Mark": "This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights." + } +} \ No newline at end of file diff --git a/value-sets/ta/license_full_names.json b/value-sets/ta/license_full_names.json new file mode 100644 index 00000000..24233a78 --- /dev/null +++ b/value-sets/ta/license_full_names.json @@ -0,0 +1,16 @@ +{ + "license_full_names": { + "CC BY-NC-SA": "Attribution - Non Commercial - Share Alike", + "CC BY-NC": "Attribution - Non Commercial", + "CC BY-ND": "Attribution - No Derivates", + "CC BY-SA": "Attribution - Share Alike", + "CC BY": "Attribution", + "CC0": "No Rights Reserved", + "RR-F": "Rights Reserved - Free Access", + "RR-P": "Rights Reserved - Paid Access", + "RR-R": "Rights Reserved - Restricted Access", + "Orphan Work": "Orphan Work", + "Public Domain Mark": "Public Domain Mark", + "CC BY-NC-ND": "Attribution - Non Commercial - No Derivates" + } +} \ No newline at end of file diff --git a/value-sets/ta/license_url.json b/value-sets/ta/license_url.json new file mode 100644 index 00000000..e169cbb7 --- /dev/null +++ b/value-sets/ta/license_url.json @@ -0,0 +1,16 @@ +{ + "license_url": { + "CC BY-NC-SA": "https:\/\/creativecommons.org\/licenses\/by-nc-sa\/4.0\/", + "CC BY-NC-ND": "https:\/\/creativecommons.org\/licenses\/by-nc-nd\/4.0\/", + "CC BY-NC": "https:\/\/creativecommons.org\/licenses\/by-nc\/4.0\/", + "CC BY-ND": "https:\/\/creativecommons.org\/licenses\/by-nd\/4.0\/", + "CC BY-SA": "https:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/", + "CC BY": "https:\/\/creativecommons.org\/licenses\/by\/4.0\/", + "CC0": "https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/", + "RR-F": "http:\/\/www.europeana.eu\/rights\/rr-f\/", + "RR-P": "http:\/\/www.europeana.eu\/rights\/rr-p\/", + "RR-R": "http:\/\/www.europeana.eu\/rights\/rr-r\/", + "Orphan Work": "http:\/\/www.europeana.eu\/rights\/orphan-work-eu\/", + "Public Domain Mark": "https:\/\/creativecommons.org\/publicdomain\/mark\/1.0\/" + } +} \ No newline at end of file diff --git a/value-sets/ta/loan_types.json b/value-sets/ta/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/ta/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/ta/marking_types.json b/value-sets/ta/marking_types.json new file mode 100644 index 00000000..3f9f2d2c --- /dev/null +++ b/value-sets/ta/marking_types.json @@ -0,0 +1,25 @@ +{ + "marking_types": { + "signature": "Signature", + "watermark": "Watermark", + "engraving": "Engraving", + "scratch": "Scratching", + "stamp": "Stamped", + "overprint": "Overprint", + "embossing": "Embossing", + "handwritten": "Handwritten", + "glued": "Glued", + "embroidered": "Embroidered", + "sewn": "Sewn", + "screwed": "Screwed", + "burnt_in": "Burnt in", + "riveted": "Riveted", + "nailed": "Nailed", + "hallmarked": "Hallmarked", + "punched": "Punched", + "scarified": "Scarified", + "cast": "Cast", + "painted": "Painted", + "drawn": "Drawn" + } +} \ No newline at end of file diff --git a/value-sets/ta/measurement_type_set.json b/value-sets/ta/measurement_type_set.json new file mode 100644 index 00000000..57be6665 --- /dev/null +++ b/value-sets/ta/measurement_type_set.json @@ -0,0 +1,25 @@ +{ + "measurement_type_set": { + "length": "Length", + "height": "Height", + "width": "Width", + "number_of_copies": "Number of copies", + "weight": "Weight", + "diameter": "Diameter", + "wall": "Wall", + "number_of_parts": "Number of parts", + "die_axis": "Die-axis", + "length_socle": "Length of socle", + "height_socle": "Height of socle", + "width_socle": "Width of socle", + "height_sheet_size": "Sheet size (height)", + "length_sheet_size": "Sheet size (length)", + "width_sheet_size": "Sheet size (width)", + "height_image_size": "Image size (height)", + "length_image_size": "Image size (length)", + "width_image_size": "Image size (width)", + "length_frame": "Frame (length)", + "height_frame": "Frame (height)", + "width_frame": "Frame (width)" + } +} \ No newline at end of file diff --git a/value-sets/ta/object_check_types_set.json b/value-sets/ta/object_check_types_set.json new file mode 100644 index 00000000..caed4efb --- /dev/null +++ b/value-sets/ta/object_check_types_set.json @@ -0,0 +1,8 @@ +{ + "object_check_types_set": { + "condition_check": "Condition check", + "completeness_check": "Completeness check", + "data_correctness_check": "Data correctness check", + "location_accuracy_check": "Check of location accuracy" + } +} \ No newline at end of file diff --git a/value-sets/ta/object_damage_status_set.json b/value-sets/ta/object_damage_status_set.json new file mode 100644 index 00000000..b88deb34 --- /dev/null +++ b/value-sets/ta/object_damage_status_set.json @@ -0,0 +1,9 @@ +{ + "object_damage_status_set": { + "identified": "Identified", + "repair_possible": "Reviewed; repair possible", + "repair_scheduled": "Repair scheduled", + "repaired": "Repaired", + "irreparable": "Irreparable" + } +} \ No newline at end of file diff --git a/value-sets/ta/object_damage_types_set.json b/value-sets/ta/object_damage_types_set.json new file mode 100644 index 00000000..1004c86f --- /dev/null +++ b/value-sets/ta/object_damage_types_set.json @@ -0,0 +1,7 @@ +{ + "object_damage_types_set": { + "water_damage": "Water damage", + "breakage": "Breakage", + "desiccation": "Desiccation" + } +} \ No newline at end of file diff --git a/value-sets/ta/object_document_type_set.json b/value-sets/ta/object_document_type_set.json new file mode 100644 index 00000000..836614ab --- /dev/null +++ b/value-sets/ta/object_document_type_set.json @@ -0,0 +1,11 @@ +{ + "object_document_type_set": { + "undefined": "Undefined", + "provenance_report": "Provenance report", + "purchase_contract": "Purchase contract", + "restoration_report": "Restoration report", + "assessment": "Assessment", + "correspondence": "Correspondence", + "legacy_documentation": "Legacy documentation" + } +} \ No newline at end of file diff --git a/value-sets/ta/object_form_set.json b/value-sets/ta/object_form_set.json new file mode 100644 index 00000000..7e8e2505 --- /dev/null +++ b/value-sets/ta/object_form_set.json @@ -0,0 +1,9 @@ +{ + "object_form_set": { + "cube": "Cube", + "cuboid": "Cuboid", + "sphere": "Sphere", + "cone": "Cone", + "cylinder": "Cylinder" + } +} \ No newline at end of file diff --git a/value-sets/ta/object_publication_background.json b/value-sets/ta/object_publication_background.json new file mode 100644 index 00000000..9a67b47e --- /dev/null +++ b/value-sets/ta/object_publication_background.json @@ -0,0 +1,10 @@ +{ + "object_publication_background": [ + "Image published", + "Transcript published", + "Discussed", + "Rezensiert", + "Referenced", + "Advertised" + ] +} diff --git a/value-sets/ta/object_record_status.json b/value-sets/ta/object_record_status.json new file mode 100644 index 00000000..c9781ecd --- /dev/null +++ b/value-sets/ta/object_record_status.json @@ -0,0 +1,9 @@ +{ + "object_record_status": { + "unlocked": "Unlocked", + "locked": "Locked", + "revision": "Revision", + "deleted": "Deleted", + "archived": "Archived" + } +} \ No newline at end of file diff --git a/value-sets/ta/object_record_status_explica.json b/value-sets/ta/object_record_status_explica.json new file mode 100644 index 00000000..a990c31a --- /dev/null +++ b/value-sets/ta/object_record_status_explica.json @@ -0,0 +1,8 @@ +{ + "object_record_status_explica": { + "unlocked": "Default status. The object record can be updated.", + "locked": "The object cannot be updated until the lock has been released.", + "revision": "The object is currently being researched. Further updates are disabled until this research has been completed.", + "archived": "E.g. for objects that have been deaccessed. Updates to the object record are suspended and the object record is marked as archived in object overviews." + } +} \ No newline at end of file diff --git a/value-sets/ta/object_status.json b/value-sets/ta/object_status.json new file mode 100644 index 00000000..7b9064b0 --- /dev/null +++ b/value-sets/ta/object_status.json @@ -0,0 +1,11 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed", + "third_party_property": "Third party property" + } +} \ No newline at end of file diff --git a/value-sets/ta/phone_types.json b/value-sets/ta/phone_types.json new file mode 100644 index 00000000..e5de0511 --- /dev/null +++ b/value-sets/ta/phone_types.json @@ -0,0 +1,10 @@ +{ + "phone_types": { + "work": "Work", + "home": "Home", + "mobile": "Mobile", + "work mobile": "Work mobile", + "fax": "Fax", + "fax work": "Fax (Work)" + } +} \ No newline at end of file diff --git a/value-sets/ta/placetypes.json b/value-sets/ta/placetypes.json new file mode 100644 index 00000000..fe7b27b1 --- /dev/null +++ b/value-sets/ta/placetypes.json @@ -0,0 +1,13 @@ +{ + "tlPlacetypes": [ + "Administrative", + "Historical", + "Region", + "Street", + "Building", + "Mountains", + "Forest", + "Body of water", + "Island" + ] +} diff --git a/value-sets/ta/podcast_contributor_roles.json b/value-sets/ta/podcast_contributor_roles.json new file mode 100644 index 00000000..cc8624a2 --- /dev/null +++ b/value-sets/ta/podcast_contributor_roles.json @@ -0,0 +1,8 @@ +{ + "podcast_contributor_roles": { + "onair": "On air", + "recording": "Recording", + "technical_support": "Technical support", + "organization": "Organization" + } +} \ No newline at end of file diff --git a/value-sets/ta/position_set.json b/value-sets/ta/position_set.json new file mode 100644 index 00000000..67182664 --- /dev/null +++ b/value-sets/ta/position_set.json @@ -0,0 +1,29 @@ +{ + "position_set": { + "left": "Left", + "top_left": "Top left", + "top": "Top", + "top_right": "Top right", + "right": "Right", + "bottom_right": "Bottom right", + "bottom": "Bottom", + "bottom_left": "Bottom left", + "center": "Center", + "rear_side": "Rear side", + "edge": "Edge", + "other": "Other", + "inside": "Inside", + "underside": "Underside", + "topside": "Topside", + "front_front": "Full front", + "rear_left": "Rear side: left", + "rear_top_left": "Rear side: top left", + "rear_top": "Rear side: top", + "rear_top_right": "Rear side: top right", + "rear_right": "Rear side: right", + "rear_bottom_right": "Rear side: bottom right", + "rear_bottom": "Rear side: bottom", + "rear_bottom_left": "Rear side: bottom left", + "rear_center": "Rear side: center" + } +} \ No newline at end of file diff --git a/value-sets/ta/process_types.json b/value-sets/ta/process_types.json new file mode 100644 index 00000000..a5b6f6fa --- /dev/null +++ b/value-sets/ta/process_types.json @@ -0,0 +1,18 @@ +{ + "process_types": { + "project": "Project", + "grant_application": "Grant application", + "exhibition": "Exhibition", + "appointment": "Appointment \/ Event", + "loan_incoming": "Loan (incoming)", + "loan_outgoing": "Loan (outgoing)", + "employment_ad": "Employment ad", + "purchase": "Purchase", + "deaccession": "Deaccession", + "construction": "Construction measure", + "pest_control_campaign": "Pest control campaign", + "pr_campaign": "PR campaign", + "relocation": "Relocation", + "discussion": "Discussion" + } +} \ No newline at end of file diff --git a/value-sets/ta/recording_types_set.json b/value-sets/ta/recording_types_set.json new file mode 100644 index 00000000..22dd935b --- /dev/null +++ b/value-sets/ta/recording_types_set.json @@ -0,0 +1,6 @@ +{ + "recording_types_set": { + "audio": "Audio", + "video": "Video" + } +} \ No newline at end of file diff --git a/value-sets/ta/research_status.json b/value-sets/ta/research_status.json new file mode 100644 index 00000000..8fc3b163 --- /dev/null +++ b/value-sets/ta/research_status.json @@ -0,0 +1,7 @@ +{ + "research_status": { + "bad": "Not researched much", + "medium": "Partly researched", + "good": "Well researched" + } +} \ No newline at end of file diff --git a/value-sets/ta/series_contributor_role.json b/value-sets/ta/series_contributor_role.json new file mode 100644 index 00000000..edf473bc --- /dev/null +++ b/value-sets/ta/series_contributor_role.json @@ -0,0 +1,24 @@ +{ + "series_contributor_role": { + "author": "Author", + "director": "Director", + "dramaturg": "Dramaturg", + "production_designer": "Production designer", + "costumer": "Costumer", + "musician": "Musician", + "choreographer": "Choreographer", + "make_up_artist": "Make-up artist", + "speech_trainer": "Speech trainer", + "puppet_maker": "Puppet maker", + "technician": "Technician", + "inspector": "Inspector", + "assistant": "Assistant", + "actor": "Actor", + "painter": "Painter", + "creator": "Creator", + "equipment_supplier": "Equipment supplier", + "contributing_institution": "Contributing institution", + "event_organizer": "Event organizer", + "movement_trainer": "Movement trainer" + } +} \ No newline at end of file diff --git a/value-sets/ta/series_place_role.json b/value-sets/ta/series_place_role.json new file mode 100644 index 00000000..ba684147 --- /dev/null +++ b/value-sets/ta/series_place_role.json @@ -0,0 +1,7 @@ +{ + "series_place_role": { + "place_of_production": "Place of production", + "performance_space": "Performance space", + "rehearsal_space": "Rehearsal space" + } +} \ No newline at end of file diff --git a/value-sets/ta/series_time_role.json b/value-sets/ta/series_time_role.json new file mode 100644 index 00000000..2a1bf217 --- /dev/null +++ b/value-sets/ta/series_time_role.json @@ -0,0 +1,6 @@ +{ + "series_time_role": { + "premiere": "Premiere", + "time_of_presentation": "Time of presentation" + } +} \ No newline at end of file diff --git a/value-sets/ta/shipment_method_set.json b/value-sets/ta/shipment_method_set.json new file mode 100644 index 00000000..c33e5e05 --- /dev/null +++ b/value-sets/ta/shipment_method_set.json @@ -0,0 +1,7 @@ +{ + "shipment_method_set": { + "unknown": "Unknown", + "car": "By car", + "ship": "By ship" + } +} \ No newline at end of file diff --git a/value-sets/ta/source_type_set.json b/value-sets/ta/source_type_set.json new file mode 100644 index 00000000..6b4667d8 --- /dev/null +++ b/value-sets/ta/source_type_set.json @@ -0,0 +1,12 @@ +{ + "source_type_set": { + "article": "Article", + "inbook": "Article in collected volume", + "book": "Book", + "phdthesis": "PhD thesis", + "electronical": "Electronic resource", + "misc": "Miscelaneous", + "patent": "Patent", + "unpublished": "Unpublished" + } +} \ No newline at end of file diff --git a/value-sets/ta/space_access_status.json b/value-sets/ta/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/ta/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/ta/space_types.json b/value-sets/ta/space_types.json new file mode 100644 index 00000000..4b8aff36 --- /dev/null +++ b/value-sets/ta/space_types.json @@ -0,0 +1,16 @@ +{ + "space_types": { + "building": "Building", + "depot": "Depot room", + "utility_room": "Utility room", + "exhibition_room": "Exhibition room", + "display_cabinet": "Display cabinet", + "shelf": "Shelf", + "box": "Box", + "folder": "Folder", + "office": "Office", + "floor": "Floor", + "hallway": "Hallway", + "outdoor_area": "Outdoor area" + } +} \ No newline at end of file diff --git a/value-sets/ta/syndication_repos.json b/value-sets/ta/syndication_repos.json new file mode 100644 index 00000000..f9f77d41 --- /dev/null +++ b/value-sets/ta/syndication_repos.json @@ -0,0 +1,8 @@ +{ + "syndication_repos": { + "ddb": "German Digital Library (DDB)", + "europeana": "Europeana", + "smb-digital": "SMB-digital", + "kalliope-verbund": "Kalliope Verbund" + } +} \ No newline at end of file diff --git a/value-sets/ta/tag_relation_type.json b/value-sets/ta/tag_relation_type.json new file mode 100644 index 00000000..7648febf --- /dev/null +++ b/value-sets/ta/tag_relation_type.json @@ -0,0 +1,9 @@ +{ + "tag_relation_type": { + "tag": "Tag", + "object_type": "Object type", + "material": "Material", + "technique": "Technique", + "display_subject": "Display subject" + } +} \ No newline at end of file diff --git a/value-sets/ta/timing_intervals_set.json b/value-sets/ta/timing_intervals_set.json new file mode 100644 index 00000000..4ad05b95 --- /dev/null +++ b/value-sets/ta/timing_intervals_set.json @@ -0,0 +1,7 @@ +{ + "timing_intervals_set": { + "weekly": "Weekly", + "monthly": "Monthly", + "annual": "Annual" + } +} \ No newline at end of file diff --git a/value-sets/ta/title_types_set.json b/value-sets/ta/title_types_set.json new file mode 100644 index 00000000..6094825b --- /dev/null +++ b/value-sets/ta/title_types_set.json @@ -0,0 +1,11 @@ +{ + "title_types_set": { + "": " ", + "Science": "Science", + "Everyday speech": "Everyday speech", + "Colloquial speech": "Colloquial speech", + "Dialect": "Dialect", + "Professional jargon": "Professional jargon", + "Sociolect": "Sociolect" + } +} \ No newline at end of file diff --git a/value-sets/ta/todo_status.json b/value-sets/ta/todo_status.json new file mode 100644 index 00000000..9bbcffca --- /dev/null +++ b/value-sets/ta/todo_status.json @@ -0,0 +1,9 @@ +{ + "todo_status": { + "suggested": "Suggested", + "planned": "Planned", + "in_progress": "In progress", + "done": "Done", + "cancelled": "Cancelled" + } +} \ No newline at end of file diff --git a/value-sets/ta/units_count_copies_set.json b/value-sets/ta/units_count_copies_set.json new file mode 100644 index 00000000..65abbd7c --- /dev/null +++ b/value-sets/ta/units_count_copies_set.json @@ -0,0 +1,6 @@ +{ + "units_count_copies_set": { + "copies": "Copies", + "specimen": "Specimen" + } +} \ No newline at end of file diff --git a/value-sets/ta/units_count_parts_set.json b/value-sets/ta/units_count_parts_set.json new file mode 100644 index 00000000..e1d70ffd --- /dev/null +++ b/value-sets/ta/units_count_parts_set.json @@ -0,0 +1,7 @@ +{ + "units_count_parts_set": { + "parts": "Parts", + "pages": "Pages", + "sheets": "Sheets" + } +} \ No newline at end of file diff --git a/value-sets/ta/units_die_axis_set.json b/value-sets/ta/units_die_axis_set.json new file mode 100644 index 00000000..4335fab0 --- /dev/null +++ b/value-sets/ta/units_die_axis_set.json @@ -0,0 +1,5 @@ +{ + "units_die_axis_set": { + "h": "h" + } +} \ No newline at end of file diff --git a/value-sets/ta/units_length_set.json b/value-sets/ta/units_length_set.json new file mode 100644 index 00000000..95ad9ab5 --- /dev/null +++ b/value-sets/ta/units_length_set.json @@ -0,0 +1,10 @@ +{ + "units_length_set": { + "m": "m", + "dm": "dm", + "cm": "cm", + "mm": "mm", + "ft": "ft", + "in": "inch" + } +} \ No newline at end of file diff --git a/value-sets/ta/units_weight_set.json b/value-sets/ta/units_weight_set.json new file mode 100644 index 00000000..ed667a1a --- /dev/null +++ b/value-sets/ta/units_weight_set.json @@ -0,0 +1,7 @@ +{ + "units_weight_set": { + "t": "t", + "kg": "kg", + "g": "g" + } +} \ No newline at end of file diff --git a/value-sets/ta/vocabulary_redaction_level.json b/value-sets/ta/vocabulary_redaction_level.json new file mode 100644 index 00000000..c0f667e5 --- /dev/null +++ b/value-sets/ta/vocabulary_redaction_level.json @@ -0,0 +1,7 @@ +{ + "vocabulary_redaction_level": { + "checked": "Checked", + "unchecked": "Unchecked", + "questionable": "Questionable" + } +} \ No newline at end of file diff --git a/value-sets/te/actor_variant_types_set.json b/value-sets/te/actor_variant_types_set.json new file mode 100644 index 00000000..f71779a8 --- /dev/null +++ b/value-sets/te/actor_variant_types_set.json @@ -0,0 +1,13 @@ +{ + "actor_variant_types_set": { + "birth_name": "Birth name", + "married_name": "Married name", + "monastic_name": "Monastic name", + "pseudonym": "Pseudonym", + "regnal_name": "Regnal name", + "nickname": "Nickname", + "artist_name": "Artist name", + "civil_name": "Civil name", + "generic_other_name": "Alternative Name (generic)" + } +} \ No newline at end of file diff --git a/value-sets/te/appointment_attendance_modes.json b/value-sets/te/appointment_attendance_modes.json new file mode 100644 index 00000000..0861f0ba --- /dev/null +++ b/value-sets/te/appointment_attendance_modes.json @@ -0,0 +1,7 @@ +{ + "appointment_attendance_modes": { + "offline": "Offline", + "online": "Online", + "mixed": "Offline and online" + } +} \ No newline at end of file diff --git a/value-sets/te/appointment_cancellation_status_set.json b/value-sets/te/appointment_cancellation_status_set.json new file mode 100644 index 00000000..7daaca2e --- /dev/null +++ b/value-sets/te/appointment_cancellation_status_set.json @@ -0,0 +1,6 @@ +{ + "appointment_cancellation_status_set": { + "scheduled_done": "Scheduled or done as planned", + "cancelled": "Cancelled" + } +} \ No newline at end of file diff --git a/value-sets/te/appointment_contributor_roles.json b/value-sets/te/appointment_contributor_roles.json new file mode 100644 index 00000000..cfb7ba4f --- /dev/null +++ b/value-sets/te/appointment_contributor_roles.json @@ -0,0 +1,6 @@ +{ + "appointment_contributor_roles": { + "organizer": "Organizer", + "presenter": "Presenter" + } +} \ No newline at end of file diff --git a/value-sets/te/appointment_status.json b/value-sets/te/appointment_status.json new file mode 100644 index 00000000..1d372047 --- /dev/null +++ b/value-sets/te/appointment_status.json @@ -0,0 +1,8 @@ +{ + "appointment_status": { + "scheduled": "Scheduled", + "cancelled": "Cancelled", + "moved_online": "Moved online", + "postponed": "Postponed" + } +} \ No newline at end of file diff --git a/value-sets/te/attendance_status_set.json b/value-sets/te/attendance_status_set.json new file mode 100644 index 00000000..151cc749 --- /dev/null +++ b/value-sets/te/attendance_status_set.json @@ -0,0 +1,6 @@ +{ + "attendance_status_set": { + "offline": "Offline", + "online": "Online" + } +} \ No newline at end of file diff --git a/value-sets/te/closer_location_types_set.json b/value-sets/te/closer_location_types_set.json new file mode 100644 index 00000000..bb84a34b --- /dev/null +++ b/value-sets/te/closer_location_types_set.json @@ -0,0 +1,8 @@ +{ + "closer_location_types_set": [ + "", + "Place of recording", + "Place of discovery", + "Former place" + ] +} \ No newline at end of file diff --git a/value-sets/te/colors_set.json b/value-sets/te/colors_set.json new file mode 100644 index 00000000..aba0cb42 --- /dev/null +++ b/value-sets/te/colors_set.json @@ -0,0 +1,20 @@ +{ + "colors_set": { + "black": "Black", + "green": "Green", + "silver": "Silver", + "lime": "Lime", + "gray": "Gray", + "olive": "Olive", + "white": "White", + "yellow": "Yellow", + "maroon": "Maroon", + "navy": "Navy", + "red": "Red", + "blue": "Blue", + "purple": "Purple", + "teal": "Teal", + "fuchsia": "Fuchsia", + "aqua": "Aqua" + } +} \ No newline at end of file diff --git a/value-sets/te/conservation_report_type_set.json b/value-sets/te/conservation_report_type_set.json new file mode 100644 index 00000000..1726a01a --- /dev/null +++ b/value-sets/te/conservation_report_type_set.json @@ -0,0 +1,10 @@ +{ + "conservation_report_type_set": { + "damage": "Damage", + "conservation": "Conservation", + "condition": "Condition", + "restoration": "Restoration", + "other_report": "Other report", + "other": "Other report" + } +} \ No newline at end of file diff --git a/value-sets/te/currencies_set.json b/value-sets/te/currencies_set.json new file mode 100644 index 00000000..8fb2170d --- /dev/null +++ b/value-sets/te/currencies_set.json @@ -0,0 +1,28 @@ +{ + "currencies_set": { + "eu-EUR": "Euro", + "de-DM": "Deutsche Mark", + "de-RM": "Reichsmark (Germany)", + "es-Real": "Spanish Real", + "hu-Ft": "Forint", + "hu-Lari": "Lari", + "hu-Peng\u0151": "Peng\u0151", + "id-IDR": "Indonesian Rupiah", + "pl-Z\u0142oty": "Z\u0142oty", + "us-USD": "US Dollar", + "ddr-Mark": "Mark (GDR)", + "ddr-MDN": "MDN (GDR)", + "hu-Korona": "Austro-Hungarian krone", + "fr-FF": "French Franc", + "uk-GBP": "Pound Sterling", + "by-BYN": "Belarusian ruble", + "ru-RUB": "Russian ruble", + "su-SUR": "Soviet ruble", + "ua-UAH": "Ukrainian hryvnia", + "ch-CHF": "Swiss franc", + "ua-UAK": "Ukrainian karbovanets" + }, + "license_full_names": { + "CC BY-NC-ND": "Attribution - Non Commercial - No Derivates" + } +} \ No newline at end of file diff --git a/value-sets/te/custom_report_targets_set.json b/value-sets/te/custom_report_targets_set.json new file mode 100644 index 00000000..789a4a1c --- /dev/null +++ b/value-sets/te/custom_report_targets_set.json @@ -0,0 +1,8 @@ +{ + "custom_report_targets_set": { + "object_single": "Single object", + "object_list": "Multiple objects", + "loan": "Loan", + "exhibition": "Exhibition" + } +} \ No newline at end of file diff --git a/value-sets/te/disposal_method_set.json b/value-sets/te/disposal_method_set.json new file mode 100644 index 00000000..690ea365 --- /dev/null +++ b/value-sets/te/disposal_method_set.json @@ -0,0 +1,7 @@ +{ + "disposal_method_set": { + "sold": "Sold", + "destroyed": "Destroyed", + "garbage": "Thrown away \/ garbage collection" + } +} \ No newline at end of file diff --git a/value-sets/te/entry_types.json b/value-sets/te/entry_types.json new file mode 100644 index 00000000..6551449a --- /dev/null +++ b/value-sets/te/entry_types.json @@ -0,0 +1,22 @@ +{ + "entry_types": { + "0": "", + "1": "Donation", + "2": "Purchase", + "3": "Excavation", + "4": "Emergency Rescue", + "5": "Inheritance", + "6": "Endowment", + "7": "Dispossession", + "8": "Original condition", + "9": "Loan", + "10": "Exchange", + "11": "In-house production", + "12": "Material Strain (T\u00f6rzsanyag)", + "14": "Vorlass", + "15": "Finding", + "98": "To be checked", + "99": "Other legal acquisition", + "16": "Permanent loan" + } +} diff --git a/value-sets/te/eventtype_groups.json b/value-sets/te/eventtype_groups.json new file mode 100644 index 00000000..2c34245f --- /dev/null +++ b/value-sets/te/eventtype_groups.json @@ -0,0 +1,8 @@ +{ + "eventtype_groups": { + "production": "Production", + "post_production": "Post-production", + "pre_production": "Pre-production", + "no_production": "No production" + } +} \ No newline at end of file diff --git a/value-sets/te/eventtype_name.json b/value-sets/te/eventtype_name.json new file mode 100644 index 00000000..d68503e6 --- /dev/null +++ b/value-sets/te/eventtype_name.json @@ -0,0 +1,54 @@ +{ + "eventname": { + "1": "Created", + "2": "Found", + "3": "Published", + "4": "Template creation", + "5": "Was depicted (Actor)", + "6": "Was used", + "7": "Written", + "8": "Collected", + "9": "Painted", + "10": "Image taken", + "11": "Received", + "12": "Printing plate produced", + "13": "Sent", + "14": "Issued", + "15": "Signed", + "16": "First description", + "19": "Drawn", + "20": "Copied (by hand)", + "21": "Lived", + "22": "[Relationship to location]", + "23": "[Relation to person or institution]", + "24": "[Relation to time]", + "25": "Commissioned", + "26": "Printed", + "27": "Recorded", + "28": "Sung", + "29": "Decor designed", + "30": "Form designed", + "31": "Modelled", + "32": "Autographed\/Signed", + "33": "Mentioned", + "34": "Buried", + "35": "Intellectual creation", + "36": "Was depicted", + "37": "Painted on", + "38": "Illustrated", + "39": "Assembled", + "40": "Auctioned", + "41": "Bought", + "42": "Owned", + "43": "Sold", + "44": "Restored", + "45": "Damaged", + "46": "Destroyed", + "47": "Lost", + "48": "Edited", + "49": "Donated \/ present", + "50": "Inherited", + "51": "Had subject", + "52": "Emerged" + } +} diff --git a/value-sets/te/eventtype_persinst.json b/value-sets/te/eventtype_persinst.json new file mode 100644 index 00000000..42b1675d --- /dev/null +++ b/value-sets/te/eventtype_persinst.json @@ -0,0 +1,54 @@ +{ + "event_persinst": { + "1": "created by", + "2": "found by", + "3": "published by", + "4": "templates created by", + "5": "depicted", + "6": "was used by", + "7": "written by", + "8": "collected by", + "9": "painted by", + "10": "photographed by", + "11": "received by", + "12": "Printing plate produced by", + "13": "sent by", + "14": "issued by", + "15": "signed by", + "16": "first described by", + "19": "drawn by", + "20": "copied (by hand) by", + "21": "Lived", + "22": "[general]", + "23": "[general]", + "24": "[general]", + "25": "commissioned by", + "26": "printed by", + "27": "recorded by", + "28": "sung by", + "29": "Decor designed by", + "30": "Form designed by", + "31": "modelled by", + "32": "autographed by", + "33": "mentioned by", + "34": "buried by", + "35": "conceived by", + "36": "depicted by", + "37": "painted on by", + "38": "illustrated by", + "39": "assembled by", + "40": "auctioned by", + "41": "bought by", + "42": "owned by", + "43": "sold by", + "44": "restored by", + "45": "damaged by", + "46": "destroyed by", + "47": "lost by", + "48": "edited by", + "49": "donated by", + "50": "inherited by", + "51": "had subject", + "52": "emerged by" + } +} diff --git a/value-sets/te/eventtype_place.json b/value-sets/te/eventtype_place.json new file mode 100644 index 00000000..d0cf2aaf --- /dev/null +++ b/value-sets/te/eventtype_place.json @@ -0,0 +1,54 @@ +{ + "event_place": { + "1": "created in", + "2": "found in", + "3": "published in", + "4": "templates created in", + "5": "was imaged in", + "6": "was used in", + "7": "written in", + "8": "collected in", + "9": "painted in", + "10": "photographed in", + "11": "received in", + "12": "Printing plate produced in", + "13": "sent in", + "14": "issued in", + "15": "signed in", + "16": "Type described in", + "19": "drawn in", + "20": "was copied (by hand) in", + "21": "has lived in", + "22": "[general]", + "23": "[general]", + "24": "[general]", + "25": "commissioned in", + "26": "printed in", + "27": "recorded in", + "28": "sung in", + "29": "Decor designed in", + "30": "Form designed in", + "31": "modelled in", + "32": "autographed in", + "33": "mentioned in", + "34": "buried in", + "35": "conceived in", + "36": "was depicted in", + "37": "painted on in", + "38": "illustrated in", + "39": "assembled in", + "40": "auctioned in", + "41": "bought in", + "42": "owned in", + "43": "sold in", + "44": "restored in", + "45": "damaged in", + "46": "destroyed in", + "47": "lost in", + "48": "edited in", + "49": "donated \/ given as present in", + "50": "inherited in", + "51": "had subject", + "52": "emerged at" + } +} diff --git a/value-sets/te/eventtype_time.json b/value-sets/te/eventtype_time.json new file mode 100644 index 00000000..6b410a7d --- /dev/null +++ b/value-sets/te/eventtype_time.json @@ -0,0 +1,54 @@ +{ + "event_time": { + "1": "created", + "2": "found", + "3": "published", + "4": "template created", + "5": "was imaged", + "6": "was used", + "7": "written", + "8": "collected", + "9": "painted", + "10": "photographed", + "11": "received", + "12": "Printing plate produced", + "13": "sent", + "14": "issued", + "15": "signed", + "16": "Type described", + "19": "drawn", + "20": "copied (by hand)", + "21": "has lived", + "22": "[general]", + "23": "[general]", + "24": "[general]", + "25": "commissioned", + "26": "printed", + "27": "recorded", + "28": "sung", + "29": "Decor designed", + "30": "Form designed", + "31": "modelled", + "32": "autographed", + "33": "was mentioned", + "34": "buried", + "35": "conceived", + "36": "was depicted", + "37": "painted on", + "38": "illustrated", + "39": "assembled at", + "40": "auctioned at", + "41": "bought at", + "42": "owned at", + "43": "sold at", + "44": "restored at", + "45": "damaged at", + "46": "destroyed at", + "47": "lost at", + "48": "edited at", + "49": "donated at", + "50": "inherited at", + "51": "had subject", + "52": "emerged at" + } +} diff --git a/value-sets/te/exhibition_contributor_roles.json b/value-sets/te/exhibition_contributor_roles.json new file mode 100644 index 00000000..b1a83c2c --- /dev/null +++ b/value-sets/te/exhibition_contributor_roles.json @@ -0,0 +1,9 @@ +{ + "exhibition_contributor_roles": { + "concept": "Concept", + "curator": "Curator", + "design": "Design", + "coordinator": "Coordinator", + "protagonist": "Protagonist" + } +} \ No newline at end of file diff --git a/value-sets/te/gender_set.json b/value-sets/te/gender_set.json new file mode 100644 index 00000000..781b6e77 --- /dev/null +++ b/value-sets/te/gender_set.json @@ -0,0 +1,7 @@ +{ + "gender_set": { + "female": "Female", + "male": "Male", + "other": "Other" + } +} \ No newline at end of file diff --git a/value-sets/te/institution_basic_category_set.json b/value-sets/te/institution_basic_category_set.json new file mode 100644 index 00000000..4a5e8631 --- /dev/null +++ b/value-sets/te/institution_basic_category_set.json @@ -0,0 +1,10 @@ +{ + "institution_basic_category_set": { + "archive": "Archive", + "library": "Library", + "memorial_site": "Memorial site", + "private_collection": "Private collection", + "museum": "Museum", + "university_collection": "University collection" + } +} \ No newline at end of file diff --git a/value-sets/te/institution_collection_area_set.json b/value-sets/te/institution_collection_area_set.json new file mode 100644 index 00000000..5cb176b7 --- /dev/null +++ b/value-sets/te/institution_collection_area_set.json @@ -0,0 +1,30 @@ +{ + "institution_collection_area_set": { + "everyday_life": "Everyday life", + "archaeology": "Archaeology", + "architecture": "Architecture", + "history_of_mining": "History of mining", + "botany": "Botany", + "history_of_film": "History of film", + "political_history": "Political history", + "arts": "Arts", + "applied_arts": "Applied arts", + "agriculture": "Agriculture", + "literature": "Literature", + "history_of_medicine": "History of medicine", + "military_history": "Military history", + "mineralogy": "Mineralogy", + "music": "Music", + "numismatics": "Numismatics", + "paleontology": "Paleontology", + "personalia": "Personalia", + "regional_history": "Regional history", + "religion": "Religion", + "technology": "Technology", + "ethnography": "Ethnography", + "zoology": "Zoology" + }, + "institution_basic_category_set": { + "museum": "Museum" + } +} \ No newline at end of file diff --git a/value-sets/te/institution_external_id_repositories.json b/value-sets/te/institution_external_id_repositories.json new file mode 100644 index 00000000..8e59e47f --- /dev/null +++ b/value-sets/te/institution_external_id_repositories.json @@ -0,0 +1,5 @@ +{ + "institution_external_id_repositories": { + "hu_ksh": "Hungarian Central Statistical Office" + } +} \ No newline at end of file diff --git a/value-sets/te/institution_musdb_use_case_set.json b/value-sets/te/institution_musdb_use_case_set.json new file mode 100644 index 00000000..f8b2c697 --- /dev/null +++ b/value-sets/te/institution_musdb_use_case_set.json @@ -0,0 +1,7 @@ +{ + "institution_musdb_use_case_set": { + "collection_management": "Collection management", + "publication": "Publication", + "collection_management_and_publication": "Collection management and publication" + } +} \ No newline at end of file diff --git a/value-sets/te/institution_public_private_category_set.json b/value-sets/te/institution_public_private_category_set.json new file mode 100644 index 00000000..1db77e9f --- /dev/null +++ b/value-sets/te/institution_public_private_category_set.json @@ -0,0 +1,8 @@ +{ + "institution_public_private_category_set": { + "public": "Public", + "private": "Private", + "religious": "Religious", + "mixed": "Mixed" + } +} \ No newline at end of file diff --git a/value-sets/te/license_explica.json b/value-sets/te/license_explica.json new file mode 100644 index 00000000..57bbcfc9 --- /dev/null +++ b/value-sets/te/license_explica.json @@ -0,0 +1,16 @@ +{ + "license_explica": { + "CC BY-NC-SA": "For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.", + "CC BY-NC-ND": "For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.", + "CC BY-NC": "For non commercial purposes the material might be used freely if the attribution is given.", + "CC BY-ND": "The material might be used freely if the attribution is given. It may not be altered.", + "CC BY-SA": "The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.", + "CC BY": "The material might be used freely (and even altered) if the attribution is given.", + "CC0": "No Rights Reserved. You only should use CC0 if you have the right to waive all rights.", + "RR-F": "Free access - no reuse.", + "RR-P": "Paid access - no reuse. Previews might be freely accessible.", + "RR-R": "Restricted access. Reserved rights.", + "Orphan Work": "The rightsholder could not be determined. The work is listed at the EU list of orphan works.", + "Public Domain Mark": "This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights." + } +} \ No newline at end of file diff --git a/value-sets/te/license_full_names.json b/value-sets/te/license_full_names.json new file mode 100644 index 00000000..24233a78 --- /dev/null +++ b/value-sets/te/license_full_names.json @@ -0,0 +1,16 @@ +{ + "license_full_names": { + "CC BY-NC-SA": "Attribution - Non Commercial - Share Alike", + "CC BY-NC": "Attribution - Non Commercial", + "CC BY-ND": "Attribution - No Derivates", + "CC BY-SA": "Attribution - Share Alike", + "CC BY": "Attribution", + "CC0": "No Rights Reserved", + "RR-F": "Rights Reserved - Free Access", + "RR-P": "Rights Reserved - Paid Access", + "RR-R": "Rights Reserved - Restricted Access", + "Orphan Work": "Orphan Work", + "Public Domain Mark": "Public Domain Mark", + "CC BY-NC-ND": "Attribution - Non Commercial - No Derivates" + } +} \ No newline at end of file diff --git a/value-sets/te/license_url.json b/value-sets/te/license_url.json new file mode 100644 index 00000000..e169cbb7 --- /dev/null +++ b/value-sets/te/license_url.json @@ -0,0 +1,16 @@ +{ + "license_url": { + "CC BY-NC-SA": "https:\/\/creativecommons.org\/licenses\/by-nc-sa\/4.0\/", + "CC BY-NC-ND": "https:\/\/creativecommons.org\/licenses\/by-nc-nd\/4.0\/", + "CC BY-NC": "https:\/\/creativecommons.org\/licenses\/by-nc\/4.0\/", + "CC BY-ND": "https:\/\/creativecommons.org\/licenses\/by-nd\/4.0\/", + "CC BY-SA": "https:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/", + "CC BY": "https:\/\/creativecommons.org\/licenses\/by\/4.0\/", + "CC0": "https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/", + "RR-F": "http:\/\/www.europeana.eu\/rights\/rr-f\/", + "RR-P": "http:\/\/www.europeana.eu\/rights\/rr-p\/", + "RR-R": "http:\/\/www.europeana.eu\/rights\/rr-r\/", + "Orphan Work": "http:\/\/www.europeana.eu\/rights\/orphan-work-eu\/", + "Public Domain Mark": "https:\/\/creativecommons.org\/publicdomain\/mark\/1.0\/" + } +} \ No newline at end of file diff --git a/value-sets/te/loan_types.json b/value-sets/te/loan_types.json new file mode 100644 index 00000000..982bd152 --- /dev/null +++ b/value-sets/te/loan_types.json @@ -0,0 +1,6 @@ +{ + "loan_types": { + "outgoing": "Outgoing", + "incoming": "Incoming" + } +} \ No newline at end of file diff --git a/value-sets/te/marking_types.json b/value-sets/te/marking_types.json new file mode 100644 index 00000000..3f9f2d2c --- /dev/null +++ b/value-sets/te/marking_types.json @@ -0,0 +1,25 @@ +{ + "marking_types": { + "signature": "Signature", + "watermark": "Watermark", + "engraving": "Engraving", + "scratch": "Scratching", + "stamp": "Stamped", + "overprint": "Overprint", + "embossing": "Embossing", + "handwritten": "Handwritten", + "glued": "Glued", + "embroidered": "Embroidered", + "sewn": "Sewn", + "screwed": "Screwed", + "burnt_in": "Burnt in", + "riveted": "Riveted", + "nailed": "Nailed", + "hallmarked": "Hallmarked", + "punched": "Punched", + "scarified": "Scarified", + "cast": "Cast", + "painted": "Painted", + "drawn": "Drawn" + } +} \ No newline at end of file diff --git a/value-sets/te/measurement_type_set.json b/value-sets/te/measurement_type_set.json new file mode 100644 index 00000000..57be6665 --- /dev/null +++ b/value-sets/te/measurement_type_set.json @@ -0,0 +1,25 @@ +{ + "measurement_type_set": { + "length": "Length", + "height": "Height", + "width": "Width", + "number_of_copies": "Number of copies", + "weight": "Weight", + "diameter": "Diameter", + "wall": "Wall", + "number_of_parts": "Number of parts", + "die_axis": "Die-axis", + "length_socle": "Length of socle", + "height_socle": "Height of socle", + "width_socle": "Width of socle", + "height_sheet_size": "Sheet size (height)", + "length_sheet_size": "Sheet size (length)", + "width_sheet_size": "Sheet size (width)", + "height_image_size": "Image size (height)", + "length_image_size": "Image size (length)", + "width_image_size": "Image size (width)", + "length_frame": "Frame (length)", + "height_frame": "Frame (height)", + "width_frame": "Frame (width)" + } +} \ No newline at end of file diff --git a/value-sets/te/object_check_types_set.json b/value-sets/te/object_check_types_set.json new file mode 100644 index 00000000..caed4efb --- /dev/null +++ b/value-sets/te/object_check_types_set.json @@ -0,0 +1,8 @@ +{ + "object_check_types_set": { + "condition_check": "Condition check", + "completeness_check": "Completeness check", + "data_correctness_check": "Data correctness check", + "location_accuracy_check": "Check of location accuracy" + } +} \ No newline at end of file diff --git a/value-sets/te/object_damage_status_set.json b/value-sets/te/object_damage_status_set.json new file mode 100644 index 00000000..b88deb34 --- /dev/null +++ b/value-sets/te/object_damage_status_set.json @@ -0,0 +1,9 @@ +{ + "object_damage_status_set": { + "identified": "Identified", + "repair_possible": "Reviewed; repair possible", + "repair_scheduled": "Repair scheduled", + "repaired": "Repaired", + "irreparable": "Irreparable" + } +} \ No newline at end of file diff --git a/value-sets/te/object_damage_types_set.json b/value-sets/te/object_damage_types_set.json new file mode 100644 index 00000000..1004c86f --- /dev/null +++ b/value-sets/te/object_damage_types_set.json @@ -0,0 +1,7 @@ +{ + "object_damage_types_set": { + "water_damage": "Water damage", + "breakage": "Breakage", + "desiccation": "Desiccation" + } +} \ No newline at end of file diff --git a/value-sets/te/object_document_type_set.json b/value-sets/te/object_document_type_set.json new file mode 100644 index 00000000..836614ab --- /dev/null +++ b/value-sets/te/object_document_type_set.json @@ -0,0 +1,11 @@ +{ + "object_document_type_set": { + "undefined": "Undefined", + "provenance_report": "Provenance report", + "purchase_contract": "Purchase contract", + "restoration_report": "Restoration report", + "assessment": "Assessment", + "correspondence": "Correspondence", + "legacy_documentation": "Legacy documentation" + } +} \ No newline at end of file diff --git a/value-sets/te/object_form_set.json b/value-sets/te/object_form_set.json new file mode 100644 index 00000000..7e8e2505 --- /dev/null +++ b/value-sets/te/object_form_set.json @@ -0,0 +1,9 @@ +{ + "object_form_set": { + "cube": "Cube", + "cuboid": "Cuboid", + "sphere": "Sphere", + "cone": "Cone", + "cylinder": "Cylinder" + } +} \ No newline at end of file diff --git a/value-sets/te/object_publication_background.json b/value-sets/te/object_publication_background.json new file mode 100644 index 00000000..9a67b47e --- /dev/null +++ b/value-sets/te/object_publication_background.json @@ -0,0 +1,10 @@ +{ + "object_publication_background": [ + "Image published", + "Transcript published", + "Discussed", + "Rezensiert", + "Referenced", + "Advertised" + ] +} diff --git a/value-sets/te/object_record_status.json b/value-sets/te/object_record_status.json new file mode 100644 index 00000000..c9781ecd --- /dev/null +++ b/value-sets/te/object_record_status.json @@ -0,0 +1,9 @@ +{ + "object_record_status": { + "unlocked": "Unlocked", + "locked": "Locked", + "revision": "Revision", + "deleted": "Deleted", + "archived": "Archived" + } +} \ No newline at end of file diff --git a/value-sets/te/object_record_status_explica.json b/value-sets/te/object_record_status_explica.json new file mode 100644 index 00000000..a990c31a --- /dev/null +++ b/value-sets/te/object_record_status_explica.json @@ -0,0 +1,8 @@ +{ + "object_record_status_explica": { + "unlocked": "Default status. The object record can be updated.", + "locked": "The object cannot be updated until the lock has been released.", + "revision": "The object is currently being researched. Further updates are disabled until this research has been completed.", + "archived": "E.g. for objects that have been deaccessed. Updates to the object record are suspended and the object record is marked as archived in object overviews." + } +} \ No newline at end of file diff --git a/value-sets/te/object_status.json b/value-sets/te/object_status.json new file mode 100644 index 00000000..7b9064b0 --- /dev/null +++ b/value-sets/te/object_status.json @@ -0,0 +1,11 @@ +{ + "object_status": { + "owned": "Owned", + "permanent_loan": "Permanent loan", + "borrowed": "Borrowed", + "to_check_for_gift": "To check (for gift)", + "to_check": "To check", + "deaccessed": "Deaccessed", + "third_party_property": "Third party property" + } +} \ No newline at end of file diff --git a/value-sets/te/phone_types.json b/value-sets/te/phone_types.json new file mode 100644 index 00000000..e5de0511 --- /dev/null +++ b/value-sets/te/phone_types.json @@ -0,0 +1,10 @@ +{ + "phone_types": { + "work": "Work", + "home": "Home", + "mobile": "Mobile", + "work mobile": "Work mobile", + "fax": "Fax", + "fax work": "Fax (Work)" + } +} \ No newline at end of file diff --git a/value-sets/te/placetypes.json b/value-sets/te/placetypes.json new file mode 100644 index 00000000..fe7b27b1 --- /dev/null +++ b/value-sets/te/placetypes.json @@ -0,0 +1,13 @@ +{ + "tlPlacetypes": [ + "Administrative", + "Historical", + "Region", + "Street", + "Building", + "Mountains", + "Forest", + "Body of water", + "Island" + ] +} diff --git a/value-sets/te/podcast_contributor_roles.json b/value-sets/te/podcast_contributor_roles.json new file mode 100644 index 00000000..cc8624a2 --- /dev/null +++ b/value-sets/te/podcast_contributor_roles.json @@ -0,0 +1,8 @@ +{ + "podcast_contributor_roles": { + "onair": "On air", + "recording": "Recording", + "technical_support": "Technical support", + "organization": "Organization" + } +} \ No newline at end of file diff --git a/value-sets/te/position_set.json b/value-sets/te/position_set.json new file mode 100644 index 00000000..67182664 --- /dev/null +++ b/value-sets/te/position_set.json @@ -0,0 +1,29 @@ +{ + "position_set": { + "left": "Left", + "top_left": "Top left", + "top": "Top", + "top_right": "Top right", + "right": "Right", + "bottom_right": "Bottom right", + "bottom": "Bottom", + "bottom_left": "Bottom left", + "center": "Center", + "rear_side": "Rear side", + "edge": "Edge", + "other": "Other", + "inside": "Inside", + "underside": "Underside", + "topside": "Topside", + "front_front": "Full front", + "rear_left": "Rear side: left", + "rear_top_left": "Rear side: top left", + "rear_top": "Rear side: top", + "rear_top_right": "Rear side: top right", + "rear_right": "Rear side: right", + "rear_bottom_right": "Rear side: bottom right", + "rear_bottom": "Rear side: bottom", + "rear_bottom_left": "Rear side: bottom left", + "rear_center": "Rear side: center" + } +} \ No newline at end of file diff --git a/value-sets/te/process_types.json b/value-sets/te/process_types.json new file mode 100644 index 00000000..a5b6f6fa --- /dev/null +++ b/value-sets/te/process_types.json @@ -0,0 +1,18 @@ +{ + "process_types": { + "project": "Project", + "grant_application": "Grant application", + "exhibition": "Exhibition", + "appointment": "Appointment \/ Event", + "loan_incoming": "Loan (incoming)", + "loan_outgoing": "Loan (outgoing)", + "employment_ad": "Employment ad", + "purchase": "Purchase", + "deaccession": "Deaccession", + "construction": "Construction measure", + "pest_control_campaign": "Pest control campaign", + "pr_campaign": "PR campaign", + "relocation": "Relocation", + "discussion": "Discussion" + } +} \ No newline at end of file diff --git a/value-sets/te/recording_types_set.json b/value-sets/te/recording_types_set.json new file mode 100644 index 00000000..22dd935b --- /dev/null +++ b/value-sets/te/recording_types_set.json @@ -0,0 +1,6 @@ +{ + "recording_types_set": { + "audio": "Audio", + "video": "Video" + } +} \ No newline at end of file diff --git a/value-sets/te/research_status.json b/value-sets/te/research_status.json new file mode 100644 index 00000000..8fc3b163 --- /dev/null +++ b/value-sets/te/research_status.json @@ -0,0 +1,7 @@ +{ + "research_status": { + "bad": "Not researched much", + "medium": "Partly researched", + "good": "Well researched" + } +} \ No newline at end of file diff --git a/value-sets/te/series_contributor_role.json b/value-sets/te/series_contributor_role.json new file mode 100644 index 00000000..edf473bc --- /dev/null +++ b/value-sets/te/series_contributor_role.json @@ -0,0 +1,24 @@ +{ + "series_contributor_role": { + "author": "Author", + "director": "Director", + "dramaturg": "Dramaturg", + "production_designer": "Production designer", + "costumer": "Costumer", + "musician": "Musician", + "choreographer": "Choreographer", + "make_up_artist": "Make-up artist", + "speech_trainer": "Speech trainer", + "puppet_maker": "Puppet maker", + "technician": "Technician", + "inspector": "Inspector", + "assistant": "Assistant", + "actor": "Actor", + "painter": "Painter", + "creator": "Creator", + "equipment_supplier": "Equipment supplier", + "contributing_institution": "Contributing institution", + "event_organizer": "Event organizer", + "movement_trainer": "Movement trainer" + } +} \ No newline at end of file diff --git a/value-sets/te/series_place_role.json b/value-sets/te/series_place_role.json new file mode 100644 index 00000000..ba684147 --- /dev/null +++ b/value-sets/te/series_place_role.json @@ -0,0 +1,7 @@ +{ + "series_place_role": { + "place_of_production": "Place of production", + "performance_space": "Performance space", + "rehearsal_space": "Rehearsal space" + } +} \ No newline at end of file diff --git a/value-sets/te/series_time_role.json b/value-sets/te/series_time_role.json new file mode 100644 index 00000000..2a1bf217 --- /dev/null +++ b/value-sets/te/series_time_role.json @@ -0,0 +1,6 @@ +{ + "series_time_role": { + "premiere": "Premiere", + "time_of_presentation": "Time of presentation" + } +} \ No newline at end of file diff --git a/value-sets/te/shipment_method_set.json b/value-sets/te/shipment_method_set.json new file mode 100644 index 00000000..c33e5e05 --- /dev/null +++ b/value-sets/te/shipment_method_set.json @@ -0,0 +1,7 @@ +{ + "shipment_method_set": { + "unknown": "Unknown", + "car": "By car", + "ship": "By ship" + } +} \ No newline at end of file diff --git a/value-sets/te/source_type_set.json b/value-sets/te/source_type_set.json new file mode 100644 index 00000000..6b4667d8 --- /dev/null +++ b/value-sets/te/source_type_set.json @@ -0,0 +1,12 @@ +{ + "source_type_set": { + "article": "Article", + "inbook": "Article in collected volume", + "book": "Book", + "phdthesis": "PhD thesis", + "electronical": "Electronic resource", + "misc": "Miscelaneous", + "patent": "Patent", + "unpublished": "Unpublished" + } +} \ No newline at end of file diff --git a/value-sets/te/space_access_status.json b/value-sets/te/space_access_status.json new file mode 100644 index 00000000..a6157fb8 --- /dev/null +++ b/value-sets/te/space_access_status.json @@ -0,0 +1,6 @@ +{ + "space_access_status": { + "enter": "Enter", + "leave": "Leave" + } +} \ No newline at end of file diff --git a/value-sets/te/space_types.json b/value-sets/te/space_types.json new file mode 100644 index 00000000..4b8aff36 --- /dev/null +++ b/value-sets/te/space_types.json @@ -0,0 +1,16 @@ +{ + "space_types": { + "building": "Building", + "depot": "Depot room", + "utility_room": "Utility room", + "exhibition_room": "Exhibition room", + "display_cabinet": "Display cabinet", + "shelf": "Shelf", + "box": "Box", + "folder": "Folder", + "office": "Office", + "floor": "Floor", + "hallway": "Hallway", + "outdoor_area": "Outdoor area" + } +} \ No newline at end of file diff --git a/value-sets/te/syndication_repos.json b/value-sets/te/syndication_repos.json new file mode 100644 index 00000000..f9f77d41 --- /dev/null +++ b/value-sets/te/syndication_repos.json @@ -0,0 +1,8 @@ +{ + "syndication_repos": { + "ddb": "German Digital Library (DDB)", + "europeana": "Europeana", + "smb-digital": "SMB-digital", + "kalliope-verbund": "Kalliope Verbund" + } +} \ No newline at end of file diff --git a/value-sets/te/tag_relation_type.json b/value-sets/te/tag_relation_type.json new file mode 100644 index 00000000..7648febf --- /dev/null +++ b/value-sets/te/tag_relation_type.json @@ -0,0 +1,9 @@ +{ + "tag_relation_type": { + "tag": "Tag", + "object_type": "Object type", + "material": "Material", + "technique": "Technique", + "display_subject": "Display subject" + } +} \ No newline at end of file diff --git a/value-sets/te/timing_intervals_set.json b/value-sets/te/timing_intervals_set.json new file mode 100644 index 00000000..4ad05b95 --- /dev/null +++ b/value-sets/te/timing_intervals_set.json @@ -0,0 +1,7 @@ +{ + "timing_intervals_set": { + "weekly": "Weekly", + "monthly": "Monthly", + "annual": "Annual" + } +} \ No newline at end of file diff --git a/value-sets/te/title_types_set.json b/value-sets/te/title_types_set.json new file mode 100644 index 00000000..6094825b --- /dev/null +++ b/value-sets/te/title_types_set.json @@ -0,0 +1,11 @@ +{ + "title_types_set": { + "": " ", + "Science": "Science", + "Everyday speech": "Everyday speech", + "Colloquial speech": "Colloquial speech", + "Dialect": "Dialect", + "Professional jargon": "Professional jargon", + "Sociolect": "Sociolect" + } +} \ No newline at end of file diff --git a/value-sets/te/todo_status.json b/value-sets/te/todo_status.json new file mode 100644 index 00000000..9bbcffca --- /dev/null +++ b/value-sets/te/todo_status.json @@ -0,0 +1,9 @@ +{ + "todo_status": { + "suggested": "Suggested", + "planned": "Planned", + "in_progress": "In progress", + "done": "Done", + "cancelled": "Cancelled" + } +} \ No newline at end of file diff --git a/value-sets/te/units_count_copies_set.json b/value-sets/te/units_count_copies_set.json new file mode 100644 index 00000000..65abbd7c --- /dev/null +++ b/value-sets/te/units_count_copies_set.json @@ -0,0 +1,6 @@ +{ + "units_count_copies_set": { + "copies": "Copies", + "specimen": "Specimen" + } +} \ No newline at end of file diff --git a/value-sets/te/units_count_parts_set.json b/value-sets/te/units_count_parts_set.json new file mode 100644 index 00000000..e1d70ffd --- /dev/null +++ b/value-sets/te/units_count_parts_set.json @@ -0,0 +1,7 @@ +{ + "units_count_parts_set": { + "parts": "Parts", + "pages": "Pages", + "sheets": "Sheets" + } +} \ No newline at end of file diff --git a/value-sets/te/units_die_axis_set.json b/value-sets/te/units_die_axis_set.json new file mode 100644 index 00000000..4335fab0 --- /dev/null +++ b/value-sets/te/units_die_axis_set.json @@ -0,0 +1,5 @@ +{ + "units_die_axis_set": { + "h": "h" + } +} \ No newline at end of file diff --git a/value-sets/te/units_length_set.json b/value-sets/te/units_length_set.json new file mode 100644 index 00000000..95ad9ab5 --- /dev/null +++ b/value-sets/te/units_length_set.json @@ -0,0 +1,10 @@ +{ + "units_length_set": { + "m": "m", + "dm": "dm", + "cm": "cm", + "mm": "mm", + "ft": "ft", + "in": "inch" + } +} \ No newline at end of file diff --git a/value-sets/te/units_weight_set.json b/value-sets/te/units_weight_set.json new file mode 100644 index 00000000..ed667a1a --- /dev/null +++ b/value-sets/te/units_weight_set.json @@ -0,0 +1,7 @@ +{ + "units_weight_set": { + "t": "t", + "kg": "kg", + "g": "g" + } +} \ No newline at end of file diff --git a/value-sets/te/vocabulary_redaction_level.json b/value-sets/te/vocabulary_redaction_level.json new file mode 100644 index 00000000..c0f667e5 --- /dev/null +++ b/value-sets/te/vocabulary_redaction_level.json @@ -0,0 +1,7 @@ +{ + "vocabulary_redaction_level": { + "checked": "Checked", + "unchecked": "Unchecked", + "questionable": "Questionable" + } +} \ No newline at end of file