{"id":77596,"date":"2025-03-04T13:26:00","date_gmt":"2025-03-04T12:26:00","guid":{"rendered":"https:\/\/lodzdesign.com\/?post_type=events&#038;p=77596"},"modified":"2025-04-08T13:51:30","modified_gmt":"2025-04-08T12:51:30","slug":"state-of-mind","status":"publish","type":"events","link":"https:\/\/lodzdesign.com\/en\/events\/state-of-mind\/","title":{"rendered":"?State of mind? ? for the love of art, the city and design."},"content":{"rendered":"\n\n<div class=\"breadcrumbs container\" role=\"navigation\">\n\n                <p>\n                <span>\n                    <span>\n                                                    <a href=\"https:\/\/lodzdesign.com\/en\/\" target=\"\">\u0141DF<\/a>\n                            \/\n                                                    <a href=\"https:\/\/lodzdesign.com\/en\/edition-2025\/\" target=\"\">Edition 2025<\/a>\n                            \/\n                                                    <a href=\"https:\/\/lodzdesign.com\/en\/edition-2025\/programme\/\" target=\"\">Programme<\/a>\n                            \/\n                        \n                        <strong class=\"breadcrumb_last\" aria-current=\"page\"><\/strong>\n                    <\/span>\n                <\/span>\n            <\/p>\n    <\/div>\n\n\n\n<div class=\"ldf-heading-block container\">\n\n    <div class=\"ldf-heading-block__inner-part\">\n\n        <div class=\"ldf-heading-block__left-part\">\n            <h1>\n                ?State of mind? ? for the love of art, the city and design.\n            <\/h1>\n\n                    <\/div>\n\n    <\/div>\n\n<\/div>\n\n<div class=\"taxonomy-event_label wp-block-post-terms\"><a href=\"https:\/\/lodzdesign.com\/en\/?event_label=installation\" rel=\"tag\">Installation<\/a><span class=\"wp-block-post-terms__separator\">, <\/span><a href=\"https:\/\/lodzdesign.com\/en\/?event_label=exhibition\" rel=\"tag\">Exhibition<\/a><\/div>\n\n\n<div class=\"ldf-events-date-block ldf-content-block\">\n\t<p>\n\t\t<span class=\"header\"><b>\n\t\t\t\t\tAddress:\n\t\t\t\t<\/b>\n\t\t \n\t\t\n\t\t <a href=\"#\" class=\"ldf-button view-on-map\" role=\"button\"> \n\t\t\n\t\t\t\t\tView on map\n\t\t\n\t\t\t<span class=\"ldf-chevron ldf-chevron-right\"><\/span><\/a>\n\t\t<\/span>\n\t\t\n\t\t<script>\n\t\t  (g=>{var h,a,k,p=\"The Google Maps JavaScript API\",c=\"google\",l=\"importLibrary\",q=\"__ib__\",m=document,b=window;b=b[c]||(b[c]={});var d=b.maps||(b.maps={}),r=new Set,e=new URLSearchParams,u=()=>h||(h=new Promise(async(f,n)=>{await (a=m.createElement(\"script\"));e.set(\"libraries\",[...r]+\"\");for(k in g)e.set(k.replace(\/[A-Z]\/g,t=>\"_\"+t[0].toLowerCase()),g[k]);e.set(\"callback\",c+\".maps.\"+q);a.src=`https:\/\/maps.${c}apis.com\/maps\/api\/js?`+e;d[q]=f;a.onerror=()=>h=n(Error(p+\" could not load.\"));a.nonce=m.querySelector(\"script[nonce]\")?.nonce||\"\";m.head.append(a)}));d[l]?console.warn(p+\" only loads once. Ignoring:\",g):d[l]=(f,...n)=>r.add(f)&&u().then(()=>d[l](f,...n))})({\n\t\t\tkey: \"AIzaSyB-RNpiThEY_TdHMCfked6FHLLUQriZM9Q\",\n\t\t\tv: \"weekly\",\n\t\t\t\/\/ Use the 'v' parameter to indicate the version to use (weekly, beta, alpha, etc.).\n\t\t\t\/\/ Add other bootstrap parameters as needed, using camel case.\n\t\t  });\n\t\t<\/script>\n\n\t\t\t\t\n\t\t\t\t\n\t\t<div class=\"map-container\">\n\t\t\t<a href=\"https:\/\/www.google.com\/maps\/dir\/\/\"\n\t\t\t\ttarget=\"_blank\" class=\"ldf-button ldf-set-direction\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\tSet direction\n\t\t\t\t\t\t\t\t\n\t\t\t\t<span class=\"ldf-chevron ldf-chevron-right\"><\/span>\n\t\t\t<\/a>\n\t\t\t<button class=\"ldf-button ldf-button-close\">X<\/button>\n\t\t\t<div id=\"map\"><\/div>\n\t\t<\/div>\n\t<\/p>\n\t\n\t<script>\n\t\/\/ Initialize and add the map\nvar geocoder;\nvar map;\n\nasync function initMap() {\n  \n    var position = { lat: -25.344, lng: 131.031 };\n    const { Map } = await google.maps.importLibrary(\"maps\");\n\t  const { AdvancedMarkerElement } = await google.maps.importLibrary(\"marker\");\n\t  \n\t  map = new Map(document.getElementById(\"map\"), {\n\t\tzoom: 16,\n\t\tcenter: position,\n\t\tmapId: \"DEMO_MAP_ID\",\n\t  });\n \n\t  const marker = new AdvancedMarkerElement({\n\t\tmap: map,\n\t\tposition: position,\n\t\ttitle: \"\",\n\t  });\n\tcodeAddress('')\n}\n\nfunction codeAddress(_address) {\n\t\tgeocoder = new google.maps.Geocoder();\n\t\tvar address = _address;\n\t\tgeocoder.geocode( { 'address': address}, function(results, status) {\n\t\t  if (status == 'OK') {\n\t\t\tmap.setCenter(results[0].geometry.location);\n\t\t\tvar marker = new google.maps.Marker({\n\t\t\t\tmap: map,\n\t\t\t\tposition: results[0].geometry.location\n\t\t\t});\n\t\t  } else {\n\t\t\talert('Geocode was not successful for the following reason: ' + status);\n\t\t  }\n\t\t});\n\t  }\n\tif(document.querySelector(\"body\").classList.contains(\"wp-admin\") == false){\n\t\tinitMap()\n\t} else {\n\t\tdocument.querySelector(\".ldf-events-date-block\").style.display = \"none\"\n\t\tdocument.querySelector(\".ldf-events-date-block-is-admin\").style.display = \"block\"\n   }\n\t<\/script>\n<\/div>\n<div class=\"ldf-events-date-block-is-admin\" style=\"display: none\">\n\tBlok: Google mapa\n<\/div>\n\n\n\n<div class=\"ldf-content-block container\">\n    <hr \/>\n<p>&nbsp;<\/p>\n<p><strong>A unique ceramic installation is changing the urban space in Lodz. ?State of mind? is the result of cooperation between Ceramika Parady\u017c, \u0141\u00f3dzkie Centrum Wydarze\u0144, artist Bartek Bojarczuk of illCAT studio and \u0141\u00f3d\u017a Design Festival in 2018. The mosaic can be admired on the side wall of the building at 93 Zachodnia St.<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>?State of mind? is a project combining elements of both ceramic mosaic and mural, referring directly to Polish urban planning traditions of the 1970s and 1980s. It is the only realization of its kind in Poland, and most likely in Europe and the world. For the project, 900 precisely cut elements were used, including 60 m2 of four collections of glazed gres by Ceramika Parady\u017c, with different shades and textures arranged in an illustrative composition, thanks to the precise water jet technology, which involves cutting under high pressure with water and quartz sand. As many as 3,200 cutting lines were made for the project, and the entire installation reached a size of 12.2 x 7.8 meters.<\/p>\n<p>&nbsp;<\/p>\n<p>Projekt powsta\u0142 z my\u015bl\u0105 o okolicy, w kt\u00f3rej mia\u0142 si\u0119 znajdowa\u0107, tak by budynek i przestrze\u0144 wok\u00f3\u0142 zyska\u0142y zupe\u0142nie nowe oblicze. Do stworzenia tej nietypowej mozaiki, kt\u00f3ra nie tylko dope\u0142nia industrialny klimat miasta, ale wpisuje si\u0119 w jego ?streetart?owy? charakter zaproszony zosta\u0142 pochodz\u0105cy z Tomaszowa Maz. artysta Bartek Bojarczuk. Autor stara si\u0119 odpowiedzie\u0107 na trudne pytanie, jak zwizualizowa\u0107 co\u015b tak ulotnego jak ludzkie my\u015bli.<\/p>\n\n<\/div>\n\n\n\n\n        \n\n\n<div class=\"ldf-images container\n    ldf-images-margin        \"\n>\n        <div>\n            \n                <div class=\"single-image-desc\"\n                                            style=\"width: calc( 99% \/ 3 );\"\n                                    >\n                    <img decoding=\"async\" data-fancybox=\"gallery-405370274\" data-src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-1-scaled.jpeg\" src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-1-scaled.jpeg\" alt=\"\" class=\"\">\n                    \n\t\t\t\t\t                <\/div>\n\n                \n            \n                <div class=\"single-image-desc\"\n                                            style=\"width: calc( 99% \/ 3 );\"\n                                    >\n                    <img decoding=\"async\" data-fancybox=\"gallery-405370274\" data-src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-5-scaled.jpeg\" src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-5-scaled.jpeg\" alt=\"\" class=\"\">\n                    \n\t\t\t\t\t                <\/div>\n\n                \n            \n                <div class=\"single-image-desc\"\n                                            style=\"width: calc( 99% \/ 3 );\"\n                                    >\n                    <img decoding=\"async\" data-fancybox=\"gallery-405370274\" data-src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-6-scaled.jpeg\" src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-6-scaled.jpeg\" alt=\"\" class=\"\">\n                    \n\t\t\t\t\t                <\/div>\n\n                \n                <\/div>\n    <\/div>\n\n\n\n<div class=\"ldf-content-block container\">\n    <p>&#8211; <em>The work depicts the inside of the mind and is an attempt to show what is very fleeting, namely human thoughts. The forms of splitting and the different ways we imagine in a split second were captured in an image and stopped with a magic remote control, on which a ?pause? was pressed. Through this paused moment, I wanted to draw the attention of any passerby to how much is going on in our heads, and to emphasize that although a flurry of thoughts pulls us down, we struggle to make that right decision. This should make us think, to slow down for a moment and reflect on the chaos we create in our own heads<\/em>. &#8211; describes the author of the project, Bartek Bojarczuk.<\/p>\n<p>&nbsp;<\/p>\n<p>The project is a transfer of the artist&#8217;s vision to the wall and is based on geometric shapes that form an illustration, but thanks to the materials and technology used, it is a completely new and unprecedented form of expression.<\/p>\n\n<\/div>\n\n\n\n\n    \n                \n\n\n<div class=\"ldf-images container\n    ldf-images-margin        \"\n>\n        <div>\n            \n                <div class=\"single-image-desc\"\n                                            style=\"width: calc( 99% \/ 3 );\"\n                                    >\n                    <img decoding=\"async\" data-fancybox=\"gallery-2939294\" data-src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-4-scaled.jpeg\" src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-4-scaled.jpeg\" alt=\"\" class=\"\">\n                    \n\t\t\t\t\t                <\/div>\n\n                \n            \n                <div class=\"single-image-desc\"\n                                            style=\"width: calc( 99% \/ 3 );\"\n                                    >\n                    <img decoding=\"async\" data-fancybox=\"gallery-2939294\" data-src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-2-scaled.jpeg\" src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-2-scaled.jpeg\" alt=\"\" class=\"\">\n                    \n\t\t\t\t\t                <\/div>\n\n                \n            \n                <div class=\"single-image-desc\"\n                                            style=\"width: calc( 99% \/ 3 );\"\n                                    >\n                    <img decoding=\"async\" data-fancybox=\"gallery-2939294\" data-src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-3-scaled.jpeg\" src=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-3-scaled.jpeg\" alt=\"\" class=\"\">\n                    \n\t\t\t\t\t                <\/div>\n\n                                    <\/div><div>\n                \n                <\/div>\n    <\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"featured_media":32474,"parent":0,"menu_order":0,"template":"","event_date":[],"event_place":[420],"event_type":[462],"event_label":[461,306],"events_editions":[371],"class_list":["post-77596","events","type-events","status-publish","has-post-thumbnail","hentry","event_place-zachodnia-93-en","event_type-installation","event_label-installation","event_label-exhibition","events_editions-edition-2025"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>?State of mind? ? for the love of art, the city and design. - \u0141\u00f3d\u017a Design Festival<\/title>\n<meta name=\"description\" content=\"Bartek Bojarczuk&#039;s unique ceramic installation is changing the urban space in Lodz.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"?State of mind? ? for the love of art, the city and design. - \u0141\u00f3d\u017a Design Festival\" \/>\n<meta property=\"og:description\" content=\"Bartek Bojarczuk&#039;s unique ceramic installation is changing the urban space in Lodz.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0141\u00f3d\u017a Design Festival\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Lodz.Design\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-08T12:51:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-kafelek-www.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-kafelek-www.png\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/\",\"url\":\"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/\",\"name\":\"?State of mind? ? for the love of art, the city and design. - \u0141\u00f3d\u017a Design Festival\",\"isPartOf\":{\"@id\":\"https:\/\/lodzdesign.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-kafelek-www.png\",\"datePublished\":\"2025-03-04T12:26:00+00:00\",\"dateModified\":\"2025-04-08T12:51:30+00:00\",\"description\":\"Bartek Bojarczuk's unique ceramic installation is changing the urban space in Lodz.\",\"breadcrumb\":{\"@id\":\"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/#primaryimage\",\"url\":\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-kafelek-www.png\",\"contentUrl\":\"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-kafelek-www.png\",\"width\":1688,\"height\":1688},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0141DF\",\"item\":\"https:\/\/lodzdesign.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"?State of mind? ? for the love of art, the city and design.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lodzdesign.com\/#website\",\"url\":\"https:\/\/lodzdesign.com\/\",\"name\":\"\u0141\u00f3d\u017a Design Festival\",\"description\":\"Z nami odnajdziesz najlepsze wzorce! Wejd\u017a na stron\u0119 i poznaj nasze podcasty, wirtualne wystawy, przewodniki, przyk\u0142ady najlepszego polskiego designu i wiele innych\",\"publisher\":{\"@id\":\"https:\/\/lodzdesign.com\/#organization\"},\"alternateName\":\"\u0141DF\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lodzdesign.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/lodzdesign.com\/#organization\",\"name\":\"\u0141\u00f3d\u017a Design Festival\",\"url\":\"https:\/\/lodzdesign.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lodzdesign.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/lodzdesign.com\/app\/uploads\/2023\/01\/ldf-logo-2-300x76-1.webp\",\"contentUrl\":\"https:\/\/lodzdesign.com\/app\/uploads\/2023\/01\/ldf-logo-2-300x76-1.webp\",\"width\":300,\"height\":76,\"caption\":\"\u0141\u00f3d\u017a Design Festival\"},\"image\":{\"@id\":\"https:\/\/lodzdesign.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Lodz.Design\",\"https:\/\/instagram.com\/lodzdesign\/\",\"https:\/\/www.linkedin.com\/company\/lodz-design-festival\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"?State of mind? ? for the love of art, the city and design. - \u0141\u00f3d\u017a Design Festival","description":"Bartek Bojarczuk's unique ceramic installation is changing the urban space in Lodz.","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:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/","og_locale":"en_US","og_type":"article","og_title":"?State of mind? ? for the love of art, the city and design. - \u0141\u00f3d\u017a Design Festival","og_description":"Bartek Bojarczuk's unique ceramic installation is changing the urban space in Lodz.","og_url":"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/","og_site_name":"\u0141\u00f3d\u017a Design Festival","article_publisher":"https:\/\/www.facebook.com\/Lodz.Design","article_modified_time":"2025-04-08T12:51:30+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-kafelek-www.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_image":"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-kafelek-www.png","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/","url":"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/","name":"?State of mind? ? for the love of art, the city and design. - \u0141\u00f3d\u017a Design Festival","isPartOf":{"@id":"https:\/\/lodzdesign.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/#primaryimage"},"image":{"@id":"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/#primaryimage"},"thumbnailUrl":"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-kafelek-www.png","datePublished":"2025-03-04T12:26:00+00:00","dateModified":"2025-04-08T12:51:30+00:00","description":"Bartek Bojarczuk's unique ceramic installation is changing the urban space in Lodz.","breadcrumb":{"@id":"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/#primaryimage","url":"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-kafelek-www.png","contentUrl":"https:\/\/lodzdesign.com\/app\/uploads\/2024\/01\/LDF2018-State-of-mind-kafelek-www.png","width":1688,"height":1688},{"@type":"BreadcrumbList","@id":"https:\/\/lodzdesign.com\/en\/wydarzenia\/state-of-mind\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0141DF","item":"https:\/\/lodzdesign.com\/en\/"},{"@type":"ListItem","position":2,"name":"?State of mind? ? for the love of art, the city and design."}]},{"@type":"WebSite","@id":"https:\/\/lodzdesign.com\/#website","url":"https:\/\/lodzdesign.com\/","name":"\u0141\u00f3d\u017a Design Festival","description":"Z nami odnajdziesz najlepsze wzorce! Wejd\u017a na stron\u0119 i poznaj nasze podcasty, wirtualne wystawy, przewodniki, przyk\u0142ady najlepszego polskiego designu i wiele innych","publisher":{"@id":"https:\/\/lodzdesign.com\/#organization"},"alternateName":"\u0141DF","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lodzdesign.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/lodzdesign.com\/#organization","name":"\u0141\u00f3d\u017a Design Festival","url":"https:\/\/lodzdesign.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lodzdesign.com\/#\/schema\/logo\/image\/","url":"https:\/\/lodzdesign.com\/app\/uploads\/2023\/01\/ldf-logo-2-300x76-1.webp","contentUrl":"https:\/\/lodzdesign.com\/app\/uploads\/2023\/01\/ldf-logo-2-300x76-1.webp","width":300,"height":76,"caption":"\u0141\u00f3d\u017a Design Festival"},"image":{"@id":"https:\/\/lodzdesign.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Lodz.Design","https:\/\/instagram.com\/lodzdesign\/","https:\/\/www.linkedin.com\/company\/lodz-design-festival"]}]}},"_links":{"self":[{"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/events\/77596","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/events"}],"about":[{"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/types\/events"}],"version-history":[{"count":8,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/events\/77596\/revisions"}],"predecessor-version":[{"id":78283,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/events\/77596\/revisions\/78283"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/media\/32474"}],"wp:attachment":[{"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/media?parent=77596"}],"wp:term":[{"taxonomy":"event_date","embeddable":true,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/event_date?post=77596"},{"taxonomy":"event_place","embeddable":true,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/event_place?post=77596"},{"taxonomy":"event_type","embeddable":true,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/event_type?post=77596"},{"taxonomy":"event_label","embeddable":true,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/event_label?post=77596"},{"taxonomy":"events_editions","embeddable":true,"href":"https:\/\/lodzdesign.com\/en\/wp-json\/wp\/v2\/events_editions?post=77596"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}