RTX icon indicating copy to clipboard operation
RTX copied to clipboard

Create a meta KG for ARAX that is a union of its KPs' meta KGs

Open amykglen opened this issue 2 years ago • 15 comments

TRAPI 1.3 recommends but does not require that we provide a meta_knowledge_graph for ARAX that is a union of all of its KPs' meta_knowledge_graphs: https://github.com/NCATSTranslator/ReasonerAPI/commit/e2ed87aa4f02dac55dcbd8eac7e190b8c188fbdd

maybe this union meta KG should be automatically generated and periodically updated by the KPSelector module, since that's already where we pull all KPs' meta KGs and cache info from them.

we're also supposed to indicate in the meta KG for which meta edges ARAX can answer knowledge_type: 'inferred' queries: https://github.com/NCATSTranslator/ReasonerAPI/pull/333/files

amykglen avatar Jul 28 '22 01:07 amykglen