Approval in value-sets
This commit is contained in:
parent
aa28e20c95
commit
475ff8a654
@ -20,6 +20,6 @@
|
|||||||
"scarified": "Karcolt",
|
"scarified": "Karcolt",
|
||||||
"cast": "\u00d6nt\u00f6tt",
|
"cast": "\u00d6nt\u00f6tt",
|
||||||
"painted": "Festett",
|
"painted": "Festett",
|
||||||
"drawn": "Drawn"
|
"drawn": "Rajzolt"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -2,7 +2,7 @@
|
|||||||
"object_check_types_set": {
|
"object_check_types_set": {
|
||||||
"condition_check": "\u00c1llapotellen\u0151rz\u00e9s",
|
"condition_check": "\u00c1llapotellen\u0151rz\u00e9s",
|
||||||
"completeness_check": "Teljess\u00e9g-ellen\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"
|
"location_accuracy_check": "Elhelyez\u00e9s ellen\u0151rz\u00e9se"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"object_document_type_set": {
|
"object_document_type_set": {
|
||||||
"undefined": "Egy\u00e9b",
|
"undefined": "Egy\u00e9b",
|
||||||
"provenance_report": "Proveniencia riport",
|
"provenance_report": "Proveniencia jelent\u00e9s",
|
||||||
"purchase_contract": "Ad\u00e1sv\u00e9teli szerz\u0151d\u00e9s",
|
"purchase_contract": "Ad\u00e1sv\u00e9teli szerz\u0151d\u00e9s",
|
||||||
"restoration_report": "Restaur\u00e1l\u00e1si dokument\u00e1ci\u00f3",
|
"restoration_report": "Restaur\u00e1l\u00e1si dokument\u00e1ci\u00f3",
|
||||||
"assessment": "\u00c9rt\u00e9kel\u00e9s",
|
"assessment": "\u00c9rt\u00e9kel\u00e9s",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"units_count_copies_set": {
|
"units_count_copies_set": {
|
||||||
"copies": "db",
|
"copies": "db",
|
||||||
"specimen": "p\u00e9ld\u00e1ny"
|
"specimen": "egyed"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"units_count_parts_set": {
|
"units_count_parts_set": {
|
||||||
"parts": "darab",
|
"parts": "db",
|
||||||
"pages": "oldal",
|
"pages": "oldal",
|
||||||
"sheets": "lap"
|
"sheets": "lap"
|
||||||
}
|
}
|
||||||
|
13
value-sets/ta/actor_variant_types_set.json
Normal file
13
value-sets/ta/actor_variant_types_set.json
Normal file
@ -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)"
|
||||||
|
}
|
||||||
|
}
|
7
value-sets/ta/appointment_attendance_modes.json
Normal file
7
value-sets/ta/appointment_attendance_modes.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"appointment_attendance_modes": {
|
||||||
|
"offline": "Offline",
|
||||||
|
"online": "Online",
|
||||||
|
"mixed": "Offline and online"
|
||||||
|
}
|
||||||
|
}
|
6
value-sets/ta/appointment_cancellation_status_set.json
Normal file
6
value-sets/ta/appointment_cancellation_status_set.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"appointment_cancellation_status_set": {
|
||||||
|
"scheduled_done": "Scheduled or done as planned",
|
||||||
|
"cancelled": "Cancelled"
|
||||||
|
}
|
||||||
|
}
|
6
value-sets/ta/appointment_contributor_roles.json
Normal file
6
value-sets/ta/appointment_contributor_roles.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"appointment_contributor_roles": {
|
||||||
|
"organizer": "Organizer",
|
||||||
|
"presenter": "Presenter"
|
||||||
|
}
|
||||||
|
}
|
8
value-sets/ta/appointment_status.json
Normal file
8
value-sets/ta/appointment_status.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"appointment_status": {
|
||||||
|
"scheduled": "Scheduled",
|
||||||
|
"cancelled": "Cancelled",
|
||||||
|
"moved_online": "Moved online",
|
||||||
|
"postponed": "Postponed"
|
||||||
|
}
|
||||||
|
}
|
6
value-sets/ta/attendance_status_set.json
Normal file
6
value-sets/ta/attendance_status_set.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"attendance_status_set": {
|
||||||
|
"offline": "Offline",
|
||||||
|
"online": "Online"
|
||||||
|
}
|
||||||
|
}
|
8
value-sets/ta/closer_location_types_set.json
Normal file
8
value-sets/ta/closer_location_types_set.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"closer_location_types_set": [
|
||||||
|
"",
|
||||||
|
"Place of recording",
|
||||||
|
"Place of discovery",
|
||||||
|
"Former place"
|
||||||
|
]
|
||||||
|
}
|
20
value-sets/ta/colors_set.json
Normal file
20
value-sets/ta/colors_set.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
10
value-sets/ta/conservation_report_type_set.json
Normal file
10
value-sets/ta/conservation_report_type_set.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"conservation_report_type_set": {
|
||||||
|
"damage": "Damage",
|
||||||
|
"conservation": "Conservation",
|
||||||
|
"condition": "Condition",
|
||||||
|
"restoration": "Restoration",
|
||||||
|
"other_report": "Other report",
|
||||||
|
"other": "Other report"
|
||||||
|
}
|
||||||
|
}
|
28
value-sets/ta/currencies_set.json
Normal file
28
value-sets/ta/currencies_set.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
8
value-sets/ta/custom_report_targets_set.json
Normal file
8
value-sets/ta/custom_report_targets_set.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"custom_report_targets_set": {
|
||||||
|
"object_single": "Single object",
|
||||||
|
"object_list": "Multiple objects",
|
||||||
|
"loan": "Loan",
|
||||||
|
"exhibition": "Exhibition"
|
||||||
|
}
|
||||||
|
}
|
7
value-sets/ta/disposal_method_set.json
Normal file
7
value-sets/ta/disposal_method_set.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"disposal_method_set": {
|
||||||
|
"sold": "Sold",
|
||||||
|
"destroyed": "Destroyed",
|
||||||
|
"garbage": "Thrown away \/ garbage collection"
|
||||||
|
}
|
||||||
|
}
|
22
value-sets/ta/entry_types.json
Normal file
22
value-sets/ta/entry_types.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
8
value-sets/ta/eventtype_groups.json
Normal file
8
value-sets/ta/eventtype_groups.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"eventtype_groups": {
|
||||||
|
"production": "Production",
|
||||||
|
"post_production": "Post-production",
|
||||||
|
"pre_production": "Pre-production",
|
||||||
|
"no_production": "No production"
|
||||||
|
}
|
||||||
|
}
|
54
value-sets/ta/eventtype_name.json
Normal file
54
value-sets/ta/eventtype_name.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
54
value-sets/ta/eventtype_persinst.json
Normal file
54
value-sets/ta/eventtype_persinst.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
54
value-sets/ta/eventtype_place.json
Normal file
54
value-sets/ta/eventtype_place.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
54
value-sets/ta/eventtype_time.json
Normal file
54
value-sets/ta/eventtype_time.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
9
value-sets/ta/exhibition_contributor_roles.json
Normal file
9
value-sets/ta/exhibition_contributor_roles.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"exhibition_contributor_roles": {
|
||||||
|
"concept": "Concept",
|
||||||
|
"curator": "Curator",
|
||||||
|
"design": "Design",
|
||||||
|
"coordinator": "Coordinator",
|
||||||
|
"protagonist": "Protagonist"
|
||||||
|
}
|
||||||
|
}
|
7
value-sets/ta/gender_set.json
Normal file
7
value-sets/ta/gender_set.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"gender_set": {
|
||||||
|
"female": "Female",
|
||||||
|
"male": "Male",
|
||||||
|
"other": "Other"
|
||||||
|
}
|
||||||
|
}
|
10
value-sets/ta/institution_basic_category_set.json
Normal file
10
value-sets/ta/institution_basic_category_set.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
30
value-sets/ta/institution_collection_area_set.json
Normal file
30
value-sets/ta/institution_collection_area_set.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
5
value-sets/ta/institution_external_id_repositories.json
Normal file
5
value-sets/ta/institution_external_id_repositories.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"institution_external_id_repositories": {
|
||||||
|
"hu_ksh": "Hungarian Central Statistical Office"
|
||||||
|
}
|
||||||
|
}
|
7
value-sets/ta/institution_musdb_use_case_set.json
Normal file
7
value-sets/ta/institution_musdb_use_case_set.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"institution_musdb_use_case_set": {
|
||||||
|
"collection_management": "Collection management",
|
||||||
|
"publication": "Publication",
|
||||||
|
"collection_management_and_publication": "Collection management and publication"
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"institution_public_private_category_set": {
|
||||||
|
"public": "Public",
|
||||||
|
"private": "Private",
|
||||||
|
"religious": "Religious",
|
||||||
|
"mixed": "Mixed"
|
||||||
|
}
|
||||||
|
}
|
16
value-sets/ta/license_explica.json
Normal file
16
value-sets/ta/license_explica.json
Normal file
@ -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."
|
||||||
|
}
|
||||||
|
}
|
16
value-sets/ta/license_full_names.json
Normal file
16
value-sets/ta/license_full_names.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
16
value-sets/ta/license_url.json
Normal file
16
value-sets/ta/license_url.json
Normal file
@ -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\/"
|
||||||
|
}
|
||||||
|
}
|
6
value-sets/ta/loan_types.json
Normal file
6
value-sets/ta/loan_types.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"loan_types": {
|
||||||
|
"outgoing": "Outgoing",
|
||||||
|
"incoming": "Incoming"
|
||||||
|
}
|
||||||
|
}
|
25
value-sets/ta/marking_types.json
Normal file
25
value-sets/ta/marking_types.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
25
value-sets/ta/measurement_type_set.json
Normal file
25
value-sets/ta/measurement_type_set.json
Normal file
@ -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)"
|
||||||
|
}
|
||||||
|
}
|
8
value-sets/ta/object_check_types_set.json
Normal file
8
value-sets/ta/object_check_types_set.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
9
value-sets/ta/object_damage_status_set.json
Normal file
9
value-sets/ta/object_damage_status_set.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"object_damage_status_set": {
|
||||||
|
"identified": "Identified",
|
||||||
|
"repair_possible": "Reviewed; repair possible",
|
||||||
|
"repair_scheduled": "Repair scheduled",
|
||||||
|
"repaired": "Repaired",
|
||||||
|
"irreparable": "Irreparable"
|
||||||
|
}
|
||||||
|
}
|
7
value-sets/ta/object_damage_types_set.json
Normal file
7
value-sets/ta/object_damage_types_set.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"object_damage_types_set": {
|
||||||
|
"water_damage": "Water damage",
|
||||||
|
"breakage": "Breakage",
|
||||||
|
"desiccation": "Desiccation"
|
||||||
|
}
|
||||||
|
}
|
11
value-sets/ta/object_document_type_set.json
Normal file
11
value-sets/ta/object_document_type_set.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
9
value-sets/ta/object_form_set.json
Normal file
9
value-sets/ta/object_form_set.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"object_form_set": {
|
||||||
|
"cube": "Cube",
|
||||||
|
"cuboid": "Cuboid",
|
||||||
|
"sphere": "Sphere",
|
||||||
|
"cone": "Cone",
|
||||||
|
"cylinder": "Cylinder"
|
||||||
|
}
|
||||||
|
}
|
10
value-sets/ta/object_publication_background.json
Normal file
10
value-sets/ta/object_publication_background.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"object_publication_background": [
|
||||||
|
"Image published",
|
||||||
|
"Transcript published",
|
||||||
|
"Discussed",
|
||||||
|
"Rezensiert",
|
||||||
|
"Referenced",
|
||||||
|
"Advertised"
|
||||||
|
]
|
||||||
|
}
|
9
value-sets/ta/object_record_status.json
Normal file
9
value-sets/ta/object_record_status.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"object_record_status": {
|
||||||
|
"unlocked": "Unlocked",
|
||||||
|
"locked": "Locked",
|
||||||
|
"revision": "Revision",
|
||||||
|
"deleted": "Deleted",
|
||||||
|
"archived": "Archived"
|
||||||
|
}
|
||||||
|
}
|
8
value-sets/ta/object_record_status_explica.json
Normal file
8
value-sets/ta/object_record_status_explica.json
Normal file
@ -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."
|
||||||
|
}
|
||||||
|
}
|
11
value-sets/ta/object_status.json
Normal file
11
value-sets/ta/object_status.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
10
value-sets/ta/phone_types.json
Normal file
10
value-sets/ta/phone_types.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"phone_types": {
|
||||||
|
"work": "Work",
|
||||||
|
"home": "Home",
|
||||||
|
"mobile": "Mobile",
|
||||||
|
"work mobile": "Work mobile",
|
||||||
|
"fax": "Fax",
|
||||||
|
"fax work": "Fax (Work)"
|
||||||
|
}
|
||||||
|
}
|
13
value-sets/ta/placetypes.json
Normal file
13
value-sets/ta/placetypes.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"tlPlacetypes": [
|
||||||
|
"Administrative",
|
||||||
|
"Historical",
|
||||||
|
"Region",
|
||||||
|
"Street",
|
||||||
|
"Building",
|
||||||
|
"Mountains",
|
||||||
|
"Forest",
|
||||||
|
"Body of water",
|
||||||
|
"Island"
|
||||||
|
]
|
||||||
|
}
|
8
value-sets/ta/podcast_contributor_roles.json
Normal file
8
value-sets/ta/podcast_contributor_roles.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"podcast_contributor_roles": {
|
||||||
|
"onair": "On air",
|
||||||
|
"recording": "Recording",
|
||||||
|
"technical_support": "Technical support",
|
||||||
|
"organization": "Organization"
|
||||||
|
}
|
||||||
|
}
|
29
value-sets/ta/position_set.json
Normal file
29
value-sets/ta/position_set.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
18
value-sets/ta/process_types.json
Normal file
18
value-sets/ta/process_types.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
6
value-sets/ta/recording_types_set.json
Normal file
6
value-sets/ta/recording_types_set.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"recording_types_set": {
|
||||||
|
"audio": "Audio",
|
||||||
|
"video": "Video"
|
||||||
|
}
|
||||||
|
}
|
7
value-sets/ta/research_status.json
Normal file
7
value-sets/ta/research_status.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"research_status": {
|
||||||
|
"bad": "Not researched much",
|
||||||
|
"medium": "Partly researched",
|
||||||
|
"good": "Well researched"
|
||||||
|
}
|
||||||
|
}
|
24
value-sets/ta/series_contributor_role.json
Normal file
24
value-sets/ta/series_contributor_role.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
7
value-sets/ta/series_place_role.json
Normal file
7
value-sets/ta/series_place_role.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"series_place_role": {
|
||||||
|
"place_of_production": "Place of production",
|
||||||
|
"performance_space": "Performance space",
|
||||||
|
"rehearsal_space": "Rehearsal space"
|
||||||
|
}
|
||||||
|
}
|
6
value-sets/ta/series_time_role.json
Normal file
6
value-sets/ta/series_time_role.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"series_time_role": {
|
||||||
|
"premiere": "Premiere",
|
||||||
|
"time_of_presentation": "Time of presentation"
|
||||||
|
}
|
||||||
|
}
|
7
value-sets/ta/shipment_method_set.json
Normal file
7
value-sets/ta/shipment_method_set.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"shipment_method_set": {
|
||||||
|
"unknown": "Unknown",
|
||||||
|
"car": "By car",
|
||||||
|
"ship": "By ship"
|
||||||
|
}
|
||||||
|
}
|
12
value-sets/ta/source_type_set.json
Normal file
12
value-sets/ta/source_type_set.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
6
value-sets/ta/space_access_status.json
Normal file
6
value-sets/ta/space_access_status.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"space_access_status": {
|
||||||
|
"enter": "Enter",
|
||||||
|
"leave": "Leave"
|
||||||
|
}
|
||||||
|
}
|
16
value-sets/ta/space_types.json
Normal file
16
value-sets/ta/space_types.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
8
value-sets/ta/syndication_repos.json
Normal file
8
value-sets/ta/syndication_repos.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"syndication_repos": {
|
||||||
|
"ddb": "German Digital Library (DDB)",
|
||||||
|
"europeana": "Europeana",
|
||||||
|
"smb-digital": "SMB-digital",
|
||||||
|
"kalliope-verbund": "Kalliope Verbund"
|
||||||
|
}
|
||||||
|
}
|
9
value-sets/ta/tag_relation_type.json
Normal file
9
value-sets/ta/tag_relation_type.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"tag_relation_type": {
|
||||||
|
"tag": "Tag",
|
||||||
|
"object_type": "Object type",
|
||||||
|
"material": "Material",
|
||||||
|
"technique": "Technique",
|
||||||
|
"display_subject": "Display subject"
|
||||||
|
}
|
||||||
|
}
|
7
value-sets/ta/timing_intervals_set.json
Normal file
7
value-sets/ta/timing_intervals_set.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"timing_intervals_set": {
|
||||||
|
"weekly": "Weekly",
|
||||||
|
"monthly": "Monthly",
|
||||||
|
"annual": "Annual"
|
||||||
|
}
|
||||||
|
}
|
11
value-sets/ta/title_types_set.json
Normal file
11
value-sets/ta/title_types_set.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
9
value-sets/ta/todo_status.json
Normal file
9
value-sets/ta/todo_status.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"todo_status": {
|
||||||
|
"suggested": "Suggested",
|
||||||
|
"planned": "Planned",
|
||||||
|
"in_progress": "In progress",
|
||||||
|
"done": "Done",
|
||||||
|
"cancelled": "Cancelled"
|
||||||
|
}
|
||||||
|
}
|
6
value-sets/ta/units_count_copies_set.json
Normal file
6
value-sets/ta/units_count_copies_set.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"units_count_copies_set": {
|
||||||
|
"copies": "Copies",
|
||||||
|
"specimen": "Specimen"
|
||||||
|
}
|
||||||
|
}
|
7
value-sets/ta/units_count_parts_set.json
Normal file
7
value-sets/ta/units_count_parts_set.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"units_count_parts_set": {
|
||||||
|
"parts": "Parts",
|
||||||
|
"pages": "Pages",
|
||||||
|
"sheets": "Sheets"
|
||||||
|
}
|
||||||
|
}
|
5
value-sets/ta/units_die_axis_set.json
Normal file
5
value-sets/ta/units_die_axis_set.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"units_die_axis_set": {
|
||||||
|
"h": "h"
|
||||||
|
}
|
||||||
|
}
|
10
value-sets/ta/units_length_set.json
Normal file
10
value-sets/ta/units_length_set.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"units_length_set": {
|
||||||
|
"m": "m",
|
||||||
|
"dm": "dm",
|
||||||
|
"cm": "cm",
|
||||||
|
"mm": "mm",
|
||||||
|
"ft": "ft",
|
||||||
|
"in": "inch"
|
||||||
|
}
|
||||||
|
}
|
7
value-sets/ta/units_weight_set.json
Normal file
7
value-sets/ta/units_weight_set.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"units_weight_set": {
|
||||||
|
"t": "t",
|
||||||
|
"kg": "kg",
|
||||||
|
"g": "g"
|
||||||
|
}
|
||||||
|
}
|
7
value-sets/ta/vocabulary_redaction_level.json
Normal file
7
value-sets/ta/vocabulary_redaction_level.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"vocabulary_redaction_level": {
|
||||||
|
"checked": "Checked",
|
||||||
|
"unchecked": "Unchecked",
|
||||||
|
"questionable": "Questionable"
|
||||||
|
}
|
||||||
|
}
|
13
value-sets/te/actor_variant_types_set.json
Normal file
13
value-sets/te/actor_variant_types_set.json
Normal file
@ -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)"
|
||||||
|
}
|
||||||
|
}
|
7
value-sets/te/appointment_attendance_modes.json
Normal file
7
value-sets/te/appointment_attendance_modes.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"appointment_attendance_modes": {
|
||||||
|
"offline": "Offline",
|
||||||
|
"online": "Online",
|
||||||
|
"mixed": "Offline and online"
|
||||||
|
}
|
||||||
|
}
|
6
value-sets/te/appointment_cancellation_status_set.json
Normal file
6
value-sets/te/appointment_cancellation_status_set.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"appointment_cancellation_status_set": {
|
||||||
|
"scheduled_done": "Scheduled or done as planned",
|
||||||
|
"cancelled": "Cancelled"
|
||||||
|
}
|
||||||
|
}
|
6
value-sets/te/appointment_contributor_roles.json
Normal file
6
value-sets/te/appointment_contributor_roles.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"appointment_contributor_roles": {
|
||||||
|
"organizer": "Organizer",
|
||||||
|
"presenter": "Presenter"
|
||||||
|
}
|
||||||
|
}
|
8
value-sets/te/appointment_status.json
Normal file
8
value-sets/te/appointment_status.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"appointment_status": {
|
||||||
|
"scheduled": "Scheduled",
|
||||||
|
"cancelled": "Cancelled",
|
||||||
|
"moved_online": "Moved online",
|
||||||
|
"postponed": "Postponed"
|
||||||
|
}
|
||||||
|
}
|
6
value-sets/te/attendance_status_set.json
Normal file
6
value-sets/te/attendance_status_set.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"attendance_status_set": {
|
||||||
|
"offline": "Offline",
|
||||||
|
"online": "Online"
|
||||||
|
}
|
||||||
|
}
|
8
value-sets/te/closer_location_types_set.json
Normal file
8
value-sets/te/closer_location_types_set.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"closer_location_types_set": [
|
||||||
|
"",
|
||||||
|
"Place of recording",
|
||||||
|
"Place of discovery",
|
||||||
|
"Former place"
|
||||||
|
]
|
||||||
|
}
|
20
value-sets/te/colors_set.json
Normal file
20
value-sets/te/colors_set.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
10
value-sets/te/conservation_report_type_set.json
Normal file
10
value-sets/te/conservation_report_type_set.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"conservation_report_type_set": {
|
||||||
|
"damage": "Damage",
|
||||||
|
"conservation": "Conservation",
|
||||||
|
"condition": "Condition",
|
||||||
|
"restoration": "Restoration",
|
||||||
|
"other_report": "Other report",
|
||||||
|
"other": "Other report"
|
||||||
|
}
|
||||||
|
}
|
28
value-sets/te/currencies_set.json
Normal file
28
value-sets/te/currencies_set.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
8
value-sets/te/custom_report_targets_set.json
Normal file
8
value-sets/te/custom_report_targets_set.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"custom_report_targets_set": {
|
||||||
|
"object_single": "Single object",
|
||||||
|
"object_list": "Multiple objects",
|
||||||
|
"loan": "Loan",
|
||||||
|
"exhibition": "Exhibition"
|
||||||
|
}
|
||||||
|
}
|
7
value-sets/te/disposal_method_set.json
Normal file
7
value-sets/te/disposal_method_set.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"disposal_method_set": {
|
||||||
|
"sold": "Sold",
|
||||||
|
"destroyed": "Destroyed",
|
||||||
|
"garbage": "Thrown away \/ garbage collection"
|
||||||
|
}
|
||||||
|
}
|
22
value-sets/te/entry_types.json
Normal file
22
value-sets/te/entry_types.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
8
value-sets/te/eventtype_groups.json
Normal file
8
value-sets/te/eventtype_groups.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"eventtype_groups": {
|
||||||
|
"production": "Production",
|
||||||
|
"post_production": "Post-production",
|
||||||
|
"pre_production": "Pre-production",
|
||||||
|
"no_production": "No production"
|
||||||
|
}
|
||||||
|
}
|
54
value-sets/te/eventtype_name.json
Normal file
54
value-sets/te/eventtype_name.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
54
value-sets/te/eventtype_persinst.json
Normal file
54
value-sets/te/eventtype_persinst.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
54
value-sets/te/eventtype_place.json
Normal file
54
value-sets/te/eventtype_place.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
54
value-sets/te/eventtype_time.json
Normal file
54
value-sets/te/eventtype_time.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
9
value-sets/te/exhibition_contributor_roles.json
Normal file
9
value-sets/te/exhibition_contributor_roles.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"exhibition_contributor_roles": {
|
||||||
|
"concept": "Concept",
|
||||||
|
"curator": "Curator",
|
||||||
|
"design": "Design",
|
||||||
|
"coordinator": "Coordinator",
|
||||||
|
"protagonist": "Protagonist"
|
||||||
|
}
|
||||||
|
}
|
7
value-sets/te/gender_set.json
Normal file
7
value-sets/te/gender_set.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"gender_set": {
|
||||||
|
"female": "Female",
|
||||||
|
"male": "Male",
|
||||||
|
"other": "Other"
|
||||||
|
}
|
||||||
|
}
|
10
value-sets/te/institution_basic_category_set.json
Normal file
10
value-sets/te/institution_basic_category_set.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
30
value-sets/te/institution_collection_area_set.json
Normal file
30
value-sets/te/institution_collection_area_set.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
5
value-sets/te/institution_external_id_repositories.json
Normal file
5
value-sets/te/institution_external_id_repositories.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"institution_external_id_repositories": {
|
||||||
|
"hu_ksh": "Hungarian Central Statistical Office"
|
||||||
|
}
|
||||||
|
}
|
7
value-sets/te/institution_musdb_use_case_set.json
Normal file
7
value-sets/te/institution_musdb_use_case_set.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"institution_musdb_use_case_set": {
|
||||||
|
"collection_management": "Collection management",
|
||||||
|
"publication": "Publication",
|
||||||
|
"collection_management_and_publication": "Collection management and publication"
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"institution_public_private_category_set": {
|
||||||
|
"public": "Public",
|
||||||
|
"private": "Private",
|
||||||
|
"religious": "Religious",
|
||||||
|
"mixed": "Mixed"
|
||||||
|
}
|
||||||
|
}
|
16
value-sets/te/license_explica.json
Normal file
16
value-sets/te/license_explica.json
Normal file
@ -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."
|
||||||
|
}
|
||||||
|
}
|
16
value-sets/te/license_full_names.json
Normal file
16
value-sets/te/license_full_names.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
16
value-sets/te/license_url.json
Normal file
16
value-sets/te/license_url.json
Normal file
@ -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\/"
|
||||||
|
}
|
||||||
|
}
|
6
value-sets/te/loan_types.json
Normal file
6
value-sets/te/loan_types.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"loan_types": {
|
||||||
|
"outgoing": "Outgoing",
|
||||||
|
"incoming": "Incoming"
|
||||||
|
}
|
||||||
|
}
|
25
value-sets/te/marking_types.json
Normal file
25
value-sets/te/marking_types.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user