{"id":712382,"date":"2024-11-19T08:56:17","date_gmt":"2024-11-19T16:56:17","guid":{"rendered":"https:\/\/www.esri.com\/about\/newsroom\/?post_type=arcuser&#038;p=712382"},"modified":"2024-11-19T08:56:17","modified_gmt":"2024-11-19T16:56:17","slug":"parcelfabric","status":"publish","type":"arcuser","link":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/parcelfabric","title":{"rendered":"Successfully Migrating Parcel Fabric to ArcGIS Pro"},"author":1031,"featured_media":0,"menu_order":0,"template":"","format":"standard","meta":{"_acf_changed":false,"sync_status":"","episode_type":"","audio_file":"","podmotor_file_id":"","podmotor_episode_id":"","castos_file_data":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","filesize_raw":"","date_recorded":"","explicit":"","block":"","itunes_episode_number":"","itunes_title":"","itunes_season_number":"","itunes_episode_type":"","_links_to":"","_links_to_target":""},"categories":[10412,15852,25022],"tags":[23402,280612],"arcuser_issues":[490842],"class_list":["post-712382","arcuser","type-arcuser","status-publish","format-standard","hentry","category-arcgis-pro","category-esri-parcel-fabric","category-hands-on","tag-automation","tag-land-records","arcuser_issues-au-fall-2024"],"acf":{"short_description":"Jack Chen migrated Mecklenburg County\u2019s parcel data from ArcMap parcel fabric from to ArcGIS Pro parcel fabric.","pdf":{"host_remotely":false,"file":712392,"file_url":""},"flexible_content":[{"acf_fc_layout":"blockquote","content":"<p class=\"p1\">Jack Chen is a GIS developer in the Geospatial Information Services (GIS) division of the Mecklenburg County Land Use and Environmental Services Agency in North Carolina. He was tasked with migrating the county\u2019s ArcMap parcel fabric from to ArcGIS Pro parcel fabric and performing data verification. This article, describing how he accomplished the migration, will be helpful to GIS managers in other counties who plan to migrate to a newer parcel fabric version. It will also benefit GIS administrators, analysts, and developers who might participate in the migration and are familiar with SQL.<\/p>"},{"acf_fc_layout":"content","content":"<p class=\"p1\"><span class=\"s1\">Mecklenburg County, <\/span>North Carolina, had been using the ArcMap parcel fabric since October 2019. In July 2023, the goal of migrating the county\u2019s parcel fabric from ArcMap to ArcGIS Pro was set. The migration was one of the first steps that would let the county take full advantage of ArcGIS Enterprise for different data-driven enterprise applications to support the county\u2019s business activities.<\/p>\r\n<p class=\"p1\"><span class=\"s2\"> Just a year later, Mecklenburg County\u2019s parcel fabric had been migrated from ArcMap to ArcGIS Pro. Immediately following the migration, data verification was carried out via a SQL script to confirm that parcel fabric migration was successful. Migration allowed the county\u2019s GIS division to continue providing high-quality parcel data and facilitate the use of ArcGIS Pro and ArcGIS Enterprise.<\/span><\/p>\r\n<p class=\"p1\"><\/p>"},{"acf_fc_layout":"image","image":712442,"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"image","image":712452,"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h3 class=\"p2\">Preparing for Parcel Fabric Migration<\/h3>\r\n<p class=\"p1\">Before beginning the migration process, Chen studied online Esri documentation for the data models for both ArcMap and ArcGIS Pro parcel fabric. By September 2023, he had conducted several tests using the Upgrade ArcMap Parcel Fabric geoprocessing tool to upgrade a sample ArcMap parcel fabric to an ArcGIS Pro parcel fabric in a file geodatabase.<\/p>\r\n<p class=\"p1\">After completing two other GIS projects, Chen refocused his work on the parcel fabric migration from March to June 2024. On June 6, 2024, both the county\u2019s testing and production ArcGIS Enterprise implementations were up and running. These included all the ArcGIS Enterprise components including Portal for ArcGIS, ArcGIS Server, and ArcGIS Data Store.<\/p>\r\n<p class=\"p1\"><span class=\"s2\"> To complement both the testing and production in ArcGIS Enterprise, he worked with a database administrator from the county\u2019s IT department to create a testing enterprise geodatabase and a production enterprise geodatabase on two different remote SQL Server database servers. Chen refined his workflow using ArcGIS Enterprise and a testing enterprise geodatabase. Emma Rosenthal from Esri also provided technical support for this process. <\/span><\/p>\r\n<p class=\"p1\">Processing the parcel fabric locally fully utilized Chen\u2019s powerful workstation computer. It took eight hours to complete the workflow. In the final step of this workflow, he copied the ArcGIS Pro parcel fabric from a file geodatabase on his workstation to the testing enterprise geodatabase on the remote SQL Server.<\/p>\r\n<p class=\"p1\"><\/p>"},{"acf_fc_layout":"image","image":712502,"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h3 class=\"p2\">Preparing for Data Verification<\/h3>\r\n<p class=\"p1\">When Chen was preparing for the migration, he was asked how to determine if the parcel fabric migration was successful. To verify migration success, he needed to answer three questions:<\/p>\r\n\r\n<ol>\r\n \t<li class=\"p3\">How many plans, points, lines, and parcels were migrated from the ArcMap parcel fabric to the ArcGIS Pro parcel fabric?<\/li>\r\n \t<li class=\"p3\">If all elements did not migrate, which ones did not migrate and why?<\/li>\r\n \t<li class=\"p3\">Did the plans, points, lines, and parcels that were migrated keep their original geometry and attribute values?<\/li>\r\n<\/ol>\r\n<p class=\"p1\">While ArcGIS Pro might be used to manually compare plans and records, points, lines, and polygons before and after migration, that approach is not practical when checking millions of features.<\/p>\r\n<p class=\"p1\">While the Spatially Enabled DataFrame in ArcGIS API for Python could be used to verify data, Chen believed that SQL was a more efficient way to verify not only the number of objects migrated, but also their geometry and attributes. First, he illustrated the relationships among tables. Then, he copied both the ArcMap and ArcGIS Pro parcel fabric from an experimental test of parcel fabric migration conducted in June 2024. He put the ArcMap parcel fabric into a database schema called aq, and the ArcGIS Pro parcel fabric to another database schema called lr. Both database schemas were located in the same testing enterprise geodatabase in the remote SQL Server.<\/p>\r\n<p class=\"p1\">With both the ArcMap and ArcGIS Pro parcel fabric in the same testing enterprise geodatabase, Chen wrote SQL statements to compare the plans, points, lines, and polygons in ArcMap parcel fabric to their counterparts in ArcGIS Pro parcel fabric. Running SQL statements enabled him to perform data analysis and validate the success of the migration.<\/p>\r\n<p class=\"p1\">It took two weeks for Chen to complete the SQL script. After answering specific questions about the migration with this table, he expected that the parcel fabric migration would be successful.<\/p>\r\n<p class=\"p1\">Chen\u2019s scripts validated the parcel migration. Running three different portions of the SQL statements shown in Listing 1 in Microsoft SQL Server Management Studio returned:<\/p>\r\n<p class=\"p3\">402,336 parcels (the number of tax parcels in ArcMap parcel fabric)<\/p>\r\n<p class=\"p3\">402,154 parcels (the number of tax parcels in ArcGIS Pro parcel fabric)<\/p>\r\n<p class=\"p3\">402,154 parcels (the number of tax parcels migrated)<\/p>\r\n<p class=\"p1\"><\/p>"},{"acf_fc_layout":"image","image":712462,"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<p class=\"p1\"><span class=\"s3\">The difference between the number of ArcMap and ArcGIS Pro parcels was 182. Why didn\u2019t these parcels migrate? He ran the SQL statement shown in Listing 2 and found that all 182 tax parcel polygons had zero area and perimeter length so that they did not migrate. <\/span><\/p>\r\n<p class=\"p1\"><\/p>"},{"acf_fc_layout":"image","image":712472,"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<p class=\"p1\">Next, Chen ran the SQL statement in Listing 3 to find out if\u2014after migration\u2014all parcel polygons kept their original geometry and attribute values. No parcels were returned, which showed him that after migration the parcel polygons\u2019 original geometry and attribute values were preserved.<\/p>\r\n<p class=\"p1\"><\/p>"},{"acf_fc_layout":"image","image":712482,"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h3 class=\"p2\">Implementation<\/h3>\r\n<p class=\"p1\">After thoroughly testing the parcel fabric migration and data verification workflow in the testing environment, Chen used the same workflow to complete the county\u2019s parcel fabric migration in the production environment in a single day, July 27, 2024. The production environment consisted of the production ArcGIS Enterprise and the production enterprise geodatabase. The next day, Chen ran his SQL script and summarized the data verification in a table that proved that the county\u2019s parcel fabric migration was a success.<\/p>\r\n\r\n<h3 class=\"p2\">Editing ArcGIS Pro Parcel Fabric Data in ArcGIS Enterprise<\/h3>\r\n<p class=\"p1\">During his experiments in the testing environment in early June 2024, Chen created a map for staff in the county\u2019s Land Records Agency to use when editing parcel fabric data in ArcGIS Pro. He first published the ArcGIS Pro parcel fabric in the testing enterprise geodatabase as a web feature layer. Then he worked with the land records staff to design the map with the web feature layer and other supplementary layers.<\/p>\r\n<p class=\"p1\">Chen wrote an ArcGIS Arcade script to create attribute rules for the critical fields in ArcGIS Pro parcel fabric feature classes. He also modified an Arcade script provided by Esri to intelligently label the length values of parcel-type line features in the ArcGIS Pro parcel fabric\u2019s web feature layer. He intended to let the land records staff use the map to get familiar with ArcGIS Pro and its record-driven editing style as early as possible.<\/p>\r\n<p class=\"p1\">Meanwhile, the county\u2019s GIS department had the land records staff take Esri training classes on ArcGIS Pro and the parcel fabric. This training would help them avoid a transition shock when they began editing the parcel fabric in ArcGIS Pro in the production environment.<\/p>\r\n<p class=\"p1\">After successfully migrating the parcel fabric, Chen published the ArcGIS Pro parcel fabric in the production enterprise geodatabase as a web feature layer to the production ArcGIS Enterprise portal. Then, he copied the map which he previously created for the testing environment, changed the data source of ArcGIS Pro parcel fabric\u2019s web feature layer from the testing ArcGIS Enterprise portal to the production ArcGIS Enterprise portal. Finally, he gave the updated map to the land records staff. This ensured a seamless transition from ArcMap to ArcGIS Pro. They were instantly using ArcGIS Pro and the map to edit ArcGIS Pro parcel fabric in the production environment, beginning on July 28, 2024.<\/p>\r\n\r\n<h3 class=\"p2\">Support for Parcel Migration Efforts<\/h3>\r\n<p class=\"p1\">It took Chen five months to complete the parcel migration. To help others still using the ArcMap parcel fabric migrate to the ArcGIS Pro parcel fabric, he detailed his parcel fabric migration process in a Microsoft Word document and made ArcMap and ArcGIS Pro parcel fabric data in two file geodatabases, and his SQL script in two text files available at https:\/\/tinyurl.com\/mrxhuma3.<\/p>\r\n<p class=\"p1\">The folder contains a ReadMe.txt file describing how to use the data and SQL script. His SQL script worked for an enterprise geodatabase in SQL Server 2016 or newer version. With minimal modification in SQL spatial data type methods that would entail changing from Shape.STArea() for SQL Server to ST_Area(shape) for PostgreSQL with PostGIS and Oracle, his SQL script should work for an enterprise geodatabase in PostgreSQL with PostGIS or Oracle.<\/p>\r\n<p class=\"p1\"><\/p>"}],"references":null},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Successfully migration parcel fabric to ArcGIS Pro<\/title>\n<meta name=\"description\" content=\"Jack Chen migrated Mecklenburg County\u2019s parcel data from ArcMap parcel fabric from to ArcGIS Pro parcel fabric and performing data verification with SQL.\" \/>\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.esri.com\/about\/newsroom\/arcuser\/parcelfabric\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Successfully Migrating Parcel Fabric to ArcGIS Pro\" \/>\n<meta property=\"og:description\" content=\"Jack Chen migrated Mecklenburg County\u2019s parcel data from ArcMap parcel fabric from to ArcGIS Pro parcel fabric and performing data verification with SQL.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/parcelfabric\" \/>\n<meta property=\"og:site_name\" content=\"Esri\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2024\/10\/parcelfabric_banner.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Esri\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\/\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/parcelfabric\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/parcelfabric\",\n\t            \"name\": \"Successfully migration parcel fabric to ArcGIS Pro\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\"\n\t            },\n\t            \"datePublished\": \"2024-11-19T16:56:17+00:00\",\n\t            \"description\": \"Jack Chen migrated Mecklenburg County\u2019s parcel data from ArcMap parcel fabric from to ArcGIS Pro parcel fabric and performing data verification with SQL.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/parcelfabric#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/parcelfabric\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/parcelfabric#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\/\/www.esri.com\/about\/newsroom\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Successfully Migrating Parcel Fabric to ArcGIS Pro\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/\",\n\t            \"name\": \"Esri\",\n\t            \"description\": \"Esri Newsroom\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Person\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/82e5143bcdebadf8fd64d84e503ca468\",\n\t            \"name\": \"Monica Pratt\",\n\t            \"image\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/\",\n\t                \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg\",\n\t                \"contentUrl\": \"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg\",\n\t                \"caption\": \"Monica Pratt\"\n\t            },\n\t            \"description\": \"Monica Pratt is the founding and current editor of ArcUser magazine, the executive editor of ArcNews magazine, the editor of Esri Globe and head of the Publications team at Esri. She has been writing on technology topics, specializing in GIS, for more than 30 years. Before joining Esri in 1997, she worked for newspapers and in the financial industry.\",\n\t            \"sameAs\": [\n\t                \"https:\/\/x.com\/ArcUser\"\n\t            ],\n\t            \"url\": \"\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Successfully migration parcel fabric to ArcGIS Pro","description":"Jack Chen migrated Mecklenburg County\u2019s parcel data from ArcMap parcel fabric from to ArcGIS Pro parcel fabric and performing data verification with SQL.","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.esri.com\/about\/newsroom\/arcuser\/parcelfabric","og_locale":"en_US","og_type":"article","og_title":"Successfully Migrating Parcel Fabric to ArcGIS Pro","og_description":"Jack Chen migrated Mecklenburg County\u2019s parcel data from ArcMap parcel fabric from to ArcGIS Pro parcel fabric and performing data verification with SQL.","og_url":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/parcelfabric","og_site_name":"Esri","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","og_image":[{"url":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2024\/10\/parcelfabric_banner.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@Esri","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/parcelfabric","url":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/parcelfabric","name":"Successfully migration parcel fabric to ArcGIS Pro","isPartOf":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/#website"},"datePublished":"2024-11-19T16:56:17+00:00","description":"Jack Chen migrated Mecklenburg County\u2019s parcel data from ArcMap parcel fabric from to ArcGIS Pro parcel fabric and performing data verification with SQL.","breadcrumb":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/parcelfabric#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/about\/newsroom\/arcuser\/parcelfabric"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/parcelfabric#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/about\/newsroom"},{"@type":"ListItem","position":2,"name":"Successfully Migrating Parcel Fabric to ArcGIS Pro"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/about\/newsroom\/#website","url":"https:\/\/www.esri.com\/about\/newsroom\/","name":"Esri","description":"Esri Newsroom","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/82e5143bcdebadf8fd64d84e503ca468","name":"Monica Pratt","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/","url":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg","contentUrl":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg","caption":"Monica Pratt"},"description":"Monica Pratt is the founding and current editor of ArcUser magazine, the executive editor of ArcNews magazine, the editor of Esri Globe and head of the Publications team at Esri. She has been writing on technology topics, specializing in GIS, for more than 30 years. Before joining Esri in 1997, she worked for newspapers and in the financial industry.","sameAs":["https:\/\/x.com\/ArcUser"],"url":""}]}},"sort_order":"17","_links":{"self":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser\/712382","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser"}],"about":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/types\/arcuser"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/users\/1031"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser\/712382\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/media?parent=712382"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/categories?post=712382"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/tags?post=712382"},{"taxonomy":"arcuser_issues","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser_issues?post=712382"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}