{"id":1513962,"date":"2022-04-12T08:30:13","date_gmt":"2022-04-12T15:30:13","guid":{"rendered":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=1513962"},"modified":"2022-04-12T08:30:57","modified_gmt":"2022-04-12T15:30:57","slug":"use-a-web-app-to-visualize-a-farm-to-table-supply-chain","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain","title":{"rendered":"Build web apps using ArcGIS Knowledge Server REST APIs"},"author":6181,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[23341,23851,738191],"tags":[764782,764772,764792,299382,32751],"industry":[],"product":[36571,762232],"class_list":["post-1513962","blog","type-blog","status-publish","format-standard","hentry","category-analytics","category-data-management","category-developers","tag-arcgis-knowledge","tag-arcgis-rest-apis","tag-graph-schema","tag-supply-chain","tag-web-apps","product-arcgis-enterprise","product-arcgis-knowledge"],"acf":{"short_description":"Developers can use ArcGIS Knowledge Server REST APIs to build web apps to visualize complex and interconnected relationships and data.","flexible_content":[{"acf_fc_layout":"content","content":"<p><a href=\"https:\/\/www.esri.com\/en-us\/arcgis\/products\/arcgis-knowledge\/overview\" target=\"_blank\" rel=\"noopener\">ArcGIS Knowledge<\/a> introduces compelling new graph analysis capabilities to explore spatial and non-spatial relationships in <a href=\"https:\/\/www.esri.com\/en-us\/arcgis\/products\/arcgis-enterprise\/overview\" target=\"_blank\" rel=\"noopener\">ArcGIS Enterprise <\/a>and <a href=\"https:\/\/www.esri.com\/en-us\/arcgis\/products\/arcgis-pro\/resources\" target=\"_blank\" rel=\"noopener\">ArcGIS Pro<\/a>.<\/p>\n<p>It enables organizations to identify and understand the complex relationships that are found within vast amounts of data using the power of graph databases.<\/p>\n<p>And now, developers can leverage the <a href=\"https:\/\/developers.arcgis.com\/rest\/services-reference\/enterprise\/kgs-hosted-server.htm\" target=\"_blank\" rel=\"noopener\">ArcGIS Knowledge Server REST API<\/a> to build web applications where this interconnected data can be visualized on any device with a web browser. The REST API can be used to perform graph queries across relationship links, edit entities, edit relationships, or even to edit the data model of the graph itself.<\/p>\n"},{"acf_fc_layout":"content","content":"<h2>Scenario<\/h2>\n<p>To see the real power of this capability in action, consider a farm-to-table supply chain scenario. Food supply chains are important when considering ingredient sourcing for freshness or when tracing the origin of foodborne illness.<\/p>\n<p>In this example:<\/p>\n<ol>\n<li>A farm produces fresh produce and goods<\/li>\n<li>Many vendors purchase goods from these farms<\/li>\n<li>Vendors supply these goods to participating restaurants as ingredients<\/li>\n<li>Customers patronize these restaurants to consume menu items made from ingredients<\/li>\n<\/ol>\n<p>The flow of the food supply chain can be visualized from farm to customer or from customer back to farm with a directed graph structure.<\/p>\n<p>Graph databases, such as those that power ArcGIS Knowledge, structure data differently than the rows and columns of a traditional database, and emphasize the patterns that define the relationships between entities.<\/p>\n"},{"acf_fc_layout":"content","content":"<h2>Visualize results<\/h2>\n<p>For this scenario, a supply chain has been modeled in a graph schema as shown in the diagram below.<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":1516982,"id":1516982,"title":"Supply chain schema transformation","filename":"supply-chain-schema-transformation.png","filesize":50542,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/supply-chain-schema-transformation.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain\/supply-chain-schema-transformation","alt":"Supply chain schema transformation","author":"6181","description":"","caption":"","name":"supply-chain-schema-transformation","status":"inherit","uploaded_to":1513962,"date":"2022-03-18 00:42:36","modified":"2022-03-18 00:43:23","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":1518,"height":751,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/supply-chain-schema-transformation-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/supply-chain-schema-transformation.png","medium-width":464,"medium-height":230,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/supply-chain-schema-transformation.png","medium_large-width":768,"medium_large-height":380,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/supply-chain-schema-transformation.png","large-width":1518,"large-height":751,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/supply-chain-schema-transformation.png","1536x1536-width":1518,"1536x1536-height":751,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/supply-chain-schema-transformation.png","2048x2048-width":1518,"2048x2048-height":751,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/supply-chain-schema-transformation-826x409.png","card_image-width":826,"card_image-height":409,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/supply-chain-schema-transformation.png","wide_image-width":1518,"wide_image-height":751}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<p>The various geospatial entities are in the diagram represented with icons. These entities are connected to each other through to non-geospatial entities, such as the food a vendor buys from a farm supplier, or the meals that are consumed by a person dining at a restaurant.<\/p>\n<p>However, to meaningfully visualize the supply chain in a geospatial context, the user needs the geospatial entities to be directly connected on the web map scene if a valid path exists between them.<\/p>\n<p>Using the services and data of the REST API, the web app finds the valid paths between geospatial entities via non-geospatial intermediary entities.<\/p>\n<p>These paths are then rendered as direct lines between entity locations. Furthermore, finding this information allows the user to select a particular entity and visualize the up and downstream supply chain flow.<\/p>\n"},{"acf_fc_layout":"kaltura","video_id":"1_e0h4o9ez","time":false,"start":0,"stop":""},{"acf_fc_layout":"content","content":"<h2>About the APIs<\/h2>\n<p>The <a href=\"https:\/\/developers.arcgis.com\/rest\/services-reference\/enterprise\/kgs-hosted-server.htm\" target=\"_blank\" rel=\"noopener\">Knowledge Graph Service APIs<\/a> are in the <a href=\"https:\/\/developers.arcgis.com\/rest\/services-reference\/enterprise\/what-s-new.htm\" target=\"_blank\" rel=\"noopener\">ArcGIS REST Services Directory<\/a> and organized with a similar structure to other service APIs such as map and feature services. They have similar endpoints to perform data transaction operations like <code>query<\/code> and <code>apply edits<\/code>.<\/p>\n<p>One significant difference is that ArcGIS Knowledge is powered by a <a href=\"https:\/\/enterprise.arcgis.com\/en\/portal\/latest\/administer\/windows\/arcgis-data-store-terms.htm#ESRI_SECTION1_D8BED64D972F44AC86A85AC769B3DB8E\" target=\"_blank\" rel=\"noopener\">graph store<\/a> instead of a relational database. As a result, when querying data, you will use <a href=\"https:\/\/opencypher.org\/\" target=\"_blank\" rel=\"noopener\">openCypher<\/a> instead of SQL. This allows you to structure queries that match patterns across the graph, to enable analysis. This workflow would be very difficult to achieve using a traditional relational database.<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":1517612,"id":1517612,"title":"ArcGIS Knowledge Server REST API","filename":"knowledge-server-rest-api.png","filesize":23921,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/knowledge-server-rest-api.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain\/knowledge-server-rest-api","alt":"ArcGIS Knowledge Server REST API","author":"6181","description":"","caption":"","name":"knowledge-server-rest-api","status":"inherit","uploaded_to":1513962,"date":"2022-03-18 18:03:20","modified":"2022-03-18 18:03:50","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":961,"height":685,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/knowledge-server-rest-api-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/knowledge-server-rest-api.png","medium-width":366,"medium-height":261,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/knowledge-server-rest-api.png","medium_large-width":768,"medium_large-height":547,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/knowledge-server-rest-api.png","large-width":961,"large-height":685,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/knowledge-server-rest-api.png","1536x1536-width":961,"1536x1536-height":685,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/knowledge-server-rest-api.png","2048x2048-width":961,"2048x2048-height":685,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/knowledge-server-rest-api-652x465.png","card_image-width":652,"card_image-height":465,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/knowledge-server-rest-api.png","wide_image-width":961,"wide_image-height":685}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<p>Regardless, these APIs and underlying data can be consumed by both Esri and non-Esri libraries. For example, the following web app was built using non-Esri tools to visualize the same farm-to-table supply chain scenario.<\/p>\n<p>The web app uses a <a href=\"https:\/\/en.wikipedia.org\/wiki\/Force-directed_graph_drawing\" target=\"_blank\" rel=\"noopener\">Force-directed graph drawing<\/a>, is powered by the Open Source D3 graphics rendering library, and was enhanced with added additional functionality, such as expandability. The <a href=\"https:\/\/v4.mui.com\/\" target=\"_blank\" rel=\"noopener\">Material-UI<\/a> component library provides flexibility to visualize the underlying data using a variety of tabular formats.<\/p>\n"},{"acf_fc_layout":"kaltura","video_id":"1_xfivmox9","time":false,"start":0,"stop":""},{"acf_fc_layout":"content","content":"<h2>Conclusion<\/h2>\n<p>We\u2019re excited for the future of graph data with ArcGIS and are looking forward to seeing what you, the developer community, can build with graphs powered by ArcGIS Knowledge services.<\/p>\n"}],"authors":[{"ID":6181,"user_firstname":"Sara","user_lastname":"Sanchez","nickname":"Sara Sanchez","user_nicename":"saramdsanchez","display_name":"Sara Sanchez","user_email":"ssanchez@esri.com","user_url":"","user_registered":"2018-03-02 00:18:03","user_description":"Sara is a lead product engineer on the ArcGIS Enterprise team. She enjoys spending time at the lake, non-fiction, and cooking.","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/06\/sara-s-213x200.jpg' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"},{"ID":304722,"user_firstname":"Rob","user_lastname":"Santos","nickname":"RSantos","user_nicename":"rsantos","display_name":"Rob Santos","user_email":"RSantos@esri.com","user_url":"","user_registered":"2022-03-21 13:57:50","user_description":"Robert Santos is a Senior Web Developer on the ArcGIS Knowledge development team with a background in a variety of front-end frameworks, NodeJS and Java based middleware, and database administration.  His passion is for building web application systems that transform data into tools that are exactly what users need to do their job more quickly and effectively.  He is especially excited for the awesome new capabilities graph databases and APIs are bringing to the Esri ecosystem via the new ArcGIS Knowledge capability!  Rob has designed and delivered solutions for Esri product teams and a variety of clients across the government and commercial sectors.\r\n\r\nRob graduated with a BS in Computer Science from the US Air Force Academy in 2007 and a MA in International Relations from St. Mary\u2019s University in 2012.  As a Cyberspace Operations Officer on the active duty US Air Force, he traveled the world to evaluate or oversee network performance, security, and operations.  He transitioned to civilian life as a developer in 2015 and has been a part of Esri since 2018.  An avid PC gamer, he enjoys any game that involves building things or an immersive world.  Rob lives in St. Louis with his wife of 14 years, Laura, their two miniature Dachshunds, and their new son Bobby.","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/RobSantos-e1647871337243-213x200.jpg' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"}],"related_articles":"","card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/farm-to-table-card.jpg","wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/farm-to-table-banner.jpg"},"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>Build web apps using ArcGIS Knowledge Server REST APIs<\/title>\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\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Build web apps using ArcGIS Knowledge Server REST APIs\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-12T15:30:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.esri.com\/arcgis-blog\/wp-content\/uploads\/2022\/03\/farm-to-table-card.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"826\" \/>\n\t<meta property=\"og:image:height\" content=\"465\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain\"},\"author\":{\"name\":\"Sara Sanchez\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/6c556a0f390ec3743139ee661c114a3a\"},\"headline\":\"Build web apps using ArcGIS Knowledge Server REST APIs\",\"datePublished\":\"2022-04-12T15:30:13+00:00\",\"dateModified\":\"2022-04-12T15:30:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain\"},\"wordCount\":9,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"ArcGIS Knowledge\",\"ArcGIS REST APIs\",\"graph schema\",\"supply chain\",\"Web Apps\"],\"articleSection\":[\"Analytics\",\"Data Management\",\"Developers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain\",\"name\":\"Build web apps using ArcGIS Knowledge Server REST APIs\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2022-04-12T15:30:13+00:00\",\"dateModified\":\"2022-04-12T15:30:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Build web apps using ArcGIS Knowledge Server REST APIs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"name\":\"ArcGIS Blog\",\"description\":\"Get insider info from Esri product teams\",\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\",\"name\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"width\":400,\"height\":400,\"caption\":\"Esri\"},\"image\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/esrigis\/\",\"https:\/\/x.com\/ESRI\",\"https:\/\/www.linkedin.com\/company\/5311\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/6c556a0f390ec3743139ee661c114a3a\",\"name\":\"Sara Sanchez\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/06\/sara-s-213x200.jpg\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/06\/sara-s-213x200.jpg\",\"caption\":\"Sara Sanchez\"},\"description\":\"Sara is a lead product engineer on the ArcGIS Enterprise team. She enjoys spending time at the lake, non-fiction, and cooking.\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/author\/saramdsanchez\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Build web apps using ArcGIS Knowledge Server REST APIs","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\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain","og_locale":"en_US","og_type":"article","og_title":"Build web apps using ArcGIS Knowledge Server REST APIs","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2022-04-12T15:30:57+00:00","og_image":[{"width":826,"height":465,"url":"https:\/\/www.esri.com\/arcgis-blog\/wp-content\/uploads\/2022\/03\/farm-to-table-card.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@ESRI","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain"},"author":{"name":"Sara Sanchez","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/6c556a0f390ec3743139ee661c114a3a"},"headline":"Build web apps using ArcGIS Knowledge Server REST APIs","datePublished":"2022-04-12T15:30:13+00:00","dateModified":"2022-04-12T15:30:57+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain"},"wordCount":9,"commentCount":0,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["ArcGIS Knowledge","ArcGIS REST APIs","graph schema","supply chain","Web Apps"],"articleSection":["Analytics","Data Management","Developers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain","name":"Build web apps using ArcGIS Knowledge Server REST APIs","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2022-04-12T15:30:13+00:00","dateModified":"2022-04-12T15:30:57+00:00","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"Build web apps using ArcGIS Knowledge Server REST APIs"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/arcgis-blog\/#website","url":"https:\/\/www.esri.com\/arcgis-blog\/","name":"ArcGIS Blog","description":"Get insider info from Esri product teams","publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization","name":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","width":400,"height":400,"caption":"Esri"},"image":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esrigis\/","https:\/\/x.com\/ESRI","https:\/\/www.linkedin.com\/company\/5311\/"]},{"@type":"Person","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/6c556a0f390ec3743139ee661c114a3a","name":"Sara Sanchez","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/06\/sara-s-213x200.jpg","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/06\/sara-s-213x200.jpg","caption":"Sara Sanchez"},"description":"Sara is a lead product engineer on the ArcGIS Enterprise team. She enjoys spending time at the lake, non-fiction, and cooking.","url":"https:\/\/www.esri.com\/arcgis-blog\/author\/saramdsanchez"}]}},"text_date":"April 12, 2022","author_name":"Multiple Authors","author_page":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-knowledge\/analytics\/use-a-web-app-to-visualize-a-farm-to-table-supply-chain","custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/farm-to-table-banner.jpg","primary_product":"ArcGIS Knowledge","tag_data":[{"term_id":764782,"name":"ArcGIS Knowledge","slug":"arcgis-knowledge","term_group":0,"term_taxonomy_id":764782,"taxonomy":"post_tag","description":"","parent":0,"count":11,"filter":"raw"},{"term_id":764772,"name":"ArcGIS REST APIs","slug":"arcgis-rest-apis","term_group":0,"term_taxonomy_id":764772,"taxonomy":"post_tag","description":"","parent":0,"count":2,"filter":"raw"},{"term_id":764792,"name":"graph schema","slug":"graph-schema","term_group":0,"term_taxonomy_id":764792,"taxonomy":"post_tag","description":"","parent":0,"count":1,"filter":"raw"},{"term_id":299382,"name":"supply chain","slug":"supply-chain","term_group":0,"term_taxonomy_id":299382,"taxonomy":"post_tag","description":"","parent":0,"count":4,"filter":"raw"},{"term_id":32751,"name":"Web Apps","slug":"web-apps","term_group":0,"term_taxonomy_id":32751,"taxonomy":"post_tag","description":"","parent":0,"count":21,"filter":"raw"}],"category_data":[{"term_id":23341,"name":"Analytics","slug":"analytics","term_group":0,"term_taxonomy_id":23341,"taxonomy":"category","description":"","parent":0,"count":1330,"filter":"raw"},{"term_id":23851,"name":"Data Management","slug":"data-management","term_group":0,"term_taxonomy_id":23851,"taxonomy":"category","description":"","parent":0,"count":921,"filter":"raw"},{"term_id":738191,"name":"Developers","slug":"developers","term_group":0,"term_taxonomy_id":738191,"taxonomy":"category","description":"","parent":0,"count":423,"filter":"raw"}],"product_data":[{"term_id":36571,"name":"ArcGIS Enterprise","slug":"arcgis-enterprise","term_group":0,"term_taxonomy_id":36571,"taxonomy":"product","description":"","parent":0,"count":977,"filter":"raw"},{"term_id":762232,"name":"ArcGIS Knowledge","slug":"arcgis-knowledge","term_group":0,"term_taxonomy_id":762232,"taxonomy":"product","description":"","parent":36981,"count":30,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=arcgis-knowledge","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/1513962","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/users\/6181"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=1513962"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/1513962\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=1513962"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=1513962"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=1513962"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=1513962"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=1513962"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}