{"id":101974,"date":"2026-09-09T17:00:05","date_gmt":"2026-09-09T15:00:05","guid":{"rendered":"https:\/\/tribal.art\/?page_id=101974"},"modified":"2026-09-17T00:30:37","modified_gmt":"2026-09-16T22:30:37","slug":"archiv","status":"publish","type":"page","link":"https:\/\/tribal.art\/en\/archiv\/","title":{"rendered":"Archive"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\" id=\"archiv-section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module preset--module--divi-text--0504de1e-f5ff-4281-ba60-cbbe4edf98bc\"><div class=\"et_pb_text_inner\"><p style=\"text-align: center;\">Fotografien, Postkarten und weitere Archivbest\u00e4nde<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_heading_0 et_pb_heading et_pb_module et_block_module preset--module--divi-heading--ddeb8c09-9078-4424-bc15-2efb6572e28e\"><div class=\"et_pb_heading_container\"><h1 class=\"et_pb_module_header\">Historisches Bildarchiv<\/h1><\/div><\/div>\n\n<div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p dir=\"auto\" data-start=\"1025\" data-end=\"1428\" class=\"PDq2pG_selectionAnchorContainer\">\u00dcber Generationen wurden in der Familie David und sp\u00e4ter auch in der Galerie Walu umfangreiche Best\u00e4nde zur afrikanischen Kunst und ihrer Geschichte gesammelt, aufgebaut und bewahrt. Historische Fotografien und Postkarten, Objekt- und Ausstellungsaufnahmen sowie fotografische Nachl\u00e4sse geh\u00f6ren ebenso dazu wie Gesch\u00e4fts- und Provenienzunterlagen der Galerie Walu und die Dokumentation zahlreicher Auktionen.<\/p>\n<p dir=\"auto\" data-start=\"1430\" data-end=\"1591\">Die Best\u00e4nde werden laufend erschlossen und digitalisiert und ab 2027 schrittweise f\u00fcr Recherchen zug\u00e4nglich gemacht. Diese Seite gibt einen ersten Einblick.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section\" id=\"video-reveal\">\n<div class=\"et_pb_row_1 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_1 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><style>\n  :root { --video-h: 60vh; } \/* Startwert, bevor das Skript die H\u00f6he berechnet *\/\n\n  html, body { overflow-anchor: none; }\n\n  \/* Grundzustand (auch Mobile): normal untereinander *\/\n  #archiv-section { position:relative; z-index:2; }\n  #video-reveal { position:relative; z-index:1; }\n  #video-reveal .et_pb_code { margin-bottom:0 !important; }\n\n  \/* nur mit aktivem Effekt *\/\n  .reveal-on .archiv-holder { position:relative; z-index:2; }\n  .reveal-on #archiv-section { position:absolute; top:0; left:0; width:100%; }\n\n  .reveal-video { position:relative; overflow:hidden; line-height:0; height:var(--video-h); }\n  .reveal-video video { width:100%; height:100%; display:block; object-fit:cover; }\n  .reveal-on .reveal-video { cursor:pointer; }\n\n  \/* ohne Effekt: Video in voller H\u00f6he, nichts abgeschnitten *\/\n  .reveal-off .reveal-video { height:auto; }\n  .reveal-off .reveal-video video { height:auto; }\n\n  \/* Hinweis unten rechts, nur bei aktivem Effekt *\/\n  .reveal-video .reveal-hint {\n    position:absolute; right:16px; bottom:16px;\n    width:40px; height:40px; border-radius:50%;\n    background:rgba(0,0,0,0.45);\n    display:none; align-items:center; justify-content:center;\n    opacity:0.7; transition:opacity 0.2s ease;\n    pointer-events:none;\n  }\n  .reveal-on .reveal-video .reveal-hint { display:flex; }\n  .reveal-video:hover .reveal-hint { opacity:1; }\n<\/style>\n\n<div class=\"reveal-video\">\n  <video id=\"archiv-loop\" autoplay muted loop playsinline preload=\"auto\"\n         poster=\"https:\/\/tribal.art\/wp-content\/uploads\/archive-loop-poster.jpg\">\n  <\/video>\n  <span class=\"reveal-hint\" aria-hidden=\"true\">\n    <svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\">\n      <path d=\"M8 4H4v4M16 4h4v4M8 20H4v-4M16 20h4v-4\"\/>\n    <\/svg>\n  <\/span>\n<\/div>\n\n<script>\n  \/* ---------- Video: passende Aufl\u00f6sung ---------- *\/\n  (function () {\n    var v = document.getElementById(\"archiv-loop\");\n    if (!v) return;\n\n    var SRC_720  = \"https:\/\/tribal.art\/wp-content\/uploads\/archive-loop-720p.mp4\";\n    var SRC_1080 = \"https:\/\/tribal.art\/wp-content\/uploads\/archive-loop-1080p.mp4\";\n\n    var px = window.innerWidth * (window.devicePixelRatio || 1);\n    var conn = navigator.connection || {};\n    var sparen = conn.saveData || \/(^|-)2g$\/.test(conn.effectiveType || \"\");\n    v.src = (px > 1400 && !sparen) ? SRC_1080 : SRC_720;\n    v.muted = true;\n    var p = v.play();\n    if (p && p.catch) p.catch(function () {});\n  })();\n\n  \/* ---------- Scroll-Effekt ---------- *\/\n  (function () {\n    var BREAKPOINT = 768;     \/\/ unter dieser Breite (px): kein Effekt\n    var EXTRA_GAP = 0;        \/\/ optionaler Abstand unter dem Header, in px\n    var FIT_VIDEO = true;     \/\/ Videoh\u00f6he automatisch an den Bildschirm anpassen\n    var MIN_VIDEO_H = 250;    \/\/ Mindesth\u00f6he in px\n\n    var HEADER_SELECTORS = \".et-l--header, .et-l--header .et_pb_section, #main-header, #top-header, header, #wpadminbar\";\n\n    function isPinned(el) {\n      while (el && el !== document.body) {\n        var pos = getComputedStyle(el).position;\n        if (pos === \"fixed\" || pos === \"sticky\") return true;\n        el = el.parentElement;\n      }\n      return false;\n    }\n\n    function init() {\n      var archiv = document.getElementById(\"archiv-section\");\n      var video = document.getElementById(\"video-reveal\");\n      if (!archiv || !video) { console.warn(\"reveal: IDs not found\"); return; }\n\n      var root = document.documentElement;\n      var headers = document.querySelectorAll(HEADER_SELECTORS);\n      function headerBottom() {\n        var max = 0;\n        var limit = window.innerHeight * 0.4;\n        headers.forEach(function (el) {\n          if (!isPinned(el)) return;\n          var r = el.getBoundingClientRect();\n          if (r.height > 0 && r.top <= 1 && r.bottom > max && r.bottom < limit) max = r.bottom;\n        });\n        return max;\n      }\n\n      var holder = document.createElement(\"div\");\n      holder.className = \"archiv-holder\";\n      archiv.parentNode.insertBefore(holder, archiv);\n      holder.appendChild(archiv);\n\n      var videoBox = video.querySelector(\".reveal-video\");\n      var h = 0;\n      var enabled = false;\n      var userDisabled = false; \/\/ per Klick abgeschaltet\n      var state = \"\";\n      var ticking = false;\n\n      function resetArchiv() {\n        archiv.style.position = \"\";\n        archiv.style.top = \"\";\n        archiv.style.left = \"\";\n        archiv.style.width = \"\";\n      }\n\n      function applyMode() {\n        enabled = !userDisabled && window.innerWidth >= BREAKPOINT;\n        root.classList.toggle(\"reveal-on\", enabled);\n        root.classList.toggle(\"reveal-off\", !enabled);\n        if (!enabled) {\n          state = \"\";\n          resetArchiv();\n          holder.style.height = \"\";\n          if (videoBox) videoBox.style.height = \"\";\n        }\n      }\n\n      function measure() {\n        h = archiv.offsetHeight;\n        holder.style.height = h + \"px\";\n        if (FIT_VIDEO && videoBox) {\n          var free = window.innerHeight - headerBottom() - EXTRA_GAP - h;\n          videoBox.style.height = Math.max(free, MIN_VIDEO_H) + \"px\";\n        }\n      }\n\n      function update() {\n        ticking = false;\n        if (!enabled) return;\n        var pinTop = headerBottom() + EXTRA_GAP;\n        var v = video.getBoundingClientRect();\n        var hold = holder.getBoundingClientRect();\n        var offset = pinTop - hold.top;\n\n        if (offset <= 0) {\n          if (state !== \"before\") {\n            state = \"before\";\n            resetArchiv();\n            archiv.style.top = \"0px\";\n          }\n        } else if (offset < v.height) {\n          if (state !== \"pinned\") {\n            state = \"pinned\";\n            archiv.style.position = \"fixed\";\n            archiv.style.left = hold.left + \"px\";\n            archiv.style.width = hold.width + \"px\";\n          }\n          archiv.style.top = pinTop + \"px\";\n        } else {\n          if (state !== \"after\") {\n            state = \"after\";\n            resetArchiv();\n          }\n          archiv.style.top = v.height + \"px\";\n        }\n      }\n\n      function onScroll() {\n        if (!ticking) { ticking = true; requestAnimationFrame(update); }\n      }\n\n      function refresh() {\n        applyMode();\n        if (!enabled) return;\n        state = \"\";\n        resetArchiv();\n        measure();\n        update();\n      }\n\n      \/\/ Klick: Effekt abschalten und zum Video scrollen\n      if (videoBox) {\n        videoBox.addEventListener(\"click\", function () {\n          if (!enabled) return;\n          userDisabled = true;\n          applyMode();\n          requestAnimationFrame(function () {\n            var top = video.getBoundingClientRect().top + window.pageYOffset\n                      - headerBottom() - EXTRA_GAP;\n            window.scrollTo({ top: Math.max(top, 0), behavior: \"smooth\" });\n          });\n        });\n      }\n\n      var lastWidth = window.innerWidth;\n      window.addEventListener(\"resize\", function () {\n        if (window.innerWidth !== lastWidth) { lastWidth = window.innerWidth; refresh(); }\n      });\n      window.addEventListener(\"scroll\", onScroll, { passive: true });\n      window.addEventListener(\"load\", refresh);\n\n      if (window.ResizeObserver) {\n        new ResizeObserver(function () {\n          if (enabled && archiv.offsetHeight !== h) { measure(); update(); }\n        }).observe(archiv);\n      }\n\n      refresh();\n    }\n\n    if (document.readyState === \"loading\") {\n      document.addEventListener(\"DOMContentLoaded\", init);\n    } else {\n      init();\n    }\n  })();\n<\/script><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_2 et_pb_row et_block_row preset--module--divi-row--5138c454-be54-4233-bd3b-f8e6a8747976\">\n<div class=\"et_pb_column_2 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough preset--module--divi-column--73121f80-a3ef-4484-8763-c3f18e3c56d2\">\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Drei Nachl\u00e4sse, 1930er- bis 1990er-Jahre<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_heading_1 et_pb_heading et_pb_module et_flex_module preset--module--divi-heading--c33f07d9-41e0-421a-8799-5799df695cce\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Fotografische Nachl\u00e4sse<\/h2><\/div><\/div>\n\n<div class=\"et_pb_text_3 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Drei fotografische Teilnachl\u00e4sse er\u00f6ffnen unterschiedliche Perspektiven auf Afrika und seine materielle Kultur, vom dokumentierten Objekt \u00fcber Reiseeindr\u00fccke bis zum kulturellen Kontext. Hinzu kommen Aufnahmen aus dem Archiv der Galerie Walu und der Familie David, fr\u00fche Fotoalben der Familie Scheitlin aus Ghana sowie verschiedene anonyme Alben aus der Kolonialzeit.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_3 et_pb_row et_block_row preset--module--divi-row--5138c454-be54-4233-bd3b-f8e6a8747976\">\n<div class=\"et_pb_column_3 et_pb_column et_pb_column_1_3 et_block_column et_pb_css_mix_blend_mode_passthrough preset--module--divi-column--73121f80-a3ef-4484-8763-c3f18e3c56d2\">\n<div class=\"et_pb_image_0 et_pb_image et_pb_module et_flex_module\"><a href=\"https:\/\/tribal.art\/wp-content\/uploads\/Winizki.jpg\" title=\"Karteikarte Ernst Winizki mit Foto einer Dogon-Figur\" class=\"et_pb_lightbox_image\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/tribal.art\/wp-content\/uploads\/Winizki.jpg\" alt=\"Karteikarte Ernst Winizki mit Foto einer Dogon-Figur\" width=\"2404\" height=\"1714\" srcset=\"https:\/\/tribal.art\/wp-content\/uploads\/Winizki.jpg 2404w, https:\/\/tribal.art\/wp-content\/uploads\/Winizki-1280x913.jpg 1280w, https:\/\/tribal.art\/wp-content\/uploads\/Winizki-980x699.jpg 980w, https:\/\/tribal.art\/wp-content\/uploads\/Winizki-480x342.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2404px, 100vw\" class=\"wp-image-101989\" \/><\/span><\/a><\/div>\n\n<div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Objektkarte aus der Sammlung Ernst und Anna Winizki.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_heading_2 et_pb_heading et_pb_module et_flex_module\"><div class=\"et_pb_heading_container\"><h3 class=\"et_pb_module_header\">Ernst Winizki<\/h3><\/div><\/div>\n\n<div class=\"et_pb_text_5 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><em>1915\u20131997, Z\u00fcrich<\/em><\/p>\n<p>Textilfabrikant, Sammler und Amateurfotograf. Ernst Winizki war ein akribischer Dokumentarist afrikanischer Kunst. Seine systematisch inventarisierten Objektaufnahmen, mit wenigen Ausnahmen konsequent in Schwarz-Weiss, sind heute wertvolle Quellen f\u00fcr die Provenienzforschung. Der gr\u00f6sste Teil seines fotografischen Nachlasses\u00a0 (rund 30'000 Negative) gelangte an das Schweizerische Nationalmuseum. Die ethnologischen Aufnahmen und zahlreiche Farbdias seiner Reisen nach Afrika und Asien bilden heute einen Teil unseres Archivs.<span aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"><\/span><\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_4 et_pb_column et_pb_column_1_3 et_block_column et_pb_css_mix_blend_mode_passthrough preset--module--divi-column--73121f80-a3ef-4484-8763-c3f18e3c56d2\">\n<div class=\"et_pb_image_1 et_pb_image et_pb_module et_flex_module\"><a href=\"https:\/\/tribal.art\/wp-content\/uploads\/Fusbahn.jpeg\" class=\"et_pb_lightbox_image\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/tribal.art\/wp-content\/uploads\/Fusbahn.jpeg\" title=\"Fusbahn\" width=\"3000\" height=\"2250\" srcset=\"https:\/\/tribal.art\/wp-content\/uploads\/Fusbahn.jpeg 3000w, https:\/\/tribal.art\/wp-content\/uploads\/Fusbahn-1280x960.jpeg 1280w, https:\/\/tribal.art\/wp-content\/uploads\/Fusbahn-980x735.jpeg 980w, https:\/\/tribal.art\/wp-content\/uploads\/Fusbahn-480x360.jpeg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 3000px, 100vw\" class=\"wp-image-101982\" \/><\/span><\/a><\/div>\n\n<div class=\"et_pb_text_6 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Filmschachteln aus dem Fusbahn-Nachlass<span aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"><\/span><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_heading_3 et_pb_heading et_pb_module et_flex_module\"><div class=\"et_pb_heading_container\"><h3 class=\"et_pb_module_header\">Heinz-Werner Fusbahn<\/h3><\/div><\/div>\n\n<div class=\"et_pb_text_7 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><em data-start=\"1586\" data-end=\"1614\">1905\u20131958, Stuttgart\/Basel<\/em><span aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"><\/span><\/p>\n<p dir=\"auto\" data-start=\"90\" data-end=\"384\" class=\"PDq2pG_selectionAnchorContainer\">Ingenieur, Pilot und Afrikareisender. 1932 flog Heinz-Werner Fusbahn gemeinsam mit seiner Frau, der Flugpionierin Margret Fusbahn, in einem Leichtflugzeug von Basel nach \u00c4thiopien. In den folgenden Jahren unternahm er zahlreiche weitere Reisen nach Afrika, zun\u00e4chst mit ihr, sp\u00e4ter auch allein. Dabei hielt er Landschaften, Orte, Begegnungen und das Reiseleben fotografisch und filmisch fest. Der Nachlass umfasst zahlreiche Schmalfilmrollen, Negative und Glasdias, die auf seinen Reisen ausserhalb Europas entstanden und heute eindrucksvolle visuelle Zeitzeugnisse bilden.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_5 et_pb_column et_pb_column_1_3 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough preset--module--divi-column--73121f80-a3ef-4484-8763-c3f18e3c56d2\">\n<div class=\"et_pb_image_2 et_pb_image et_pb_module et_flex_module\"><a href=\"https:\/\/tribal.art\/wp-content\/uploads\/Schicker.jpg\" title=\"Drei M\u00e4nner mit weisser Gesichtsbemalung, einer spielt eine Panfl\u00f6te\" class=\"et_pb_lightbox_image\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/tribal.art\/wp-content\/uploads\/Schicker.jpg\" alt=\"Drei M\u00e4nner mit weisser Gesichtsbemalung, einer spielt eine Panfl\u00f6te\" width=\"5216\" height=\"3328\" srcset=\"https:\/\/tribal.art\/wp-content\/uploads\/Schicker.jpg 5216w, https:\/\/tribal.art\/wp-content\/uploads\/Schicker-1280x817.jpg 1280w, https:\/\/tribal.art\/wp-content\/uploads\/Schicker-980x625.jpg 980w, https:\/\/tribal.art\/wp-content\/uploads\/Schicker-480x306.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 5216px, 100vw\" class=\"wp-image-101990\" \/><\/span><\/a><\/div>\n\n<div class=\"et_pb_text_8 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Aus dem Nachlass Walter Othmar Schicker, 1940er-Jahre.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_heading_4 et_pb_heading et_pb_module et_flex_module\"><div class=\"et_pb_heading_container\"><h3 class=\"et_pb_module_header\">Walter Othmar Schicker<\/h3><\/div><\/div>\n\n<div class=\"et_pb_text_9 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p dir=\"auto\" data-start=\"1122\" data-end=\"1148\"><em data-start=\"1122\" data-end=\"1148\">1909\u20131982, Sierre\/Z\u00fcrich<\/em><\/p>\n<p dir=\"auto\" data-start=\"1150\" data-end=\"1604\">Schweizer Fotograf und Journalist. Walter Othmar Schicker arbeitete als professioneller Reportagefotograf und ver\u00f6ffentlichte seine Aufnahmen unter anderem in der <em data-start=\"1313\" data-end=\"1324\">Weltwoche<\/em>. In den 1940er-Jahren dokumentierte er in Subsahara-Afrika rituelle Handlungen, Masken, T\u00e4nzer und Musiker im Gebrauch. Unser Bestand umfasst die Schwarz-Weiss-Abz\u00fcge von seinen Reisen ausserhalb Europas; der \u00fcbrige fotografische Nachlass wird heute von der Fotostiftung Schweiz in Winterthur bewahrt.<span aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"><\/span><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_4 et_pb_row et_block_row preset--module--divi-row--5138c454-be54-4233-bd3b-f8e6a8747976\">\n<div class=\"et_pb_column_6 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough preset--module--divi-column--73121f80-a3ef-4484-8763-c3f18e3c56d2\">\n<div class=\"et_pb_text_10 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Die drei Nachl\u00e4sse werden nach und nach digitalisiert. Einzelne Aufnahmen auf Anfrage erh\u00e4ltlich.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_5 et_pb_row et_block_row preset--module--divi-row--5138c454-be54-4233-bd3b-f8e6a8747976\">\n<div class=\"et_pb_column_7 et_pb_column et_pb_column_2_3 et_block_column et_pb_css_mix_blend_mode_passthrough preset--module--divi-column--73121f80-a3ef-4484-8763-c3f18e3c56d2\">\n<div class=\"et_pb_text_11 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><strong data-start=\"346\" data-end=\"363\">Ca. 1900\u20131950<\/strong><span aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"><\/span><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_heading_5 et_pb_heading et_pb_module et_flex_module preset--module--divi-heading--c33f07d9-41e0-421a-8799-5799df695cce\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Historische Postkarten aus Afrika<\/h2><\/div><\/div>\n\n<div class=\"et_pb_text_12 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p dir=\"auto\" data-start=\"117\" data-end=\"612\" class=\"PDq2pG_selectionAnchorContainer\">Die Sammlung umfasst rund 3'000 historische Postkarten mit Motiven aus Afrika und befindet sich heute vollst\u00e4ndig in unserem Besitz. Was einst als Massenware zirkulierte, ist heute eine wertvolle historische Quelle. Die Karten zeigen Landschaften und St\u00e4dte ebenso wie M\u00e4rkte, Handwerk, rituelle Objekte und Menschen in ihrem damaligen Umfeld. Sie dokumentieren Objekte an ihrem Ort und in ihrer Zeit und sind damit auch f\u00fcr Kontext- und Provenienzforschung von Bedeutung.<span aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"><\/span><\/p>\n<p dir=\"auto\" data-start=\"614\" data-end=\"1141\">Die Sammlung ist nach Regionen und Motiven geordnet. Zu den bedeutenden Fotografen und Produzenten afrikanischer Postkarten jener Epoche z\u00e4hlen etwa <strong data-start=\"763\" data-end=\"790\">Fran\u00e7ois-Edmond Fortier<\/strong> in Westafrika, die <strong data-start=\"810\" data-end=\"833\">Lisk-Carew Brothers<\/strong> in Sierra Leone, <strong data-start=\"851\" data-end=\"872\">Casimir Zagourski<\/strong> in Zentralafrika sowie <strong data-start=\"896\" data-end=\"918\">Lehnert &amp; Landrock<\/strong> in Nordafrika. Fortier allein produzierte Tausende Aufnahmen, von denen viele als Postkarten verbreitet wurden; Zagourskis Serie <em data-start=\"1048\" data-end=\"1073\">L'Afrique qui dispara\u00eet<\/em> umfasste mehr als 400 Motive. <span class=\"contents\" data-content-reference-start=\"1104\" data-content-reference-end=\"1182\"><span class=\"\" data-state=\"closed\"><\/span><\/span><\/p>\n<p dir=\"auto\" data-start=\"1143\" data-end=\"1547\">Ebenso aufschlussreich wie die Vorderseiten sind h\u00e4ufig die handschriftlichen Texte auf der R\u00fcckseite. Als pers\u00f6nliche Zeitzeugnisse geben sie Einblick in Reisen, Alltag und die Wahrnehmung Afrikas durch ihre damaligen Absender. Die Karten tragen unverkennbar den Blick ihrer Zeit, oftmals auch den kolonialen. Gerade deshalb sind sie heute als historische Bild- und Textquellen von besonderem Interesse.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_13 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Digitalisierung in Vorbereitung.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_8 et_pb_column et_pb_column_1_3 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough preset--module--divi-column--73121f80-a3ef-4484-8763-c3f18e3c56d2\">\n<div class=\"et_pb_image_3 et_pb_image et_pb_module et_flex_module\"><a href=\"https:\/\/tribal.art\/wp-content\/uploads\/postkarte-congo.jpg\" title=\"Historische Postkarte: Nkisi-Nkondi-Figur mit N\u00e4geln, Belgisch-Kongo\" class=\"et_pb_lightbox_image\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/tribal.art\/wp-content\/uploads\/postkarte-congo.jpg\" alt=\"Historische Postkarte: Nkisi-Nkondi-Figur mit N\u00e4geln, Belgisch-Kongo\" width=\"1446\" height=\"2250\" srcset=\"https:\/\/tribal.art\/wp-content\/uploads\/postkarte-congo.jpg 1446w, https:\/\/tribal.art\/wp-content\/uploads\/postkarte-congo-1280x1992.jpg 1280w, https:\/\/tribal.art\/wp-content\/uploads\/postkarte-congo-980x1525.jpg 980w, https:\/\/tribal.art\/wp-content\/uploads\/postkarte-congo-480x747.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1446px, 100vw\" class=\"wp-image-101985\" \/><\/span><\/a><\/div>\n\n<div class=\"et_pb_text_14 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>\u00abCongo. Le grand F\u00eatish Mabialla Mandembe\u00bb<br \/>Photographie R. Visser, Nr. 17. Kongo.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_6 et_pb_row et_block_row preset--module--divi-row--5138c454-be54-4233-bd3b-f8e6a8747976\">\n<div class=\"et_pb_column_9 et_pb_column et_pb_column_1_3 et_block_column et_pb_css_mix_blend_mode_passthrough preset--module--divi-column--73121f80-a3ef-4484-8763-c3f18e3c56d2\">\n<div class=\"et_pb_image_4 et_pb_image et_pb_module et_flex_module\"><a href=\"https:\/\/tribal.art\/wp-content\/uploads\/postkarte-kpandu.jpg\" title=\"Historische Postkarte: Tongef\u00e4sse, Kpandu\" class=\"et_pb_lightbox_image\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/tribal.art\/wp-content\/uploads\/postkarte-kpandu.jpg\" alt=\"Historische Postkarte: Tongef\u00e4sse, Kpandu\" width=\"3000\" height=\"1944\" srcset=\"https:\/\/tribal.art\/wp-content\/uploads\/postkarte-kpandu.jpg 3000w, https:\/\/tribal.art\/wp-content\/uploads\/postkarte-kpandu-1280x829.jpg 1280w, https:\/\/tribal.art\/wp-content\/uploads\/postkarte-kpandu-980x635.jpg 980w, https:\/\/tribal.art\/wp-content\/uploads\/postkarte-kpandu-480x311.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 3000px, 100vw\" class=\"wp-image-101984\" \/><\/span><\/a><\/div>\n\n<div class=\"et_pb_text_15 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>\u00abKpandu \u2013 Topfwaren\u00bb.<br \/>Verlag der Kathol. Mission in Lome - No. 681<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_10 et_pb_column et_pb_column_1_3 et_block_column et_pb_css_mix_blend_mode_passthrough preset--module--divi-column--73121f80-a3ef-4484-8763-c3f18e3c56d2\">\n<div class=\"et_pb_image_5 et_pb_image et_pb_module et_flex_module\"><a href=\"https:\/\/tribal.art\/wp-content\/uploads\/postkarte-sierra-leone.jpg\" title=\"Historische Postkarte: Frauen mit zwei Bondo-Maskent\u00e4nzerinnen, Sierra Leone\" class=\"et_pb_lightbox_image\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/tribal.art\/wp-content\/uploads\/postkarte-sierra-leone.jpg\" alt=\"Historische Postkarte: Frauen mit zwei Bondo-Maskent\u00e4nzerinnen, Sierra Leone\" width=\"3000\" height=\"1948\" srcset=\"https:\/\/tribal.art\/wp-content\/uploads\/postkarte-sierra-leone.jpg 3000w, https:\/\/tribal.art\/wp-content\/uploads\/postkarte-sierra-leone-1280x831.jpg 1280w, https:\/\/tribal.art\/wp-content\/uploads\/postkarte-sierra-leone-980x636.jpg 980w, https:\/\/tribal.art\/wp-content\/uploads\/postkarte-sierra-leone-480x312.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 3000px, 100vw\" class=\"wp-image-101986\" \/><\/span><\/a><\/div>\n\n<div class=\"et_pb_text_16 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>\u00abSierra Leone Protectorate. Bondoe Devils\u00bb.<br \/>W. S. Johnston &amp; Sona, Art Photegraphers, Freetown, Sa. Leone.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_11 et_pb_column et_pb_column_1_3 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough preset--module--divi-column--73121f80-a3ef-4484-8763-c3f18e3c56d2\">\n<div class=\"et_pb_image_6 et_pb_image et_pb_module et_flex_module\"><a href=\"https:\/\/tribal.art\/wp-content\/uploads\/postkarte-sierra-leone2.jpg\" title=\"Historische Postkarte: Musiker mit Balafon, Sierra Leone\" class=\"et_pb_lightbox_image\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/tribal.art\/wp-content\/uploads\/postkarte-sierra-leone2.jpg\" alt=\"Historische Postkarte: Musiker mit Balafon, Sierra Leone\" width=\"3000\" height=\"1893\" srcset=\"https:\/\/tribal.art\/wp-content\/uploads\/postkarte-sierra-leone2.jpg 3000w, https:\/\/tribal.art\/wp-content\/uploads\/postkarte-sierra-leone2-1280x808.jpg 1280w, https:\/\/tribal.art\/wp-content\/uploads\/postkarte-sierra-leone2-980x618.jpg 980w, https:\/\/tribal.art\/wp-content\/uploads\/postkarte-sierra-leone2-480x303.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 3000px, 100vw\" class=\"wp-image-101987\" \/><\/span><\/a><\/div>\n\n<div class=\"et_pb_text_17 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>\u00abSierra Leone. Balange Player\u00bb.<br \/>Published by Litherland, Canning &amp; Ashwort<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_4 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_7 et_pb_row et_block_row preset--module--divi-row--5138c454-be54-4233-bd3b-f8e6a8747976\">\n<div class=\"et_pb_column_12 et_pb_column et_pb_column_1_3 et_block_column et_pb_css_mix_blend_mode_passthrough preset--module--divi-column--73121f80-a3ef-4484-8763-c3f18e3c56d2\">\n<div class=\"et_pb_text_18 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Kunst aus Afrika und Ozeanien, seit 1957<span aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"><\/span><\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_heading_6 et_pb_heading et_pb_module et_flex_module preset--module--divi-heading--c33f07d9-41e0-421a-8799-5799df695cce\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Galerie Walu Archiv<\/h2><\/div><\/div>\n\n<div class=\"et_pb_text_19 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p dir=\"auto\" data-start=\"194\" data-end=\"603\" class=\"PDq2pG_selectionAnchorContainer\">Das Archiv der 1957 in Basel gegr\u00fcndeten Galerie Walu dokumentiert nahezu sieben Jahrzehnte Handel mit afrikanischer Kunst. Die Best\u00e4nde sind insbesondere seit den 1970er-Jahren weitgehend erhalten und umfassen Unterlagen zu An- und Verk\u00e4ufen, Import und Export, Kunden und Sammlungen, Zertifikate und Expertisen, Untersuchungen und Tests, Korrespondenz sowie umfangreiche Objekt- und Ausstellungsfotografien.<span aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"><\/span><\/p>\n<p>Damit lassen sich heute Objekt-, Provenienz- und Sammlungsgeschichten teilweise \u00fcber Jahrzehnte zur\u00fcckverfolgen.<\/p>\n<p>Die Ausstellungskataloge sind in gedruckter Form im <a href=\"https:\/\/tribal.art\/en\/?s=Koller&amp;post_type=product\">Shop<\/a> erh\u00e4ltlich.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_20 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Recherchen zu einzelnen Objekten auf Anfrage.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_13 et_pb_column et_pb_column_1_3 et_block_column et_pb_css_mix_blend_mode_passthrough preset--module--divi-column--73121f80-a3ef-4484-8763-c3f18e3c56d2\">\n<div class=\"et_pb_text_21 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>2003\u20132014, Auktionen mit Kunst aus Afrika und Ozeanien<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_heading_7 et_pb_heading et_pb_module et_flex_module preset--module--divi-heading--c33f07d9-41e0-421a-8799-5799df695cce\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Koller Afrika-Auktionen<\/h2><\/div><\/div>\n\n<div class=\"et_pb_text_22 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Von 2003 bis 2014 verantwortete Jean David als leitender Experte den Bereich Afrikanische Kunst bei Koller Auktionen in Z\u00fcrich. In dieser Zeit entstanden 21 Auktionen mit den dazugeh\u00f6rigen Katalogen und Dokumentationen, sowie 11 Koller-West Auktionen.<\/p>\n<p>\u00dcber das Archiv der Galerie Walu werden die entsprechenden Lots mit Objektbeschreibungen, Fotografien, Expertisen und Verkaufspreisen zug\u00e4nglich gemacht. Das Material dokumentiert diesen Abschnitt der Auktionst\u00e4tigkeit und kann insbesondere f\u00fcr Provenienz- und Vergleichsrecherchen eine wichtige Quelle sein<\/p>\n<p>Die Auktionskataloge sind\u00a0sind in gedruckter Form im <a href=\"https:\/\/tribal.art\/en\/?s=Koller&amp;post_type=product\">Shop<\/a> erh\u00e4ltlich.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_23 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Recherchen zu einzelnen Objekten auf Anfrage.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_14 et_pb_column et_pb_column_1_3 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough preset--module--divi-column--73121f80-a3ef-4484-8763-c3f18e3c56d2\">\n<div class=\"et_pb_text_24 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Seit 2016, \u00fcber 160 Auktionen<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_heading_8 et_pb_heading et_pb_module et_flex_module preset--module--divi-heading--c33f07d9-41e0-421a-8799-5799df695cce\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Hammer Auctions<\/h2><\/div><\/div>\n\n<div class=\"et_pb_text_25 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p dir=\"auto\" data-start=\"88\" data-end=\"373\" class=\"PDq2pG_selectionAnchorContainer\">Seit der Gr\u00fcndung 2016 hat Hammer Auktionen \u00fcber 160 Auktionen durchgef\u00fchrt. Jedes Los wird mit Fotografien, Beschreibung, Provenienzangaben, Literaturhinweisen, Sch\u00e4tzung und Ergebnis erfasst. So ist \u00fcber die Jahre eine Datenbank mit 35'000 Objekten entstanden.<span aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"><\/span><\/p>\n<p dir=\"auto\" data-start=\"375\" data-end=\"682\">Die Eintr\u00e4ge erm\u00f6glichen es, vergleichbare Werke nachzuschlagen, fr\u00fchere Zuschreibungen und Provenienzen zu pr\u00fcfen und einzelne Objekte \u00fcber mehrere Stationen hinweg zur\u00fcckzuverfolgen. Zugleich dokumentiert die Datenbank einen bedeutenden Teil des j\u00fcngeren Auktionsgeschehens im Bereich afrikanischer Kunst.<\/p>\n<p dir=\"auto\" data-start=\"375\" data-end=\"682\">Die Auktionskataloge sind\u00a0sind in gedruckter Form im <a href=\"https:\/\/tribal.art\/en\/?s=Koller&amp;post_type=product\">Shop<\/a> erh\u00e4ltlich.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_26 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><a href=\"https:\/\/hammerauktionen.ch\/\">Zu Hammer Auktionen<\/a><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_5 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_8 et_pb_row et_block_row preset--module--divi-row--5138c454-be54-4233-bd3b-f8e6a8747976\">\n<div class=\"et_pb_column_15 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough preset--module--divi-column--73121f80-a3ef-4484-8763-c3f18e3c56d2\">\n<div class=\"et_pb_heading_9 et_pb_heading et_pb_module et_flex_module preset--module--divi-heading--c33f07d9-41e0-421a-8799-5799df695cce\"><div class=\"et_pb_heading_container\"><h2 class=\"et_pb_module_header\">Recherche und Zugang<\/h2><\/div><\/div>\n\n<div class=\"et_pb_text_27 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Die Best\u00e4nde werden fortlaufend digitalisiert und schrittweise online erschlossen. Bis dahin stehen wir im Rahmen unserer zeitlichen M\u00f6glichkeiten f\u00fcr Recherchen zu Provenienz, Vergleichsst\u00fccken und Ausstellungsgeschichte einzelner Objekte zur Verf\u00fcgung. Weiterf\u00fchrende Recherchen erfolgen nach vorg\u00e4ngiger Absprache gegen Honorar.<\/p>\n<p>Unser Newsletter informiert \u00fcber neu erschlossene Best\u00e4nde und Erweiterungen des Archivs.<span aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"><\/span><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-101974","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Archiv - tribal.art<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tribal.art\/en\/archiv\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Archiv - tribal.art\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tribal.art\/en\/archiv\/\" \/>\n<meta property=\"og:site_name\" content=\"tribal.art\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-16T22:30:37+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tribal.art\\\/archiv\\\/\",\"url\":\"https:\\\/\\\/tribal.art\\\/archiv\\\/\",\"name\":\"Archiv - tribal.art\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tribal.art\\\/#website\"},\"datePublished\":\"2026-09-09T15:00:05+00:00\",\"dateModified\":\"2026-09-16T22:30:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tribal.art\\\/archiv\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tribal.art\\\/archiv\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tribal.art\\\/archiv\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Start\",\"item\":\"https:\\\/\\\/tribal.art\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Archiv\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tribal.art\\\/#website\",\"url\":\"https:\\\/\\\/tribal.art\\\/\",\"name\":\"tribal.art\",\"description\":\"African Art\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tribal.art\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Archiv - tribal.art","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tribal.art\/en\/archiv\/","og_locale":"en_US","og_type":"article","og_title":"Archiv - tribal.art","og_url":"https:\/\/tribal.art\/en\/archiv\/","og_site_name":"tribal.art","article_modified_time":"2026-09-16T22:30:37+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tribal.art\/archiv\/","url":"https:\/\/tribal.art\/archiv\/","name":"Archiv - tribal.art","isPartOf":{"@id":"https:\/\/tribal.art\/#website"},"datePublished":"2026-09-09T15:00:05+00:00","dateModified":"2026-09-16T22:30:37+00:00","breadcrumb":{"@id":"https:\/\/tribal.art\/archiv\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tribal.art\/archiv\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tribal.art\/archiv\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Start","item":"https:\/\/tribal.art\/"},{"@type":"ListItem","position":2,"name":"Archiv"}]},{"@type":"WebSite","@id":"https:\/\/tribal.art\/#website","url":"https:\/\/tribal.art\/","name":"tribal art","description":"African Art","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tribal.art\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tribal.art\/en\/wp-json\/wp\/v2\/pages\/101974","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tribal.art\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tribal.art\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tribal.art\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/tribal.art\/en\/wp-json\/wp\/v2\/comments?post=101974"}],"version-history":[{"count":59,"href":"https:\/\/tribal.art\/en\/wp-json\/wp\/v2\/pages\/101974\/revisions"}],"predecessor-version":[{"id":102319,"href":"https:\/\/tribal.art\/en\/wp-json\/wp\/v2\/pages\/101974\/revisions\/102319"}],"wp:attachment":[{"href":"https:\/\/tribal.art\/en\/wp-json\/wp\/v2\/media?parent=101974"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}