{"id":79214,"date":"2025-08-18T08:24:45","date_gmt":"2025-08-18T15:24:45","guid":{"rendered":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/?p=79214"},"modified":"2025-08-12T12:05:53","modified_gmt":"2025-08-12T19:05:53","slug":"how-fusion-transforms-data-management-insights-from-experts","status":"publish","type":"post","link":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/","title":{"rendered":"How Fusion Transforms Data Management: Insights from Experts\u00a0"},"content":{"rendered":"\n<p><em>Autodesk Fusion streamlines data management for manufacturers with real-time collaboration, unified cloud tools, and seamless integrations, eliminating version confusion, improving control, and boosting efficiency for greater agility and innovation.<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"577\" src=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/pdm-panel_2-1-1024x577.jpg\" alt=\"Data management in Autodesk Fusion.\" class=\"wp-image-79224\" srcset=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/pdm-panel_2-1-1024x577.jpg 1024w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/pdm-panel_2-1-300x169.jpg 300w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/pdm-panel_2-1-768x432.jpg 768w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/pdm-panel_2-1.jpg 1172w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>In this post, we delve into our recent LinkedIn Live event, Ask Me Anything: <a href=\"https:\/\/www.autodesk.com\/webinars\/how-fusion-is-transforming-data-management\" target=\"_blank\" rel=\"noreferrer noopener\">How Fusion is Transforming Data Management<\/a>. Hosted on July 9, 2025, this insightful session featured Autodesk experts Jon den Hartog and Bankim Charegaonkar. The two discussed how Fusion is transforming the way design and manufacturing data is managed.&nbsp;<\/p>\n\n\n\n<?php\nfunction autodesk_fusion_cta_horizontal() {\n    ob_start();\n    ?>\n    <style>\n        .cta-section-horizontal {\n            background: #ddd; \/* Much lighter grey background *\/\n            padding: 12px; \/* Adjusted padding *\/\n            border-radius: 8px;\n            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);\n            color: #333; \/* Darker text color for better readability *\/\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            max-width: 650px; \/* Width adjusted for a more compact look *\/\n            margin: 20px auto;\n            position: relative;\n            flex-wrap: nowrap; \/* Prevent wrapping *\/\n        }\n\n        .cta-section-horizontal img {\n            width: 60px; \/* Slightly larger logo *\/\n            height: auto; \/* Maintain aspect ratio *\/\n            margin-right: 12px; \/* Adjusted spacing *\/\n            background-color: #ddd; \/* Match the background color *\/\n            padding: 6px; \/* Adjusted padding *\/\n            border-radius: 8px; \/* Slightly rounding to match container *\/\n            box-shadow: 0 0 0 4px #ddd; \/* Blend with background *\/\n        }\n\n        .cta-text {\n            flex: 1;\n            margin-right: 12px; \/* Adjusted spacing *\/\n        }\n\n        .cta-title {\n            font-size: 18px; \/* Slightly larger title font size *\/\n            font-weight: bold; \/* Bold title *\/\n            color: #f9a825; \/* Orange color *\/\n            margin-bottom: 4px; \/* Reduced margin *\/\n        }\n\n        .cta-info {\n            display: none; \/* Hide description *\/\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 8px; \/* Adjusted button spacing *\/\n            align-items: center;\n        }\n\n        .cta-button {\n            padding: 8px 12px; \/* Button padding *\/\n            font-size: 12px; \/* Smaller font size for buttons *\/\n            font-weight: bold;\n            text-transform: uppercase;\n            border-radius: 4px; \/* Slightly rounded corners *\/\n            border: 2px solid transparent;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            display: inline-flex; \/* Use inline-flex to ensure proper alignment *\/\n            align-items: center; \/* Center align text vertically *\/\n            justify-content: center; \/* Center align text horizontally *\/\n            text-decoration: none !important; \/* Ensure no underlines with !important *\/\n            color: inherit; \/* Use the button's text color *\/\n        }\n\n        .cta-button.white-button {\n            background-color: #fff;\n            color: #333;\n            border: 2px solid #ddd;\n        }\n\n        .cta-button.white-button:hover {\n            background-color: #333;\n            color: #fff;\n            border: 2px solid #f9a825;\n        }\n\n        .cta-button.black-button {\n            background-color: #f9a825;\n            color: #fff;\n            border: 2px solid #f9a825;\n        }\n\n        .cta-button.black-button:hover {\n            background-color: #fff;\n            color: #f9a825;\n            border: 2px solid #fff;\n        }\n    <\/style>\n\n    <div class=\"cta-section-horizontal\">\n        <img decoding=\"async\" src=\"https:\/\/autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/09\/autodesk-fusion-product-icon-400.png\" alt=\"Autodesk Fusion Logo\">\n        <div class=\"cta-text\">\n            <h1 class=\"cta-title\">Elevate your design and manufacturing processes with Autodesk Fusion<\/h1>\n        <\/div>\n        <div class=\"cta-buttons\">\n            <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/trial-intake-flow\" class=\"cta-button white-button\">Get a 30-Day Free Trial<\/a>\n            <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/extensions\" class=\"cta-button black-button\">See Plans and Pricing<\/a>\n        <\/div>\n    <\/div>\n\n    <?php\n    return ob_get_clean();\n}\nadd_shortcode('autodesk_fusion_cta_horizontal', 'autodesk_fusion_cta_horizontal');\n?>\n\n\n<h2 class=\"wp-block-heading\" id=\"why-is-data-management-crucialnbsp\"><strong>Why is data management crucial?<\/strong> <\/h2>\n\n\n<p>Imagine looking at a Windows Explorer folder filled with multiple versions of the same file. It\u2019s often unclear which file is the latest one. This challenge is a reality for many organizations dealing with product data. Fusion aims to eliminate these hurdles through built-in <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/product-data-management\" target=\"_blank\" rel=\"noreferrer noopener\">data management<\/a> features.&nbsp;<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"meet-the-expertsnbsp\"><strong>Meet the experts<\/strong> <\/h2>\n\n\n<p>Jon den Hartog is a Senior Director at Autodesk, specializing in product development and manufacturing solutions with a focus on data management and <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/manage-extension\" target=\"_blank\" rel=\"noreferrer noopener\">product lifecycle management<\/a> (PLM). He brings extensive industry experience and valuable insights into how Autodesk tools can streamline data management for engineers globally.&nbsp;<\/p>\n\n\n\n<p>Bankim Charegaonkar, also a leader in product development and manufacturing solutions at Autodesk, is instrumental in developing data management and collaboration tools in Fusion. His extensive experience includes developing design and data management capabilities spanning Autodesk applications, Inventor and Vault, in addition to Fusion.&nbsp;<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"collaborative-bill-of-materials-bom-and-property-editingnbsp\"><strong>Collaborative bill of materials (BOM) and property editing<\/strong> <\/h2>\n\n\n<p>Bankim explained how Fusion\u2019s approach to defining products with metadata and BOMs allows collaborative work beyond the engineering department. Fusion\u2019s manufacturing data model ensures a single source of truth, mitigating the risks associated with data mismanagement.&nbsp;<\/p>\n\n\n\n<p>Fusion\u2019s property editing capabilities allow users to enhance product descriptions, ensuring comprehensive data across all departments from design to procurement, for example. This allows real-time collaboration and editing, evidenced through a live demo showing how changes made by an engineer and procurement team are instantly synchronized.&nbsp;<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"tracking-changes-over-timenbsp\"><strong>Tracking changes over time<\/strong> <\/h2>\n\n\n<p>Jon expanded on tracking changes, comparing Fusion\u2019s capabilities to modern spreadsheet applications like Google Sheets. Fusion offers real-time collaboration with continuous history tracking, making it easier to manage and review changes without manual versioning. For critical changes, Fusion allows a managed process with designated versions, providing control and ensuring manufacturing integrity.&nbsp;<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"fusion-api-connectivitynbsp\"><strong>Fusion API connectivity<\/strong> <\/h2>\n\n\n<p>Bankim shed light on Fusion\u2019s desktop and cloud APIs, facilitating the connectivity between various systems. Using <a href=\"https:\/\/graphql.org\/\">GraphQL<\/a> APIs, users can fetch specific data from the robust manufacturing data model in Fusion. This enables efficient integrations with ERP systems and other cloud tools, showcased through a Power BI dashboard demo extracting comprehensive project data via Fusion\u2019s API.&nbsp;<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"looking-ahead-whats-next-for-data-management-in-fusionnbsp\"><strong>Looking ahead: What\u2019s next for data management in Fusion?<\/strong> <\/h2>\n\n\n<p>Jon provided insight into the future vision for Fusion, aligning with Autodesk\u2019s industry clouds: Fusion for design and manufacturing, Forma for architecture and construction, and Flow for media and entertainment.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Autodesk has been evolving Fusion\u2019s data management and product lifecycle capabilities with a clear vision towards an integrated and seamless future\u2014establishing a unified platform where users leverage comprehensive design, manufacturing, and lifecycle management tools through a flexible, interconnected approach, supported by the data model.&nbsp;<\/p>\n\n\n\n<p>Looking ahead, the plan is to further unify additional capabilities, enabling more integration of tools and workflows. Plus, advancements in AI are poised to play a significant role, amplifying task automation, generative design, and sophisticated data handling and integrations, thereby further transforming the efficiency and capabilities of Fusion.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Learn more &#8211; watch the replay of the LinkedIn Live Ask Me Anything: <a href=\"https:\/\/www.autodesk.com\/webinars\/how-fusion-is-transforming-data-management\" target=\"_blank\" rel=\"noreferrer noopener\">How Fusion is Transforming Data Management<\/a>.&nbsp;&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Autodesk Fusion streamlines data management for manufacturers with real-time collaboration, unified cloud tools, and seamless integrations, eliminating version confusion, improving control, and boosting efficiency for greater agility and innovation. In this post, we delve into our recent LinkedIn Live event, Ask Me Anything: How Fusion is Transforming Data Management. Hosted on July 9, 2025, this [&hellip;]<\/p>\n","protected":false},"author":5299,"featured_media":79230,"menu_order":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"coauthors":[753],"class_list":["post-79214","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-fusion","dhig-theme--light"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Fusion Transforms Data Management: Insights from Experts\u00a0 - Fusion Blog<\/title>\n<meta name=\"description\" content=\"Autodesk Fusion streamlines data management for manufacturers with real-time collaboration, unified cloud tools, and seamless integrations, eliminating version confusion, improving control, and boosting efficiency for greater agility and innovation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Fusion Transforms Data Management: Insights from Experts\u00a0 - Fusion Blog\" \/>\n<meta property=\"og:description\" content=\"Autodesk Fusion streamlines data management for manufacturers with real-time collaboration, unified cloud tools, and seamless integrations, eliminating version confusion, improving control, and boosting efficiency for greater agility and innovation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/\" \/>\n<meta property=\"og:site_name\" content=\"Fusion Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-18T15:24:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/pdm-panel_2-1-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1172\" \/>\n\t<meta property=\"og:image:height\" content=\"660\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Christa Prokos\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christa Prokos\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Fusion Transforms Data Management: Insights from Experts\u00a0 - Fusion Blog","description":"Autodesk Fusion streamlines data management for manufacturers with real-time collaboration, unified cloud tools, and seamless integrations, eliminating version confusion, improving control, and boosting efficiency for greater agility and innovation.","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:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/","og_locale":"en_US","og_type":"article","og_title":"How Fusion Transforms Data Management: Insights from Experts\u00a0 - Fusion Blog","og_description":"Autodesk Fusion streamlines data management for manufacturers with real-time collaboration, unified cloud tools, and seamless integrations, eliminating version confusion, improving control, and boosting efficiency for greater agility and innovation.","og_url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/","og_site_name":"Fusion Blog","article_published_time":"2025-08-18T15:24:45+00:00","og_image":[{"width":1172,"height":660,"url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/pdm-panel_2-1-1.jpg","type":"image\/jpeg"}],"author":"Christa Prokos","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Christa Prokos","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/#article","isPartOf":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/"},"author":{"name":"Christa Prokos","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#\/schema\/person\/bb921f4fd9450afce6f0be467d8ade8c"},"headline":"How Fusion Transforms Data Management: Insights from Experts\u00a0","datePublished":"2025-08-18T15:24:45+00:00","mainEntityOfPage":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/"},"wordCount":618,"image":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/#primaryimage"},"thumbnailUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/pdm-panel_2-1-1.jpg","articleSection":["Fusion"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/","name":"How Fusion Transforms Data Management: Insights from Experts\u00a0 - Fusion Blog","isPartOf":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/#primaryimage"},"image":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/#primaryimage"},"thumbnailUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/pdm-panel_2-1-1.jpg","datePublished":"2025-08-18T15:24:45+00:00","author":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#\/schema\/person\/bb921f4fd9450afce6f0be467d8ade8c"},"description":"Autodesk Fusion streamlines data management for manufacturers with real-time collaboration, unified cloud tools, and seamless integrations, eliminating version confusion, improving control, and boosting efficiency for greater agility and innovation.","breadcrumb":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/#primaryimage","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/pdm-panel_2-1-1.jpg","contentUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/pdm-panel_2-1-1.jpg","width":1172,"height":660},{"@type":"BreadcrumbList","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/how-fusion-transforms-data-management-insights-from-experts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/"},{"@type":"ListItem","position":2,"name":"How Fusion Transforms Data Management: Insights from Experts\u00a0"}]},{"@type":"WebSite","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#website","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/","name":"Fusion Blog","description":"Product updates, tips, tutorials and community news.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#\/schema\/person\/bb921f4fd9450afce6f0be467d8ade8c","name":"Christa Prokos","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/04\/E01DR6Y5S91-UQQD86BJM-a883a73a2591-512-150x150.jpgc02ac1a778d4968b8470af6d32b85325","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/04\/E01DR6Y5S91-UQQD86BJM-a883a73a2591-512-150x150.jpg","contentUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/04\/E01DR6Y5S91-UQQD86BJM-a883a73a2591-512-150x150.jpg","caption":"Christa Prokos"},"description":"Christa Prokos is a Product Marketing Manager at Autodesk.","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/author\/christa-prokos\/"}]}},"_links":{"self":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/posts\/79214","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/users\/5299"}],"replies":[{"embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/comments?post=79214"}],"version-history":[{"count":0,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/posts\/79214\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/media\/79230"}],"wp:attachment":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/media?parent=79214"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/categories?post=79214"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/tags?post=79214"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/coauthors?post=79214"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}