Skip to content

Commit

Permalink
ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Bruskiewich committed Oct 10, 2022
1 parent e421db7 commit 21ffc4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/architecture/trapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 21ffc4b

Please sign in to comment.