{"id":247604,"date":"2026-04-09T08:15:03","date_gmt":"2026-04-09T06:15:03","guid":{"rendered":"https:\/\/graphwise.ai\/?post_type=blog-post&#038;p=247604"},"modified":"2026-07-10T05:36:11","modified_gmt":"2026-07-10T03:36:11","slug":"when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale","status":"publish","type":"blog-post","link":"https:\/\/gws-sso-test.graphwise.ai\/de\/blog\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\/","title":{"rendered":"When FAIR Becomes Architecture: Solving Preclinical Data Fragmentation at Scale"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">The FAIR data principles \u2014 Findable, Accessible, Interoperable, Reusable \u2014 have become a&nbsp;<strong>widely accepted framework for research data management<\/strong>. But articulating the principles is the easy part. Engineering a production platform that embeds them into every layer of the architecture is a different challenge entirely. In this blog post, we describe how Graphwise technology helped a top-5 global pharmaceutical company address that problem \u2014 and what the resulting architecture looks like in practice.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Like many large research organizations, our client was&nbsp;<strong>struggling with a fragmented preclinical data landscape<\/strong>. Critical study information was siloed across systems, stored in non-harmonized formats, and nearly impossible to query in a meaningful way. To solve this, their team set out to build an internal FAIR in vivo data platform. Engineered from the ground up with FAIR principles baked into every layer of the architecture, the platform is now transforming how in vivo data is captured, connected, and reused across the company\u2019s drug discovery process.<\/p>\n\n\n\n<h2 id='the-problem-a-fragmented-in-vivo-data-landscape'  id=\"boomdevs_1\" class=\"wp-block-heading\" id=\"the-problem-a-fragmented-in-vivo-data-landscape\">The problem: a fragmented in vivo data landscape<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The core challenge the internal FAIR in vivo data platform was built to solve was not just data volume \u2014 it was&nbsp;<strong>data coherence<\/strong>. Information about study designs, animals, biospecimens, and assay results lived in disconnected systems owned by different teams, with no shared terminology and no consistent structure. Assembling a complete picture of even a single study meant piecing together a puzzle with missing parts.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The deeper issue, however, was&nbsp;<strong>context<\/strong>. For data to be truly reusable \u2014 by a scientist, or increasingly by an algorithm \u2014 it must carry unambiguous meaning. Simply knowing that \u201c10 mice of strain X were treated with compound Y\u201d is insufficient. Which batch of the compound? How was it formulated? Which lobe of the liver was collected, and from which specific animal? Without this level of contextual fidelity, the data\u2019s value diminishes rapidly. The vision for the platform was therefore not just to centralize data, but to&nbsp;<strong>preserve its full scientific context programmatically<\/strong>.<\/p>\n\n\n\n<h2 id='what-the-platform-does-unifying-the-in-vivo-lifecycle'  id=\"boomdevs_2\" class=\"wp-block-heading\" id=\"what-the-platform-does-unifying-the-in-vivo-lifecycle\">What the platform does: unifying the in vivo lifecycle<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The internal FAIR in vivo data platform functions as a&nbsp;<strong>data registration and sharing platform<\/strong>&nbsp;that captures the complete lifecycle of in vivo data. It covers everything \u2014 from study design and in-life animal activities, through to all measurements and assay results derived from animals or their biospecimens. It standardizes terminologies across labs and integrates with the broader ecosystem of tools already in use: LIMS systems as source data providers, ELN platforms, digital pathology systems, and omics data pipelines.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Downstream, the platform feeds into&nbsp;<strong>visualization and analysis tools<\/strong>&nbsp;such as Spotfire and D360, while also providing project-based access management to ensure data is both accessible and appropriately secured. The result is that a scientist no longer has to hunt through disconnected files or systems. They can&nbsp;<strong>ask complex cross-study questions and receive a structured, enriched answer<\/strong>&nbsp;\u2014 ready for analysis.<\/p>\n\n\n\n<h2 id='fair-by-design-four-technical-pillars'  id=\"boomdevs_3\" class=\"wp-block-heading\" id=\"fair-by-design-four-technical-pillars\">FAIR by design: four technical pillars<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The FAIR principles were not treated as a post-hoc compliance checklist \u2014 they were implemented as specific technical solutions across four pillars. First,&nbsp;<strong><a href=\"https:\/\/gws-sso-test.graphwise.ai\/fundamentals\/what-is-metadata\/\" target=\"_blank\" rel=\"noreferrer noopener\">rich metadata<\/a><\/strong>: comprehensive attribute sets were defined to capture all contextual information for each object type. Second,&nbsp;<strong>controlled vocabularies<\/strong>: enforced use of standardized terminologies to harmonize values across labs and systems. Third,&nbsp;<strong>Globally Unique Persistent and Resolvable Identifiers (GUPRIs)<\/strong>&nbsp;for every digital object. Fourth, a&nbsp;<strong>formal semantic model<\/strong>&nbsp;that defines not just the objects themselves, but the relationships between them.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The GUPRI infrastructure deserves particular attention. Using the company\u2019s internal identifier service, each application registers a unique namespace, and GUPRIs are constructed from namespace plus local identifier. The critical feature is persistence: the service resolves GUPRIs to their current location, and if data migrates to a new system, only the redirect rule needs updating. The identifier itself&nbsp;<strong>remains valid indefinitely, ensuring data links never break across system migrations or reorganizations<\/strong>.<\/p>\n\n\n\n<h2 id='the-semantic-model-and-fair-api'  id=\"boomdevs_4\" class=\"wp-block-heading\" id=\"the-semantic-model-and-fair-api\">The semantic model and FAIR API<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The&nbsp;<strong>backbone of the platform is its semantic model<\/strong>, which covers distinct but connected domains \u2014 including the Study Registration System (SRS) and Animal Registration System (ARS) \u2014 browsable via a dedicated model browser. Each domain model is paired with a corresponding FAIR API that exposes data as JSON-LD, making it machine-readable and semantically rich by default.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The FAIR API goes beyond a standard REST API in several meaningful ways. Every object carries a GUPRI in the&nbsp;<code>@id<\/code>&nbsp;field, served from the company\u2019s internal identifier service, making each entity globally findable. The&nbsp;<code>@context<\/code>&nbsp;links the JSON directly to its definition in the semantic model, ensuring any consumer \u2014 human or machine \u2014 understands the precise meaning of every field. Relationships to other objects are also expressed as GUPRIs, enabling the construction of a connected graph from the ground up. As a deliberate design choice, the official identifier and preferred label are exposed for all terminology concepts,&nbsp;<strong>reinforcing both human readability and machine interoperability<\/strong>.<\/p>\n\n\n\n<h2 id='platform-architecture-microservices-kafka-and-graphdb'  id=\"boomdevs_5\" class=\"wp-block-heading\" id=\"platform-architecture-microservices-kafka-and-graphdb\">Platform architecture: microservices, Kafka, and GraphDB<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The platform architecture is built around&nbsp;<strong>four registration microservices covering study, study design, animal, and biospecimen data<\/strong>. Producers interact with these systems either through the platform UI or directly via the FAIR APIs. Metadata flows from these services via Kafka messages into a central metadata store built on&nbsp;<a href=\"https:\/\/gws-sso-test.graphwise.ai\/components\/graphdb\/\" target=\"_blank\" rel=\"noreferrer noopener\">Graphwise GraphDB<\/a>, where it is harmonized into connected semantic objects. A&nbsp;<a href=\"https:\/\/gws-sso-test.graphwise.ai\/fundamentals\/what-is-graphql\/\" target=\"_blank\" rel=\"noreferrer noopener\">GraphQL<\/a>&nbsp;API is then exposed over the metadata store to enable flexible, efficient querying of the full connected metadata network.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Result data follows a separate path into a relational Result Data Store \u2014 an Oracle-based system previously used for in vitro data and reused here pragmatically. Both stores are made available to downstream consumers through a unified API gateway, with direct JDBC connections also supported. The choice to use Postgres for the new registration microservices was equally pragmatic:&nbsp; the team had limited initial experience with graph databases at the start, and&nbsp;<strong>the&nbsp;<a href=\"https:\/\/gws-sso-test.graphwise.ai\/fundamentals\/what-is-a-semantic-layer\/\" target=\"_blank\" rel=\"noreferrer noopener\">semantic layer<\/a>&nbsp;in GraphDB effectively absorbs the complexity of the connected data model regardless of what sits upstream<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The&nbsp;<a href=\"https:\/\/gws-sso-test.graphwise.ai\/fundamentals\/what-is-a-knowledge-graph\/\" target=\"_blank\" rel=\"noreferrer noopener\">knowledge graph<\/a>&nbsp;is assembled by exploiting the GUPRI-based connectivity already embedded in the data. When GraphDB ingests JSON-LD records, it reads the GUPRIs referencing other entities \u2014 such as the specific animal a biospecimen was derived from \u2014 and automatically creates the corresponding&nbsp;<a href=\"https:\/\/gws-sso-test.graphwise.ai\/fundamentals\/what-is-rdf\/\" target=\"_blank\" rel=\"noreferrer noopener\">RDF triples<\/a>. The result is a single traversable graph spanning studies, designs, animals, and biospecimens, queryable as one connected network rather than a set of joined tables.<\/p>\n\n\n\n<h2 id='the-api-layer-from-semantic-objects-to-graphql'  id=\"boomdevs_6\" class=\"wp-block-heading\" id=\"the-api-layer-from-semantic-objects-to-graphql\">The API layer: From Semantic Objects to GraphQL<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To expose the metadata store, the team used the Graphwise Semantic Objects platform. The GraphQL schema is&nbsp;<strong>assembled by combining the four core semantic models and includes project-based authorization rules derived from the user\u2019s access token<\/strong>. The Semantic Objects workbench allows power users to visually explore entities and properties, auto-generating GraphQL queries that can then be parameterized and executed \u2014 all traversing the full relationship graph in a single query.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For simpler consumption patterns, the metadata store API is also exposed through the company\u2019s internal API gateway, with predefined parameterized endpoints. A downstream system can call a straightforward RESTful endpoint with a study ID and receive a clean JSON-LD response \u2014 no knowledge of the underlying graph required. The gateway also handles API versioning, policy enforcement, and \u2014 currently via a workaround \u2014 the injection of JSON-LD context into responses. The company is in active discussions with Graphwise to have this handled natively by the Semantic Objects framework.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Looking ahead, the team is evaluating the new native GraphQL support in GraphDB 11, which allows the GraphQL schema to be generated automatically from&nbsp;<a href=\"https:\/\/gws-sso-test.graphwise.ai\/fundamentals\/what-is-ontology\/\" target=\"_blank\" rel=\"noreferrer noopener\">ontologies<\/a>&nbsp;and&nbsp;<a href=\"https:\/\/gws-sso-test.graphwise.ai\/fundamentals\/what-is-shacl\/\" target=\"_blank\" rel=\"noreferrer noopener\">SHACL<\/a>&nbsp;shapes, eliminating what is currently a manual update process and further tightening the coupling between the semantic model and the query layer.<\/p>\n\n\n\n<h2 id='value-delivered-and-the-road-ahead'  id=\"boomdevs_7\" class=\"wp-block-heading\" id=\"value-delivered-and-the-road-ahead\">Value delivered and the road ahead<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The value the internal FAIR in vivo data platform delivers is framed as a pyramid of progressively more complex scientific capability. At the base is&nbsp;<strong>simple findability<\/strong>&nbsp;\u2014 locating study plans, storing result files in a controlled way. Above that,&nbsp;<strong>reliable data linkage<\/strong>: tracing a biospecimen back to its source animal and full treatment history. The current focus sits at levels three and four: combining Pharmacokinetics\/Pharmacodynamics results and other study data to&nbsp;<strong>answer concrete research questions<\/strong>&nbsp;about compound efficacy. The long-term ambition \u2014 the apex of the pyramid \u2014 is generating&nbsp;<strong>novel cross-study insights<\/strong>, including the construction of virtual control groups and compound repurposing opportunities.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the most powerful opportunities a knowledge graph unlocks is&nbsp;<strong>democratizing access to data \u2014 making it available to everyone regardless of their technical expertise<\/strong>. Rather than requiring scientists to write queries, the goal is to let them ask questions in plain natural language. This is an active area of development, and several promising approaches are emerging: Graphwise is already moving in this direction with a native \u201ctalk to your graph\u201d feature built into GraphDB.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One example of what this looks like in practice is Graph Talk. This is a Graphwise service that connects a&nbsp;<a href=\"https:\/\/gws-sso-test.graphwise.ai\/fundamentals\/what-is-large-language-model\/\" target=\"_blank\" rel=\"noreferrer noopener\">large language model<\/a>&nbsp;to a GraphDB knowledge graph, translates plain-language scientific questions into precise&nbsp;<a href=\"https:\/\/gws-sso-test.graphwise.ai\/fundamentals\/what-is-sparql\/\" target=\"_blank\" rel=\"noreferrer noopener\">SPARQL<\/a>&nbsp;queries, and returns clear, cited answers. Currently, the global pharmaceutical company is evaluating adapting this approach for the animals study registration system. It is a compelling demonstration of what becomes possible when the underlying data is structured, connected, and semantically rich:&nbsp;<strong>a complex database transformed into an interactive scientific partner<\/strong>.<\/p>\n\n\n\n<h2 id='to-wrap-it-up'  id=\"boomdevs_8\" class=\"wp-block-heading\" id=\"to-wrap-it-up\">To wrap it up<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This Graphwise solution demonstrates what becomes possible when&nbsp;<strong>FAIR principles are treated as architectural requirements<\/strong>&nbsp;rather than documentation guidelines. By grounding the entire platform in persistent identifiers, a formal semantic model, controlled vocabularies, and a machine-readable API layer, our client has&nbsp;<strong>turned a fragmented collection of in vivo data sources into a coherent, queryable, and increasingly intelligent scientific asset<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For data engineers and architects working in complex research environments, the resulting stack (Kafka-driven ingestion, GraphDB as the semantic core, Graphwise Semantic Objects for API exposure, and a GUPRI-based identity layer) offers a concrete, production-tested reference architecture for FAIR by design. The foundation is in place; the most exciting science it will enable is still ahead.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Want to learn more how a semantic layer can put a similar foundation in place for your enterprise?<\/strong><\/p>\n\n\n\n<div class=\"hs-cta-embed hs-cta-simple-placeholder hs-cta-embed-196053935742\"\n  style=\"max-width:100%; max-height:100%; width:700px;height:226.328125px\" data-hubspot-wrapper-cta-id=\"196053935742\">\n  <a href=\"https:\/\/cta-service-cms2.hubspot.com\/web-interactives\/public\/v1\/track\/redirect?encryptedPayload=AVxigLKsNDD70Gef20nvz1Sk34ibxxhEXkWZkTpzTHdAeIosUT%2BXAOiw2IxOoIzRTNL%2F4jr2bOrtq8D3RiNlGFo8kPew0bz6%2FyZJt1bBIbUwc2hq44NBKCc9LJOrLjmEURJf%2Bx9NnJZecqDoXRJtiuoG3Nz%2FawgIRrDbHr6fnA%2BCL1WXSSclEyHgLDSTQYIQuGAv3mo4SI%2FS8Z5f1cGx%2Fr3vm5UkESDuUU7sIZrOksucNZsD9mRIBWOa1PEuw50SVGjpZPZbwny%2FOw%3D%3D&#038;webInteractiveContentId=196053935742&#038;portalId=5619976\" target=\"_blank\" rel=\"noopener\" crossorigin=\"anonymous\">\n    <img decoding=\"async\" alt=\"Download White Paper: Why a Semantic Layer Matters More Than Ever in the AI Era \u00a0\" loading=\"lazy\" src=\"https:\/\/no-cache.hubspot.com\/cta\/default\/5619976\/interactive-196053935742.png\" style=\"height: 100%; width: 100%; object-fit: fill\"\n      onerror=\"this.style.display='none'\" \/>\n  <\/a>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"Read about how a top-5 global pharma company transformed a fragmented preclinical in vivo data landscape into a semantically rich knowledge graph","protected":false},"author":10,"featured_media":247726,"template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","content-type":"","_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false},"categories":[23,99,45],"tags":[],"persona":[],"resource-category":[17],"blog-category":[],"ppma_author":[109],"class_list":["post-247604","blog-post","type-blog-post","status-publish","has-post-thumbnail","hentry","category-graph-database","category-knowledge-management","category-semantic-layer","resource-category-blog-post"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.3 (Yoast SEO v27.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>When FAIR Becomes Architecture: Solving Preclinical Data Fragmentation at Scale<\/title>\n<meta name=\"description\" content=\"How a top-5 global pharma company transformed a fragmented preclinical in vivo data landscape into a semantically rich knowledge graph\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"When FAIR Becomes Architecture: Solving Preclinical Data Fragmentation at Scale\" \/>\n<meta property=\"og:description\" content=\"How a top-5 global pharma company transformed a fragmented preclinical in vivo data landscape into a semantically rich knowledge graph\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gws-sso-test.graphwise.ai\/de\/blog\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\/\" \/>\n<meta property=\"og:site_name\" content=\"Graphwise\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-10T03:36:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1000\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"8\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/blog\\\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\\\/\",\"url\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/blog\\\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\\\/\",\"name\":\"When FAIR Becomes Architecture: Solving Preclinical Data Fragmentation at Scale\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/blog\\\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/blog\\\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Blog-posts-blue.png\",\"datePublished\":\"2026-04-09T06:15:03+00:00\",\"dateModified\":\"2026-07-10T03:36:11+00:00\",\"description\":\"How a top-5 global pharma company transformed a fragmented preclinical in vivo data landscape into a semantically rich knowledge graph\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/blog\\\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/blog\\\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/blog\\\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\\\/#primaryimage\",\"url\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Blog-posts-blue.png\",\"contentUrl\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Blog-posts-blue.png\",\"width\":2000,\"height\":1000},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/blog\\\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog Posts\",\"item\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"When FAIR Becomes Architecture: Solving Preclinical Data Fragmentation at Scale\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/\",\"name\":\"Graphwise\",\"description\":\"AI THRIVES ON WHOLE DATA\",\"publisher\":{\"@id\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/#organization\",\"name\":\"Graphwise\",\"url\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/graphwise-logo-horizontal-slogan.svg\",\"contentUrl\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/graphwise-logo-horizontal-slogan.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"Graphwise\"},\"image\":{\"@id\":\"https:\\\/\\\/gws-sso-test.graphwise.ai\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/graphwise\\\/\"],\"description\":\"Graphwise enables organizations to unlock ROI for enterprise AI by delivering the most comprehensive and trusted industry solution in the field of knowledge graphs and semantic AI technologies. As enterprises pour millions into AI investment, Graphwise delivers the critical knowledge graph infrastructure to ensure enterprises are ready to realize the technology\u2019s full potential, is trusted, and can be implemented at scale. Graphwise, which is the result of the merger between tech visionaries Ontotext and Semantic Web Company, has over 200 employees worldwide, with offices located across North America, Europe and APAC.\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"When FAIR Becomes Architecture: Solving Preclinical Data Fragmentation at Scale","description":"How a top-5 global pharma company transformed a fragmented preclinical in vivo data landscape into a semantically rich knowledge graph","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"de_DE","og_type":"article","og_title":"When FAIR Becomes Architecture: Solving Preclinical Data Fragmentation at Scale","og_description":"How a top-5 global pharma company transformed a fragmented preclinical in vivo data landscape into a semantically rich knowledge graph","og_url":"https:\/\/gws-sso-test.graphwise.ai\/de\/blog\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\/","og_site_name":"Graphwise","article_modified_time":"2026-07-10T03:36:11+00:00","og_image":[{"width":2000,"height":1000,"url":"https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"8\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gws-sso-test.graphwise.ai\/de\/blog\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\/","url":"https:\/\/gws-sso-test.graphwise.ai\/de\/blog\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\/","name":"When FAIR Becomes Architecture: Solving Preclinical Data Fragmentation at Scale","isPartOf":{"@id":"https:\/\/gws-sso-test.graphwise.ai\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gws-sso-test.graphwise.ai\/de\/blog\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\/#primaryimage"},"image":{"@id":"https:\/\/gws-sso-test.graphwise.ai\/de\/blog\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\/#primaryimage"},"thumbnailUrl":"https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue.png","datePublished":"2026-04-09T06:15:03+00:00","dateModified":"2026-07-10T03:36:11+00:00","description":"How a top-5 global pharma company transformed a fragmented preclinical in vivo data landscape into a semantically rich knowledge graph","breadcrumb":{"@id":"https:\/\/gws-sso-test.graphwise.ai\/de\/blog\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gws-sso-test.graphwise.ai\/de\/blog\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/gws-sso-test.graphwise.ai\/de\/blog\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\/#primaryimage","url":"https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue.png","contentUrl":"https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue.png","width":2000,"height":1000},{"@type":"BreadcrumbList","@id":"https:\/\/gws-sso-test.graphwise.ai\/de\/blog\/when-fair-becomes-architecture-solving-preclinical-data-fragmentation-at-scale\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gws-sso-test.graphwise.ai\/de\/"},{"@type":"ListItem","position":2,"name":"Blog Posts","item":"https:\/\/gws-sso-test.graphwise.ai\/de\/blog\/"},{"@type":"ListItem","position":3,"name":"When FAIR Becomes Architecture: Solving Preclinical Data Fragmentation at Scale"}]},{"@type":"WebSite","@id":"https:\/\/gws-sso-test.graphwise.ai\/de\/#website","url":"https:\/\/gws-sso-test.graphwise.ai\/de\/","name":"Graphwise","description":"AI THRIVES ON WHOLE DATA","publisher":{"@id":"https:\/\/gws-sso-test.graphwise.ai\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gws-sso-test.graphwise.ai\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/gws-sso-test.graphwise.ai\/de\/#organization","name":"Graphwise","url":"https:\/\/gws-sso-test.graphwise.ai\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/gws-sso-test.graphwise.ai\/de\/#\/schema\/logo\/image\/","url":"https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2024\/10\/graphwise-logo-horizontal-slogan.svg","contentUrl":"https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2024\/10\/graphwise-logo-horizontal-slogan.svg","width":"1024","height":"1024","caption":"Graphwise"},"image":{"@id":"https:\/\/gws-sso-test.graphwise.ai\/de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/graphwise\/"],"description":"Graphwise enables organizations to unlock ROI for enterprise AI by delivering the most comprehensive and trusted industry solution in the field of knowledge graphs and semantic AI technologies. As enterprises pour millions into AI investment, Graphwise delivers the critical knowledge graph infrastructure to ensure enterprises are ready to realize the technology\u2019s full potential, is trusted, and can be implemented at scale. Graphwise, which is the result of the merger between tech visionaries Ontotext and Semantic Web Company, has over 200 employees worldwide, with offices located across North America, Europe and APAC.","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}}]}},"pbg_featured_image_src":{"full":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue.png",2000,1000,false],"thumbnail":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue-150x150.png",150,150,true],"medium":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue-300x150.png",300,150,true],"medium_large":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue-768x384.png",768,384,true],"large":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue-1024x512.png",1024,512,true],"1536x1536":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue-1536x768.png",1536,768,true],"2048x2048":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue.png",2000,1000,false],"et-pb-post-main-image":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue-400x250.png",400,250,true],"et-pb-post-main-image-fullwidth":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue-1080x675.png",1080,675,true],"et-pb-portfolio-image":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue-400x284.png",400,284,true],"et-pb-portfolio-module-image":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue-510x382.png",510,382,true],"et-pb-portfolio-image-single":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue-1080x540.png",1080,540,true],"et-pb-gallery-module-image-portrait":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue-400x516.png",400,516,true],"et-pb-post-main-image-fullwidth-large":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue.png",2000,1000,false],"et-pb-image--responsive--desktop":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue-1280x640.png",1280,640,true],"et-pb-image--responsive--tablet":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue-980x490.png",980,490,true],"et-pb-image--responsive--phone":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue-480x240.png",480,240,true],"crp_thumbnail":["https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2026\/04\/Blog-posts-blue.png",150,75,false]},"pbg_author_info":{"display_name":"Gergana Petkova","author_link":"https:\/\/gws-sso-test.graphwise.ai\/de\/author\/petkovag\/","author_img":"<img alt='Ilian Uzunov' src='https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2025\/02\/ilian-uzunov.png' srcset='https:\/\/gws-sso-test.graphwise.ai\/wp-content\/uploads\/2025\/02\/ilian-uzunov.png 2x' class='avatar avatar-128 photo avatar-default' height='128' width='128' decoding='async'\/>"},"pbg_comment_info":" No Comments","pbg_excerpt":"Read about how a top-5 global pharma company transformed a fragmented preclinical in vivo data landscape into a semantically rich knowledge graph","_links":{"self":[{"href":"https:\/\/gws-sso-test.graphwise.ai\/de\/wp-json\/wp\/v2\/blog-post\/247604","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gws-sso-test.graphwise.ai\/de\/wp-json\/wp\/v2\/blog-post"}],"about":[{"href":"https:\/\/gws-sso-test.graphwise.ai\/de\/wp-json\/wp\/v2\/types\/blog-post"}],"author":[{"embeddable":true,"href":"https:\/\/gws-sso-test.graphwise.ai\/de\/wp-json\/wp\/v2\/users\/10"}],"version-history":[{"count":5,"href":"https:\/\/gws-sso-test.graphwise.ai\/de\/wp-json\/wp\/v2\/blog-post\/247604\/revisions"}],"predecessor-version":[{"id":248893,"href":"https:\/\/gws-sso-test.graphwise.ai\/de\/wp-json\/wp\/v2\/blog-post\/247604\/revisions\/248893"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gws-sso-test.graphwise.ai\/de\/wp-json\/wp\/v2\/media\/247726"}],"wp:attachment":[{"href":"https:\/\/gws-sso-test.graphwise.ai\/de\/wp-json\/wp\/v2\/media?parent=247604"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gws-sso-test.graphwise.ai\/de\/wp-json\/wp\/v2\/categories?post=247604"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gws-sso-test.graphwise.ai\/de\/wp-json\/wp\/v2\/tags?post=247604"},{"taxonomy":"persona","embeddable":true,"href":"https:\/\/gws-sso-test.graphwise.ai\/de\/wp-json\/wp\/v2\/persona?post=247604"},{"taxonomy":"resource-category","embeddable":true,"href":"https:\/\/gws-sso-test.graphwise.ai\/de\/wp-json\/wp\/v2\/resource-category?post=247604"},{"taxonomy":"blog-category","embeddable":true,"href":"https:\/\/gws-sso-test.graphwise.ai\/de\/wp-json\/wp\/v2\/blog-category?post=247604"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/gws-sso-test.graphwise.ai\/de\/wp-json\/wp\/v2\/ppma_author?post=247604"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}