{"id":1616,"date":"2018-10-25T14:50:19","date_gmt":"2018-10-25T14:50:19","guid":{"rendered":"https:\/\/wetransform.eu\/?post_type=news-and-events&#038;p=1616"},"modified":"2022-07-28T08:23:54","modified_gmt":"2022-07-28T08:23:54","slug":"metadata-tools-haleconnect","status":"publish","type":"news-and-events","link":"https:\/\/wetransform.to\/de\/neuigkeiten-veranstaltungen\/metadata-tools-haleconnect\/","title":{"rendered":"Metadata Tools in hale\u00bbconnect: Profile Management and Automated Metadata Generation"},"content":{"rendered":"<p>A few months back, <a href=\"\/news-and-events\/metadata-workflows-haleconnect\/\">we described how you can setup hale\u00bbconnect<\/a> to fully automate metadata generation, re-use and validation. In the past months, we have worked together with a reference customer, the LGL Baden-W\u00fcrttemberg, to extend the metadata tools in hale\u00bbconnect substantially. LGL Baden-W\u00fcrttemberg is one of 16 state-level cadastral, mapping and spatial planning authorities in Germany and maintains the state spatial data infrastructure.<\/p>\n<h2>The Problem<\/h2>\n<p>The problem that the LGL approached us with is one that we have seen many times already: there is a specific metadata profile, but both in terms of process and tools, the maintenance and implementation of this profile requires a lot of extra effort. The LGL used a massive Excel Table with more than 400 rows to describe their profile. This Excel table conflated profile rules from different levels (ISO, INSPIRE, national, and local), which all needed to be updated and kept in sync.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/wetransform.eu\/wp-content\/uploads\/2022\/05\/excel.png\" alt=\"Excel table of requirements\" \/><br \/>\n<strong>Excel table containing LGL Baden-W\u00fcrttemberg requirements.<\/strong> The excel table contains rules from ISO, INSPIRE, national and local schemas.<\/p>\n<p>In implementation of the profile, there were often ambiguities or different interpretations of certain aspects of the profile. Furthermore, the documentation was a bit unwieldy and hard to read for most people outside the immediate circle of editors.<\/p>\n<p>Thus, LGL reached out to us to understand how they could improve on this situation. Wetransform originally conducted a UML and Metadata workshop to explore whether developing the profile in a UML Tool such as Enterprise Architect would make sense. However, some aspects such as a nice differential documentation and the generation of an executable test suite directly from the profile proved to be quite hard.<\/p>\n<p>Thus, in early 2018, LGL asked wetransform to develop a toolset that would support the creation of a fully formal profile definition of the ISO metadata schemas. This toolset would enable the definition of profiles on any XML-based schema, be it the CSW 2.0.2 Application Profile ISO 1.0.0 or a GML Application Schema.<\/p>\n<h2>The Solution<\/h2>\n<p>There were several key requirements that the profile toolset should resolve:<\/p>\n<ol>\n<li>Definition of type and property constraints (e.g. on cardinality, allowed content and allowed property types.)<\/li>\n<li>Definition of consistency constraints (e.g. \u201c<em>If A exists, B must also exist<\/em>\u201d) and other advanced validation rules.<\/li>\n<li>Addition of documentation via tagged values.<\/li>\n<li>Automated generation of printable documentation.<\/li>\n<li>Automated generation of differential documentation.<\/li>\n<li>Automated generation of Executable Testsuites (ETS) for the INSPIRE Reference Validator (ETF.)<\/li>\n<li>Automated generation of example XML instance documents for the profile.<\/li>\n<li>Be easy to use for people without in-depth knowledge in technologies such as XML, XML Schema, Schematron and ETF.<\/li>\n<\/ol>\n<p><!--more--><\/p>\n<p>To fulfil these, we developed a formal model that could capture all the required information, as well as a set of editing functions that extend the existing schema modelling tools in hale connect. The formal profile contains type and property constraints, consistency constraints and tagged values:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/wetransform.eu\/wp-content\/uploads\/2022\/05\/model.png\" alt=\"Formal profile model\" \/><br \/>\n<strong>Formal profile model diagram.<\/strong> The diagram displays the formal profile model developed by wetransform.<\/p>\n<p>To create a profile, you first have to create a schema using any of the methods supported in hale connect. For creating a metadata profile, use either the ISO 19139 preset or the CSW 2.0.2 Application Profile ISO 1.0.0 preset.<\/p>\n<p>After this step, you have to create a profile of that schema. This is also done through the \u201cCreate new Schema\u201d process, using the \u201cCreate Profile\u201d option. When the profile has been created (which takes up to 30 seconds), you can go to the Feature Types section and start applying type and property constraints.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/wetransform.to\/wp-content\/uploads\/2018\/10\/typeLevel.png\" alt=\"Type Level Constraints\" \/><br \/>\n<strong>Type level constraints.<\/strong> The toggle switch can be used to make a type mandatory.<\/p>\n<p>To make a single type mandatory, you can just toggle it in the type header. Making it mandatory means that an object of this type has to occur at least once in any document. This is particularly useful in GML Feature Collection, where you want to state which types of objects have to be present.<\/p>\n<p>Most of the constraints are set using the Edit Mode, which you can access through the Pen icon in the type header. Clicking this icon brings you to a powerful editor, where you can set a number of constraints:<\/p>\n<ul>\n<li>Content Required: If not already true, you can set this to true to make sure that the given property always has to have content. The semantics of this constraint are equivalent to setting the <em>nillable<\/em> flag to false.<\/li>\n<li>Minimum Cardinality: The minimum number of times this property needs to occur in any given type. It needs to be higher than the one defined in the schema, but lower or equal than the value given for maximum cardinality.<\/li>\n<li>Maximum Cardinality: The maximum number of times this property needs to occur in any given type. It needs to be lower than the one defined in the schema, but higher or equal than the value given for minimum cardinality.<\/li>\n<li>Allowed Values: In this field you can define an enumeration of the actually allowed values. If the property uses an enumeration or code list, you will be able to activate or deactivate options from that enumeration or codelist.<\/li>\n<li>Allowed Types: If this field uses a Choice, Substitution Group or Union, you can limit the allowed types by deactivating options.<\/li>\n<\/ul>\n<p>In addition, you can add any number of tagged values to each property. You can use any keys you want, but some control specific behavior:<\/p>\n<ul>\n<li>label-testcase: Label for this test case in the ETF <code>Testsuite<\/code><\/li>\n<li>description-testcase: Description for this test case in the ETF <code>Testsuite<\/code><\/li>\n<li>module-id: ID of the <code>TestModule<\/code> group to which the test case generated for this property will be added<\/li>\n<li>example: Content to be used for the generation of  XML sample files.  If the property is a complex element, setting this value to &quot;true&quot; leads to the element being generated.<\/li>\n<\/ul>\n<p><img decoding=\"async\" src=\"https:\/\/wetransform.eu\/wp-content\/uploads\/2022\/05\/Screenshot_2018-10-23-Create-condition3.png\" alt=\"Consistency constraint editor\" \/><br \/>\n<strong>Consistency constraint editor:<\/strong> Consistency constraints are added to schema elements.<\/p>\n<p>The second big block of functionality is to be found in the \u201cConsistency Conditions\u201d section of the profile. When you go there, you will be able to define various sets of rules, such as:<\/p>\n<ul>\n<li>If A exists, B must\/must not exist<\/li>\n<li>If A has value \u201cX\u201d, B must have value \u201cY\u201d<\/li>\n<\/ul>\n<p>You can combine any number of such rules through logical operators (AND, OR, XOR). To each Consistency Condition, you can add a label and a description, as well as tagged values.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/wetransform.eu\/wp-content\/uploads\/2022\/05\/generatedDocumentation.png\" alt=\"Generated documentation example\" \/><br \/>\n<strong>Generated documentation example.<\/strong> Profile documentation can be printed easily.<\/p>\n<p>When you want to review your profile at any time, the differential documentation is a handy feature, especially in big schemas like the ISO 19139 schema. It hides all elements (types and properties) for which no change or addition was made in the profile, resulting in a compact, well-readable format.<\/p>\n<p>Either the full profile or the differential documentation can be printed to any device, specifically to PDF. This enables you to get a document that you can send around to any user.<\/p>\n<p>By going to the \u201cFiles\u201d section of the profile, you can also export sample XML instance documents for your profile.<\/p>\n<p><script src=\"https:\/\/gist.github.com\/JBoudewijn\/667b5fe53ecaed026ed6e283ee1ddbd8.js\"><\/script><\/p>\n<p><a href=\"https:\/\/github.com\/wetransform-os\/website-examples\/blob\/af7108ee8f5a838327c3e4b871850212c399e37c\/news\/resources\/profile_sample.xml\" title=\"Download\">Download<\/a><\/p>\n<p>And finally, you want to make sure that any data you receive complies with your profile. For this purpose, hale connect can also export an Executable Test Suite, again through the Files section. This ETS can be run in the ETF (INSPIRE Reference Validator).<\/p>\n<p><script src=\"https:\/\/gist.github.com\/JBoudewijn\/ee68baee77e42781cd334977aa44f014.js\"><\/script><\/p>\n<p><a href=\"https:\/\/github.com\/wetransform-os\/website-examples\/blob\/af7108ee8f5a838327c3e4b871850212c399e37c\/news\/resources\/profile_ets.xml\" title=\"Download\">Download<\/a><\/p>\n<p>The profile tools described here can also be used in conjunction with the metadata generation tools introduced with hale connect 1.0. Ask us to learn how to do so, especially if you are already a hale connect user.<\/p>\n<p>If you want to know more about how to use these tools, check out the online help.<\/p>\n<h2>Getting Access to the Metadata Tools<\/h2>\n<p>We presented the new metadata tools at the INSPIRE conference 2018 in Antwerp just a few weeks back and can now announce general availability.<\/p>\n<p>The new metadata tools are part of all hale\u00bbconnect licenses, independent of deployment mode and license level. While Metadata Generation has been part of hale\u00bbconnect since version 1.0, the profile management tools have been released with version 1.11.0, which is available since October 17th, 2018.<\/p>\n<p>The tools are available starting from 2.900 \u20ac per year (Micro Org Public Cloud license). Special pricing is available for multi-year contracts, partners, and customers with support subscriptions.<\/p>\n<p><strong><a href=\"https:\/\/haleconnect.com\/#\/home\">Try it out for free!<\/a><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A few months back, we described how you can setup hale\u00bbconnect to fully automate metadata generation, re-use and validation. In the past months, we have worked together with a reference customer, the LGL Baden-W\u00fcrttemberg, to extend the metadata tools in hale\u00bbconnect substantially. LGL Baden-W\u00fcrttemberg is one of 16 state-level cadastral, mapping and spatial planning authorities [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[48],"tags":[20,18,68,46],"class_list":["post-1616","news-and-events","type-news-and-events","status-publish","hentry","category-tutorials","tag-haleconnect","tag-inspire","tag-metadata","tag-tutorial"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Metadata Tools in hale\u00bbconnect: Profile Management and Automated Metadata Generation - wetransform<\/title>\n<meta name=\"description\" content=\"hale\u00bbconnect features the metadata tools to fully automate metadata generation, re-use, and validation. We have now expanded its capability.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wetransform.to\/de\/neuigkeiten-veranstaltungen\/metadata-tools-haleconnect\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Metadata Tools in hale\u00bbconnect: Profile Management and Automated Metadata Generation\" \/>\n<meta property=\"og:description\" content=\"hale\u00bbconnect features the metadata tools to fully automate metadata generation, re-use, and validation. We have now expanded its capability.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wetransform.to\/de\/neuigkeiten-veranstaltungen\/metadata-tools-haleconnect\/\" \/>\n<meta property=\"og:site_name\" content=\"wetransform\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-28T08:23:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wetransform.eu\/wp-content\/uploads\/2022\/05\/excel.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@wetransformto\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"7\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wetransform.to\\\/de\\\/neuigkeiten-veranstaltungen\\\/metadata-tools-haleconnect\\\/\",\"url\":\"https:\\\/\\\/wetransform.to\\\/de\\\/neuigkeiten-veranstaltungen\\\/metadata-tools-haleconnect\\\/\",\"name\":\"Metadata Tools in hale\u00bbconnect: Profile Management and Automated Metadata Generation - wetransform\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/wetransform.to\\\/de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wetransform.to\\\/de\\\/neuigkeiten-veranstaltungen\\\/metadata-tools-haleconnect\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wetransform.to\\\/de\\\/neuigkeiten-veranstaltungen\\\/metadata-tools-haleconnect\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wetransform.eu\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/excel.png\",\"datePublished\":\"2018-10-25T14:50:19+00:00\",\"dateModified\":\"2022-07-28T08:23:54+00:00\",\"description\":\"hale\u00bbconnect features the metadata tools to fully automate metadata generation, re-use, and validation. We have now expanded its capability.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wetransform.to\\\/de\\\/neuigkeiten-veranstaltungen\\\/metadata-tools-haleconnect\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wetransform.to\\\/de\\\/neuigkeiten-veranstaltungen\\\/metadata-tools-haleconnect\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/wetransform.to\\\/de\\\/neuigkeiten-veranstaltungen\\\/metadata-tools-haleconnect\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wetransform.eu\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/excel.png\",\"contentUrl\":\"https:\\\/\\\/wetransform.eu\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/excel.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wetransform.to\\\/de\\\/neuigkeiten-veranstaltungen\\\/metadata-tools-haleconnect\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wetransform.to\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"News & Events\",\"item\":\"https:\\\/\\\/wetransform.to\\\/de\\\/neuigkeiten-veranstaltungen\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Metadata Tools in hale\u00bbconnect: Profile Management and Automated Metadata Generation\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/wetransform.to\\\/de\\\/#website\",\"url\":\"http:\\\/\\\/wetransform.to\\\/de\\\/\",\"name\":\"wetransform\",\"description\":\"Making environmental data useful and accessible\",\"publisher\":{\"@id\":\"http:\\\/\\\/wetransform.to\\\/de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/wetransform.to\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"http:\\\/\\\/wetransform.to\\\/de\\\/#organization\",\"name\":\"wetransform\",\"url\":\"http:\\\/\\\/wetransform.to\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"http:\\\/\\\/wetransform.to\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wetransform.to\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/large-logo-whitebg.png\",\"contentUrl\":\"https:\\\/\\\/wetransform.to\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/large-logo-whitebg.png\",\"width\":1024,\"height\":1024,\"caption\":\"wetransform\"},\"image\":{\"@id\":\"http:\\\/\\\/wetransform.to\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/wetransformto\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/wetransform-gmbh\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Metadata Tools in hale\u00bbconnect: Profile Management and Automated Metadata Generation - wetransform","description":"hale\u00bbconnect features the metadata tools to fully automate metadata generation, re-use, and validation. We have now expanded its capability.","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:\/\/wetransform.to\/de\/neuigkeiten-veranstaltungen\/metadata-tools-haleconnect\/","og_locale":"de_DE","og_type":"article","og_title":"Metadata Tools in hale\u00bbconnect: Profile Management and Automated Metadata Generation","og_description":"hale\u00bbconnect features the metadata tools to fully automate metadata generation, re-use, and validation. We have now expanded its capability.","og_url":"https:\/\/wetransform.to\/de\/neuigkeiten-veranstaltungen\/metadata-tools-haleconnect\/","og_site_name":"wetransform","article_modified_time":"2022-07-28T08:23:54+00:00","og_image":[{"url":"https:\/\/wetransform.eu\/wp-content\/uploads\/2022\/05\/excel.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@wetransformto","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"7\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wetransform.to\/de\/neuigkeiten-veranstaltungen\/metadata-tools-haleconnect\/","url":"https:\/\/wetransform.to\/de\/neuigkeiten-veranstaltungen\/metadata-tools-haleconnect\/","name":"Metadata Tools in hale\u00bbconnect: Profile Management and Automated Metadata Generation - wetransform","isPartOf":{"@id":"http:\/\/wetransform.to\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wetransform.to\/de\/neuigkeiten-veranstaltungen\/metadata-tools-haleconnect\/#primaryimage"},"image":{"@id":"https:\/\/wetransform.to\/de\/neuigkeiten-veranstaltungen\/metadata-tools-haleconnect\/#primaryimage"},"thumbnailUrl":"https:\/\/wetransform.eu\/wp-content\/uploads\/2022\/05\/excel.png","datePublished":"2018-10-25T14:50:19+00:00","dateModified":"2022-07-28T08:23:54+00:00","description":"hale\u00bbconnect features the metadata tools to fully automate metadata generation, re-use, and validation. We have now expanded its capability.","breadcrumb":{"@id":"https:\/\/wetransform.to\/de\/neuigkeiten-veranstaltungen\/metadata-tools-haleconnect\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wetransform.to\/de\/neuigkeiten-veranstaltungen\/metadata-tools-haleconnect\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/wetransform.to\/de\/neuigkeiten-veranstaltungen\/metadata-tools-haleconnect\/#primaryimage","url":"https:\/\/wetransform.eu\/wp-content\/uploads\/2022\/05\/excel.png","contentUrl":"https:\/\/wetransform.eu\/wp-content\/uploads\/2022\/05\/excel.png"},{"@type":"BreadcrumbList","@id":"https:\/\/wetransform.to\/de\/neuigkeiten-veranstaltungen\/metadata-tools-haleconnect\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wetransform.to\/de\/"},{"@type":"ListItem","position":2,"name":"News & Events","item":"https:\/\/wetransform.to\/de\/neuigkeiten-veranstaltungen\/"},{"@type":"ListItem","position":3,"name":"Metadata Tools in hale\u00bbconnect: Profile Management and Automated Metadata Generation"}]},{"@type":"WebSite","@id":"http:\/\/wetransform.to\/de\/#website","url":"http:\/\/wetransform.to\/de\/","name":"wetransform","description":"Making environmental data useful and accessible","publisher":{"@id":"http:\/\/wetransform.to\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/wetransform.to\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"http:\/\/wetransform.to\/de\/#organization","name":"wetransform","url":"http:\/\/wetransform.to\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"http:\/\/wetransform.to\/de\/#\/schema\/logo\/image\/","url":"https:\/\/wetransform.to\/wp-content\/uploads\/2022\/07\/large-logo-whitebg.png","contentUrl":"https:\/\/wetransform.to\/wp-content\/uploads\/2022\/07\/large-logo-whitebg.png","width":1024,"height":1024,"caption":"wetransform"},"image":{"@id":"http:\/\/wetransform.to\/de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/wetransformto","https:\/\/www.linkedin.com\/company\/wetransform-gmbh\/"]}]}},"_links":{"self":[{"href":"https:\/\/wetransform.to\/de\/wp-json\/wp\/v2\/news-and-events\/1616","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wetransform.to\/de\/wp-json\/wp\/v2\/news-and-events"}],"about":[{"href":"https:\/\/wetransform.to\/de\/wp-json\/wp\/v2\/types\/news-and-events"}],"author":[{"embeddable":true,"href":"https:\/\/wetransform.to\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wetransform.to\/de\/wp-json\/wp\/v2\/comments?post=1616"}],"version-history":[{"count":6,"href":"https:\/\/wetransform.to\/de\/wp-json\/wp\/v2\/news-and-events\/1616\/revisions"}],"predecessor-version":[{"id":3767,"href":"https:\/\/wetransform.to\/de\/wp-json\/wp\/v2\/news-and-events\/1616\/revisions\/3767"}],"wp:attachment":[{"href":"https:\/\/wetransform.to\/de\/wp-json\/wp\/v2\/media?parent=1616"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wetransform.to\/de\/wp-json\/wp\/v2\/categories?post=1616"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wetransform.to\/de\/wp-json\/wp\/v2\/tags?post=1616"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}