{"id":339,"date":"2021-05-13T22:37:11","date_gmt":"2021-05-13T22:37:11","guid":{"rendered":"https:\/\/terrabioappdev.wpenginepowered.com\/how-drs-data-repository-service-api-helps-manage-the-data\/"},"modified":"2023-12-27T04:54:43","modified_gmt":"2023-12-27T04:54:43","slug":"how-drs-data-repository-service-api-helps-manage-the-data","status":"publish","type":"post","link":"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/","title":{"rendered":"Embracing DRS URIs and the benefits of data interoperability standards"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">DRS (pronounced &#8220;durs&#8221;) stands for Data Repository Service API, one of the interoperability standards developed under the aegis of the <\/span><a href=\"https:\/\/www.ga4gh.org\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Global Alliance for Genomics and Health<\/span><\/a><span style=\"font-weight: 400;\"> (GA4GH). Unless you&#8217;re an infrastructure nerd, you probably never heard of DRS until you came across something that looked like <em>drs:\/\/dg.ANV0\/f581ca07-1d7a-4a95-902e-4b910571f3a2<\/em>\u00a0in a data table where you expected something more like <em>gs:\/\/some-bucket\/blah\/some-filename.bam<\/em>. You may also have encountered <\/span><a href=\"https:\/\/support.terra.bio\/hc\/en-us\/articles\/360039330211\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Terra documentation<\/span><\/a><span style=\"font-weight: 400;\"> that defines DRS URIs, GUIDs, and all that alphabet soup.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">What you may not have fully gleaned from those experiences is that DRS is a really neat and phenomenally useful system. It&#8217;s also one of those things where you can&#8217;t completely avoid having to understand how some cloud stuff works under the hood. So in this blog, we thought it might be helpful to explain the big picture of what DRS is for, and specifically, how it liberates you from having to worry about certain data management problems.\u00a0<\/span><\/p>\n<p>&nbsp;<\/p>\n<h3><span style=\"font-weight: 400;\">Standardizing data connections across the cloud ecosystem<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">At its core, DRS is a set of standardized rules for managing how we connect to data in a world that&#8217;s increasingly multi-platform and multi-cloud. There are numerous organizations that operate data repositories, often with their own ways of organizing datasets and interfaces for providing access to the data, and hosted on different cloud providers&#8217; platforms, such as Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">DRS was developed by a GA4GH working group to make it easier for platforms like Terra to connect to those various repositories in order to make the data available for analysis in a way that would be consistent across platforms and sustainable over time. Specifically, one important goal of the standard is to enable individual researchers to access and use data without having to know anything about how the data repositories are engineered, or what are the exact locations of the data files.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">That last point, about the location of data files, is what we&#8217;re going to dive into next because it&#8217;s the only part of DRS that really shows up in a visible way if you&#8217;re using Terra, in the form of those somewhat opaque Uniform Resource Identifiers (URIs). The rest all happens behind the scenes, and unless you&#8217;re a platform developer or data curator, you don&#8217;t need to care about how it works.\u00a0<\/span><\/p>\n<p>&nbsp;<\/p>\n<h3><span style=\"font-weight: 400;\">Website URLs as a model for understanding how DRS URIs work<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">The idea here is that DRS acts as an &#8220;abstraction layer&#8221; that manages the mapping between dataset entries in a database and the actual location of the data files, through the use of URIs. This can be a challenging concept, so let&#8217;s take a brief detour to explore what this means through an example that may feel more familiar.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Think about how you interact with a normal website on the internet \u2014 like this blog, for example. It&#8217;s hosted on a server that has a physical location somewhere, with an <\/span><a href=\"https:\/\/en.wikipedia.org\/wiki\/IP_address\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">IP address<\/span><\/a><span style=\"font-weight: 400;\"> that might look something like &#8220;172.16.254.1&#8221;. But you didn&#8217;t have to know that in order to access it. You just typed or clicked on the URL &#8220;https:\/\/terra.bio\/blog\/this-article-name&#8221;, and here you are. What happened? The URL address you used acted as an alias. Your browser used a domain name service to look up what IP address &#8220;terra.bio&#8221; corresponds to, and connected you to our server. Then your browser said you wanted this blog article named &#8220;this-article-name&#8221;, so our server pulled up the relevant content and displayed it in a nice clean webpage, which you&#8217;re reading right now.<\/span><\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone wp-image-931 size-full\" src=\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/web-urls-1.png\" alt=\"drs uri\" width=\"1230\" height=\"580\" \/><\/p>\n<p><span style=\"font-weight: 400;\">One of the benefits of this system is that, if in six months we need to ditch our current web setup and move to a different server or service provider, we can do that behind the scenes. We&#8217;d just update the location that the terra.bio alias should point to in the domain name service list, and you would never even need to know. Technically that&#8217;s exactly what we did in December when we launched the new Terra.bio website: we moved from Squarespace to WP Engine, and anyone who had bookmarked Terra.bio got automatically directed to the new location without having to do anything. A similar mechanism applies to content on the server as well: if we decide to change how we manage our content (whether it&#8217;s how files are named, where they live, or how the database is organized) we can set up aliases so that any existing links will continue to work seamlessly.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">And there you have it: that&#8217;s essentially what DRS does for us in the context of accessing data in various repositories. Repositories that use DRS for managing data connections assign a sort of alias called a Uniform Resource Identifier (URI) to each data file so that a platform like Terra can provide access to the data in a way that is agnostic of the actual location of the files.<\/span><\/p>\n<p>&nbsp;<\/p>\n<h3><span style=\"font-weight: 400;\">Using data from repositories with and without DRS<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Let&#8217;s run through an example. Say you want to run an analysis on a dataset from a cloud repository included in the Terra catalog. When you import the data into your Terra workspace, the system creates one or more data tables that act as a manifest containing all the relevant metadata, including references to any data files.\u00a0<\/span><\/p>\n<p>&nbsp;<\/p>\n<h5><span style=\"font-weight: 400;\">What it looks like without DRS<\/span><\/h5>\n<p><span style=\"font-weight: 400;\">For a &#8220;regular&#8221; repository that does <\/span><b>not<\/b><span style=\"font-weight: 400;\"> use DRS, the locations in the table are the actual full paths to where the files are stored. Each file location starts with the appropriate prefix for the storage system (gs:\/\/ for Google Cloud Storage), the name of the storage bucket (fc-***\/), and the full path to the file (everything else).\u00a0<\/span><\/p>\n<pre><span style=\"font-weight: 400;\">gs:\/\/fc-56ac46ea-efc4-4683-b6d5-6d95bed41c5e\/CCDG_13607\/Project_CCDG_13607_B01_GRM_WGS.cram.2019-02-06\/Sample_NA20770\/analysis\/NA20770.final.cram<\/span><\/pre>\n<p><span style=\"font-weight: 400;\">(Yeah it&#8217;s a lot.)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">When you launch your analysis on the data, the system uses those file locations to access the relevant files. So you run a workflow, get results, move on with your life, yay.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Then three months later you discover you used the wrong parameter in your pipeline and you go to run the workflow again, but it fails. The error message says the files could not be found. After some digging, you find out that the file locations have changed because the data custodians decided to reorganize their data content, or changed the naming conventions of the files, or whatever. As a consequence, you have to look up the new locations for the data you&#8217;re interested in and update your data tables. It&#8217;s a huge hassle.<\/span><\/p>\n<p>&nbsp;<\/p>\n<h5><span style=\"font-weight: 400;\">DRS to the rescue<\/span><\/h5>\n<p><span style=\"font-weight: 400;\">Now imagine you live in a parallel universe where that same repository uses DRS to manage data location. You get the same data tables after importing the data into your workspace, but this time the file location column contains DRS URIs instead of the actual file locations. Each starts with the DRS prefix (drs:\/\/), an identifier for the repository (dg.ANV0\/), and an identifier specific to the file itself (everything else).\u00a0<\/span><\/p>\n<pre><span style=\"font-weight: 400;\">drs:\/\/dg.ANV0\/f581ca07-1d7a-4a95-902e-4b910571f3a2<\/span><\/pre>\n<p><span style=\"font-weight: 400;\">(Not exactly human-readable, but at least it&#8217;s shorter than the full path!)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">When you encounter these for the first time it can be quite confusing, but good news: you can plug those URIs straight into your workflow configuration where you would normally put the file locations. When you launch your workflow, Terra&#8217;s workflow management system will recognize that these are DRS URIs because of the &#8220;drs:\/\/&#8221; prefix. Terra will then identify and connect to the original repository, where it will look up each file&#8217;s URI and get the actual file location associated with that URI. Then the rest of the work can proceed as normal \u2014 get results, move on, yay.\u00a0\u00a0<\/span><\/p>\n<p><img decoding=\"async\" class=\"size-full wp-image-932 alignnone\" src=\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/drs-uris.png\" alt=\"drs\" width=\"1485\" height=\"634\" \/><\/p>\n<p><span style=\"font-weight: 400;\">And hey, three months later, when you re-run the analysis with the corrected parameters, everything still works fine and you don&#8217;t even realize the location of the data has changed. The data custodians updated the DRS manifests for their dataset with the new locations, so the original URIs still work. Thanks, DRS.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Note that if you&#8217;re using the data in a Notebook or in Rstudio, you have to invoke some code to transform the DRS URIs into file locations; it&#8217;s not as completely handled for you as with workflows. But there&#8217;s a handy package you can call on, so it&#8217;s reasonably straightforward, and it&#8217;s all documented <\/span><a href=\"https:\/\/support.terra.bio\/hc\/en-us\/articles\/360039330211\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">here<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>&nbsp;<\/p>\n<h3><span style=\"font-weight: 400;\">A win for interoperability and multi-cloud support\u00a0<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Hopefully, by now I&#8217;ve convinced you that DRS is a really useful system and that it&#8217;s worth the effort of learning to work with its URIs, if only because it helps ensure that references to data files will remain valid throughout the lifetime of your analysis.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">On top of that, it&#8217;s also going to be very helpful as we move closer to multi-cloud support. Datasets of widespread biomedical importance are increasingly made available on more than one cloud platform, in order to ensure access regardless of what cloud provider a researcher may be tied to. Thanks to DRS, data custodians don&#8217;t have to maintain separate data manifests for the mirrored datasets, because DRS URIs can be associated with multiple file locations corresponding to different platforms. As a result, a DRS-enabled repository can route incoming URI-based requests for data to the appropriate file locations depending on what platform the requester is calling from. The benefit for you as a researcher is that you&#8217;ll be able to use the same exact data tables to run workflows on either GCP or Azure, once Azure support comes online in Terra.<\/span><\/p>\n<p>&nbsp;<\/p>\n<h3><span style=\"font-weight: 400;\">The last mile of the DRS learning curve\u00a0<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">You now know all the major points of what DRS entails and how it shows up in Terra. You can learn more about using DRS URIs in practice from this <\/span><a href=\"https:\/\/support.terra.bio\/hc\/en-us\/articles\/360039330211\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Terra documentation article<\/span><\/a><span style=\"font-weight: 400;\">, and see them in action in several public workspaces: the <\/span><a href=\"https:\/\/app.terra.bio\/#workspaces\/help-gatk\/Terra-201-Gen3-Module\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Terra-201-Gen3-Module<\/span><\/a><span style=\"font-weight: 400;\"> workspace provides instructions for retrieving data from a DRS-enabled repository (AnVIL Gen3), and the <\/span><a href=\"https:\/\/app.terra.bio\/#workspaces\/biodata-catalyst\/BioData%20Catalyst%20Collection\/data\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">BioData Catalyst Collection<\/span><\/a><span style=\"font-weight: 400;\"> workspace features several tables that reference files using DRS URIs (look for a column named &#8220;pfb:ga4gh_drs_uri&#8221;). Note that the repositories currently using DRS in the Terra catalog all require authentication, so you&#8217;ll need to go through a simple login step to &#8220;link&#8221; your Terra credentials with the corresponding repository system. This is described at the very end of the documentation article, in the section titled &#8220;Troubleshooting DRS URI access in Terra&#8221;.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">As always, if you run into any trouble, don&#8217;t hesitate to reach out to the Terra Helpdesk!<\/span><\/p>\n<p>&nbsp;<\/p>\n<hr \/>\n<h5><\/h5>\n<h5><span style=\"color: #008000;\">Additional resources<\/span><\/h5>\n<p><a href=\"https:\/\/www.ga4gh.org\/news\/drs-api-enabling-cloud-based-data-access-and-retrieval\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">DRS API: Enabling Cloud-Based Data Access and Retrieval<\/span><\/a><span style=\"font-weight: 400;\">\u00a0<\/span><\/p>\n<p><a href=\"https:\/\/www.ga4gh.org\/news\/ga4gh-2020-connection-demos-highlight-the-value-of-interoperability-in-genomics\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">GA4GH 2020 Connection Demos Highlight the Value of Interoperability in Genomics<\/span><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>DRS stands for Data Repository Service API, one of the interoperability standards developed under the aegis of the Global Alliance for Genomics and Health (GA4GH). In this blog, we explain the big picture of what DRS is for and how it liberates you from having to worry about certain data management problems.\u00a0<\/p>\n","protected":false},"author":4,"featured_media":342,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[12,18,78,24,25,31,44,32],"tags":[],"class_list":["post-339","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-analysis","category-data","category-data-access","category-data-management","category-data-model","category-ecosystem","category-interactive-analysis","category-workflows"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Embracing DRS URIs and the benefits of data interoperability standards - Terra<\/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:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Embracing DRS URIs and the benefits of data interoperability standards - Terra\" \/>\n<meta property=\"og:description\" content=\"DRS stands for Data Repository Service API, one of the interoperability standards developed under the aegis of the Global Alliance for Genomics and Health (GA4GH). In this blog, we explain the big picture of what DRS is for and how it liberates you from having to worry about certain data management problems.\u00a0\" \/>\n<meta property=\"og:url\" content=\"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/\" \/>\n<meta property=\"og:site_name\" content=\"Terra\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-13T22:37:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-27T04:54:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/CloudNetwork_OG.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"627\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Geraldine Van der Auwera\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Geraldine Van der Auwera\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/\"},\"author\":{\"name\":\"Geraldine Van der Auwera\",\"@id\":\"https:\/\/terra.bio\/#\/schema\/person\/ad0522d0b331a5e08fa1733f65086ee2\"},\"headline\":\"Embracing DRS URIs and the benefits of data interoperability standards\",\"datePublished\":\"2021-05-13T22:37:11+00:00\",\"dateModified\":\"2023-12-27T04:54:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/\"},\"wordCount\":1812,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/terra.bio\/#organization\"},\"image\":{\"@id\":\"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/CloudNetwork_OG.png\",\"articleSection\":[\"Analysis\",\"Data\",\"Data Access\",\"Data Management\",\"Data Model\",\"Ecosystem\",\"Interactive Analysis\",\"Workflows\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/\",\"url\":\"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/\",\"name\":\"Embracing DRS URIs and the benefits of data interoperability standards - Terra\",\"isPartOf\":{\"@id\":\"https:\/\/terra.bio\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/CloudNetwork_OG.png\",\"datePublished\":\"2021-05-13T22:37:11+00:00\",\"dateModified\":\"2023-12-27T04:54:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/#primaryimage\",\"url\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/CloudNetwork_OG.png\",\"contentUrl\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/CloudNetwork_OG.png\",\"width\":1200,\"height\":627,\"caption\":\"CloudNetwork_OG\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/terra.bio\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Embracing DRS URIs and the benefits of data interoperability standards\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/terra.bio\/#website\",\"url\":\"https:\/\/terra.bio\/\",\"name\":\"Terra\",\"description\":\"Science at Scale\",\"publisher\":{\"@id\":\"https:\/\/terra.bio\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/terra.bio\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/terra.bio\/#organization\",\"name\":\"Terra\",\"url\":\"https:\/\/terra.bio\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/terra.bio\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/Terra-Bio-App@2x.webp\",\"contentUrl\":\"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/Terra-Bio-App@2x.webp\",\"width\":287,\"height\":318,\"caption\":\"Terra\"},\"image\":{\"@id\":\"https:\/\/terra.bio\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/terra.bio\/#\/schema\/person\/ad0522d0b331a5e08fa1733f65086ee2\",\"name\":\"Geraldine Van der Auwera\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/terra.bio\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d73bdaf6740465b385e0e3b290786d8cb9d9d548eadec23364254ba06c85204b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d73bdaf6740465b385e0e3b290786d8cb9d9d548eadec23364254ba06c85204b?s=96&d=mm&r=g\",\"caption\":\"Geraldine Van der Auwera\"},\"sameAs\":[\"https:\/\/app.terra.bio\/\"],\"url\":\"https:\/\/terra.bio\/author\/geraldinevanterra\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Embracing DRS URIs and the benefits of data interoperability standards - Terra","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:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/","og_locale":"en_US","og_type":"article","og_title":"Embracing DRS URIs and the benefits of data interoperability standards - Terra","og_description":"DRS stands for Data Repository Service API, one of the interoperability standards developed under the aegis of the Global Alliance for Genomics and Health (GA4GH). In this blog, we explain the big picture of what DRS is for and how it liberates you from having to worry about certain data management problems.\u00a0","og_url":"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/","og_site_name":"Terra","article_published_time":"2021-05-13T22:37:11+00:00","article_modified_time":"2023-12-27T04:54:43+00:00","og_image":[{"width":1200,"height":627,"url":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/CloudNetwork_OG.png","type":"image\/png"}],"author":"Geraldine Van der Auwera","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Geraldine Van der Auwera","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/#article","isPartOf":{"@id":"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/"},"author":{"name":"Geraldine Van der Auwera","@id":"https:\/\/terra.bio\/#\/schema\/person\/ad0522d0b331a5e08fa1733f65086ee2"},"headline":"Embracing DRS URIs and the benefits of data interoperability standards","datePublished":"2021-05-13T22:37:11+00:00","dateModified":"2023-12-27T04:54:43+00:00","mainEntityOfPage":{"@id":"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/"},"wordCount":1812,"commentCount":0,"publisher":{"@id":"https:\/\/terra.bio\/#organization"},"image":{"@id":"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/#primaryimage"},"thumbnailUrl":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/CloudNetwork_OG.png","articleSection":["Analysis","Data","Data Access","Data Management","Data Model","Ecosystem","Interactive Analysis","Workflows"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/","url":"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/","name":"Embracing DRS URIs and the benefits of data interoperability standards - Terra","isPartOf":{"@id":"https:\/\/terra.bio\/#website"},"primaryImageOfPage":{"@id":"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/#primaryimage"},"image":{"@id":"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/#primaryimage"},"thumbnailUrl":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/CloudNetwork_OG.png","datePublished":"2021-05-13T22:37:11+00:00","dateModified":"2023-12-27T04:54:43+00:00","breadcrumb":{"@id":"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/#primaryimage","url":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/CloudNetwork_OG.png","contentUrl":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/CloudNetwork_OG.png","width":1200,"height":627,"caption":"CloudNetwork_OG"},{"@type":"BreadcrumbList","@id":"https:\/\/terra.bio\/how-drs-data-repository-service-api-helps-manage-the-data\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/terra.bio\/"},{"@type":"ListItem","position":2,"name":"Embracing DRS URIs and the benefits of data interoperability standards"}]},{"@type":"WebSite","@id":"https:\/\/terra.bio\/#website","url":"https:\/\/terra.bio\/","name":"Terra","description":"Science at Scale","publisher":{"@id":"https:\/\/terra.bio\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/terra.bio\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/terra.bio\/#organization","name":"Terra","url":"https:\/\/terra.bio\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/terra.bio\/#\/schema\/logo\/image\/","url":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/Terra-Bio-App@2x.webp","contentUrl":"https:\/\/terra.bio\/wp-content\/uploads\/2023\/12\/Terra-Bio-App@2x.webp","width":287,"height":318,"caption":"Terra"},"image":{"@id":"https:\/\/terra.bio\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/terra.bio\/#\/schema\/person\/ad0522d0b331a5e08fa1733f65086ee2","name":"Geraldine Van der Auwera","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/terra.bio\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d73bdaf6740465b385e0e3b290786d8cb9d9d548eadec23364254ba06c85204b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d73bdaf6740465b385e0e3b290786d8cb9d9d548eadec23364254ba06c85204b?s=96&d=mm&r=g","caption":"Geraldine Van der Auwera"},"sameAs":["https:\/\/app.terra.bio\/"],"url":"https:\/\/terra.bio\/author\/geraldinevanterra\/"}]}},"_links":{"self":[{"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/posts\/339","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/comments?post=339"}],"version-history":[{"count":0,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/posts\/339\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/media\/342"}],"wp:attachment":[{"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/media?parent=339"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/categories?post=339"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/terra.bio\/wp-json\/wp\/v2\/tags?post=339"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}