From 21ffc4b2ae5fbf819a3c9e93471b30955426527b Mon Sep 17 00:00:00 2001 From: Richard Bruskiewich Date: Mon, 10 Oct 2022 15:16:16 -0700 Subject: [PATCH] ditto --- docs/architecture/trapi.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/architecture/trapi.md b/docs/architecture/trapi.md index 4d555218..d9702c35 100644 --- a/docs/architecture/trapi.md +++ b/docs/architecture/trapi.md @@ -2,11 +2,11 @@ The Biomedical Data Translator ("Translator") strives to navigate, integrate and interpret statements of biomedical knowledge ("knowledge graphs") consisting of concepts ("nodes") linked by their predicate relationships ("edges"). Such knowledge is standardized and made visible by wrappers (Knowledge Providers ("KPs")) of 3rd party sources, for access by computational engines (Autonomous Relay Agents ("ARAs")) providing value added reasoning. -Although some such components and knowledge graphs are amenable to centralized solutions, a more general solution to the task is the creation of a standardized network of commuication across distinct, distributed KPs and ARAs, with knowledge queries orchestrated within workflows. In Translator, this is the goal of the Translator Reasoner API. +Although some such components and knowledge graphs are amenable to centralized solutions, a more general solution to the task is the creation of a standardized network of commuication across distinct, distributed KPs and ARAs, with knowledge queries orchestrated within [workflows](workflows.md). In Translator, this is the goal of the Translator Reasoner API. -The Translator Reasoner API (TRAPI) defines a standard HTTP web service API for communicating biomedical questions and answers. It leverages the standards of the [Biolink model](https://github.com/biolink/biolink-model/) to precisely describe the semantics of biological entities and relationships. TRAPI's graph-based query-knowledge-binding structure enables expressive yet concise description of biomedical questions and answers. +The Translator Reasoner API (TRAPI) defines a standard HTTP web service API for communicating biomedical questions and answers. It leverages the standards of the [Biolink model](https://biolink.github.io/biolink-model/) to precisely describe the semantics of biological entities and relationships. TRAPI's graph-based query-knowledge-binding structure enables expressive yet concise description of biomedical questions and answers. -TRAPI is described primarily by an [OpenAPI](https://github.com/OAI/OpenAPI-Specification) document [here](https://github.com/NCATSTranslator/ReasonerAPI/TranslatorReasonerAPI.yaml). The request/response structure is also documented in a more human-readable form [here](https://github.com/NCATSTranslator/ReasonerAPI/docs/reference.md). +TRAPI is described primarily by an [OpenAPI](https://github.com/OAI/OpenAPI-Specification) document [here](https://github.com/NCATSTranslator/ReasonerAPI/blob/master/TranslatorReasonerAPI.yaml). The request/response structure is also documented in a more human-readable form [here](https://github.com/NCATSTranslator/ReasonerAPI/blob/master/docs/reference.md). The Translator Application Programming Interface consists of two endpoints off the main server url: