{"id":2051,"date":"2019-08-14T16:20:58","date_gmt":"2019-08-14T14:20:58","guid":{"rendered":"https:\/\/hk.digital\/?p=2051"},"modified":"2023-11-09T12:19:02","modified_gmt":"2023-11-09T11:19:02","slug":"the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices","status":"publish","type":"post","link":"https:\/\/staging.hk.systems\/en\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/","title":{"rendered":"The H+K Group and Deutsche Telekom establish partnership for Connected Devices"},"content":{"rendered":"<p>Hoffmann + Krippner has been developing the product line of connected devices for three years. This division focuses on connected sensors, input systems and industrial electronics with cloud platforms and enterprise software. Mobile communication technology was set at an early stage as the path for data transmission \u2013 the LTE-M and NB-IoT energy-saving and data-saving options as well as LoRa (Long Range Wireless) and BLE (Bluetooth Low Energy) options in addition to the 2G, 3G and LTE standards.<\/p>\n<p>The mobile SIM cards and devices that work in all networks throughout Europe as well as in the USA and Canada have their own H+K tariff . This can be customized according to requirements also as a one-time flat rate bundled with IoT hardware and devices.<\/p>\n<p>Mobile communication technology as a transmission standard enables plug &amp; play solutions that do not require on-site installation. In the field of cloud connectivity, H+K offers hosted Microsoft Azure Systems at Telekom in Germany. Systems such as Amazon Web Services (AWS) and Salesforce Heroku are available as well. A complete range of IoT devices is already available. The know-how is sourced from Helicom GmbH (in Muenster, Germany) and ROBIOTIC GmbH (Paderborn, Germany).<\/p>\n<p>The picture shows Telekom Regional Manager Dirk Reimold with Telekom\u2019s IoT team as well as H+K CEO Ralf Krippner, Dr. Martin Kemper (Helicom), Matthias Welzbacher, Frank Wahlandt, Jens Arend, Christian Hennig (H+K), as well as Chsristian Bachschmid.<\/p>\n<script language='javascript' type='text\/javascript'>function getWR360PopupSkin(){return 'light_clean';}<\/script>","protected":false},"excerpt":{"rendered":"<p>Hoffmann + Krippner has been developing the product line of connected devices for three years. This division focuses on connected sensors, input systems and industrial electronics with cloud platforms and enterprise software. Mobile communication technology was set at an early stage as the path for data transmission \u2013 the LTE-M and NB-IoT energy-saving and data-saving [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":2048,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"episode_type":"audio","audio_file":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","date_recorded":"","explicit":"","block":"","filesize_raw":"","footnotes":""},"categories":[49],"tags":[62],"series":[],"class_list":["post-2051","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cooperations","tag-iot-en"],"acf":[],"episode_featured_image":"https:\/\/staging.hk.systems\/app\/uploads\/2019-HK-Telekom-iot.jpg","episode_player_image":"https:\/\/staging.hk.systems\/app\/plugins\/seriously-simple-podcasting\/assets\/images\/no-album-art.png","download_link":"","player_link":"","audio_player":false,"episode_data":{"playerMode":"light","subscribeUrls":{"apple_podcasts":{"key":"apple_podcasts","url":"","label":"Apple Podcasts","class":"apple_podcasts","icon":"apple-podcasts.png"},"stitcher":{"key":"stitcher","url":"","label":"Stitcher","class":"stitcher","icon":"stitcher.png"},"google_podcasts":{"key":"google_podcasts","url":"","label":"Google Podcasts","class":"google_podcasts","icon":"google-podcasts.png"},"spotify":{"key":"spotify","url":"","label":"Spotify","class":"spotify","icon":"spotify.png"}},"rssFeedUrl":"https:\/\/staging.hk.systems\/en\/feed\/podcast\/hk-digital-iot-made-real","embedCode":"<blockquote class=\"wp-embedded-content\" data-secret=\"Tf0qUqu9gB\"><a href=\"https:\/\/staging.hk.systems\/en\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/\">The H+K Group and Deutsche Telekom establish partnership for Connected Devices<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/staging.hk.systems\/en\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/embed\/#?secret=Tf0qUqu9gB\" width=\"500\" height=\"350\" title=\"&#8220;The H+K Group and Deutsche Telekom establish partnership for Connected Devices&#8221; &#8212; HK.DIGITAL | IoT made real\" data-secret=\"Tf0qUqu9gB\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script>\n\/**\n * WordPress inline HTML embed\n *\n * @since 4.4.0\n * @output wp-includes\/js\/wp-embed.js\n *\n * Single line comments should not be used since they will break\n * the script when inlined in get_post_embed_html(), specifically\n * when the comments are not stripped out due to SCRIPT_DEBUG\n * being turned on.\n *\/\n(function ( window, document ) {\n\t'use strict';\\n\\n\t\/* Abort for ancient browsers. *\/\n\tif ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {\n\t\treturn;\n\t}\\n\\n\t\/** @namespace wp *\/\n\twindow.wp = window.wp || {};\\n\\n\t\/* Abort if script was already executed. *\/\n\tif ( !! window.wp.receiveEmbedMessage ) {\n\t\treturn;\n\t}\\n\\n\t\/**\n\t * Receive embed message.\n\t *\n\t * @param {MessageEvent} e\n\t *\/\n\twindow.wp.receiveEmbedMessage = function( e ) {\n\t\tvar data = e.data;\\n\\n\t\t\/* Verify shape of message. *\/\n\t\tif (\n\t\t\t! ( data || data.secret || data.message || data.value ) ||\n\t\t\t\/[^a-zA-Z0-9]\/.test( data.secret )\n\t\t) {\n\t\t\treturn;\n\t\t}\\n\\n\t\tvar iframes = document.querySelectorAll( 'iframe[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tblockquotes = document.querySelectorAll( 'blockquote[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tallowedProtocols = new RegExp( '^https?:$', 'i' ),\n\t\t\ti, source, height, sourceURL, targetURL;\\n\\n\t\tfor ( i = 0; i < blockquotes.length; i++ ) {\n\t\t\tblockquotes[ i ].style.display = 'none';\n\t\t}\\n\\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\tsource = iframes[ i ];\\n\\n\t\t\tif ( e.source !== source.contentWindow ) {\n\t\t\t\tcontinue;\n\t\t\t}\\n\\n\t\t\tsource.removeAttribute( 'style' );\\n\\n\t\t\tif ( 'height' === data.message ) {\n\t\t\t\t\/* Resize the iframe on request. *\/\n\t\t\t\theight = parseInt( data.value, 10 );\n\t\t\t\tif ( height > 1000 ) {\n\t\t\t\t\theight = 1000;\n\t\t\t\t} else if ( ~~height < 200 ) {\n\t\t\t\t\theight = 200;\n\t\t\t\t}\\n\\n\t\t\t\tsource.height = height;\n\t\t\t} else if ( 'link' === data.message ) {\n\t\t\t\t\/* Link to a specific URL on request. *\/\n\t\t\t\tsourceURL = new URL( source.getAttribute( 'src' ) );\n\t\t\t\ttargetURL = new URL( data.value );\\n\\n\t\t\t\tif (\n\t\t\t\t\tallowedProtocols.test( targetURL.protocol ) &&\n\t\t\t\t\ttargetURL.host === sourceURL.host &&\n\t\t\t\t\tdocument.activeElement === source\n\t\t\t\t) {\n\t\t\t\t\twindow.top.location.href = data.value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\\n\\n\tfunction onLoad() {\n\t\tvar iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),\n\t\t\ti, source, secret;\\n\\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\t\/** @var {IframeElement} *\/\n\t\t\tsource = iframes[ i ];\\n\\n\t\t\tsecret = source.getAttribute( 'data-secret' );\n\t\t\tif ( ! secret ) {\n\t\t\t\t\/* Add secret to iframe *\/\n\t\t\t\tsecret = Math.random().toString( 36 ).substring( 2, 12 );\n\t\t\t\tsource.src += '#?secret=' + secret;\n\t\t\t\tsource.setAttribute( 'data-secret', secret );\n\t\t\t}\\n\\n\t\t\t\/*\n\t\t\t * Let post embed window know that the parent is ready for receiving the height message, in case the iframe\n\t\t\t * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the\n\t\t\t * window will then (re-)send the height message right away.\n\t\t\t *\/\n\t\t\tsource.contentWindow.postMessage( {\n\t\t\t\tmessage: 'ready',\n\t\t\t\tsecret: secret\n\t\t\t}, '*' );\n\t\t}\n\t}\\n\\n\twindow.addEventListener( 'message', window.wp.receiveEmbedMessage, false );\n\tdocument.addEventListener( 'DOMContentLoaded', onLoad, false );\n})( window, document );\n<\/script>\n"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The H+K Group and Deutsche Telekom establish partnership for Connected Devices - HK.DIGITAL | IoT made real<\/title>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The H+K Group and Deutsche Telekom establish partnership for Connected Devices - HK.DIGITAL | IoT made real\" \/>\n<meta property=\"og:description\" content=\"Hoffmann + Krippner has been developing the product line of connected devices for three years. This division focuses on connected sensors, input systems and industrial electronics with cloud platforms and enterprise software. Mobile communication technology was set at an early stage as the path for data transmission \u2013 the LTE-M and NB-IoT energy-saving and data-saving [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/\" \/>\n<meta property=\"og:site_name\" content=\"HK.DIGITAL | IoT made real\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-14T14:20:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-09T11:19:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/staging.hk.systems\/app\/uploads\/2019-HK-Telekom-iot.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Coralie Cicolelli\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Coralie Cicolelli\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/staging.hk.systems\/en\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/\"},\"author\":{\"name\":\"Coralie Cicolelli\",\"@id\":\"https:\/\/staging.hk.systems\/en\/#\/schema\/person\/a9a2a846250a45377f7868341222247c\"},\"headline\":\"The H+K Group and Deutsche Telekom establish partnership for Connected Devices\",\"datePublished\":\"2019-08-14T14:20:58+00:00\",\"dateModified\":\"2023-11-09T11:19:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/staging.hk.systems\/en\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/\"},\"wordCount\":247,\"publisher\":{\"@id\":\"https:\/\/staging.hk.systems\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/staging.hk.systems\/app\/uploads\/2019-HK-Telekom-iot.jpg\",\"keywords\":[\"IoT\"],\"articleSection\":[\"Cooperations\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/staging.hk.systems\/en\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/\",\"url\":\"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/\",\"name\":\"The H+K Group and Deutsche Telekom establish partnership for Connected Devices - HK.DIGITAL | IoT made real\",\"isPartOf\":{\"@id\":\"https:\/\/staging.hk.systems\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/staging.hk.systems\/app\/uploads\/2019-HK-Telekom-iot.jpg\",\"datePublished\":\"2019-08-14T14:20:58+00:00\",\"dateModified\":\"2023-11-09T11:19:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/#primaryimage\",\"url\":\"https:\/\/staging.hk.systems\/app\/uploads\/2019-HK-Telekom-iot.jpg\",\"contentUrl\":\"https:\/\/staging.hk.systems\/app\/uploads\/2019-HK-Telekom-iot.jpg\",\"width\":900,\"height\":400,\"caption\":\"Group photo of the partners Telekom and H+K\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/staging.hk.systems\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The H+K Group and Deutsche Telekom establish partnership for Connected Devices\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/staging.hk.systems\/en\/#website\",\"url\":\"https:\/\/staging.hk.systems\/en\/\",\"name\":\"HK.DIGITAL | IoT made real\",\"description\":\"Unsere Engineering-Expertise bringt Dein digitales Projekt nachhaltig zum Erfolg. Technologisch und \u00f6konomisch.\",\"publisher\":{\"@id\":\"https:\/\/staging.hk.systems\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/staging.hk.systems\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/staging.hk.systems\/en\/#organization\",\"name\":\"HK.DIGITAL GmbH\",\"url\":\"https:\/\/staging.hk.systems\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/staging.hk.systems\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/staging.hk.systems\/app\/uploads\/HK-GIGITAL-Logo.svg\",\"contentUrl\":\"https:\/\/staging.hk.systems\/app\/uploads\/HK-GIGITAL-Logo.svg\",\"width\":830,\"height\":253,\"caption\":\"HK.DIGITAL GmbH\"},\"image\":{\"@id\":\"https:\/\/staging.hk.systems\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/staging.hk.systems\/en\/#\/schema\/person\/a9a2a846250a45377f7868341222247c\",\"name\":\"Coralie Cicolelli\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The H+K Group and Deutsche Telekom establish partnership for Connected Devices - HK.DIGITAL | IoT made real","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"The H+K Group and Deutsche Telekom establish partnership for Connected Devices - HK.DIGITAL | IoT made real","og_description":"Hoffmann + Krippner has been developing the product line of connected devices for three years. This division focuses on connected sensors, input systems and industrial electronics with cloud platforms and enterprise software. Mobile communication technology was set at an early stage as the path for data transmission \u2013 the LTE-M and NB-IoT energy-saving and data-saving [&hellip;]","og_url":"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/","og_site_name":"HK.DIGITAL | IoT made real","article_published_time":"2019-08-14T14:20:58+00:00","article_modified_time":"2023-11-09T11:19:02+00:00","og_image":[{"width":900,"height":400,"url":"https:\/\/staging.hk.systems\/app\/uploads\/2019-HK-Telekom-iot.jpg","type":"image\/jpeg"}],"author":"Coralie Cicolelli","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Coralie Cicolelli","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/#article","isPartOf":{"@id":"https:\/\/staging.hk.systems\/en\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/"},"author":{"name":"Coralie Cicolelli","@id":"https:\/\/staging.hk.systems\/en\/#\/schema\/person\/a9a2a846250a45377f7868341222247c"},"headline":"The H+K Group and Deutsche Telekom establish partnership for Connected Devices","datePublished":"2019-08-14T14:20:58+00:00","dateModified":"2023-11-09T11:19:02+00:00","mainEntityOfPage":{"@id":"https:\/\/staging.hk.systems\/en\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/"},"wordCount":247,"publisher":{"@id":"https:\/\/staging.hk.systems\/en\/#organization"},"image":{"@id":"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/#primaryimage"},"thumbnailUrl":"https:\/\/staging.hk.systems\/app\/uploads\/2019-HK-Telekom-iot.jpg","keywords":["IoT"],"articleSection":["Cooperations"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/staging.hk.systems\/en\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/","url":"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/","name":"The H+K Group and Deutsche Telekom establish partnership for Connected Devices - HK.DIGITAL | IoT made real","isPartOf":{"@id":"https:\/\/staging.hk.systems\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/#primaryimage"},"image":{"@id":"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/#primaryimage"},"thumbnailUrl":"https:\/\/staging.hk.systems\/app\/uploads\/2019-HK-Telekom-iot.jpg","datePublished":"2019-08-14T14:20:58+00:00","dateModified":"2023-11-09T11:19:02+00:00","breadcrumb":{"@id":"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/#primaryimage","url":"https:\/\/staging.hk.systems\/app\/uploads\/2019-HK-Telekom-iot.jpg","contentUrl":"https:\/\/staging.hk.systems\/app\/uploads\/2019-HK-Telekom-iot.jpg","width":900,"height":400,"caption":"Group photo of the partners Telekom and H+K"},{"@type":"BreadcrumbList","@id":"https:\/\/www.hoffmann-krippner.com\/the-hk-group-and-deutsche-telekom-establish-partnership-for-connected-devices\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/staging.hk.systems\/en\/"},{"@type":"ListItem","position":2,"name":"The H+K Group and Deutsche Telekom establish partnership for Connected Devices"}]},{"@type":"WebSite","@id":"https:\/\/staging.hk.systems\/en\/#website","url":"https:\/\/staging.hk.systems\/en\/","name":"HK.DIGITAL | IoT made real","description":"Unsere Engineering-Expertise bringt Dein digitales Projekt nachhaltig zum Erfolg. Technologisch und \u00f6konomisch.","publisher":{"@id":"https:\/\/staging.hk.systems\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/staging.hk.systems\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/staging.hk.systems\/en\/#organization","name":"HK.DIGITAL GmbH","url":"https:\/\/staging.hk.systems\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.hk.systems\/en\/#\/schema\/logo\/image\/","url":"https:\/\/staging.hk.systems\/app\/uploads\/HK-GIGITAL-Logo.svg","contentUrl":"https:\/\/staging.hk.systems\/app\/uploads\/HK-GIGITAL-Logo.svg","width":830,"height":253,"caption":"HK.DIGITAL GmbH"},"image":{"@id":"https:\/\/staging.hk.systems\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/staging.hk.systems\/en\/#\/schema\/person\/a9a2a846250a45377f7868341222247c","name":"Coralie Cicolelli"}]}},"_links":{"self":[{"href":"https:\/\/staging.hk.systems\/en\/wp-json\/wp\/v2\/posts\/2051","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.hk.systems\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/staging.hk.systems\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/staging.hk.systems\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.hk.systems\/en\/wp-json\/wp\/v2\/comments?post=2051"}],"version-history":[{"count":0,"href":"https:\/\/staging.hk.systems\/en\/wp-json\/wp\/v2\/posts\/2051\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/staging.hk.systems\/en\/wp-json\/wp\/v2\/media\/2048"}],"wp:attachment":[{"href":"https:\/\/staging.hk.systems\/en\/wp-json\/wp\/v2\/media?parent=2051"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/staging.hk.systems\/en\/wp-json\/wp\/v2\/categories?post=2051"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/staging.hk.systems\/en\/wp-json\/wp\/v2\/tags?post=2051"},{"taxonomy":"series","embeddable":true,"href":"https:\/\/staging.hk.systems\/en\/wp-json\/wp\/v2\/series?post=2051"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}